The Events Calendar - Version 3.9

Version Description

  • Implemented default permalink support for add-ons that werent in compliance, specifically Filter Bar
  • Fixed a bug where events in child categories would not display when viewing the parent category on month view (thanks to Bryce on the forums for the original report!)
  • Fixed bug where the tribe_is_category() function was returning the wrong value
  • Added support for Google's JSON-LD event markup format (thanks to Thomas on the forums for the first request!)
  • Lowered the aggressiveness of the activation/upgrade page to improve compatibility with other plugins
  • Removed the old activation message, now that we have the new activation screen
  • Fixed an issue where the list view date picker did not reflect the 'Week starts on' WordPress setting
  • Updated CSS selectors to no longer be reliant on microformat classes
  • Fixed a couple of layout issues with TwentyFourteen child themes
  • Added a Modern Tribe credit in the HTML page source in the footer - this can be removed with the following snippet: http://m.tri.be/p6
  • Added links on the settings page to view Welcome/Updated pages
  • Fixed an issue where the incorrect icon was displaying for the 'List' option in the view switcher
  • Fixed a translation issue with the Organizer & Venue field labels on the Add/Edit Event screen (thanks to Oliver for reporting this on the forums!)
  • Enhanced structured data support in relation to the ticketing framework
  • Removed jquery 1.7 specific fallback javascript bloat, now support >
Download this release

Release Info

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

Code changes from version 3.8.1 to 3.9

admin-views/admin-update-message.php CHANGED
@@ -30,12 +30,12 @@
30
 
31
  <div class="tribe-half-column">
32
  <h3><?php _e( 'Keep the Core Plugin <strong>FREE</strong>!', 'tribe-events-calendar' ); ?></h3>
33
- <p><?php _e( 'Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe not, but more happy users mean more contributions and help on the forums. The community NEEDS your voice.' ); ?></p>
34
  <p><a href="http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5" target="_blank" class="button-primary"><?php _e( 'Rate It', 'tribe-events-calendar' ); ?></a></p>
35
 
36
  <br/>
37
  <h3><?php _e( 'PSST... Want a Discount?', 'tribe-events-calendar' ); ?></h3>
38
- <p><?php _e( 'We send out discounts to our core users via our newsletter.' ); ?></p>
39
  <form action="http://moderntribe.createsend.com/t/r/s/athqh/" method="post">
40
  <p><input id="listthkduyk" name="cm-ol-thkduyk" type="checkbox" /> <label for="listthkduyk">Developer News</label></p>
41
  <p><input id="listathqh" name="cm-ol-athqh" checked type="checkbox" /> <label for="listathqh">News and Announcements</label></p>
30
 
31
  <div class="tribe-half-column">
32
  <h3><?php _e( 'Keep the Core Plugin <strong>FREE</strong>!', 'tribe-events-calendar' ); ?></h3>
33
+ <p><?php _e( 'Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe not, but more happy users mean more contributions and help on the forums. The community NEEDS your voice.', 'tribe-events-calendar' ); ?></p>
34
  <p><a href="http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5" target="_blank" class="button-primary"><?php _e( 'Rate It', 'tribe-events-calendar' ); ?></a></p>
35
 
36
  <br/>
37
  <h3><?php _e( 'PSST... Want a Discount?', 'tribe-events-calendar' ); ?></h3>
38
+ <p><?php _e( 'We send out discounts to our core users via our newsletter.', 'tribe-events-calendar' ); ?></p>
39
  <form action="http://moderntribe.createsend.com/t/r/s/athqh/" method="post">
40
  <p><input id="listthkduyk" name="cm-ol-thkduyk" type="checkbox" /> <label for="listthkduyk">Developer News</label></p>
41
  <p><input id="listathqh" name="cm-ol-athqh" checked type="checkbox" /> <label for="listathqh">News and Announcements</label></p>
admin-views/events-meta-box.php CHANGED
@@ -149,9 +149,9 @@ if ( ! defined( 'ABSPATH' ) ) {
149
  }
150
  ?>
151
  <option value="prefix"> <?php _ex( 'Before cost', 'Currency symbol position', 'tribe-events-calendar' ) ?> </option>
152
- <option value="suffix"> <?php if ( $suffix ) {
153
  echo ' selected="selected"';
154
- } ?><?php _ex( 'After cost', 'Currency symbol position', 'tribe-events-calendar' ) ?> </option>
155
  </select>
156
  </td>
157
  </tr>
149
  }
150
  ?>
151
  <option value="prefix"> <?php _ex( 'Before cost', 'Currency symbol position', 'tribe-events-calendar' ) ?> </option>
152
+ <option value="suffix"<?php if ( $suffix ) {
153
  echo ' selected="selected"';
154
+ } ?>><?php _ex( 'After cost', 'Currency symbol position', 'tribe-events-calendar' ) ?></option>
155
  </select>
156
  </td>
157
  </tr>
admin-views/tribe-options-display.php CHANGED
@@ -33,11 +33,10 @@ $displayTab = array(
33
  ),
34
  'info-box-description' => array(
35
  'type' => 'html',
36
- 'html' => sprintf(
37
- __( '<p>The settings below control the display of your calendar. If things don\'t look right, try switching between the three style sheet options or pick a page template from your theme.</p><p>There are going to be situations where no out-of-the-box template is 100&#37; perfect. Check out our <a href="%s">our themer\'s guide</a> for instructions on custom modifications. Want to create a new view? Grab a copy of the <a href="%s">Sample Agenda View plugin from Github</a></p>', 'tribe-events-calendar' ),
38
- TribeEvents::$tribeUrl . 'support/documentation/events-calendar-themers-guide/?utm_medium=plugin-tec&utm_source=generaltab&utm_campaign=in-app',
39
- 'https://github.com/moderntribe/tribe-events-agenda-view'
40
- ),
41
  ),
42
  'info-end' => array(
43
  'type' => 'html',
33
  ),
34
  'info-box-description' => array(
35
  'type' => 'html',
36
+ 'html' => '<p>' . sprintf(
37
+ __( 'The settings below control the display of your calendar. If things don\'t look right, try switching between the three style sheet options or pick a page template from your theme.</p><p>There are going to be situations where no out-of-the-box template is 100&#37; perfect. Check out our <a href="%s">our themer\'s guide</a> for instructions on custom modifications.', 'tribe-events-calendar' ),
38
+ TribeEvents::$tribeUrl . 'support/documentation/events-calendar-themers-guide/?utm_medium=plugin-tec&utm_source=generaltab&utm_campaign=in-app'
39
+ ) . '</p>',
 
40
  ),
41
  'info-end' => array(
42
  'type' => 'html',
admin-views/tribe-options-general.php CHANGED
@@ -220,6 +220,15 @@ $generalTab = array(
220
  'html' => '<p class="tribe-field-indent tribe-field-description description" style="max-width:400px;">' . sprintf( __( '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.', 'tribe-events-calendar' ), '<a href="http://wordpress.org/extend/plugins/debug-bar/" target="_blank">' . __( 'Debug Bar Plugin', 'tribe-events-calendar' ) . '</a>' ) . '</p>',
221
  'conditional' => ( '' != get_option( 'permalink_structure' ) ),
222
  ),
 
 
 
 
 
 
 
 
 
223
  'tribe-form-content-end' => array(
224
  'type' => 'html',
225
  'html' => '</div>',
220
  'html' => '<p class="tribe-field-indent tribe-field-description description" style="max-width:400px;">' . sprintf( __( '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.', 'tribe-events-calendar' ), '<a href="http://wordpress.org/extend/plugins/debug-bar/" target="_blank">' . __( 'Debug Bar Plugin', 'tribe-events-calendar' ) . '</a>' ) . '</p>',
221
  'conditional' => ( '' != get_option( 'permalink_structure' ) ),
222
  ),
223
+ 'viewWelcomePage' => array(
224
+ 'type' => 'html',
225
+ 'html' => '<fieldset class="tribe-field tribe-field-html"><legend>' . __( 'View Welcome Page', 'tribe-events-calendar' ) . '</legend><div class="tribe-field-wrap"><a href="' . get_site_url() . '/wp-admin/edit.php?post_type=tribe_events&page=tribe-events-calendar&tec-welcome-message" class="button">' . __( 'View Welcome Page', 'tribe-events-calendar' ) . '</a><p class="tribe-field-indent description">' . __( 'View the page that displayed when you initially installed the plugin.', 'tribe-events-calendar' ) . '</p></div></fieldset><div class="clear"></div>',
226
+
227
+ ),
228
+ 'viewUpdatePage' => array(
229
+ 'type' => 'html',
230
+ 'html' => '<fieldset class="tribe-field tribe-field-html"><legend>' . __( 'View Update Page', 'tribe-events-calendar' ) . '</legend><div class="tribe-field-wrap"><a href="' . get_site_url() . '/wp-admin/edit.php?post_type=tribe_events&page=tribe-events-calendar&tec-update-message" class="button">' . __( 'View Update Page', 'tribe-events-calendar' ) . '</a><p class="tribe-field-indent description">' . __( 'View the page that displayed when you updated the plugin.', 'tribe-events-calendar' ) . '</p></div></fieldset><div class="clear"></div>'
231
+ ),
232
  'tribe-form-content-end' => array(
233
  'type' => 'html',
234
  'html' => '</div>',
admin-views/tribe-options-help.php CHANGED
@@ -100,8 +100,6 @@ $intro_text[] = '<li>';
100
  $intro_text[] = sprintf( __( "%sOur New User Primer%s was designed for folks in your exact position. Featuring both step-by-step videos and written walkthroughs that feature accompanying screenshots, the primer aims to take you from zero to hero in no time.", "tribe-events-calendar" ), '<a href="' . TribeEvents::$tribeUrl . 'support/documentation/events-calendar-pro-new-user-primer/' . $ga_query_string . '" target="blank">', '</a>' );
101
  $intro_text[] = '</li><li>';
102
  $intro_text[] = sprintf( __( "%sInstallation/Setup FAQs%s from our support page can help give an overview of what the plugin can and cannot do. This section of the FAQs may be helpful as it aims to address any basic install questions not addressed by the new user primer.", "tribe-events-calendar" ), '<a href="' . TribeEvents::$tribeUrl . 'support/faqs/' . $ga_query_string . '" target="blank">', '</a>' );
103
- $intro_text[] = '</li><li>';
104
- $intro_text[] = sprintf( __( "Are you developer looking to build your own frontend view? We created an example plugin that demonstrates how to register a new view. You can %sdownload the plugin at GitHub%s to get started.", "tribe-events-calendar" ), '<a href="https://github.com/moderntribe/tribe-events-agenda-view" target="blank">', '</a>' );
105
  $intro_text[] = '</li></ul><p>';
106
  $intro_text[] = __( "Otherwise, if you're feeling adventurous, you can get started by heading to the Events menu and adding your first event.", "tribe-events-calendar" );
107
  $intro_text[] = '</p>';
100
  $intro_text[] = sprintf( __( "%sOur New User Primer%s was designed for folks in your exact position. Featuring both step-by-step videos and written walkthroughs that feature accompanying screenshots, the primer aims to take you from zero to hero in no time.", "tribe-events-calendar" ), '<a href="' . TribeEvents::$tribeUrl . 'support/documentation/events-calendar-pro-new-user-primer/' . $ga_query_string . '" target="blank">', '</a>' );
101
  $intro_text[] = '</li><li>';
102
  $intro_text[] = sprintf( __( "%sInstallation/Setup FAQs%s from our support page can help give an overview of what the plugin can and cannot do. This section of the FAQs may be helpful as it aims to address any basic install questions not addressed by the new user primer.", "tribe-events-calendar" ), '<a href="' . TribeEvents::$tribeUrl . 'support/faqs/' . $ga_query_string . '" target="blank">', '</a>' );
 
 
103
  $intro_text[] = '</li></ul><p>';
104
  $intro_text[] = __( "Otherwise, if you're feeling adventurous, you can get started by heading to the Events menu and adding your first event.", "tribe-events-calendar" );
105
  $intro_text[] = '</p>';
composer.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "moderntribe/the-events-calendar",
3
+ "description": "The Events Calendar WordPress plugin by Modern Tribe",
4
+ "type": "project",
5
+ "keywords": ["wordpress", "events"],
6
+ "homepage": "http://tri.be/shop/wordpress-events-calendar/",
7
+ "license": "GPL-2.0",
8
+ "require-dev": {
9
+ "codeception/codeception": "2.*",
10
+ "lucatume/wp-browser": "master@dev"
11
+ },
12
+ "minimum-stability": "dev",
13
+ "prefer-stable": true
14
+ }
composer.lock ADDED
@@ -0,0 +1,1570 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_readme": [
3
+ "This file locks the dependencies of your project to a known state",
4
+ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
+ "This file is @generated automatically"
6
+ ],
7
+ "hash": "facd2df1bcd07c94fd850332d82e100a",
8
+ "packages": [
9
+
10
+ ],
11
+ "packages-dev": [
12
+ {
13
+ "name": "badcow/lorem-ipsum",
14
+ "version": "dev-master",
15
+ "source": {
16
+ "type": "git",
17
+ "url": "https://github.com/samuelwilliams/LoremIpsum.git",
18
+ "reference": "568f94bada0f7c95f69fabd6e7007148f90c31b0"
19
+ },
20
+ "dist": {
21
+ "type": "zip",
22
+ "url": "https://api.github.com/repos/samuelwilliams/LoremIpsum/zipball/568f94bada0f7c95f69fabd6e7007148f90c31b0",
23
+ "reference": "568f94bada0f7c95f69fabd6e7007148f90c31b0",
24
+ "shasum": ""
25
+ },
26
+ "type": "library",
27
+ "autoload": {
28
+ "psr-0": {
29
+ "Badcow": "lib/"
30
+ }
31
+ },
32
+ "notification-url": "https://packagist.org/downloads/",
33
+ "license": [
34
+ "MIT"
35
+ ],
36
+ "authors": [
37
+ {
38
+ "name": "Sam Williams",
39
+ "email": "sam@badcow.co"
40
+ },
41
+ {
42
+ "name": "Mathew Tinsley",
43
+ "email": "tinsley@tinsology.net"
44
+ }
45
+ ],
46
+ "description": "Lorem ipsum generator.",
47
+ "time": "2013-03-05 07:52:52"
48
+ },
49
+ {
50
+ "name": "codeception/codeception",
51
+ "version": "2.0.5",
52
+ "source": {
53
+ "type": "git",
54
+ "url": "https://github.com/Codeception/Codeception.git",
55
+ "reference": "0314ca60e48e1d2ae62139029efd942362f37542"
56
+ },
57
+ "dist": {
58
+ "type": "zip",
59
+ "url": "https://api.github.com/repos/Codeception/Codeception/zipball/0314ca60e48e1d2ae62139029efd942362f37542",
60
+ "reference": "0314ca60e48e1d2ae62139029efd942362f37542",
61
+ "shasum": ""
62
+ },
63
+ "require": {
64
+ "ext-json": "*",
65
+ "ext-mbstring": "*",
66
+ "facebook/webdriver": "~0.4",
67
+ "guzzlehttp/guzzle": "~4.0",
68
+ "php": ">=5.4.0",
69
+ "phpunit/phpunit": "~4.0",
70
+ "symfony/browser-kit": "~2.4",
71
+ "symfony/console": "~2.4",
72
+ "symfony/css-selector": "~2.4",
73
+ "symfony/dom-crawler": "~2.4,!=2.4.5",
74
+ "symfony/event-dispatcher": "~2.4",
75
+ "symfony/finder": "~2.4",
76
+ "symfony/yaml": "~2.4"
77
+ },
78
+ "require-dev": {
79
+ "codeception/specify": "~0.3",
80
+ "facebook/php-sdk": "~3.2",
81
+ "monolog/monolog": "~1.8",
82
+ "pda/pheanstalk": "~2.0",
83
+ "phpseclib/phpseclib": "~0.3.6",
84
+ "videlalvaro/php-amqplib": "~2.4"
85
+ },
86
+ "suggest": {
87
+ "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
88
+ "codeception/specify": "BDD-style code blocks",
89
+ "codeception/verify": "BDD-style assertions",
90
+ "monolog/monolog": "Log test steps",
91
+ "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
92
+ },
93
+ "bin": [
94
+ "codecept"
95
+ ],
96
+ "type": "library",
97
+ "autoload": {
98
+ "psr-0": {
99
+ "Codeception": "src"
100
+ }
101
+ },
102
+ "notification-url": "https://packagist.org/downloads/",
103
+ "license": [
104
+ "MIT"
105
+ ],
106
+ "authors": [
107
+ {
108
+ "name": "Michael Bodnarchuk",
109
+ "email": "davert@mail.ua",
110
+ "homepage": "http://codegyre.com"
111
+ }
112
+ ],
113
+ "description": "BDD-style testing framework",
114
+ "homepage": "http://codeception.com/",
115
+ "keywords": [
116
+ "BDD",
117
+ "TDD",
118
+ "acceptance testing",
119
+ "functional testing",
120
+ "unit testing"
121
+ ],
122
+ "time": "2014-08-21 03:21:23"
123
+ },
124
+ {
125
+ "name": "facebook/webdriver",
126
+ "version": "v0.4",
127
+ "source": {
128
+ "type": "git",
129
+ "url": "https://github.com/facebook/php-webdriver.git",
130
+ "reference": "342df507312ea5ae5337be47e16e4268d7ed661f"
131
+ },
132
+ "dist": {
133
+ "type": "zip",
134
+ "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/342df507312ea5ae5337be47e16e4268d7ed661f",
135
+ "reference": "342df507312ea5ae5337be47e16e4268d7ed661f",
136
+ "shasum": ""
137
+ },
138
+ "require": {
139
+ "php": ">=5.3.19"
140
+ },
141
+ "require-dev": {
142
+ "phpunit/phpunit": "3.7.*"
143
+ },
144
+ "type": "library",
145
+ "autoload": {
146
+ "classmap": [
147
+ "lib/"
148
+ ]
149
+ },
150
+ "notification-url": "https://packagist.org/downloads/",
151
+ "license": [
152
+ "Apache-2.0"
153
+ ],
154
+ "description": "A php client for WebDriver",
155
+ "homepage": "https://github.com/facebook/php-webdriver",
156
+ "keywords": [
157
+ "facebook",
158
+ "php",
159
+ "selenium",
160
+ "webdriver"
161
+ ],
162
+ "time": "2014-02-21 18:22:11"
163
+ },
164
+ {
165
+ "name": "guzzlehttp/guzzle",
166
+ "version": "4.2.2",
167
+ "source": {
168
+ "type": "git",
169
+ "url": "https://github.com/guzzle/guzzle.git",
170
+ "reference": "9c4fbbf6457768f5036fbd88f1229f3fca812a5d"
171
+ },
172
+ "dist": {
173
+ "type": "zip",
174
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9c4fbbf6457768f5036fbd88f1229f3fca812a5d",
175
+ "reference": "9c4fbbf6457768f5036fbd88f1229f3fca812a5d",
176
+ "shasum": ""
177
+ },
178
+ "require": {
179
+ "ext-json": "*",
180
+ "guzzlehttp/streams": "~2.1",
181
+ "php": ">=5.4.0"
182
+ },
183
+ "require-dev": {
184
+ "ext-curl": "*",
185
+ "phpunit/phpunit": "~4.0",
186
+ "psr/log": "~1.0"
187
+ },
188
+ "suggest": {
189
+ "ext-curl": "Guzzle will use specific adapters if cURL is present"
190
+ },
191
+ "type": "library",
192
+ "extra": {
193
+ "branch-alias": {
194
+ "dev-master": "4.2-dev"
195
+ }
196
+ },
197
+ "autoload": {
198
+ "psr-4": {
199
+ "GuzzleHttp\\": "src/"
200
+ },
201
+ "files": [
202
+ "src/functions.php"
203
+ ]
204
+ },
205
+ "notification-url": "https://packagist.org/downloads/",
206
+ "license": [
207
+ "MIT"
208
+ ],
209
+ "authors": [
210
+ {
211
+ "name": "Michael Dowling",
212
+ "email": "mtdowling@gmail.com",
213
+ "homepage": "https://github.com/mtdowling"
214
+ }
215
+ ],
216
+ "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
217
+ "homepage": "http://guzzlephp.org/",
218
+ "keywords": [
219
+ "client",
220
+ "curl",
221
+ "framework",
222
+ "http",
223
+ "http client",
224
+ "rest",
225
+ "web service"
226
+ ],
227
+ "time": "2014-09-08 22:11:58"
228
+ },
229
+ {
230
+ "name": "guzzlehttp/streams",
231
+ "version": "2.1.0",
232
+ "source": {
233
+ "type": "git",
234
+ "url": "https://github.com/guzzle/streams.git",
235
+ "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
236
+ },
237
+ "dist": {
238
+ "type": "zip",
239
+ "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
240
+ "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
241
+ "shasum": ""
242
+ },
243
+ "require": {
244
+ "php": ">=5.4.0"
245
+ },
246
+ "require-dev": {
247
+ "phpunit/phpunit": "~4.0"
248
+ },
249
+ "type": "library",
250
+ "extra": {
251
+ "branch-alias": {
252
+ "dev-master": "2.0-dev"
253
+ }
254
+ },
255
+ "autoload": {
256
+ "psr-4": {
257
+ "GuzzleHttp\\Stream\\": "src/"
258
+ },
259
+ "files": [
260
+ "src/functions.php"
261
+ ]
262
+ },
263
+ "notification-url": "https://packagist.org/downloads/",
264
+ "license": [
265
+ "MIT"
266
+ ],
267
+ "authors": [
268
+ {
269
+ "name": "Michael Dowling",
270
+ "email": "mtdowling@gmail.com",
271
+ "homepage": "https://github.com/mtdowling"
272
+ }
273
+ ],
274
+ "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
275
+ "homepage": "http://guzzlephp.org/",
276
+ "keywords": [
277
+ "Guzzle",
278
+ "stream"
279
+ ],
280
+ "time": "2014-08-17 21:15:53"
281
+ },
282
+ {
283
+ "name": "lucatume/tdd-helpers",
284
+ "version": "2.4.4",
285
+ "source": {
286
+ "type": "git",
287
+ "url": "https://github.com/lucatume/tdd-helpers.git",
288
+ "reference": "1db1031e010e4629847174d6f7d4d21d8862f07d"
289
+ },
290
+ "dist": {
291
+ "type": "zip",
292
+ "url": "https://api.github.com/repos/lucatume/tdd-helpers/zipball/1db1031e010e4629847174d6f7d4d21d8862f07d",
293
+ "reference": "1db1031e010e4629847174d6f7d4d21d8862f07d",
294
+ "shasum": ""
295
+ },
296
+ "require": {
297
+ "php": ">=5.2.0"
298
+ },
299
+ "require-dev": {
300
+ "codeception/codeception": "*"
301
+ },
302
+ "type": "library",
303
+ "autoload": {
304
+ "classmap": [
305
+ "src/"
306
+ ]
307
+ },
308
+ "notification-url": "https://packagist.org/downloads/",
309
+ "license": [
310
+ "MIT"
311
+ ],
312
+ "authors": [
313
+ {
314
+ "name": "theAverageDev (Luca Tumedei)",
315
+ "email": "luca@theaveragedev.com",
316
+ "homepage": "http://theaveragedev.com",
317
+ "role": "Developer"
318
+ }
319
+ ],
320
+ "description": "TDD helpers for PHP 5.2",
321
+ "homepage": "http://github.com/lucatume/tdd-helpers",
322
+ "keywords": [
323
+ "TDD",
324
+ "wrapper"
325
+ ],
326
+ "time": "2014-09-28 11:53:37"
327
+ },
328
+ {
329
+ "name": "lucatume/wp-browser",
330
+ "version": "dev-master",
331
+ "source": {
332
+ "type": "git",
333
+ "url": "https://github.com/lucatume/wp-browser.git",
334
+ "reference": "cbee014deb464bf0d38b6fa4c6887ab1e56b53cd"
335
+ },
336
+ "dist": {
337
+ "type": "zip",
338
+ "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/cbee014deb464bf0d38b6fa4c6887ab1e56b53cd",
339
+ "reference": "cbee014deb464bf0d38b6fa4c6887ab1e56b53cd",
340
+ "shasum": ""
341
+ },
342
+ "require": {
343
+ "badcow/lorem-ipsum": "dev-master",
344
+ "codeception/codeception": "2.*",
345
+ "lucatume/wp-utils": "2.*",
346
+ "php": ">=5.3.0"
347
+ },
348
+ "require-dev": {
349
+ "codeception/codeception": "*"
350
+ },
351
+ "bin": [
352
+ "wpcept"
353
+ ],
354
+ "type": "library",
355
+ "autoload": {
356
+ "psr-4": {
357
+ "Codeception\\Module\\": "src/",
358
+ "Codeception\\Lib\\Driver\\": "src/",
359
+ "Codeception\\Command\\": "src/",
360
+ "Codeception\\Lib\\Generator\\": "src/",
361
+ "tad\\wordpress\\maker\\": "src/",
362
+ "tad\\wordpress\\loader\\": "src/"
363
+ }
364
+ },
365
+ "notification-url": "https://packagist.org/downloads/",
366
+ "license": [
367
+ "MIT"
368
+ ],
369
+ "authors": [
370
+ {
371
+ "name": "theAverageDev (Luca Tumedei)",
372
+ "email": "luca@theaveragedev.com",
373
+ "homepage": "http://theaveragedev.com",
374
+ "role": "Developer"
375
+ }
376
+ ],
377
+ "description": "WordPress extension of the PhpBrowser class.",
378
+ "homepage": "http://github.com/lucatume/wp-browser",
379
+ "keywords": [
380
+ "codeception",
381
+ "wordpress"
382
+ ],
383
+ "time": "2014-09-29 06:15:38"
384
+ },
385
+ {
386
+ "name": "lucatume/wp-utils",
387
+ "version": "2.1.10",
388
+ "source": {
389
+ "type": "git",
390
+ "url": "https://github.com/lucatume/wp-utils.git",
391
+ "reference": "b7fe44dd89d6c13d2d3f98891c9b300d8981ce45"
392
+ },
393
+ "dist": {
394
+ "type": "zip",
395
+ "url": "https://api.github.com/repos/lucatume/wp-utils/zipball/b7fe44dd89d6c13d2d3f98891c9b300d8981ce45",
396
+ "reference": "b7fe44dd89d6c13d2d3f98891c9b300d8981ce45",
397
+ "shasum": ""
398
+ },
399
+ "require": {
400
+ "lucatume/tdd-helpers": "2.*",
401
+ "php": ">=5.2.0"
402
+ },
403
+ "require-dev": {
404
+ "codeception/codeception": "1.8.*"
405
+ },
406
+ "type": "library",
407
+ "autoload": {
408
+ "classmap": [
409
+ "src/"
410
+ ]
411
+ },
412
+ "notification-url": "https://packagist.org/downloads/",
413
+ "license": [
414
+ "MIT"
415
+ ],
416
+ "authors": [
417
+ {
418
+ "name": "theAverageDev (Luca Tumedei)",
419
+ "email": "luca@theaveragedev.com",
420
+ "homepage": "http://theaveragedev.com",
421
+ "role": "Developer"
422
+ }
423
+ ],
424
+ "description": "WordPress utility classes.",
425
+ "homepage": "http://github.com/lucatume/wp-utils",
426
+ "keywords": [
427
+ "wordpress"
428
+ ],
429
+ "time": "2014-08-25 14:22:18"
430
+ },
431
+ {
432
+ "name": "ocramius/instantiator",
433
+ "version": "1.1.3",
434
+ "source": {
435
+ "type": "git",
436
+ "url": "https://github.com/Ocramius/Instantiator.git",
437
+ "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881"
438
+ },
439
+ "dist": {
440
+ "type": "zip",
441
+ "url": "https://api.github.com/repos/Ocramius/Instantiator/zipball/e24a12178906ff2e7471b8aaf3a0eb789b59f881",
442
+ "reference": "e24a12178906ff2e7471b8aaf3a0eb789b59f881",
443
+ "shasum": ""
444
+ },
445
+ "require": {
446
+ "ocramius/lazy-map": "1.0.*",
447
+ "php": "~5.3"
448
+ },
449
+ "require-dev": {
450
+ "athletic/athletic": "~0.1.8",
451
+ "ext-pdo": "*",
452
+ "ext-phar": "*",
453
+ "phpunit/phpunit": "~4.0",
454
+ "squizlabs/php_codesniffer": "2.0.*@ALPHA"
455
+ },
456
+ "type": "library",
457
+ "extra": {
458
+ "branch-alias": {
459
+ "dev-master": "2.0.x-dev"
460
+ }
461
+ },
462
+ "autoload": {
463
+ "psr-0": {
464
+ "Instantiator\\": "src"
465
+ }
466
+ },
467
+ "notification-url": "https://packagist.org/downloads/",
468
+ "license": [
469
+ "MIT"
470
+ ],
471
+ "authors": [
472
+ {
473
+ "name": "Marco Pivetta",
474
+ "email": "ocramius@gmail.com",
475
+ "homepage": "http://ocramius.github.com/"
476
+ }
477
+ ],
478
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
479
+ "homepage": "https://github.com/Ocramius/Instantiator",
480
+ "keywords": [
481
+ "constructor",
482
+ "instantiate"
483
+ ],
484
+ "time": "2014-08-25 14:48:16"
485
+ },
486
+ {
487
+ "name": "ocramius/lazy-map",
488
+ "version": "1.0.0",
489
+ "source": {
490
+ "type": "git",
491
+ "url": "https://github.com/Ocramius/LazyMap.git",
492
+ "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752"
493
+ },
494
+ "dist": {
495
+ "type": "zip",
496
+ "url": "https://api.github.com/repos/Ocramius/LazyMap/zipball/7fe3d347f5e618bcea7d39345ff83f3651d8b752",
497
+ "reference": "7fe3d347f5e618bcea7d39345ff83f3651d8b752",
498
+ "shasum": ""
499
+ },
500
+ "require": {
501
+ "php": ">=5.3.3"
502
+ },
503
+ "require-dev": {
504
+ "athletic/athletic": "~0.1.6",
505
+ "phpmd/phpmd": "1.5.*",
506
+ "phpunit/phpunit": ">=3.7",
507
+ "satooshi/php-coveralls": "~0.6",
508
+ "squizlabs/php_codesniffer": "1.4.*"
509
+ },
510
+ "type": "library",
511
+ "extra": {
512
+ "branch-alias": {
513
+ "dev-master": "1.0.x-dev"
514
+ }
515
+ },
516
+ "autoload": {
517
+ "psr-0": {
518
+ "LazyMap\\": "src"
519
+ }
520
+ },
521
+ "notification-url": "https://packagist.org/downloads/",
522
+ "license": [
523
+ "MIT"
524
+ ],
525
+ "authors": [
526
+ {
527
+ "name": "Marco Pivetta",
528
+ "email": "ocramius@gmail.com",
529
+ "homepage": "http://ocramius.github.com/",
530
+ "role": "Developer"
531
+ }
532
+ ],
533
+ "description": "A library that provides lazy instantiation logic for a map of objects",
534
+ "homepage": "https://github.com/Ocramius/LazyMap",
535
+ "keywords": [
536
+ "lazy",
537
+ "lazy instantiation",
538
+ "lazy loading",
539
+ "map",
540
+ "service location"
541
+ ],
542
+ "time": "2013-11-09 22:30:54"
543
+ },
544
+ {
545
+ "name": "phpunit/php-code-coverage",
546
+ "version": "2.0.11",
547
+ "source": {
548
+ "type": "git",
549
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
550
+ "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7"
551
+ },
552
+ "dist": {
553
+ "type": "zip",
554
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
555
+ "reference": "53603b3c995f5aab6b59c8e08c3a663d2cc810b7",
556
+ "shasum": ""
557
+ },
558
+ "require": {
559
+ "php": ">=5.3.3",
560
+ "phpunit/php-file-iterator": "~1.3",
561
+ "phpunit/php-text-template": "~1.2",
562
+ "phpunit/php-token-stream": "~1.3",
563
+ "sebastian/environment": "~1.0",
564
+ "sebastian/version": "~1.0"
565
+ },
566
+ "require-dev": {
567
+ "ext-xdebug": ">=2.1.4",
568
+ "phpunit/phpunit": "~4.1"
569
+ },
570
+ "suggest": {
571
+ "ext-dom": "*",
572
+ "ext-xdebug": ">=2.2.1",
573
+ "ext-xmlwriter": "*"
574
+ },
575
+ "type": "library",
576
+ "extra": {
577
+ "branch-alias": {
578
+ "dev-master": "2.0.x-dev"
579
+ }
580
+ },
581
+ "autoload": {
582
+ "classmap": [
583
+ "src/"
584
+ ]
585
+ },
586
+ "notification-url": "https://packagist.org/downloads/",
587
+ "include-path": [
588
+ ""
589
+ ],
590
+ "license": [
591
+ "BSD-3-Clause"
592
+ ],
593
+ "authors": [
594
+ {
595
+ "name": "Sebastian Bergmann",
596
+ "email": "sb@sebastian-bergmann.de",
597
+ "role": "lead"
598
+ }
599
+ ],
600
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
601
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
602
+ "keywords": [
603
+ "coverage",
604
+ "testing",
605
+ "xunit"
606
+ ],
607
+ "time": "2014-08-31 06:33:04"
608
+ },
609
+ {
610
+ "name": "phpunit/php-file-iterator",
611
+ "version": "1.3.4",
612
+ "source": {
613
+ "type": "git",
614
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
615
+ "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
616
+ },
617
+ "dist": {
618
+ "type": "zip",
619
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
620
+ "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
621
+ "shasum": ""
622
+ },
623
+ "require": {
624
+ "php": ">=5.3.3"
625
+ },
626
+ "type": "library",
627
+ "autoload": {
628
+ "classmap": [
629
+ "File/"
630
+ ]
631
+ },
632
+ "notification-url": "https://packagist.org/downloads/",
633
+ "include-path": [
634
+ ""
635
+ ],
636
+ "license": [
637
+ "BSD-3-Clause"
638
+ ],
639
+ "authors": [
640
+ {
641
+ "name": "Sebastian Bergmann",
642
+ "email": "sb@sebastian-bergmann.de",
643
+ "role": "lead"
644
+ }
645
+ ],
646
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.",
647
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
648
+ "keywords": [
649
+ "filesystem",
650
+ "iterator"
651
+ ],
652
+ "time": "2013-10-10 15:34:57"
653
+ },
654
+ {
655
+ "name": "phpunit/php-text-template",
656
+ "version": "1.2.0",
657
+ "source": {
658
+ "type": "git",
659
+ "url": "https://github.com/sebastianbergmann/php-text-template.git",
660
+ "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
661
+ },
662
+ "dist": {
663
+ "type": "zip",
664
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
665
+ "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
666
+ "shasum": ""
667
+ },
668
+ "require": {
669
+ "php": ">=5.3.3"
670
+ },
671
+ "type": "library",
672
+ "autoload": {
673
+ "classmap": [
674
+ "Text/"
675
+ ]
676
+ },
677
+ "notification-url": "https://packagist.org/downloads/",
678
+ "include-path": [
679
+ ""
680
+ ],
681
+ "license": [
682
+ "BSD-3-Clause"
683
+ ],
684
+ "authors": [
685
+ {
686
+ "name": "Sebastian Bergmann",
687
+ "email": "sb@sebastian-bergmann.de",
688
+ "role": "lead"
689
+ }
690
+ ],
691
+ "description": "Simple template engine.",
692
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
693
+ "keywords": [
694
+ "template"
695
+ ],
696
+ "time": "2014-01-30 17:20:04"
697
+ },
698
+ {
699
+ "name": "phpunit/php-timer",
700
+ "version": "1.0.5",
701
+ "source": {
702
+ "type": "git",
703
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
704
+ "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
705
+ },
706
+ "dist": {
707
+ "type": "zip",
708
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
709
+ "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
710
+ "shasum": ""
711
+ },
712
+ "require": {
713
+ "php": ">=5.3.3"
714
+ },
715
+ "type": "library",
716
+ "autoload": {
717
+ "classmap": [
718
+ "PHP/"
719
+ ]
720
+ },
721
+ "notification-url": "https://packagist.org/downloads/",
722
+ "include-path": [
723
+ ""
724
+ ],
725
+ "license": [
726
+ "BSD-3-Clause"
727
+ ],
728
+ "authors": [
729
+ {
730
+ "name": "Sebastian Bergmann",
731
+ "email": "sb@sebastian-bergmann.de",
732
+ "role": "lead"
733
+ }
734
+ ],
735
+ "description": "Utility class for timing",
736
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
737
+ "keywords": [
738
+ "timer"
739
+ ],
740
+ "time": "2013-08-02 07:42:54"
741
+ },
742
+ {
743
+ "name": "phpunit/php-token-stream",
744
+ "version": "1.3.0",
745
+ "source": {
746
+ "type": "git",
747
+ "url": "https://github.com/sebastianbergmann/php-token-stream.git",
748
+ "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
749
+ },
750
+ "dist": {
751
+ "type": "zip",
752
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
753
+ "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
754
+ "shasum": ""
755
+ },
756
+ "require": {
757
+ "ext-tokenizer": "*",
758
+ "php": ">=5.3.3"
759
+ },
760
+ "require-dev": {
761
+ "phpunit/phpunit": "~4.2"
762
+ },
763
+ "type": "library",
764
+ "extra": {
765
+ "branch-alias": {
766
+ "dev-master": "1.3-dev"
767
+ }
768
+ },
769
+ "autoload": {
770
+ "classmap": [
771
+ "src/"
772
+ ]
773
+ },
774
+ "notification-url": "https://packagist.org/downloads/",
775
+ "license": [
776
+ "BSD-3-Clause"
777
+ ],
778
+ "authors": [
779
+ {
780
+ "name": "Sebastian Bergmann",
781
+ "email": "sebastian@phpunit.de"
782
+ }
783
+ ],
784
+ "description": "Wrapper around PHP's tokenizer extension.",
785
+ "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
786
+ "keywords": [
787
+ "tokenizer"
788
+ ],
789
+ "time": "2014-08-31 06:12:13"
790
+ },
791
+ {
792
+ "name": "phpunit/phpunit",
793
+ "version": "4.2.6",
794
+ "source": {
795
+ "type": "git",
796
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
797
+ "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c"
798
+ },
799
+ "dist": {
800
+ "type": "zip",
801
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c",
802
+ "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c",
803
+ "shasum": ""
804
+ },
805
+ "require": {
806
+ "ext-dom": "*",
807
+ "ext-json": "*",
808
+ "ext-pcre": "*",
809
+ "ext-reflection": "*",
810
+ "ext-spl": "*",
811
+ "php": ">=5.3.3",
812
+ "phpunit/php-code-coverage": "~2.0",
813
+ "phpunit/php-file-iterator": "~1.3.1",
814
+ "phpunit/php-text-template": "~1.2",
815
+ "phpunit/php-timer": "~1.0.2",
816
+ "phpunit/phpunit-mock-objects": "~2.2",
817
+ "sebastian/comparator": "~1.0",
818
+ "sebastian/diff": "~1.1",
819
+ "sebastian/environment": "~1.0",
820
+ "sebastian/exporter": "~1.0",
821
+ "sebastian/version": "~1.0",
822
+ "symfony/yaml": "~2.0"
823
+ },
824
+ "suggest": {
825
+ "phpunit/php-invoker": "~1.1"
826
+ },
827
+ "bin": [
828
+ "phpunit"
829
+ ],
830
+ "type": "library",
831
+ "extra": {
832
+ "branch-alias": {
833
+ "dev-master": "4.2.x-dev"
834
+ }
835
+ },
836
+ "autoload": {
837
+ "classmap": [
838
+ "src/"
839
+ ]
840
+ },
841
+ "notification-url": "https://packagist.org/downloads/",
842
+ "include-path": [
843
+ "",
844
+ "../../symfony/yaml/"
845
+ ],
846
+ "license": [
847
+ "BSD-3-Clause"
848
+ ],
849
+ "authors": [
850
+ {
851
+ "name": "Sebastian Bergmann",
852
+ "email": "sebastian@phpunit.de",
853
+ "role": "lead"
854
+ }
855
+ ],
856
+ "description": "The PHP Unit Testing framework.",
857
+ "homepage": "http://www.phpunit.de/",
858
+ "keywords": [
859
+ "phpunit",
860
+ "testing",
861
+ "xunit"
862
+ ],
863
+ "time": "2014-09-14 09:31:24"
864
+ },
865
+ {
866
+ "name": "phpunit/phpunit-mock-objects",
867
+ "version": "2.2.1",
868
+ "source": {
869
+ "type": "git",
870
+ "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
871
+ "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a"
872
+ },
873
+ "dist": {
874
+ "type": "zip",
875
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b241b18d87a47093f20fae8b0ba40379b00bd53a",
876
+ "reference": "b241b18d87a47093f20fae8b0ba40379b00bd53a",
877
+ "shasum": ""
878
+ },
879
+ "require": {
880
+ "ocramius/instantiator": "~1.0",
881
+ "php": ">=5.3.3",
882
+ "phpunit/php-text-template": "~1.2"
883
+ },
884
+ "require-dev": {
885
+ "phpunit/phpunit": "~4.2"
886
+ },
887
+ "suggest": {
888
+ "ext-soap": "*"
889
+ },
890
+ "type": "library",
891
+ "extra": {
892
+ "branch-alias": {
893
+ "dev-master": "2.2.x-dev"
894
+ }
895
+ },
896
+ "autoload": {
897
+ "classmap": [
898
+ "src/"
899
+ ]
900
+ },
901
+ "notification-url": "https://packagist.org/downloads/",
902
+ "license": [
903
+ "BSD-3-Clause"
904
+ ],
905
+ "authors": [
906
+ {
907
+ "name": "Sebastian Bergmann",
908
+ "email": "sb@sebastian-bergmann.de",
909
+ "role": "lead"
910
+ }
911
+ ],
912
+ "description": "Mock Object library for PHPUnit",
913
+ "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
914
+ "keywords": [
915
+ "mock",
916
+ "xunit"
917
+ ],
918
+ "time": "2014-09-06 17:32:37"
919
+ },
920
+ {
921
+ "name": "sebastian/comparator",
922
+ "version": "1.0.0",
923
+ "source": {
924
+ "type": "git",
925
+ "url": "https://github.com/sebastianbergmann/comparator.git",
926
+ "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2"
927
+ },
928
+ "dist": {
929
+ "type": "zip",
930
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
931
+ "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
932
+ "shasum": ""
933
+ },
934
+ "require": {
935
+ "php": ">=5.3.3",
936
+ "sebastian/diff": "~1.1",
937
+ "sebastian/exporter": "~1.0"
938
+ },
939
+ "require-dev": {
940
+ "phpunit/phpunit": "~4.1"
941
+ },
942
+ "type": "library",
943
+ "extra": {
944
+ "branch-alias": {
945
+ "dev-master": "1.0.x-dev"
946
+ }
947
+ },
948
+ "autoload": {
949
+ "classmap": [
950
+ "src/"
951
+ ]
952
+ },
953
+ "notification-url": "https://packagist.org/downloads/",
954
+ "license": [
955
+ "BSD-3-Clause"
956
+ ],
957
+ "authors": [
958
+ {
959
+ "name": "Sebastian Bergmann",
960
+ "email": "sebastian@phpunit.de",
961
+ "role": "lead"
962
+ },
963
+ {
964
+ "name": "Jeff Welch",
965
+ "email": "whatthejeff@gmail.com"
966
+ },
967
+ {
968
+ "name": "Volker Dusch",
969
+ "email": "github@wallbash.com"
970
+ },
971
+ {
972
+ "name": "Bernhard Schussek",
973
+ "email": "bschussek@2bepublished.at"
974
+ }
975
+ ],
976
+ "description": "Provides the functionality to compare PHP values for equality",
977
+ "homepage": "http://www.github.com/sebastianbergmann/comparator",
978
+ "keywords": [
979
+ "comparator",
980
+ "compare",
981
+ "equality"
982
+ ],
983
+ "time": "2014-05-02 07:05:58"
984
+ },
985
+ {
986
+ "name": "sebastian/diff",
987
+ "version": "1.2.0",
988
+ "source": {
989
+ "type": "git",
990
+ "url": "https://github.com/sebastianbergmann/diff.git",
991
+ "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
992
+ },
993
+ "dist": {
994
+ "type": "zip",
995
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
996
+ "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
997
+ "shasum": ""
998
+ },
999
+ "require": {
1000
+ "php": ">=5.3.3"
1001
+ },
1002
+ "require-dev": {
1003
+ "phpunit/phpunit": "~4.2"
1004
+ },
1005
+ "type": "library",
1006
+ "extra": {
1007
+ "branch-alias": {
1008
+ "dev-master": "1.2-dev"
1009
+ }
1010
+ },
1011
+ "autoload": {
1012
+ "classmap": [
1013
+ "src/"
1014
+ ]
1015
+ },
1016
+ "notification-url": "https://packagist.org/downloads/",
1017
+ "license": [
1018
+ "BSD-3-Clause"
1019
+ ],
1020
+ "authors": [
1021
+ {
1022
+ "name": "Kore Nordmann",
1023
+ "email": "mail@kore-nordmann.de"
1024
+ },
1025
+ {
1026
+ "name": "Sebastian Bergmann",
1027
+ "email": "sebastian@phpunit.de"
1028
+ }
1029
+ ],
1030
+ "description": "Diff implementation",
1031
+ "homepage": "http://www.github.com/sebastianbergmann/diff",
1032
+ "keywords": [
1033
+ "diff"
1034
+ ],
1035
+ "time": "2014-08-15 10:29:00"
1036
+ },
1037
+ {
1038
+ "name": "sebastian/environment",
1039
+ "version": "1.0.0",
1040
+ "source": {
1041
+ "type": "git",
1042
+ "url": "https://github.com/sebastianbergmann/environment.git",
1043
+ "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a"
1044
+ },
1045
+ "dist": {
1046
+ "type": "zip",
1047
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a",
1048
+ "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a",
1049
+ "shasum": ""
1050
+ },
1051
+ "require": {
1052
+ "php": ">=5.3.3"
1053
+ },
1054
+ "require-dev": {
1055
+ "phpunit/phpunit": "4.0.*@dev"
1056
+ },
1057
+ "type": "library",
1058
+ "extra": {
1059
+ "branch-alias": {
1060
+ "dev-master": "1.0.x-dev"
1061
+ }
1062
+ },
1063
+ "autoload": {
1064
+ "classmap": [
1065
+ "src/"
1066
+ ]
1067
+ },
1068
+ "notification-url": "https://packagist.org/downloads/",
1069
+ "license": [
1070
+ "BSD-3-Clause"
1071
+ ],
1072
+ "authors": [
1073
+ {
1074
+ "name": "Sebastian Bergmann",
1075
+ "email": "sebastian@phpunit.de",
1076
+ "role": "lead"
1077
+ }
1078
+ ],
1079
+ "description": "Provides functionality to handle HHVM/PHP environments",
1080
+ "homepage": "http://www.github.com/sebastianbergmann/environment",
1081
+ "keywords": [
1082
+ "Xdebug",
1083
+ "environment",
1084
+ "hhvm"
1085
+ ],
1086
+ "time": "2014-02-18 16:17:19"
1087
+ },
1088
+ {
1089
+ "name": "sebastian/exporter",
1090
+ "version": "1.0.1",
1091
+ "source": {
1092
+ "type": "git",
1093
+ "url": "https://github.com/sebastianbergmann/exporter.git",
1094
+ "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529"
1095
+ },
1096
+ "dist": {
1097
+ "type": "zip",
1098
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
1099
+ "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
1100
+ "shasum": ""
1101
+ },
1102
+ "require": {
1103
+ "php": ">=5.3.3"
1104
+ },
1105
+ "require-dev": {
1106
+ "phpunit/phpunit": "4.0.*@dev"
1107
+ },
1108
+ "type": "library",
1109
+ "extra": {
1110
+ "branch-alias": {
1111
+ "dev-master": "1.0.x-dev"
1112
+ }
1113
+ },
1114
+ "autoload": {
1115
+ "classmap": [
1116
+ "src/"
1117
+ ]
1118
+ },
1119
+ "notification-url": "https://packagist.org/downloads/",
1120
+ "license": [
1121
+ "BSD-3-Clause"
1122
+ ],
1123
+ "authors": [
1124
+ {
1125
+ "name": "Sebastian Bergmann",
1126
+ "email": "sebastian@phpunit.de",
1127
+ "role": "lead"
1128
+ },
1129
+ {
1130
+ "name": "Jeff Welch",
1131
+ "email": "whatthejeff@gmail.com"
1132
+ },
1133
+ {
1134
+ "name": "Volker Dusch",
1135
+ "email": "github@wallbash.com"
1136
+ },
1137
+ {
1138
+ "name": "Adam Harvey",
1139
+ "email": "aharvey@php.net",
1140
+ "role": "Lead"
1141
+ },
1142
+ {
1143
+ "name": "Bernhard Schussek",
1144
+ "email": "bschussek@2bepublished.at"
1145
+ }
1146
+ ],
1147
+ "description": "Provides the functionality to export PHP variables for visualization",
1148
+ "homepage": "http://www.github.com/sebastianbergmann/exporter",
1149
+ "keywords": [
1150
+ "export",
1151
+ "exporter"
1152
+ ],
1153
+ "time": "2014-02-16 08:26:31"
1154
+ },
1155
+ {
1156
+ "name": "sebastian/version",
1157
+ "version": "1.0.3",
1158
+ "source": {
1159
+ "type": "git",
1160
+ "url": "https://github.com/sebastianbergmann/version.git",
1161
+ "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
1162
+ },
1163
+ "dist": {
1164
+ "type": "zip",
1165
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
1166
+ "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
1167
+ "shasum": ""
1168
+ },
1169
+ "type": "library",
1170
+ "autoload": {
1171
+ "classmap": [
1172
+ "src/"
1173
+ ]
1174
+ },
1175
+ "notification-url": "https://packagist.org/downloads/",
1176
+ "license": [
1177
+ "BSD-3-Clause"
1178
+ ],
1179
+ "authors": [
1180
+ {
1181
+ "name": "Sebastian Bergmann",
1182
+ "email": "sebastian@phpunit.de",
1183
+ "role": "lead"
1184
+ }
1185
+ ],
1186
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1187
+ "homepage": "https://github.com/sebastianbergmann/version",
1188
+ "time": "2014-03-07 15:35:33"
1189
+ },
1190
+ {
1191
+ "name": "symfony/browser-kit",
1192
+ "version": "v2.5.5",
1193
+ "target-dir": "Symfony/Component/BrowserKit",
1194
+ "source": {
1195
+ "type": "git",
1196
+ "url": "https://github.com/symfony/BrowserKit.git",
1197
+ "reference": "0cb9e603b1850c9495bfb96b3c4caf7ea17700d4"
1198
+ },
1199
+ "dist": {
1200
+ "type": "zip",
1201
+ "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/0cb9e603b1850c9495bfb96b3c4caf7ea17700d4",
1202
+ "reference": "0cb9e603b1850c9495bfb96b3c4caf7ea17700d4",
1203
+ "shasum": ""
1204
+ },
1205
+ "require": {
1206
+ "php": ">=5.3.3",
1207
+ "symfony/dom-crawler": "~2.0"
1208
+ },
1209
+ "require-dev": {
1210
+ "symfony/css-selector": "~2.0",
1211
+ "symfony/process": "~2.0"
1212
+ },
1213
+ "suggest": {
1214
+ "symfony/process": ""
1215
+ },
1216
+ "type": "library",
1217
+ "extra": {
1218
+ "branch-alias": {
1219
+ "dev-master": "2.5-dev"
1220
+ }
1221
+ },
1222
+ "autoload": {
1223
+ "psr-0": {
1224
+ "Symfony\\Component\\BrowserKit\\": ""
1225
+ }
1226
+ },
1227
+ "notification-url": "https://packagist.org/downloads/",
1228
+ "license": [
1229
+ "MIT"
1230
+ ],
1231
+ "authors": [
1232
+ {
1233
+ "name": "Symfony Community",
1234
+ "homepage": "http://symfony.com/contributors"
1235
+ },
1236
+ {
1237
+ "name": "Fabien Potencier",
1238
+ "email": "fabien@symfony.com"
1239
+ }
1240
+ ],
1241
+ "description": "Symfony BrowserKit Component",
1242
+ "homepage": "http://symfony.com",
1243
+ "time": "2014-09-22 09:14:18"
1244
+ },
1245
+ {
1246
+ "name": "symfony/console",
1247
+ "version": "v2.5.5",
1248
+ "target-dir": "Symfony/Component/Console",
1249
+ "source": {
1250
+ "type": "git",
1251
+ "url": "https://github.com/symfony/Console.git",
1252
+ "reference": "ca053eaa031c93afb68a71e4eb1f4168dfd4a661"
1253
+ },
1254
+ "dist": {
1255
+ "type": "zip",
1256
+ "url": "https://api.github.com/repos/symfony/Console/zipball/ca053eaa031c93afb68a71e4eb1f4168dfd4a661",
1257
+ "reference": "ca053eaa031c93afb68a71e4eb1f4168dfd4a661",
1258
+ "shasum": ""
1259
+ },
1260
+ "require": {
1261
+ "php": ">=5.3.3"
1262
+ },
1263
+ "require-dev": {
1264
+ "psr/log": "~1.0",
1265
+ "symfony/event-dispatcher": "~2.1"
1266
+ },
1267
+ "suggest": {
1268
+ "psr/log": "For using the console logger",
1269
+ "symfony/event-dispatcher": ""
1270
+ },
1271
+ "type": "library",
1272
+ "extra": {
1273
+ "branch-alias": {
1274
+ "dev-master": "2.5-dev"
1275
+ }
1276
+ },
1277
+ "autoload": {
1278
+ "psr-0": {
1279
+ "Symfony\\Component\\Console\\": ""
1280
+ }
1281
+ },
1282
+ "notification-url": "https://packagist.org/downloads/",
1283
+ "license": [
1284
+ "MIT"
1285
+ ],
1286
+ "authors": [
1287
+ {
1288
+ "name": "Symfony Community",
1289
+ "homepage": "http://symfony.com/contributors"
1290
+ },
1291
+ {
1292
+ "name": "Fabien Potencier",
1293
+ "email": "fabien@symfony.com"
1294
+ }
1295
+ ],
1296
+ "description": "Symfony Console Component",
1297
+ "homepage": "http://symfony.com",
1298
+ "time": "2014-09-25 09:53:56"
1299
+ },
1300
+ {
1301
+ "name": "symfony/css-selector",
1302
+ "version": "v2.5.5",
1303
+ "target-dir": "Symfony/Component/CssSelector",
1304
+ "source": {
1305
+ "type": "git",
1306
+ "url": "https://github.com/symfony/CssSelector.git",
1307
+ "reference": "caf5ecc3face1f22884fb74b8edab65ac5ba9976"
1308
+ },
1309
+ "dist": {
1310
+ "type": "zip",
1311
+ "url": "https://api.github.com/repos/symfony/CssSelector/zipball/caf5ecc3face1f22884fb74b8edab65ac5ba9976",
1312
+ "reference": "caf5ecc3face1f22884fb74b8edab65ac5ba9976",
1313
+ "shasum": ""
1314
+ },
1315
+ "require": {
1316
+ "php": ">=5.3.3"
1317
+ },
1318
+ "type": "library",
1319
+ "extra": {
1320
+ "branch-alias": {
1321
+ "dev-master": "2.5-dev"
1322
+ }
1323
+ },
1324
+ "autoload": {
1325
+ "psr-0": {
1326
+ "Symfony\\Component\\CssSelector\\": ""
1327
+ }
1328
+ },
1329
+ "notification-url": "https://packagist.org/downloads/",
1330
+ "license": [
1331
+ "MIT"
1332
+ ],
1333
+ "authors": [
1334
+ {
1335
+ "name": "Symfony Community",
1336
+ "homepage": "http://symfony.com/contributors"
1337
+ },
1338
+ {
1339
+ "name": "Jean-François Simon",
1340
+ "email": "jeanfrancois.simon@sensiolabs.com"
1341
+ },
1342
+ {
1343
+ "name": "Fabien Potencier",
1344
+ "email": "fabien@symfony.com"
1345
+ }
1346
+ ],
1347
+ "description": "Symfony CssSelector Component",
1348
+ "homepage": "http://symfony.com",
1349
+ "time": "2014-09-22 09:14:18"
1350
+ },
1351
+ {
1352
+ "name": "symfony/dom-crawler",
1353
+ "version": "v2.5.5",
1354
+ "target-dir": "Symfony/Component/DomCrawler",
1355
+ "source": {
1356
+ "type": "git",
1357
+ "url": "https://github.com/symfony/DomCrawler.git",
1358
+ "reference": "a2804ec76442a9d0a3bb25f99a7830ba24743e07"
1359
+ },
1360
+ "dist": {
1361
+ "type": "zip",
1362
+ "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/a2804ec76442a9d0a3bb25f99a7830ba24743e07",
1363
+ "reference": "a2804ec76442a9d0a3bb25f99a7830ba24743e07",
1364
+ "shasum": ""
1365
+ },
1366
+ "require": {
1367
+ "php": ">=5.3.3"
1368
+ },
1369
+ "require-dev": {
1370
+ "symfony/css-selector": "~2.0"
1371
+ },
1372
+ "suggest": {
1373
+ "symfony/css-selector": ""
1374
+ },
1375
+ "type": "library",
1376
+ "extra": {
1377
+ "branch-alias": {
1378
+ "dev-master": "2.5-dev"
1379
+ }
1380
+ },
1381
+ "autoload": {
1382
+ "psr-0": {
1383
+ "Symfony\\Component\\DomCrawler\\": ""
1384
+ }
1385
+ },
1386
+ "notification-url": "https://packagist.org/downloads/",
1387
+ "license": [
1388
+ "MIT"
1389
+ ],
1390
+ "authors": [
1391
+ {
1392
+ "name": "Symfony Community",
1393
+ "homepage": "http://symfony.com/contributors"
1394
+ },
1395
+ {
1396
+ "name": "Fabien Potencier",
1397
+ "email": "fabien@symfony.com"
1398
+ }
1399
+ ],
1400
+ "description": "Symfony DomCrawler Component",
1401
+ "homepage": "http://symfony.com",
1402
+ "time": "2014-09-22 09:14:18"
1403
+ },
1404
+ {
1405
+ "name": "symfony/event-dispatcher",
1406
+ "version": "v2.5.5",
1407
+ "target-dir": "Symfony/Component/EventDispatcher",
1408
+ "source": {
1409
+ "type": "git",
1410
+ "url": "https://github.com/symfony/EventDispatcher.git",
1411
+ "reference": "f6281337bf5f985f585d1db6a83adb05ce531f46"
1412
+ },
1413
+ "dist": {
1414
+ "type": "zip",
1415
+ "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/f6281337bf5f985f585d1db6a83adb05ce531f46",
1416
+ "reference": "f6281337bf5f985f585d1db6a83adb05ce531f46",
1417
+ "shasum": ""
1418
+ },
1419
+ "require": {
1420
+ "php": ">=5.3.3"
1421
+ },
1422
+ "require-dev": {
1423
+ "psr/log": "~1.0",
1424
+ "symfony/config": "~2.0",
1425
+ "symfony/dependency-injection": "~2.0,<2.6.0",
1426
+ "symfony/stopwatch": "~2.2"
1427
+ },
1428
+ "suggest": {
1429
+ "symfony/dependency-injection": "",
1430
+ "symfony/http-kernel": ""
1431
+ },
1432
+ "type": "library",
1433
+ "extra": {
1434
+ "branch-alias": {
1435
+ "dev-master": "2.5-dev"
1436
+ }
1437
+ },
1438
+ "autoload": {
1439
+ "psr-0": {
1440
+ "Symfony\\Component\\EventDispatcher\\": ""
1441
+ }
1442
+ },
1443
+ "notification-url": "https://packagist.org/downloads/",
1444
+ "license": [
1445
+ "MIT"
1446
+ ],
1447
+ "authors": [
1448
+ {
1449
+ "name": "Symfony Community",
1450
+ "homepage": "http://symfony.com/contributors"
1451
+ },
1452
+ {
1453
+ "name": "Fabien Potencier",
1454
+ "email": "fabien@symfony.com"
1455
+ }
1456
+ ],
1457
+ "description": "Symfony EventDispatcher Component",
1458
+ "homepage": "http://symfony.com",
1459
+ "time": "2014-09-28 15:56:11"
1460
+ },
1461
+ {
1462
+ "name": "symfony/finder",
1463
+ "version": "v2.5.5",
1464
+ "target-dir": "Symfony/Component/Finder",
1465
+ "source": {
1466
+ "type": "git",
1467
+ "url": "https://github.com/symfony/Finder.git",
1468
+ "reference": "d5033742b9a6206ef6d06e813870bca18e9205df"
1469
+ },
1470
+ "dist": {
1471
+ "type": "zip",
1472
+ "url": "https://api.github.com/repos/symfony/Finder/zipball/d5033742b9a6206ef6d06e813870bca18e9205df",
1473
+ "reference": "d5033742b9a6206ef6d06e813870bca18e9205df",
1474
+ "shasum": ""
1475
+ },
1476
+ "require": {
1477
+ "php": ">=5.3.3"
1478
+ },
1479
+ "type": "library",
1480
+ "extra": {
1481
+ "branch-alias": {
1482
+ "dev-master": "2.5-dev"
1483
+ }
1484
+ },
1485
+ "autoload": {
1486
+ "psr-0": {
1487
+ "Symfony\\Component\\Finder\\": ""
1488
+ }
1489
+ },
1490
+ "notification-url": "https://packagist.org/downloads/",
1491
+ "license": [
1492
+ "MIT"
1493
+ ],
1494
+ "authors": [
1495
+ {
1496
+ "name": "Symfony Community",
1497
+ "homepage": "http://symfony.com/contributors"
1498
+ },
1499
+ {
1500
+ "name": "Fabien Potencier",
1501
+ "email": "fabien@symfony.com"
1502
+ }
1503
+ ],
1504
+ "description": "Symfony Finder Component",
1505
+ "homepage": "http://symfony.com",
1506
+ "time": "2014-09-27 08:35:39"
1507
+ },
1508
+ {
1509
+ "name": "symfony/yaml",
1510
+ "version": "v2.5.5",
1511
+ "target-dir": "Symfony/Component/Yaml",
1512
+ "source": {
1513
+ "type": "git",
1514
+ "url": "https://github.com/symfony/Yaml.git",
1515
+ "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96"
1516
+ },
1517
+ "dist": {
1518
+ "type": "zip",
1519
+ "url": "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96",
1520
+ "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96",
1521
+ "shasum": ""
1522
+ },
1523
+ "require": {
1524
+ "php": ">=5.3.3"
1525
+ },
1526
+ "type": "library",
1527
+ "extra": {
1528
+ "branch-alias": {
1529
+ "dev-master": "2.5-dev"
1530
+ }
1531
+ },
1532
+ "autoload": {
1533
+ "psr-0": {
1534
+ "Symfony\\Component\\Yaml\\": ""
1535
+ }
1536
+ },
1537
+ "notification-url": "https://packagist.org/downloads/",
1538
+ "license": [
1539
+ "MIT"
1540
+ ],
1541
+ "authors": [
1542
+ {
1543
+ "name": "Symfony Community",
1544
+ "homepage": "http://symfony.com/contributors"
1545
+ },
1546
+ {
1547
+ "name": "Fabien Potencier",
1548
+ "email": "fabien@symfony.com"
1549
+ }
1550
+ ],
1551
+ "description": "Symfony Yaml Component",
1552
+ "homepage": "http://symfony.com",
1553
+ "time": "2014-09-22 09:14:18"
1554
+ }
1555
+ ],
1556
+ "aliases": [
1557
+
1558
+ ],
1559
+ "minimum-stability": "dev",
1560
+ "stability-flags": {
1561
+ "lucatume/wp-browser": 20
1562
+ },
1563
+ "prefer-stable": true,
1564
+ "platform": [
1565
+
1566
+ ],
1567
+ "platform-dev": [
1568
+
1569
+ ]
1570
+ }
lang/tribe-events-calendar-ar.mo CHANGED
File without changes
lang/tribe-events-calendar-bg_BG.mo CHANGED
File without changes
lang/tribe-events-calendar-bg_BG.po CHANGED
File without changes
lang/tribe-events-calendar-bs_BA.mo CHANGED
File without changes
lang/tribe-events-calendar-ca.mo CHANGED
File without changes
lang/tribe-events-calendar-cs_CZ.mo CHANGED
File without changes
lang/tribe-events-calendar-cs_CZ.po CHANGED
File without changes
lang/tribe-events-calendar-da_DK.mo CHANGED
File without changes
lang/tribe-events-calendar-da_DK.po CHANGED
File without changes
lang/tribe-events-calendar-de_DE.mo CHANGED
Binary file
lang/tribe-events-calendar-de_DE.po CHANGED
@@ -1,5146 +1,4592 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: The Events Calendar v3.7\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-09-19 11:21-0800\n"
6
- "PO-Revision-Date: 2014-09-19 11:21-0800\n"
7
  "Last-Translator: \n"
8
  "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
9
- "Language: de_DE\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Generator: Poedit 1.6.9\n"
 
 
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
- "_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"
18
  "X-Poedit-Basepath: ./\n"
19
- "X-Textdomain-Support: yes\n"
20
  "X-Poedit-SearchPath-0: ..\n"
 
21
 
22
- #: ../admin-views/admin-update-message.php:9
23
- #: ../admin-views/admin-welcome-message.php:11
24
  #, php-format
 
25
  msgid "You are running Version %s and deserve a hug :-)"
26
- msgstr ""
27
 
28
- #: ../admin-views/admin-update-message.php:32
 
29
  msgid "Keep the Core Plugin <strong>FREE</strong>!"
30
- msgstr ""
31
 
32
- #: ../admin-views/admin-update-message.php:33
33
- msgid ""
34
- "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe "
35
- "not, but more happy users mean more contributions and help on the forums. "
36
- "The community NEEDS your voice."
37
- msgstr ""
38
 
39
- #: ../admin-views/admin-update-message.php:34
40
- #: ../admin-views/admin-welcome-message.php:22
 
41
  msgid "Rate It"
42
- msgstr ""
43
 
44
- #: ../admin-views/admin-update-message.php:37
 
45
  msgid "PSST... Want a Discount?"
46
- msgstr ""
47
 
48
- #: ../admin-views/admin-update-message.php:38
 
49
  msgid "We send out discounts to our core users via our newsletter."
50
- msgstr ""
51
 
52
- #: ../admin-views/admin-update-message.php:41
53
- #: ../admin-views/admin-welcome-message.php:30
 
54
  msgid "Sign Up"
55
- msgstr ""
56
 
57
- #: ../admin-views/admin-update-message.php:47
 
58
  msgid "Looking for Something Special?"
59
- msgstr ""
60
 
61
- #: ../admin-views/admin-update-message.php:49
 
62
  msgid "Pro"
63
- msgstr ""
64
 
65
- # @ tribe-events-calendar
66
- #: ../admin-views/admin-update-message.php:50
67
- #: ../lib/tickets/tribe-tickets-metabox.php:26
 
68
  msgid "Tickets"
69
  msgstr "Karten"
70
 
71
- # @ tribe-events-calendar
72
- #: ../admin-views/admin-update-message.php:51
73
  #, fuzzy
 
74
  msgid "Community Events"
75
  msgstr "Veranstaltungen bearbeiten"
76
 
77
- #: ../admin-views/admin-update-message.php:52
 
78
  msgid "Filters"
79
- msgstr ""
80
 
81
- #: ../admin-views/admin-update-message.php:53
 
82
  msgid "Facebook"
83
- msgstr ""
84
 
85
- # @ tribe-events-calendar
86
- #: ../admin-views/admin-update-message.php:56
87
- #: ../admin-views/admin-welcome-message.php:52
88
  #, fuzzy
 
89
  msgid "News For Events Users"
90
  msgstr "Neue Veranstaltung"
91
 
92
- # @ tribe-events-calendar
93
- #: ../admin-views/admin-welcome-message.php:19
94
  #, fuzzy
 
95
  msgid "Keep The Events Calendar Core FREE"
96
  msgstr "Der Events Calendar PRO"
97
 
98
- #: ../admin-views/admin-welcome-message.php:20
99
- msgid ""
100
- "5 star ratings help us bring TEC to more users. More happy users mean more "
101
- "support, more features, and more of everything you know and love about The "
102
- "Events Calendar. We couldn't do this without your support."
103
- msgstr ""
104
 
105
- #: ../admin-views/admin-welcome-message.php:21
 
106
  msgid "Rate it five stars today!"
107
- msgstr ""
108
 
109
- #: ../admin-views/admin-welcome-message.php:25
 
110
  msgid "Newsletter Signup"
111
- msgstr ""
112
-
113
- #: ../admin-views/admin-welcome-message.php:26
114
- msgid ""
115
- "Stay in touch with The Events Calendar Pro. We send out the occiasional "
116
- "update, key developer notices, and even the occasional discount."
117
- msgstr ""
118
 
119
- # @ tribe-events-calendar
120
- #: ../admin-views/admin-welcome-message.php:39
121
- #: ../admin-views/tribe-options-help.php:149
122
  msgid "Getting Started"
123
  msgstr "Schnellstart"
124
 
125
- #: ../admin-views/admin-welcome-message.php:40
 
126
  msgid "Check out the New User Primer &amp; Tutorials"
127
- msgstr ""
128
 
129
- #: ../admin-views/admin-welcome-message.php:42
 
130
  msgid "Looking for More Features?"
131
- msgstr ""
132
 
133
- #: ../admin-views/admin-welcome-message.php:43
 
134
  msgid "Addons for Community, Tickets, Filters, Facebook and more."
135
- msgstr ""
136
 
137
- # @ tribe-events-calendar
138
- #: ../admin-views/admin-welcome-message.php:45
139
  #, fuzzy
 
140
  msgid "Support Resources"
141
  msgstr "Support Unterlagen die Ihnen sicherlich helfen"
142
 
143
- #: ../admin-views/admin-welcome-message.php:46
 
144
  msgid "FAQs, Documentation, Tutorials and Forums"
145
- msgstr ""
146
 
147
- #: ../admin-views/admin-welcome-message.php:49
 
148
  msgid "Release Notes"
149
- msgstr ""
150
 
151
- #: ../admin-views/admin-welcome-message.php:50
 
152
  msgid "Get the Skinny on the Latest Updates"
153
- msgstr ""
154
 
155
- #: ../admin-views/admin-welcome-message.php:53
 
156
  msgid "Product Releases, Tutorials and Community Activity"
157
- msgstr ""
158
 
159
- # @ tribe-events-calendar
160
- #: ../admin-views/app-shop.php:4
161
  msgid "Tribe Event Add-Ons"
162
  msgstr "Tribe Event Add-Ons"
163
 
164
- # @ tribe-events-calendar
165
- #: ../admin-views/app-shop.php:54
166
  msgid "Version"
167
  msgstr "Version"
168
 
169
- # @ tribe-events-calendar
170
- #: ../admin-views/app-shop.php:57
171
  msgid "Last Update"
172
  msgstr "Letzte Aktualisierung"
173
 
174
- # @ tribe-events-calendar
175
- #: ../admin-views/event-sidebar-options.php:13
176
  msgid "Hide From Event Listings"
177
  msgstr "Auf der Veranstaltungsliste verstecken"
178
 
179
- # @ tribe-events-calendar
180
- #: ../admin-views/event-sidebar-options.php:15
181
  msgid "Sticky in Calendar View"
182
  msgstr "Hervorheben in der Kalenderansicht"
183
 
184
- # @ tribe-events-calendar
185
- #: ../admin-views/events-meta-box.php:33
186
  msgid "Event Time &amp; Date"
187
  msgstr "Veranstaltungsdatum und -zeit"
188
 
189
- # @ tribe-events-calendar
190
- #: ../admin-views/events-meta-box.php:40
191
- msgid ""
192
- "You have changed the recurrence rules of this event. Saving the event will "
193
- "update all future events. If you did not mean to change all events, then "
194
- "please refresh the page."
195
- msgstr ""
196
- "Sie haben die Wiederholungs-Regeln für diese Veranstaltung verändert. Wenn "
197
- "Sie die Veranstaltung jetzt speichern, werden auch alle damit verbundenen "
198
- "und in der Zukunft liegenden Veranstaltungen so aktualisiert. Wenn Sie dies "
199
- "nicht vorhatten, dann laden Sie bitte diese Seite neu (aber nicht "
200
- "'Speichern' / 'Aktualisieren')."
201
-
202
- # @ tribe-events-calendar
203
- #: ../admin-views/events-meta-box.php:43
204
  msgid "All Day Event:"
205
- msgstr "Ganztägige Veranstaltung"
206
 
207
- # @ tribe-events-calendar
208
- #: ../admin-views/events-meta-box.php:49
209
  msgid "Start Date &amp; Time:"
210
- msgstr "Anfangsdatum und -zeit:"
211
 
212
- # @ tribe-events-calendar
213
- #: ../admin-views/events-meta-box.php:52 ../admin-views/events-meta-box.php:73
 
214
  msgid "YYYY-MM-DD"
215
  msgstr "TT.MM.JJJJ"
216
 
217
- # @ tribe-events-calendar
218
- #: ../admin-views/events-meta-box.php:70
219
  msgid "End Date &amp; Time:"
220
- msgstr "Enddatum und -zeit"
221
 
222
- # @ tribe-events-calendar
223
- #: ../admin-views/events-meta-box.php:98
224
  msgid "Event Location Details"
225
  msgstr "Informationen zum Veranstaltungsort"
226
 
227
- # @ tribe-events-calendar
228
- #: ../admin-views/events-meta-box.php:107
229
  msgid "Event Organizer Details"
230
  msgstr "Informationen zum Veranstalter"
231
 
232
- # @ tribe-events-calendar
233
- #: ../admin-views/events-meta-box.php:116
234
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:66
235
  msgid "Event Website"
236
  msgstr "Veranstaltungswebseite"
237
 
238
- # @ tribe-events-calendar
239
- #: ../admin-views/events-meta-box.php:119
240
  msgid "URL:"
241
  msgstr "URL:"
242
 
243
- # @ tribe-events-calendar
244
- #: ../admin-views/events-meta-box.php:133
245
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
246
  msgid "Event Cost"
247
  msgstr "Kosten"
248
 
249
- # @ tribe-events-calendar
250
- #: ../admin-views/events-meta-box.php:136
251
  msgid "Currency Symbol:"
252
  msgstr "Währungssymbol:"
253
 
254
- # @ tribe-events-calendar
255
- #: ../admin-views/events-meta-box.php:151
256
  msgctxt "Currency symbol position"
257
  msgid "Before cost"
258
  msgstr "Vor Eintritt"
259
 
260
- # @ tribe-events-calendar
261
- #: ../admin-views/events-meta-box.php:154
262
  msgctxt "Currency symbol position"
263
  msgid "After cost"
264
  msgstr "Nach Eintritt"
265
 
266
- # @ tribe-events-calendar
267
- #: ../admin-views/events-meta-box.php:159
268
- #: ../public/advanced-functions/meta.php:373
269
- #: ../views/modules/meta/details.php:96
270
  msgid "Cost:"
271
  msgstr "Kosten:"
272
 
273
- # @ tribe-events-calendar
274
- #: ../admin-views/events-meta-box.php:167
275
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
276
- msgstr ""
277
- "Geben Sie 0 für eine kostenlose Veranstaltung ein oder lassen Sie das Feld "
278
- "frei, um es zu verbergen."
279
 
280
- # @ tribe-events-calendar
281
- #: ../admin-views/organizer-meta-box.php:14
282
- #: ../admin-views/venue-meta-box.php:22
283
  #, php-format
 
284
  msgid "%s Name:"
285
- msgstr "%s Name:"
286
-
287
- # @ tribe-events-calendar
288
- #: ../admin-views/organizer-meta-box.php:21
289
- #: ../admin-views/tickets/attendees.php:52
290
- #: ../admin-views/venue-meta-box.php:109
291
- #: ../public/advanced-functions/meta.php:476
292
- #: ../public/advanced-functions/meta.php:549
293
- #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:40
 
294
  msgid "Phone:"
295
  msgstr "Telefon:"
296
 
297
- # @ tribe-events-calendar
298
- #: ../admin-views/organizer-meta-box.php:27
299
- #: ../admin-views/tickets/attendees.php:61
300
- #: ../admin-views/venue-meta-box.php:116
301
- #: ../public/advanced-functions/meta.php:418
302
- #: ../public/advanced-functions/meta.php:506
303
- #: ../public/advanced-functions/meta.php:579
304
- #: ../views/modules/meta/details.php:121
305
- #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:45
 
306
  msgid "Website:"
307
  msgstr "Webseite:"
308
 
309
- # @ tribe-events-calendar
310
- #: ../admin-views/organizer-meta-box.php:33
311
- #: ../public/advanced-functions/meta.php:564
312
- #: ../views/modules/meta/organizer.php:29
313
  msgid "Email:"
314
  msgstr "E-Mail:"
315
 
316
- # @ tribe-events-calendar
317
- #: ../admin-views/organizer-meta-box.php:34
318
- msgid ""
319
- "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
320
- "obfuscate\">obfuscating</a> any e-mail address published on your site to "
321
- "best avoid it getting harvested by spammers."
322
- msgstr ""
323
- "Wenn Sie E-Mail Adressen verschleiern möchten, um sich gegen Spam zu "
324
- "schützen, können Sie das <a href=\"http://wordpress.org/plugins/obfuscate-"
325
- "email/\\\">Obfuscate Plugin</a> verwenden."
326
 
327
- # @ tribe-events-calendar
328
- #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
329
- #: ../lib/tickets/tribe-tickets-pro.php:74
 
330
  msgid "Attendees"
331
  msgstr "Teilnehmer"
332
 
333
- # @ tribe-events-calendar
334
- #: ../admin-views/tickets/attendees.php:17
335
  msgid "Event Summary"
336
  msgstr "Veranstaltungszusammenfassung"
337
 
338
- # @ tribe-events-calendar
339
- #: ../admin-views/tickets/attendees.php:23
340
  msgid "Event Details"
341
  msgstr "Veranstaltungsdetails"
342
 
343
- # @ tribe-events-calendar
344
- #: ../admin-views/tickets/attendees.php:25
345
  msgid "Start Date / Time:"
346
- msgstr "Anfangsdatum und -zeit:"
347
 
348
- # @ tribe-events-calendar
349
- #: ../admin-views/tickets/attendees.php:29
350
  msgid "End Date / Time:"
351
- msgstr "Enddatum und -zeit:"
352
 
353
- # @ tribe-events-calendar
354
- #: ../admin-views/tickets/attendees.php:69
355
  msgid "Ticket Sales"
356
  msgstr "Kartenverkäufe"
357
 
358
- #: ../admin-views/tickets/attendees.php:86
359
  #, php-format
 
360
  msgid "(%d awaiting review)"
361
  msgid_plural "(%d awaiting review)"
362
- msgstr[0] ""
363
- msgstr[1] ""
364
 
365
- # @ tribe-events-calendar
366
- #: ../admin-views/tickets/attendees.php:90
367
- #, fuzzy, php-format
368
  msgid "Sold %d %s"
369
  msgstr "%d verkauft"
370
 
371
- # @ tribe-events-calendar
372
- #: ../admin-views/tickets/attendees.php:93
373
- #, fuzzy, php-format
374
  msgid "Sold %d of %d %s"
375
  msgstr "%d von %d verkauft"
376
 
377
- # @ tribe-events-calendar
378
- #: ../admin-views/tickets/attendees.php:111
379
  msgid "Tickets sold:"
380
  msgstr "Karten verkauft:"
381
 
382
- #: ../admin-views/tickets/attendees.php:118
 
383
  msgid "Finalized:"
384
- msgstr ""
385
 
386
- #: ../admin-views/tickets/attendees.php:121
 
387
  msgid "Awaiting review:"
388
- msgstr ""
389
 
390
- # @ tribe-events-calendar
391
- #: ../admin-views/tickets/attendees.php:128
392
  msgid "Checked in:"
393
  msgstr "Eingecheckt in:"
394
 
395
- # @ tribe-events-calendar
396
- #: ../admin-views/tickets/attendees.php:146
397
  msgid "Send the attendee list by email"
398
  msgstr "Die Teilnehmerliste per E-Mail versenden"
399
 
400
- # @ tribe-events-calendar
401
- #: ../admin-views/tickets/attendees.php:150
402
  msgid "Select a User:"
403
  msgstr "Nutzer wählen:"
404
 
405
- # @ tribe-events-calendar
406
- #: ../admin-views/tickets/attendees.php:155
407
  msgid "Select..."
408
  msgstr "Wählen..."
409
 
410
- # @ tribe-events-calendar
411
- #: ../admin-views/tickets/attendees.php:160
412
  msgid "or"
413
  msgstr "oder"
414
 
415
- # @ tribe-events-calendar
416
- #: ../admin-views/tickets/attendees.php:162
417
  msgid "Email Address:"
418
  msgstr "E-Mail Adresse:"
419
 
420
- # @ tribe-events-calendar
421
- #: ../admin-views/tickets/list.php:21
422
  msgid "Edit"
423
  msgstr "Bearbeiten"
424
 
425
- # @ tribe-events-calendar
426
- #: ../admin-views/tickets/list.php:22
427
- #: ../lib/tickets/tribe-tickets-attendees.php:235
428
  msgid "Delete"
429
  msgstr "Löschen"
430
 
431
- # @ tribe-events-calendar
432
- #: ../admin-views/tickets/list.php:24
433
  #, php-format
 
434
  msgid "Edit in %s"
435
  msgstr "Bearbeiten in %s"
436
 
437
- # @ tribe-events-calendar
438
- #: ../admin-views/tickets/list.php:27
439
  msgid "View"
440
  msgstr "Ansehen"
441
 
442
- # @ tribe-events-calendar
443
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:74
 
444
  msgid "See who purchased tickets to this event"
445
  msgstr "Anzeigen wer Karten für die Veranstaltung gekauft hat"
446
 
447
- # @ tribe-events-calendar
448
- #: ../admin-views/tickets/list.php:67
449
  #, php-format
 
450
  msgid "Sold %d"
451
  msgstr "%d verkauft"
452
 
453
- # @ tribe-events-calendar
454
- #: ../admin-views/tickets/list.php:69
455
  #, php-format
 
456
  msgid "Sold %d of %d"
457
  msgstr "%d von %d verkauft"
458
 
459
- # @ tribe-events-calendar
460
- #: ../admin-views/tickets/meta-box.php:23
461
- msgid ""
462
- "This event was created using Community Events. Are you sure you want to sell "
463
- "tickets for it?"
464
- msgstr ""
465
- "Diese Veranstaltung wurde durch Community Events erstellt. Wollen Sie "
466
- "wirklich Karten dafür veraufen?"
467
 
468
- # @ tribe-events-calendar
469
- #: ../admin-views/tickets/meta-box.php:34
470
  msgid "Upload image for the ticket header"
471
  msgstr "Laden Sie ein Bild für den Kartenheader hoch"
472
 
473
- # @ tribe-events-calendar
474
- #: ../admin-views/tickets/meta-box.php:35
475
- msgid ""
476
- "The maximum image size in the email will be 580px wide by any height, and "
477
- "then scaled for mobile. If you would like \"retina\" support use an image "
478
- "sized to 1160px wide."
479
- msgstr ""
480
- "Die maximale Bildgröße in der E-Mail beträgt 580px in Höhe und Breite. Es "
481
- "wird für Mobilgeräte verkleinert. Wenn Sie Retina-Displays unterstützen "
482
- "nutzen wollen, verwenden Sie Bild mit einer Breite von 1160px."
483
 
484
- # @ tribe-events-calendar
485
- #: ../admin-views/tickets/meta-box.php:38
486
  msgid "Select an Image"
487
  msgstr "Ein Bild auswählen"
488
 
489
- # @ default
490
- #: ../admin-views/tickets/meta-box.php:46
491
  msgid "Remove"
492
  msgstr "Entfernen"
493
 
494
- # @ tribe-events-calendar
495
- #: ../admin-views/tickets/meta-box.php:64
496
- #: ../admin-views/tickets/meta-box.php:74
497
  msgid "Add new ticket"
498
  msgstr "Eine Neue Karte erstellen"
499
 
500
- # @ tribe-events-calendar
501
- #: ../admin-views/tickets/meta-box.php:75
502
  msgid "Edit ticket"
503
  msgstr "Karte bearbeiten"
504
 
505
- # @ tribe-events-calendar
506
- #: ../admin-views/tickets/meta-box.php:81
507
  msgid "Sell using:"
508
  msgstr "Verkaufen mit:"
509
 
510
- # @ tribe-events-calendar
511
- #: ../admin-views/tickets/meta-box.php:98
512
  msgid "Ticket Name:"
513
  msgstr "Karten Name:"
514
 
515
- # @ tribe-events-calendar
516
- #: ../admin-views/tickets/meta-box.php:105
517
  msgid "Ticket Description:"
518
  msgstr "Karten Beschreibung:"
519
 
520
- # @ tribe-events-calendar
521
- #: ../admin-views/tickets/meta-box.php:114
522
  msgid "Price:"
523
  msgstr "Preis:"
524
 
525
- # @ tribe-events-calendar
526
- #: ../admin-views/tickets/meta-box.php:120
527
  msgid "(0 or empty for free tickets)"
528
  msgstr "(0 eingeben oder leer lassen für kostenlosen Eintritt)"
529
 
530
- # @ tribe-events-calendar
531
- #: ../admin-views/tickets/meta-box.php:126
532
  msgid "Start sale:"
533
  msgstr "Verkaufsstart:"
534
 
535
- # @ tribe-events-calendar
536
- #: ../admin-views/tickets/meta-box.php:150
537
  msgid "End sale:"
538
  msgstr "Verkaufsende:"
539
 
540
- # @ tribe-events-calendar
541
- #: ../admin-views/tickets/meta-box.php:172
542
- msgid ""
543
- "When will ticket sales occur? If you don't set a start/end date for sales, "
544
- "tickets will be available from now until the event ends."
545
- msgstr ""
546
- "Wann soll der Kartenverkauf stattfinden? Wenn kein Verkaufsstart/ -ende "
547
- "festgelegt wird, werden Karten von jetzt bis zum Veranstaltungsende "
548
- "angeboten."
549
 
550
- # @ tribe-events-calendar
551
- #: ../admin-views/tickets/meta-box.php:184
552
  msgid "Save this ticket"
553
  msgstr "Ticket abspeichern"
554
 
555
- # @ tribe-events-calendar
556
- #: ../admin-views/tribe-options-display.php:4
557
  msgid "Default Events Template"
558
  msgstr "Standard Veranstaltungsvorlage"
559
 
560
- # @ tribe-events-calendar
561
- #: ../admin-views/tribe-options-display.php:5
562
  msgid "Default Page Template"
563
  msgstr "Standard-Seitenvorlage (WordPress)"
564
 
565
- # @ tribe-events-calendar
566
- #: ../admin-views/tribe-options-display.php:32
567
  msgid "Display Settings"
568
  msgstr "Darstellungsoptionen"
569
 
570
- # @ tribe-events-calendar
571
- #: ../admin-views/tribe-options-display.php:37
572
  #, php-format
573
- msgid ""
574
- "<p>The settings below control the display of your calendar. If things don't "
575
- "look right, try switching between the three style sheet options or pick a "
576
- "page template from your theme.</p><p>There are going to be situations where "
577
- "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
578
- "\">our themer's guide</a> for instructions on custom modifications. Want to "
579
- "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
580
- "plugin from Github</a></p>"
581
- msgstr ""
582
- "<p>Die Einstellungen steuern die Ansicht Ihres Kalenders. Falls etwas nicht "
583
- "richtig angezeigt wird, versuchen Sie zwischen den drei Stylingoptionen zu "
584
- "wechseln oder nutzen Sie eine Vorlage Ihres Wordpress Themes.</p><p>Die "
585
- "mitgelieferte Vorlage passt möglicherweise nicht für jeden Zweck optimal. "
586
- "Lesen Sie dazu unseren <a href=\"%s\">\"Themer's Guide\"</a> für "
587
- "Informationen zu eigenen Modifikationen. Wenn Sie eine neue Ansicht (View) "
588
- "erstellen wollen, nutzen Sie ein <a href=\"%s\">Beispiel View Plugin von "
589
- "Github</a></p>"
590
-
591
- # @ tribe-events-calendar
592
- #: ../admin-views/tribe-options-display.php:52
593
  msgid "Basic Template Settings"
594
  msgstr "Grundeinstellungen des Templates"
595
 
596
- # @ tribe-events-calendar
597
- #: ../admin-views/tribe-options-display.php:56
598
  msgid "Default stylesheet used for events templates"
599
  msgstr "Standard Stylesheet für die Veranstaltungsansicht"
600
 
601
- # @ tribe-events-calendar
602
- #: ../admin-views/tribe-options-display.php:59
603
  msgid "Skeleton Styles"
604
  msgstr "Skeleton Style"
605
 
606
- # @ tribe-events-calendar
607
- #: ../admin-views/tribe-options-display.php:61
608
- msgid ""
609
- "Only includes enough css to achieve complex layouts like calendar and week "
610
- "view."
611
- msgstr ""
612
- "Enthält nur Basis CSS Angaben, um Layouts wie den Kalender oder die "
613
- "Wochenansicht darzustellen."
614
 
615
- # @ tribe-events-calendar
616
- #: ../admin-views/tribe-options-display.php:63
617
  msgid "Full Styles"
618
  msgstr "Kompletter Style"
619
 
620
- # @ tribe-events-calendar
621
- #: ../admin-views/tribe-options-display.php:65
622
  msgid "More detailed styling, tries to grab styles from your theme."
623
  msgstr "Aufwändigere Darstellung. Nutzt CSS Ihres Themes."
624
 
625
- # @ tribe-events-calendar
626
- #: ../admin-views/tribe-options-display.php:67
627
  msgid "Tribe Events Styles"
628
  msgstr "Tribe Event Style"
629
 
630
- # @ tribe-events-calendar
631
- #: ../admin-views/tribe-options-display.php:69
632
  msgid "A fully designed and styled theme for your events pages."
633
  msgstr "Ein komplett designter Theme für Ihre Veranstaltungsseite."
634
 
635
- # @ tribe-events-calendar
636
- #: ../admin-views/tribe-options-display.php:76
637
  msgid "Events template"
638
  msgstr "Veranstaltungsvorlage"
639
 
640
- # @ tribe-events-calendar
641
- #: ../admin-views/tribe-options-display.php:77
642
- msgid ""
643
- "Choose a page template to control the appearance of your calendar and event "
644
- "content."
645
- msgstr ""
646
- "Wählen Sie eine Seitenvorlage für die Darstellung des "
647
- "Veranstaltungskalenders."
648
 
649
- # @ tribe-events-calendar
650
- #: ../admin-views/tribe-options-display.php:85
651
  msgid "Enable event views"
652
  msgstr "Veranstaltungsansicht wählen"
653
 
654
- # @ tribe-events-calendar
655
- #: ../admin-views/tribe-options-display.php:86
656
  msgid "You must select at least one view."
657
  msgstr "Es muss mindestens eine Ansicht gewählt werden."
658
 
659
- # @ tribe-events-calendar
660
- #: ../admin-views/tribe-options-display.php:93
661
  msgid "Default view"
662
  msgstr "Standardansicht"
663
 
664
- # @ tribe-events-calendar
665
- #: ../admin-views/tribe-options-display.php:101
666
  msgid "Disable the Event Search Bar"
667
  msgstr "Veranstaltungssuchleiste deaktivieren"
668
 
669
- # @ tribe-events-calendar
670
- #: ../admin-views/tribe-options-display.php:102
671
  msgid "Check this to use the classic header."
672
  msgstr "Auswählen, um die klassische Suchleiste im Frontend anzuzeigen."
673
 
674
- # @ tribe-events-calendar
675
- #: ../admin-views/tribe-options-display.php:108
676
  msgid "Month view events per day"
677
  msgstr "Monatsansicht - Veranstaltungen pro Tag"
678
 
679
- # @ tribe-events-calendar
680
- #: ../admin-views/tribe-options-display.php:109
681
  msgid "Allow more than the default 3 events per day in month view."
682
  msgstr "Maximal angezeigte Anzahl von Veranstaltungen in der Monatsansicht."
683
 
684
- # @ tribe-events-calendar
685
- #: ../admin-views/tribe-options-display.php:116
686
  msgid "Date Format Settings"
687
  msgstr "Einstellungen Datumsformat"
688
 
689
- # @ tribe-events-calendar
690
- #: ../admin-views/tribe-options-display.php:120
691
- msgid ""
692
- "<p>The following three fields accept the date format options available to "
693
- "the php date() function. <a href=\"http://codex.wordpress.org/"
694
- "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
695
- "format here</a>.</p>"
696
- msgstr ""
697
- "<p>In die folgenden drei Felder können die Formatierungsoptionen der php "
698
- "date() Funktion verwendet werden. <a href=\"http://codex.wordpress.org/"
699
- "Formatting_Date_and_Time\" target=\"_blank\">Erfahren Sie hier mehr über die "
700
- "Formatierungsmöglichkeiten</a>.</p>"
701
 
702
- # @ tribe-events-calendar
703
- #: ../admin-views/tribe-options-display.php:124
704
  msgid "Date with year"
705
  msgstr "Datum mit Jahresangabe"
706
 
707
- # @ tribe-events-calendar
708
- #: ../admin-views/tribe-options-display.php:125
709
- msgid ""
710
- "Enter the format to use for displaying dates with the year. Used when "
711
- "showing an event from a past or future year, also used for dates in view "
712
- "headers."
713
- msgstr ""
714
- "Geben Sie das Format ein, das für die Anzeige eines Datum inkl. Jahrangabe "
715
- "verwendet werden soll. Wird benutzt, wenn eine aktuelle oder vergangene "
716
- "Veranstaltung angezeigt wird und bei einem Datum im Kopfbereich."
717
 
718
- # @ tribe-events-calendar
719
- #: ../admin-views/tribe-options-display.php:132
720
  msgid "Date without year"
721
  msgstr "Datum ohne Jahresangabe"
722
 
723
- # @ tribe-events-calendar
724
- #: ../admin-views/tribe-options-display.php:133
725
- msgid ""
726
- "Enter the format to use for displaying dates without a year. Used when "
727
- "showing an event from the current year."
728
- msgstr ""
729
- "Geben Sie das Format ein, das für die Anzeige eines Datum ohne Jahresangabe "
730
- "verwendet werden soll. Wird benutzt, wenn eine aktuelle Veranstaltung "
731
- "angezeigt wird."
732
 
733
- # @ tribe-events-calendar
734
- #: ../admin-views/tribe-options-display.php:140
735
  msgid "Month and year format"
736
  msgstr "Monat und Jahr Format"
737
 
738
- # @ tribe-events-calendar
739
- #: ../admin-views/tribe-options-display.php:141
740
- msgid ""
741
- "Enter the format to use for dates that show a month and year only. Used on "
742
- "month view."
743
- msgstr ""
744
- "Geben Sie das Format ein, das für die Anzeige eines Datum, bei dem nur der "
745
- "Monat und das Jahr angezeigt wird. Wird bei der Monatsansicht verwendet."
746
 
747
- # @ tribe-events-calendar
748
- #: ../admin-views/tribe-options-display.php:148
749
  msgid "Date time separator"
750
  msgstr "Datum Zeit Trennzeichen"
751
 
752
- # @ tribe-events-calendar
753
- #: ../admin-views/tribe-options-display.php:149
754
- msgid ""
755
- "Enter the separator that will be placed between the date and time, when both "
756
- "are shown."
757
- msgstr ""
758
- "Geben Sie das Trennzeichen ein, das Datum und Uhrzeit trennt, wenn beides "
759
- "angezeigt wird."
760
 
761
- # @ tribe-events-calendar
762
- #: ../admin-views/tribe-options-display.php:156
763
  msgid "Time range separator"
764
  msgstr "Zeitraum Trennzeichen"
765
 
766
- # @ tribe-events-calendar
767
- #: ../admin-views/tribe-options-display.php:157
768
- msgid ""
769
- "Enter the separator that will be used between the start and end time of an "
770
- "event."
771
- msgstr ""
772
- "Geben Sie das Trennzeichen ein, das die Start- und Ende Uhrzeit einer "
773
- "Veranstaltung trennt."
774
 
775
- # @ tribe-events-calendar
776
- #: ../admin-views/tribe-options-display.php:164
777
  msgid "Datepicker Date Format"
778
  msgstr "Datumswahl Format (\\\"Datepicker\\\")"
779
 
780
- # @ tribe-events-calendar
781
- #: ../admin-views/tribe-options-display.php:165
782
  msgid "Select the date format to use in datepickers"
783
- msgstr ""
784
- "Wählen Sie das Datumsformat, welches bei der Datumwahl (\\\"Datepicker\\\") "
785
- "verwendet wird."
786
 
787
- # @ tribe-events-calendar
788
- #: ../admin-views/tribe-options-display.php:182
789
  msgid "Advanced Template Settings"
790
  msgstr "Erweiterte Vorlagen Einstellungen"
791
 
792
- # @ tribe-events-calendar
793
- #: ../admin-views/tribe-options-display.php:186
794
  msgid "Add HTML before event content"
795
  msgstr "Folgender HTML-Code wird VOR der Veranstaltung hinzugefügt"
796
 
797
- # @ tribe-events-calendar
798
- #: ../admin-views/tribe-options-display.php:187
799
- msgid ""
800
- "If you are familiar with HTML, you can add additional code before the event "
801
- "template. Some themes may require this to help with styling or layout."
802
- msgstr ""
803
- "Wenn Sie mit HTML vertraut sind, können Sie Code VOR der "
804
- "Veranstaltungsvorlage einfügen. Bei einigen Themes kann dies für Anpassungen "
805
- "am Layout und Design notwendig sein."
806
 
807
- # @ tribe-events-calendar
808
- #: ../admin-views/tribe-options-display.php:192
809
  msgid "Add HTML after event content"
810
  msgstr "Folgender HTML-Code wird NACH der Veranstaltung hinzugefügt"
811
 
812
- # @ tribe-events-calendar
813
- #: ../admin-views/tribe-options-display.php:193
814
- msgid ""
815
- "If you are familiar with HTML, you can add additional code after the event "
816
- "template. Some themes may require this to help with styling or layout."
817
- msgstr ""
818
- "Wenn Sie mit HTML vertraut sind, können Sie Code HINTER der "
819
- "Veranstaltungsvorlage einfügen. Bei einigen Themes kann dies für Anpassungen "
820
- "am Layout und Design notwendig sein."
821
 
822
- # @ tribe-events-calendar
823
- #: ../admin-views/tribe-options-general.php:15
824
  msgid "Finding & extending your calendar."
825
  msgstr "Ihren Kalender finden und erweitern."
826
 
827
- # @ tribe-events-calendar
828
- #: ../admin-views/tribe-options-general.php:20
829
  msgid "Finding your calendar."
830
  msgstr "Ihren Kalender finden."
831
 
832
- # @ tribe-events-calendar
833
- #: ../admin-views/tribe-options-general.php:25
834
  msgid "Where's my calendar?"
835
  msgstr "Wo ist mein Kalender?"
836
 
837
- # @ tribe-events-calendar
838
- #: ../admin-views/tribe-options-general.php:25
839
  msgid "Right here"
840
  msgstr "Genau hier"
841
 
842
- # @ tribe-events-calendar
843
- #: ../admin-views/tribe-options-general.php:29
844
- msgid ""
845
- "Looking for additional functionality including recurring events, custom "
846
- "meta, community events, ticket sales and more?"
847
- msgstr ""
848
- "Wünschen Sie erweiterte Funktionalität, einschließlich wiederkehrender "
849
- "Veranstaltungen, benutzerdefinierten Meta-Informationen, Community-"
850
- "Veranstaltungen, Ticketverkäufen und mehr?"
851
 
852
- # @ tribe-events-calendar
853
- #: ../admin-views/tribe-options-general.php:29
854
  msgid "Check out the available add-ons"
855
  msgstr "Schauen Sie sich die verfügbaren Erweiterungen an"
856
 
857
- # @ tribe-events-calendar
858
- #: ../admin-views/tribe-options-general.php:34
859
  msgid "We hope our plugin is helping you out."
860
  msgstr "Wir hoffen, dass Plugin gefällt Ihnen."
861
 
862
- # @ tribe-events-calendar
863
- #: ../admin-views/tribe-options-general.php:38
864
- msgid ""
865
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
866
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
867
- "is recognition. Add a small text-only link at the bottom of your calendar "
868
- "pointing to The Events Calendar project."
869
- msgstr ""
870
- "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür "
871
- "danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des "
872
- "Veranstaltungskalenders."
873
 
874
- # @ tribe-events-calendar
875
- #: ../admin-views/tribe-options-general.php:38
876
- #: ../admin-views/tribe-options-general.php:43
877
  msgid "See an example of the link"
878
  msgstr "Dies ist ein Beispiellink"
879
 
880
- # @ tribe-events-calendar
881
- #: ../admin-views/tribe-options-general.php:43
882
- msgid ""
883
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
884
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
885
- "is recognition. Add a small text only link at the bottom of your calendar "
886
- "pointing to The Events Calendar project."
887
- msgstr ""
888
- "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür "
889
- "danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des "
890
- "Veranstaltungskalenders."
891
 
892
- # @ tribe-events-calendar
893
- #: ../admin-views/tribe-options-general.php:48
894
  msgid "Show The Events Calendar link"
895
  msgstr "Den Link zum Veranstaltungskalender anzeigen"
896
 
897
- # @ tribe-events-calendar
898
- #: ../admin-views/tribe-options-general.php:62
899
  msgid "General Settings"
900
  msgstr "Allgemeine Einstellungen"
901
 
902
- # @ tribe-events-calendar
903
- #: ../admin-views/tribe-options-general.php:66
904
  msgid "Number of events to show per page"
905
  msgstr "Anzahl der Veranstaltungen pro Seite"
906
 
907
- # @ tribe-events-calendar
908
- #: ../admin-views/tribe-options-general.php:73
909
  msgid "Use Javascript to control date filtering"
910
  msgstr "Javascript nutzen, um nach Datum zu filtern"
911
 
912
- # @ tribe-events-calendar
913
- #: ../admin-views/tribe-options-general.php:74
914
- msgid ""
915
- "This option is disabled when \"Disable the Event Search Bar\" is checked on "
916
- "the Display settings tab."
917
- msgstr ""
918
- "Diese Option is deaktiviert, wenn \"Benutzen Sie die Veranstaltungssuchleiste"
919
- "\" im Abzeigen Tab aktiviert ist."
920
 
921
- # @ tribe-events-calendar
922
- #: ../admin-views/tribe-options-general.php:74
923
- msgid ""
924
- "Enable live ajax for datepicker on front end (User submit not required)."
925
- msgstr ""
926
- "Aktiviere Live Ajax für die Datumsauswahl im Frontend (Nutzerbestätigung "
927
- "nicht benötigt)."
928
 
929
- # @ tribe-events-calendar
930
- #: ../admin-views/tribe-options-general.php:82
931
  msgid "Show comments"
932
  msgstr "Kommentare anzeigen"
933
 
934
- # @ tribe-events-calendar
935
- #: ../admin-views/tribe-options-general.php:83
936
  msgid "Enable comments on event pages."
937
  msgstr "Kommentare auf den Veranstaltungsseiten aktivieren."
938
 
939
- # @ tribe-events-calendar
940
- #: ../admin-views/tribe-options-general.php:89
941
  msgid "Include events in main blog loop"
942
- msgstr ""
943
- "Veranstaltungen in Blog Loop integrieren (Veranstaltungen werden zusammen "
944
- "mit den normalen Artikel angezeigt)"
945
 
946
- # @ tribe-events-calendar
947
- #: ../admin-views/tribe-options-general.php:90
948
- msgid ""
949
- "Show events with the site's other posts. When this box is checked, events "
950
- "will also continue to appear on the default events page."
951
- msgstr ""
952
- "Veranstaltungen gemeinsam mit anderen Beiträgen anzeigen. Wenn diese Option "
953
- "gewählt ist, werden Veranstaltungen trotzdem auf der Standard "
954
- "Veranstaltungsseite weiter angezeigt."
955
 
956
- # @ tribe-events-calendar
957
- #: ../admin-views/tribe-options-general.php:96
958
- #: ../admin-views/tribe-options-general.php:102
959
  msgid "Events URL slug"
960
  msgstr "URL-Slug (Permalink) für Veranstaltungen"
961
 
962
- # @ tribe-events-calendar
963
- #: ../admin-views/tribe-options-general.php:97
964
  #, php-format
965
- msgid ""
966
- "You cannot edit the slug for your events page as you do not have pretty "
967
- "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
968
- "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
969
- "\">enable pretty permalinks</a>."
970
- msgstr ""
971
- "So lange keine benutzerdefinierten Permalinks aktiviert sind, können Sie den "
972
- "Link zum Veranstaltungskalender nicht bearbeiten. Die aktuelle URL der "
973
- "Veranstaltungsseite ist: <a href=\"%s\">%s</a>. Um die URL's zu ändern "
974
- "gehen Sie zu <a href=\"%soptions-permalink.php\">Benutzerdefinierte "
975
- "Permalinks aktivieren</a>."
976
-
977
- # @ tribe-events-calendar
978
- #: ../admin-views/tribe-options-general.php:109
979
- #: ../public/template-tags/options.php:20
980
  msgid "The slug used for building the events URL."
981
  msgstr "Der Slug (Permalink) für die Veranstaltungs-URL."
982
 
983
- # @ tribe-events-calendar
984
- #: ../admin-views/tribe-options-general.php:109
985
  #, php-format
 
986
  msgid "Your current events URL is: %s"
987
  msgstr "Die aktuelle URL für Veranstaltungen ist: %s"
988
 
989
- # @ tribe-events-calendar
990
- #: ../admin-views/tribe-options-general.php:114
991
- #: ../public/template-tags/options.php:39
992
  msgid "Here is the iCal feed URL for your events:"
993
  msgstr "Hier befindet sich die iCal Feed URL für Ihre Veranstaltungen:"
994
 
995
- # @ tribe-events-calendar
996
- #: ../admin-views/tribe-options-general.php:119
997
  msgid "Single event URL slug"
998
  msgstr "Die URL für einzelne Veranstaltungen"
999
 
1000
- # @ tribe-events-calendar
1001
- #: ../admin-views/tribe-options-general.php:126
1002
  #, php-format
1003
- msgid ""
1004
- "The above should ideally be plural, and this singular.<br />Your single "
1005
- "event URL is: %s"
1006
- msgstr ""
1007
- "Die obere sollte idealer Weise im Plural geschrieben werden, diese im "
1008
- "Singular.<br />Ihre URL für einzelne Veranstaltungen lautet: %s"
1009
 
1010
- # @ tribe-events-calendar
1011
- #: ../admin-views/tribe-options-general.php:131
1012
  msgid "End of day cutoff"
1013
  msgstr "Neuer Tag ab"
1014
 
1015
- # @ tribe-events-calendar
1016
- #: ../admin-views/tribe-options-general.php:164
1017
- msgid ""
1018
- "Have an event that runs past midnight? Select a time after that event's end "
1019
- "to avoid showing the event on the next day's calendar."
1020
- msgstr ""
1021
- "Gibt es Veranstaltungen, welche bis nach Mitternacht gehen? Wählen Sie eine "
1022
- "Zeit, nach der das Veranstaltungsende liegt, um nicht am nächsten Tag auch "
1023
- "im Kalender angezeigt wird."
1024
 
1025
- # @ tribe-events-calendar
1026
- #: ../admin-views/tribe-options-general.php:169
1027
  msgid "Default currency symbol"
1028
  msgstr "Standard Währungssymbol"
1029
 
1030
- # @ tribe-events-calendar
1031
- #: ../admin-views/tribe-options-general.php:170
1032
- msgid ""
1033
- "Set the default currency symbol for event costs. Note that this only impacts "
1034
- "future events, and changes made will not apply retroactively."
1035
- msgstr ""
1036
- "Legen Sie das Standard Währungssymbol für die Veranstaltungspreise fest. "
1037
- "Bitte beachten Sie, dass dies nur zukünftige Veranstaltungen betrifft und "
1038
- "nicht vergangene Verstaltungen beeinflußt."
1039
 
1040
- # @ tribe-events-calendar
1041
- #: ../admin-views/tribe-options-general.php:177
1042
  msgid "Currency symbol follows value"
1043
  msgstr "Währungssymbol nach dem Betrag anzeigen"
1044
 
1045
- # @ tribe-events-calendar
1046
- #: ../admin-views/tribe-options-general.php:178
1047
- msgid ""
1048
- "The currency symbol normally precedes the value. Enabling this option "
1049
- "positions the symbol after the value."
1050
- msgstr ""
1051
- "Das Währungssymbol ist normalerweise dem Betrag vorangestellt. Durch "
1052
- "Aktivieren dieser Option wird das Währungssymbol hinter dem Betrag angezeigt."
1053
 
1054
- # @ tribe-events-calendar
1055
- #: ../admin-views/tribe-options-general.php:184
1056
  msgid "Map Settings"
1057
  msgstr "Karten Einstellungen"
1058
 
1059
- # @ tribe-events-calendar
1060
- #: ../admin-views/tribe-options-general.php:188
1061
  msgid "Enable Google Maps"
1062
- msgstr "'Google Maps'-Karten aktivieren"
1063
 
1064
- # @ tribe-events-calendar
1065
- #: ../admin-views/tribe-options-general.php:189
1066
  msgid "Check to enable maps for events and venues."
1067
- msgstr ""
1068
- "Aktivieren, um Veranstaltungen und Veranstaltungsorte in einer Karte "
1069
- "anzuzeigen."
1070
 
1071
- # @ tribe-events-calendar
1072
- #: ../admin-views/tribe-options-general.php:196
1073
  msgid "Google Maps default zoom level"
1074
  msgstr "Google Maps Standard Zoomstufe"
1075
 
1076
- # @ tribe-events-calendar
1077
- #: ../admin-views/tribe-options-general.php:197
1078
  msgid "0 = zoomed out; 21 = zoomed in."
1079
  msgstr "0 = max herausgezoomt, 21 = maximal hineingezoomt."
1080
 
1081
- # @ tribe-events-calendar
1082
- #: ../admin-views/tribe-options-general.php:205
1083
  msgid "Miscellaneous Settings"
1084
  msgstr "Verschiedene Einstellungen"
1085
 
1086
- # @ tribe-events-calendar
1087
- #: ../admin-views/tribe-options-general.php:209
1088
  msgid "Duplicate Venues &amp; Organizers"
1089
  msgstr "Duplikate bei Veranstaltungsorten und Veranstaltern."
1090
 
1091
- # @ tribe-events-calendar
1092
- #: ../admin-views/tribe-options-general.php:209
1093
- #: ../lib/tribe-amalgamator.php:260
1094
  msgid "Merge Duplicates"
1095
  msgstr "Duplikate zusammenführen"
1096
 
1097
- # @ tribe-events-calendar
1098
- #: ../admin-views/tribe-options-general.php:209
1099
- msgid ""
1100
- "You might find duplicate venues and organizers when updating The Events "
1101
- "Calendar from a pre-3.0 version. Click this button to automatically merge "
1102
- "identical venues and organizers."
1103
- msgstr ""
1104
- "Sie können nach Duplikaten von Veranstaltungsorten und Veranstaltern von "
1105
- "einer Version des vor 3.0 suchen. Klicken Sie den Button und es werden "
1106
- "gleiche Veranstaltungsorte und Veranstalter zusammengeführt."
1107
 
1108
- # @ tribe-events-calendar
1109
- #: ../admin-views/tribe-options-general.php:214
1110
  msgid "Debug mode"
1111
  msgstr "Debug Modus"
1112
 
1113
- # @ tribe-events-calendar
1114
- #: ../admin-views/tribe-options-general.php:220
1115
  #, php-format
1116
- msgid ""
1117
- "Enable this option to log debug information. By default this will log to "
1118
- "your server PHP error log. If you'd like to see the log messages in your "
1119
- "browser, then we recommend that you install the %s and look for the \"Tribe"
1120
- "\" tab in the debug output."
1121
- msgstr ""
1122
- "Aktivieren Sie die Option, um Debuginformationen mit zu loggen. "
1123
- "Standardmäßig werden die Informationen in Ihr PHP Server Error Log "
1124
- "geschrieben. Wenn Sie die Debuginfos in Ihrem Browser sehen möchten, "
1125
- "empfehlen wir das %s zu installieren. Die Ausgabe der Debuginfos finden Sie "
1126
- "im \"Tribe\" Tab."
1127
-
1128
- # @ tribe-events-calendar
1129
- #: ../admin-views/tribe-options-general.php:220
1130
  msgid "Debug Bar Plugin"
1131
  msgstr "Debug Bar Plugin"
1132
 
1133
- # @ tribe-events-calendar
1134
- #: ../admin-views/tribe-options-help.php:28
1135
  msgctxt "not available"
1136
  msgid "n/a"
1137
  msgstr "n/v"
1138
 
1139
- # @ tribe-events-calendar
1140
- #: ../admin-views/tribe-options-help.php:29
1141
  msgid "You need to upgrade!"
1142
  msgstr "Sie müssen updaten!"
1143
 
1144
- # @ tribe-events-calendar
1145
- #: ../admin-views/tribe-options-help.php:29
1146
  msgid "You are up to date!"
1147
  msgstr "Sie sind auf dem neuesten Stand!"
1148
 
1149
- # @ tribe-events-calendar
1150
- #: ../admin-views/tribe-options-help.php:52
1151
  msgid "The Events Calendar PRO"
1152
  msgstr "Der Events Calendar PRO"
1153
 
1154
- # @ tribe-events-calendar
1155
- #: ../admin-views/tribe-options-help.php:56
1156
  msgid "The Events Calendar: Eventbrite Tickets"
1157
  msgstr "The Events Calendar: Eventbrite Tickets"
1158
 
1159
- # @ tribe-events-calendar
1160
- #: ../admin-views/tribe-options-help.php:60
1161
  msgid "The Events Calendar: Community Events"
1162
  msgstr "The Events Calendar: Community Events"
1163
 
1164
- # @ tribe-events-calendar
1165
- #: ../admin-views/tribe-options-help.php:64
1166
  msgid "The Events Calendar: Facebook Events"
1167
  msgstr "The Events Calendar: Facebook Events"
1168
 
1169
- # @ tribe-events-calendar
1170
- #: ../admin-views/tribe-options-help.php:68
1171
  msgid "The Events Calendar: WooCommerce Tickets"
1172
  msgstr "The Events Calendar: WooCommerce Tickets"
1173
 
1174
- # @ tribe-events-calendar
1175
- #: ../admin-views/tribe-options-help.php:73
1176
  msgid "The Events Calendar: EDD Tickets"
1177
  msgstr "The Events Calendar: EDD Tickets"
1178
 
1179
- # @ tribe-events-calendar
1180
- #: ../admin-views/tribe-options-help.php:78
1181
  msgid "The Events Calendar: WPEC Tickets"
1182
  msgstr "The Events Calendar: WPEC Tickets"
1183
 
1184
- # @ tribe-events-calendar
1185
- #: ../admin-views/tribe-options-help.php:83
1186
  msgid "The Events Calendar: Shopp Tickets"
1187
  msgstr "The Events Calendar: Shopp Tickets"
1188
 
1189
- # @ tribe-events-calendar
1190
- #: ../admin-views/tribe-options-help.php:88
1191
  msgid "The Events Calendar: Filter Bar"
1192
  msgstr "Veranstaltungskalender: Filterleiste"
1193
 
1194
- # @ tribe-events-calendar
1195
- #: ../admin-views/tribe-options-help.php:94
1196
- msgid ""
1197
- "If you're looking for help with The Events Calendar, you've come to the "
1198
- "right place. We are committed to helping make your calendar kick ass...and "
1199
- "hope the resources provided below will help get you there."
1200
- msgstr ""
1201
- "Wenn Sie Unterstützung für den Events Caendar benötigen, sind Sie hier "
1202
- "richtig. Wir versuchen Sie bestmöglich zu unterstützen, damit Ihr Kalender "
1203
- "großartig aussieht. Die nachfolgenden Infos helfen Ihnen hoffentlich dabei."
1204
 
1205
- # @ tribe-events-calendar
1206
- #: ../admin-views/tribe-options-help.php:97
1207
- msgid ""
1208
- "If this is your first time using The Events Calendar, you're in for a treat "
1209
- "and are already well on your way to creating a first event. Here are some "
1210
- "basics we've found helpful for users jumping into it for the first time:"
1211
- msgstr ""
1212
- "Wenn Sie Events Calendar das erste Mal nutzen, sind Sie auf dem besten Weg "
1213
- "Ihre erste Veranstaltung zu erstellen. Hier finden Sie Basiswissen, welches "
1214
- "hilfreich bei der ersten Benutzung ist:"
1215
 
1216
- # @ tribe-events-calendar
1217
- #: ../admin-views/tribe-options-help.php:100
1218
  #, php-format
1219
- msgid ""
1220
- "%sOur New User Primer%s was designed for folks in your exact position. "
1221
- "Featuring both step-by-step videos and written walkthroughs that feature "
1222
- "accompanying screenshots, the primer aims to take you from zero to hero in "
1223
- "no time."
1224
- msgstr ""
1225
- "Unser %sNew User Primer%s wurde für Personen wie Sie entwickelt. Step-by-"
1226
- "Step Videos als auch ausführliche Anleitung inklusive Screenshots helfen "
1227
- "Ihnen sich schnell zurecht zu finden."
1228
 
1229
- # @ tribe-events-calendar
1230
- #: ../admin-views/tribe-options-help.php:102
1231
  #, php-format
1232
- msgid ""
1233
- "%sInstallation/Setup FAQs%s from our support page can help give an overview "
1234
- "of what the plugin can and cannot do. This section of the FAQs may be "
1235
- "helpful as it aims to address any basic install questions not addressed by "
1236
- "the new user primer."
1237
- msgstr ""
1238
- "Die %sInstallation/Setup FAQ%s von unserer Supportseite hilft Ihnen einen "
1239
- "Überblick über die Funktionen des Plugins zu geben. Dieser Abschnitt der FAQ "
1240
- "kann hilfreich sein, da er alle Basis Installationsfragen erläutert, welche "
1241
- "nicht im \\\"New User Primer\\\" enthalten sind."
1242
 
1243
- # @ tribe-events-calendar
1244
- #: ../admin-views/tribe-options-help.php:104
1245
  #, php-format
1246
- msgid ""
1247
- "Are you developer looking to build your own frontend view? We created an "
1248
- "example plugin that demonstrates how to register a new view. You can "
1249
- "%sdownload the plugin at GitHub%s to get started."
1250
- msgstr ""
1251
- "Sind Sie ein Entwickler, welcher eine eigene Ansicht für Ihre Website "
1252
- "entwickeln will? Wir haben ein Beispiel Plugin erstellt, welche "
1253
- "demonstriert, wie eine neue \\\"View\\\" registriert werden kann. Sie können "
1254
- "das %sPlugin auf GitHub%s herunterladen."
1255
 
1256
- # @ tribe-events-calendar
1257
- #: ../admin-views/tribe-options-help.php:106
1258
- msgid ""
1259
- "Otherwise, if you're feeling adventurous, you can get started by heading to "
1260
- "the Events menu and adding your first event."
1261
- msgstr ""
1262
- "Wenn Sie direkt durchstarten möchten, können Sie jetzt im Veranstaltungen "
1263
- "Menü Ihre erste Veranstaltungen erstellen."
1264
 
1265
- # @ tribe-events-calendar
1266
- #: ../admin-views/tribe-options-help.php:110
1267
  #, php-format
1268
- msgid ""
1269
- "We've redone our support page from the ground up in an effort to better help "
1270
- "our users. Head over to our %sSupport Page%s and you'll find lots of great "
1271
- "resources, including:"
1272
- msgstr ""
1273
- "Wir haben unsere Support Seite von Grund auf überarbeitet, um unsere Kunden "
1274
- "besser unterstützen zu können. Wechseln Sie zu %sSupport Seite%s und finden "
1275
- "Sie eine Vielzahl von Unterlagen, inklusive:"
1276
 
1277
- # @ tribe-events-calendar
1278
- #: ../admin-views/tribe-options-help.php:112
1279
  #, php-format
1280
- msgid ""
1281
- "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1282
- "&amp; Events Calendar PRO"
1283
- msgstr ""
1284
- "%sTemplate tags, Funktionen und Hooks & Filter%s für \\\" The Events "
1285
- "Calendar &amp; Events Calendar PRO\\\""
1286
 
1287
- # @ tribe-events-calendar
1288
- #: ../admin-views/tribe-options-help.php:114
1289
  #, php-format
1290
- msgid ""
1291
- "%sFrequently Asked Questions%s ranging from the most basic setup questions "
1292
- "to advanced themer tweaks"
1293
- msgstr ""
1294
- "%sFrequently Asked Questions%s für die Basis Setup Fragen für Anpassungen "
1295
- "von Themes."
1296
 
1297
- # @ tribe-events-calendar
1298
- #: ../admin-views/tribe-options-help.php:116
1299
  #, php-format
1300
- msgid ""
1301
- "%sTutorials%s written by both members of our team and users from the "
1302
- "community, covering custom queries, integration with third-party themes and "
1303
- "plugins, etc."
1304
- msgstr ""
1305
- "%sTutorials%s, welche von Mitgliedern unseres Teams und Nutzern der "
1306
- "Community erstellt wurden, welche individuelle Abfragen, die Integration von "
1307
- "Themes von Drittanbietern und Plugins, etc. beschreiben."
1308
 
1309
- # @ tribe-events-calendar
1310
- #: ../admin-views/tribe-options-help.php:118
1311
- msgid ""
1312
- "Release notes for painting an overall picture of the plugin's lifecycle and "
1313
- "when features/bug fixes were introduced."
1314
- msgstr ""
1315
- "Release Notes mit einer Übersicht über den Plugin Lifecylce und wann neue "
1316
- "Features / Bug Fixes umgesetzt wurden."
1317
 
1318
- # @ tribe-events-calendar
1319
- #: ../admin-views/tribe-options-help.php:120
1320
  #, php-format
1321
- msgid ""
1322
- "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
1323
- "The Events Calendar (including WooTickets, Community Events, Eventbrite "
1324
- "Tickets, Facebook Events, etc)"
1325
- msgstr ""
1326
- "%sAdd-on Dokumentation%s für alle offiziellen Modern Tribe Erweiterungen für "
1327
- "\\\" The Events Calendar\\\" (inklsuive WooTickets, Community Events, "
1328
- "Eventbrite Tickets, Facebook Events, etc)"
1329
 
1330
- # @ tribe-events-calendar
1331
- #: ../admin-views/tribe-options-help.php:122
1332
  #, php-format
1333
- msgid ""
1334
- "We've also got a %sModern Tribe UserVoice%s page where we're actively "
1335
- "watching for feature ideas from the community. If after playing with the "
1336
- "plugin and reviewing the resources above, you're finding a feature isn't "
1337
- "present that should be, let us know. Vote up existing feature requests or "
1338
- "add your own, and help us shape the future of the products business in a way "
1339
- "that best meets the community's needs."
1340
- msgstr ""
1341
- "Es existiert auch eine %sModern Tribe UserVoice%s Seite, welche wir auf neue "
1342
- "Features der Community hin überprüfen. Sollten Sie nach Nutzung des Plugin "
1343
- "und der oben genannten Unterlagen feststellen, dass ein gewünschtes Features "
1344
- "nicht verfügbar ist, informieren Sie uns! Stimmen Sie für existierende "
1345
- "Features ab oder fügen Sie selbst neue hinzu. Helfen Sie uns die Entwicklung "
1346
- "des Produktes zu steuern, um die Anfoderungen der Community am besten "
1347
- "erfüllen zu können."
1348
-
1349
- # @ tribe-events-calendar
1350
- #: ../admin-views/tribe-options-help.php:126
1351
  #, php-format
1352
- msgid ""
1353
- "Written documentation can only take things so far...sometimes, you need help "
1354
- "from a real person. This is where our %ssupport forums%s come into play."
1355
- msgstr ""
1356
- "Eine Dokumentation ist oft hilfreich, kann aber nicht immer die "
1357
- "Unterstützung durch einen echten Supportmitarbeiter ersetzen. An dieser "
1358
- "Stelle kommt unser %sSupport Forums%s ins Spiel."
1359
 
1360
- # @ tribe-events-calendar
1361
- #: ../admin-views/tribe-options-help.php:127
1362
  #, php-format
1363
- msgid ""
1364
- "Users of the free The Events Calendar should post their support concerns to "
1365
- "the plugin's %sWordPress.org support forum%s. While we are happy to help "
1366
- "identify and fix bugs that are reported at WordPress.org, please make sure "
1367
- "to read our %ssupport expectations sticky thread%s before posting so you "
1368
- "understand our limitations."
1369
- msgstr ""
1370
- "Nutzer des frei verfügbaren Plugin \\\"The Events Calendar\\\" können Ihre "
1371
- "Supportanfragen im %sWordPress.org support forum%s stellen. Wir unterstützen "
1372
- "gerne auf WordPress.org und versuchen Fehler zu beheben. Bitte stellen Sie "
1373
- "vorher jedoch sicher, dass Sie unsere %ssupport expectations sticky thread%s "
1374
- "gelesen haben, bevor Sie eine Frage stellen, um die Grenzen des Supports zu "
1375
- "verstehen."
1376
-
1377
- # @ tribe-events-calendar
1378
- #: ../admin-views/tribe-options-help.php:128
1379
- msgid ""
1380
- "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1381
- "you report a legitimate bug that we're able to reproduce, we will log it and "
1382
- "patch for an upcoming release. However we are unfortunately unable to "
1383
- "provide customization tips or assist in integrating with 3rd party plugins "
1384
- "or themes."
1385
- msgstr ""
1386
- "Wir prüfen das WordPress.org Forum während der Woche, um Fehler zu erkennen. "
1387
- "Wenn Sie eine offensichtlien Fehler finden, den wir reproduzieren können, "
1388
- "werden wir in aufnehmen und im nächsten Release korrigieren. Jedoch sind wir "
1389
- "leider nicht in der Lage, Tipps für Anpassungen zu geben oder bei der "
1390
- "Untstützung von Plugins oder Themes von Drittanbietern zu geben."
1391
-
1392
- # @ tribe-events-calendar
1393
- #: ../admin-views/tribe-options-help.php:129
1394
  #, php-format
1395
- msgid ""
1396
- "If you're a user of The Events Calendar and would like more support, please "
1397
- "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
1398
- "deeper level of customization/integration support for paying users than we "
1399
- "can on WordPress.org."
1400
- msgstr ""
1401
- "Wenn Sie als Nutzer von \\\"The Events Calendar\\\" mehr Unterstützung "
1402
- "benötigen, erwerben Sie bitte eine %sPRO Lizenz%s. Wir überprüfen das PRO "
1403
- "Forum täglich and können Nutzer auf einer detailierten Ebene bei Anpassungen "
1404
- "oder Integrationen unterstützen, als auf WordPress.org."
1405
 
1406
- # @ tribe-events-calendar
1407
- #: ../admin-views/tribe-options-help.php:133
1408
  #, php-format
1409
- msgid ""
1410
- "If you find that you aren't getting the level of service you've come to "
1411
- "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
1412
- "why. We'll do what we can to make it right."
1413
- msgstr ""
1414
- "Wenn Sie nicht die benötigte Hilfe bekommen die Sie erwartet haben, schicken "
1415
- "Sie uns eine E-Mail an %s oder einen Tweet %s und sagen uns warum. Wir "
1416
- "werden unser Bestes geben, um Ihnen zu helfen."
1417
 
1418
- # @ tribe-events-calendar
1419
- #: ../admin-views/tribe-options-help.php:134
1420
  msgid "More..."
1421
  msgstr "Mehr..."
1422
 
1423
- # @ tribe-events-calendar
1424
- #: ../admin-views/tribe-options-help.php:143
1425
- msgid ""
1426
- "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1427
- "for installing our labor of love!"
1428
  msgstr "Hallo! Wir sind Modern Tribe. Vielen Dank für die Installation!"
1429
 
1430
- # @ tribe-events-calendar
1431
- #: ../admin-views/tribe-options-help.php:152
1432
  msgid "Support Resources To Help You Kick Ass"
1433
  msgstr "Support Unterlagen die Ihnen sicherlich helfen"
1434
 
1435
- # @ tribe-events-calendar
1436
- #: ../admin-views/tribe-options-help.php:155
1437
  msgid "Forums: Because Everyone Needs A Buddy"
1438
  msgstr "Foren: Weil jeder Freunde braucht"
1439
 
1440
- # @ tribe-events-calendar
1441
- #: ../admin-views/tribe-options-help.php:158
1442
  msgid "Not getting help?"
1443
  msgstr "Keine Hilfe gefunden?"
1444
 
1445
- # @ tribe-events-calendar
1446
- #: ../admin-views/tribe-options-help.php:170
1447
- #: ../lib/the-events-calendar.class.php:580
1448
- #: ../lib/tribe-settings.class.php:132
1449
  msgid "The Events Calendar"
1450
  msgstr "Veranstaltungskalender"
1451
 
1452
- # @ tribe-events-calendar
1453
- #: ../admin-views/tribe-options-help.php:175
1454
  msgid "Latest Version:"
1455
  msgstr "Neueste Version:"
1456
 
1457
- # @ tribe-events-calendar
1458
- #: ../admin-views/tribe-options-help.php:176
1459
  msgid "Author:"
1460
  msgstr "Autor:"
1461
 
1462
- # @ tribe-events-calendar
1463
- #: ../admin-views/tribe-options-help.php:176
1464
  msgid "Modern Tribe Inc"
1465
  msgstr "Modern Tribe Inc"
1466
 
1467
- # @ tribe-events-calendar
1468
- #: ../admin-views/tribe-options-help.php:179
1469
  msgid "Requires:"
1470
  msgstr "Benötigt:"
1471
 
1472
- # @ tribe-events-calendar
1473
- #: ../admin-views/tribe-options-help.php:179
1474
  msgid "WordPress "
1475
  msgstr "WordPress "
1476
 
1477
- # @ tribe-events-calendar
1478
- #: ../admin-views/tribe-options-help.php:181
1479
  msgid "Wordpress.org Plugin Page"
1480
  msgstr "Wordpress.org Plugin Seite"
1481
 
1482
- # @ tribe-events-calendar
1483
- #: ../admin-views/tribe-options-help.php:187
1484
  msgid "Average Rating"
1485
  msgstr "Durchschnittliche Bewertung"
1486
 
1487
- # @ tribe-events-calendar
1488
- #: ../admin-views/tribe-options-help.php:191
1489
  #, php-format
 
1490
  msgid "Based on %d rating"
1491
  msgid_plural "Based on %d ratings"
1492
  msgstr[0] "Basierend auf %d Bewertung"
1493
  msgstr[1] "Basierend auf %d Bewertungen"
1494
 
1495
- # @ tribe-events-calendar
1496
- #: ../admin-views/tribe-options-help.php:193
1497
  msgid "Give us 5 stars!"
1498
  msgstr "Geben Sie uns 5 Sterne!"
1499
 
1500
- # @ tribe-events-calendar
1501
- #: ../admin-views/tribe-options-help.php:197
1502
  msgid "Premium Add-Ons"
1503
  msgstr "Premium Add-Ons"
1504
 
1505
- # @ tribe-events-calendar
1506
- #: ../admin-views/tribe-options-help.php:206
1507
  msgid "(Coming Soon!)"
1508
  msgstr "(erscheint bald)"
1509
 
1510
- # @ tribe-events-calendar
1511
- #: ../admin-views/tribe-options-help.php:216
1512
  msgid "News and Tutorials"
1513
  msgstr "News und Tutorials"
1514
 
1515
- # @ tribe-events-calendar
1516
- #: ../admin-views/tribe-options-network.php:15
1517
  msgid "Network Settings"
1518
  msgstr "Netzwerkeinstellungen"
1519
 
1520
- # @ tribe-events-calendar
1521
- #: ../admin-views/tribe-options-network.php:19
1522
- msgid ""
1523
- "This is where all of the global network settings for Modern Tribe's The "
1524
- "Events Calendar can be modified."
1525
- msgstr ""
1526
- "Hier werden alle Netzwerkeinstellungen für den Modern Tribe Events Calendar "
1527
- "eingestellt."
1528
 
1529
- # @ tribe-events-calendar
1530
- #: ../admin-views/tribe-options-network.php:27
1531
  msgid "Hide the following settings tabs on every site:"
1532
  msgstr "Versteken Sie die folgenden Einstellungen auf der Seite:"
1533
 
1534
- # @ tribe-events-calendar
1535
- #: ../admin-views/venue-meta-box.php:31
1536
- #: ../public/advanced-functions/meta.php:492
1537
  msgid "Address:"
1538
- msgstr "Anschrift:"
1539
 
1540
- # @ tribe-events-calendar
1541
- #: ../admin-views/venue-meta-box.php:38
1542
  msgid "City:"
1543
  msgstr "Ort:"
1544
 
1545
- # @ tribe-events-calendar
1546
- #: ../admin-views/venue-meta-box.php:45
1547
  msgid "Country:"
1548
  msgstr "Land:"
1549
 
1550
- # @ tribe-events-calendar
1551
- #: ../admin-views/venue-meta-box.php:85
1552
  msgid "State or Province:"
1553
- msgstr "Bundesland/Kanton/Provinz:"
1554
 
1555
- # @ tribe-events-calendar
1556
- #: ../admin-views/venue-meta-box.php:89
1557
  msgid "Select a State:"
1558
- msgstr "Staat ausw&auml;hlen:"
1559
 
1560
- # @ tribe-events-calendar
1561
- #: ../admin-views/venue-meta-box.php:102
1562
  msgid "Postal Code:"
1563
  msgstr "PLZ:"
1564
 
1565
- # @ tribe-events-calendar
1566
- #: ../admin-views/venue-meta-box.php:134 ../admin-views/venue-meta-box.php:156
 
1567
  msgid "Show Google Map:"
1568
- msgstr "'Google Maps'-Karte anzeigen:"
1569
 
1570
- # @ tribe-events-calendar
1571
- #: ../admin-views/venue-meta-box.php:144 ../admin-views/venue-meta-box.php:166
 
1572
  msgid "Show Google Maps Link:"
1573
- msgstr "'Google Maps'-Link anzeigen:"
1574
 
1575
- # @ tribe-events-calendar
1576
- #: ../admin-views/widget-admin-list.php:13
1577
  msgid "Title:"
1578
  msgstr "Titel:"
1579
 
1580
- # @ tribe-events-calendar
1581
- #: ../admin-views/widget-admin-list.php:18
1582
  msgid "Show:"
1583
  msgstr "Anzeigen:"
1584
 
1585
- # @ tribe-events-calendar
1586
- #: ../admin-views/widget-admin-list.php:28
1587
  msgid "Show widget only if there are upcoming events:"
1588
  msgstr "Das Widget nur anzeigen, wenn es bevorstehende Veranstaltungen gibt:"
1589
 
1590
- # @ tribe-events-calendar
1591
- #: ../lib/Activation_Page.php:125
1592
  #, fuzzy
 
1593
  msgid "Welcome to The Events Calendar"
1594
  msgstr "Veranstaltungskalender"
1595
 
1596
- # @ tribe-events-calendar
1597
- #: ../lib/Activation_Page.php:145
1598
  #, fuzzy
 
1599
  msgid "Thanks for Updating The Events Calendar"
1600
  msgstr "Upgrade vom Plugin 'The Events Calendar' (freie Version)"
1601
 
1602
- # @ tribe-events-calendar
1603
- #: ../lib/io/csv/admin-views/columns.php:22
1604
  #, php-format
 
1605
  msgid "Column Mapping: %s"
1606
  msgstr "Spalten Mapping: %s"
1607
 
1608
- # @ tribe-events-calendar
1609
- #: ../lib/io/csv/admin-views/columns.php:28
1610
  msgid "Please choose the fields that best match the columns in your CSV file."
1611
- msgstr ""
1612
- "Bitte wählen Sie das Feld, das am besten mit der Spalte in Ihrer CSV Datei "
1613
- "übereinstimmt."
1614
 
1615
- # @ tribe-events-calendar
1616
- #: ../lib/io/csv/admin-views/columns.php:33
1617
  msgid "Column Headings"
1618
  msgstr "Spalten Überschriften"
1619
 
1620
- # @ tribe-events-calendar
1621
- #: ../lib/io/csv/admin-views/columns.php:34
1622
  msgid "Event Fields"
1623
  msgstr "Veranstaltungsfelder"
1624
 
1625
- # @ tribe-events-calendar
1626
- #: ../lib/io/csv/admin-views/columns.php:45
1627
  msgid "Perform Import"
1628
  msgstr "Import durchführen"
1629
 
1630
- # @ tribe-events-calendar
1631
- #: ../lib/io/csv/admin-views/header.php:13
1632
  msgid "Events Import (CSV)"
1633
  msgstr "Veranstaltungsimport (CSV)"
1634
 
1635
- # @ tribe-events-calendar
1636
- #: ../lib/io/csv/admin-views/import.php:17
1637
  msgid "Import Instructions"
1638
  msgstr "Import Anleitung"
1639
 
1640
- # @ tribe-events-calendar
1641
- #: ../lib/io/csv/admin-views/import.php:20
1642
  msgid "If your events have Organizers or Venues, please import those first."
1643
- msgstr ""
1644
- "Wenn Veranstaltungen über Veranstalter oder Veranstaltungsorte verfügen, "
1645
- "diese bitte zuerst importieren."
1646
 
1647
- # @ tribe-events-calendar
1648
- #: ../lib/io/csv/admin-views/import.php:21
1649
  msgid "To import organizers or venues:"
1650
- msgstr "Um Veranstalter oder Veranstalungsorte zu importieren:"
1651
 
1652
- # @ tribe-events-calendar
1653
- #: ../lib/io/csv/admin-views/import.php:23
1654
  msgid "Select the appropriate import type."
1655
  msgstr "Wähle den passenden Importtyp."
1656
 
1657
- # @ tribe-events-calendar
1658
- #: ../lib/io/csv/admin-views/import.php:24
1659
- #: ../lib/io/csv/admin-views/import.php:30
1660
- msgid ""
1661
- "Upload a CSV file with one record on each line. The first line may contain "
1662
- "column names (check the box below)."
1663
- msgstr ""
1664
- "Lade eine CSV-Datei mit einem Datensatz pro Zeile hoch. Die erste Zeile kann "
1665
- "die Spaltenbezeichnungen enthalten (bitte die Option unten aktivieren)."
1666
-
1667
- # @ tribe-events-calendar
1668
- #: ../lib/io/csv/admin-views/import.php:25
1669
- msgid ""
1670
- "One column in your CSV should have the Organizer/Venue name. All other "
1671
- "fields are optional."
1672
- msgstr ""
1673
- "Eine Spalte in der CSV-Datei muss den Namen des Veranstalters / "
1674
- "Veranstaltungsortes enthalten. Alle anderen Felder sind optional."
1675
-
1676
- # @ tribe-events-calendar
1677
- #: ../lib/io/csv/admin-views/import.php:26
1678
- #: ../lib/io/csv/admin-views/import.php:32
1679
- msgid ""
1680
- "After you upload your file, you'll have the opportunity to indicate how the "
1681
- "columns in your CSV map to fields in The Events Calendar."
1682
- msgstr ""
1683
- "Nach dem Upload der Datei kann ein Mapping zwischen den Spalten in der CSV-"
1684
- "Datei und den Feldern im Event Kalender vorgenommen werden."
1685
-
1686
- # @ tribe-events-calendar
1687
- #: ../lib/io/csv/admin-views/import.php:28
1688
  msgid "After importing your Organizers and Venues, import your Events:"
1689
- msgstr ""
1690
- "Bitte Importieren Sie erst nach dem Import der Veranstalter und "
1691
- "Veranstaltungsorten die Veranstaltungen:"
1692
 
1693
- # @ tribe-events-calendar
1694
- #: ../lib/io/csv/admin-views/import.php:31
1695
- msgid ""
1696
- "One column in your CSV should have the Event title. Another should have the "
1697
- "Event start date. All other fields are optional."
1698
- msgstr ""
1699
- "Eine Spalte in der CSV-Datei muss den Veranstaltungstitel enthalten, eine "
1700
- "andere das Startdatum der Veranstaltung. Alle anderen Felder sind optional."
1701
 
1702
- # @ tribe-events-calendar
1703
- #: ../lib/io/csv/admin-views/import.php:36
1704
  #, php-format
 
1705
  msgid "Questions? <a href=\"%s\">Watch the video</a>."
1706
  msgstr "Fragen? <a href=\"%s\">Schauen Sie das Video an</a>."
1707
 
1708
- # @ tribe-events-calendar
1709
- #: ../lib/io/csv/admin-views/import.php:43
1710
  msgid "Import Type:"
1711
  msgstr "Import Typ:"
1712
 
1713
- # @ tribe-events-calendar
1714
- #: ../lib/io/csv/admin-views/import.php:45
1715
- #: ../lib/the-events-calendar.class.php:514
1716
- #: ../public/template-tags/venue.php:52
1717
  msgid "Venues"
1718
  msgstr "Veranstaltungsorte"
1719
 
1720
- # @ tribe-events-calendar
1721
- #: ../lib/io/csv/admin-views/import.php:46
1722
- #: ../lib/the-events-calendar.class.php:530
1723
- #: ../public/template-tags/organizer.php:59
1724
  msgid "Organizers"
1725
  msgstr "Veranstalter"
1726
 
1727
- # @ tribe-events-calendar
1728
- #: ../lib/io/csv/admin-views/import.php:47
1729
- #: ../lib/the-events-calendar.class.php:1409
1730
- #: ../lib/the-events-calendar.class.php:4176
1731
  msgid "Events"
1732
  msgstr "Veranstaltungen"
1733
 
1734
- # @ tribe-events-calendar
1735
- #: ../lib/io/csv/admin-views/import.php:55
1736
  msgid "CSV File:"
1737
  msgstr "CSV Datei:"
1738
 
1739
- # @ tribe-events-calendar
1740
- #: ../lib/io/csv/admin-views/import.php:59
1741
- msgid ""
1742
- "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1743
- "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1744
- "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
1745
- "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1746
- msgstr ""
1747
- "Laden Sie ein ordnungsgemäß formatierte, UTF-8 codierte CSV Datei hoch. "
1748
- "Wissen Sie nicht, ob Ihre Datei UTF-8 codiert ist? Stellen Sie beim "
1749
- "speichern der Datei sicher, dass Sie UTF-8 als Zeichensatz gewählt haben "
1750
- "oder nutzen Sie ein <a href='http://i-tools.org/charset/exec?"
1751
- "dest=utf-8&src=auto&download=1'>Konvertierungstool</a>."
1752
-
1753
- # @ tribe-events-calendar
1754
- #: ../lib/io/csv/admin-views/import.php:67
1755
  msgid "This file has column names in the first row"
1756
  msgstr "Diese Datei hat Spalten in der ersten Zeile"
1757
 
1758
- # @ tribe-events-calendar
1759
- #: ../lib/io/csv/admin-views/import.php:78
1760
  msgid "Import CSV File"
1761
  msgstr "Importiere CSV Datei"
1762
 
1763
- # @ tribe-events-calendar
1764
- #: ../lib/io/csv/admin-views/result.php:15
1765
  msgid "Import Result"
1766
  msgstr "Import Ergebnisse"
1767
 
1768
- # @ tribe-events-calendar
1769
- #: ../lib/io/csv/admin-views/result.php:17
1770
  msgid "Import complete!"
1771
  msgstr "Import abgeschlossen!"
1772
 
1773
- # @ tribe-events-calendar
1774
- #: ../lib/io/csv/admin-views/result.php:19
1775
  #, php-format
 
1776
  msgid "Inserted: %d"
1777
  msgstr "Eingefügt: %d"
1778
 
1779
- # @ tribe-events-calendar
1780
- #: ../lib/io/csv/admin-views/result.php:20
1781
  #, php-format
 
1782
  msgid "Updated: %d"
1783
  msgstr "Aktualisiert: %d"
1784
 
1785
- # @ tribe-events-calendar
1786
- #: ../lib/io/csv/admin-views/result.php:21
1787
  #, php-format
 
1788
  msgid "Skipped: %d"
1789
  msgstr "Übersprungen: %d"
1790
 
1791
- # @ tribe-events-calendar
1792
- #: ../lib/io/csv/admin-views/result.php:25
1793
  msgid "The import statistics above have the following meaning:"
1794
  msgstr "Die Import Statistiken oben bedeuten folgendes:"
1795
 
1796
- # @ tribe-events-calendar
1797
- #: ../lib/io/csv/admin-views/result.php:26
1798
- msgid ""
1799
- "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1800
- "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1801
- "start date. The existing item was updated with the new value from the file.</"
1802
- "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
1803
- "not be imported. Please see below for the invalid rows.</li></ol>"
1804
- msgstr ""
1805
- "<ol><li><strong>Eingefügt::</strong> Ein neues Element wurde erfolgreich "
1806
- "eingefügt.</li><li><strong>Aktualisiert:</strong> Ein Element mit dem "
1807
- "gleichen Namen und/oder Startdatum wurde gefunden. Das existierende Element "
1808
- "wurde mit den neuen Werten aus der Datei aktualisiert.</"
1809
- "li><li><strong>Übersprungen:</strong> Es wurde eine Zeile in der CSV Datei "
1810
- "gefunedn, weche nicht importiert werden konnte. Unten finden Sie mehr "
1811
- "Informationen zu den ungültigen Zeilen.</li></ol>"
1812
-
1813
- # @ tribe-events-calendar
1814
- #: ../lib/io/csv/admin-views/result.php:29
1815
  #, php-format
 
1816
  msgid "Skipped row numbers: %s"
1817
  msgstr "Übersprungene Zeilen: %s"
1818
 
1819
- # @ tribe-events-calendar
1820
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
1821
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
1822
  msgid "Import: CSV"
1823
  msgstr "Import: CSV"
1824
 
1825
- # @ tribe-events-calendar
1826
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
1827
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
1828
  msgid "The file went away. Please try again."
1829
  msgstr "Die Datei wurde nicht gefunden. Bitte versuchen Sie es nochmal."
1830
 
1831
- # @ tribe-events-calendar
1832
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
1833
  msgid "We were unable to process your request. Please try again."
1834
- msgstr ""
1835
- "Die Durchführung konnte nicht abgeschlossen werden. Bitte versuchen Sie es "
1836
- "erneut."
1837
 
1838
- # @ tribe-events-calendar
1839
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
1840
  msgid "<p>The following fields are required for a successful import:</p>"
1841
- msgstr ""
1842
- "<p>Die nachfolgenden Felder werden für einen erfolgreichen Import benötigt:</"
1843
- "p>"
1844
 
1845
- # @ tribe-events-calendar
1846
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
1847
  msgid "Do Not Import"
1848
  msgstr "Nicht importieren"
1849
 
1850
- # @ tribe-events-calendar
1851
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1852
  msgid "Event Name"
1853
  msgstr "Name der Veranstaltung"
1854
 
1855
- # @ tribe-events-calendar
1856
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1857
  msgid "Event Description"
1858
  msgstr "Beschreibung der Veranstaltung"
1859
 
1860
- # @ tribe-events-calendar
1861
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1862
  msgid "Event Start Date"
1863
- msgstr "Startdatum der Veranstaltung"
1864
 
1865
- # @ tribe-events-calendar
1866
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1867
  msgid "Event Start Time"
1868
- msgstr "Startzeit der Veranstaltung"
1869
 
1870
- # @ tribe-events-calendar
1871
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1872
  msgid "Event End Date"
1873
  msgstr "Enddatum der Veranstaltung"
1874
 
1875
- # @ tribe-events-calendar
1876
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1877
  msgid "Event End Time"
1878
  msgstr "Endzeit der Veranstaltung"
1879
 
1880
- # @ tribe-events-calendar
1881
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1882
  msgid "All Day Event"
1883
  msgstr "Ganztägige Veranstaltung"
1884
 
1885
- # @ tribe-events-calendar
1886
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1887
  msgid "Event Venue Name"
1888
  msgstr "Name des Veranstaltungsortes"
1889
 
1890
- # @ tribe-events-calendar
1891
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1892
  msgid "Event Organizer Name"
1893
  msgstr "Name des Veranstalters"
1894
 
1895
- # @ tribe-events-calendar
1896
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
1897
  msgid "Event Show Map Link"
1898
- msgstr "'Google Maps'-Karten Link aktivieren"
1899
 
1900
- # @ tribe-events-calendar
1901
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1902
  msgid "Event Show Map"
1903
- msgstr "'Google Maps'-Karten aktivieren"
1904
 
1905
- # @ tribe-events-calendar
1906
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:64
1907
  msgid "Event Phone"
1908
  msgstr "Telefon"
1909
 
1910
- # @ {bug-detected}
1911
- # @ tribe-events-calendar
1912
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:65
1913
- #: ../lib/the-events-calendar.class.php:1449
1914
- #: ../public/template-tags/general.php:353
1915
- msgid "Event Category"
1916
- msgstr "Veranstaltungskategorie"
1917
-
1918
- # @ tribe-events-calendar
1919
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1920
  msgid "Venue Name"
1921
  msgstr "Veranstaltungsort"
1922
 
1923
- # @ tribe-events-calendar
1924
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1925
  msgid "Venue Country"
1926
  msgstr "Land"
1927
 
1928
- # @ tribe-events-calendar
1929
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1930
  msgid "Venue Address"
1931
  msgstr "Adresse"
1932
 
1933
- # @ tribe-events-calendar
1934
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1935
  #, fuzzy
 
1936
  msgid "Venue Address 2"
1937
  msgstr "Adresse 2"
1938
 
1939
- # @ tribe-events-calendar
1940
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1941
  msgid "Venue City"
1942
  msgstr "Ort"
1943
 
1944
- # @ tribe-events-calendar
1945
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
1946
  msgid "Venue State/Province"
1947
- msgstr "Bundesland/Provinz/Kanton"
1948
 
1949
- # @ tribe-events-calendar
1950
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:78
1951
  msgid "Venue Zip"
1952
  msgstr "PLZ"
1953
 
1954
- # @ tribe-events-calendar
1955
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:79
1956
  msgid "Venue Phone"
1957
  msgstr "Telefon"
1958
 
1959
- # @ tribe-events-calendar
1960
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1961
  msgid "Organizer Name"
1962
  msgstr "Name des Veranstalters"
1963
 
1964
- # @ tribe-events-calendar
1965
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
1966
  msgid "Organizer Email"
1967
  msgstr "E-Mail"
1968
 
1969
- # @ tribe-events-calendar
1970
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:87
1971
  msgid "Organizer Website"
1972
  msgstr "Website"
1973
 
1974
- # @ tribe-events-calendar
1975
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:88
1976
  msgid "Organizer Phone"
1977
  msgstr "Telefon"
1978
 
1979
- # @ tribe-events-calendar
1980
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
1981
  #, php-format
 
1982
  msgid "No importer defined for %s"
1983
  msgstr "Keine Importfunktion für %s definiert "
1984
 
1985
- # @ tribe-events-calendar
1986
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
1987
  #, php-format
 
1988
  msgid "Missing required fields in row %d."
1989
  msgstr "Notwendige Felder in Zeile %d nicht vorhanden."
1990
 
1991
- # @ tribe-events-calendar
1992
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:118
1993
  #, php-format
 
1994
  msgid "Failed to import record in row %d."
1995
  msgstr "Importieren für Zeile %d fehlgeschlagen."
1996
 
1997
- # @ tribe-events-calendar
1998
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:127
1999
  #, php-format
 
2000
  msgid "%s (post ID %d) updated."
2001
  msgstr "%s (Post ID %d) aktualisiert."
2002
 
2003
- # @ tribe-events-calendar
2004
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:131
2005
  #, php-format
 
2006
  msgid "%s (post ID %d) created."
2007
  msgstr "%s (Post ID %d) erstellt."
2008
 
2009
- # @ tribe-events-calendar
2010
- #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
2011
  #, php-format
 
2012
  msgid "Temporary file not found. Could not save %s."
2013
  msgstr "Temporäre Datei nicht gefunden. Konnte %s nicht speichern."
2014
 
2015
- # @ tribe-events-calendar
2016
- #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
2017
  #, php-format
 
2018
  msgid "Could not save %s."
2019
  msgstr "Konnte %s nicht speichern."
2020
 
2021
- # @ tribe-events-calendar
2022
- #: ../lib/pue/admin-views/license-key.view.php:12
2023
- #: ../lib/pue/admin-views/license-key.view.php:16
2024
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:305
2025
  msgid "License Key"
2026
  msgstr "Lizenzschlüssel"
2027
 
2028
- # @ tribe-events-calendar
2029
- #: ../lib/pue/admin-views/license-key.view.php:13
2030
  msgid "A valid license key is required for support and updates."
2031
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich."
2032
 
2033
- # @ tribe-events-calendar
2034
- #: ../lib/pue/admin-views/license-key.view.php:19
2035
  msgid "Replace empty fields"
2036
  msgstr "Ersetze die leeren Felder"
2037
 
2038
- # @ tribe-events-calendar
2039
- #: ../lib/pue/admin-views/license-key.view.php:29
2040
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:306
2041
  msgid "A valid license key is required for support and updates"
2042
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
2043
 
2044
- # @ tribe-events-calendar
2045
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:375
2046
  msgid "License key(s) updated."
2047
  msgstr "Lizenzschlüssel aktualisiert."
2048
 
2049
- # @ tribe-events-calendar
2050
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:415
2051
  msgid "Sorry, key validation server is not available."
2052
  msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
2053
 
2054
- # @ tribe-events-calendar
2055
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:417
2056
  msgid "Sorry, this key is expired."
2057
  msgstr "Sorry, dein Lizenzschlüssel ist abgelaufen"
2058
 
2059
- # @ tribe-events-calendar
2060
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:420
2061
  msgid "Sorry, this key is out of installs."
2062
- msgstr ""
2063
- "Sorry, dein Lizenzschlüssel wurde schon bei einer anderen Installation "
2064
- "verwendet"
2065
 
2066
- # @ default
2067
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:421
2068
  msgid "Why am I seeing this message?"
2069
  msgstr "Warum sehe ich diese Nachricht?"
2070
 
2071
- # @ tribe-events-calendar
2072
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:424
2073
  msgid "Sorry, this key is not valid."
2074
  msgstr "Sorry, dein Lizenzschlüssel ist ungültig"
2075
 
2076
- # @ tribe-events-calendar
2077
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:427
2078
  #, php-format
 
2079
  msgid "Valid Key! Expires on %s"
2080
  msgstr "Gültiger Schlüssel! Erlischt am %s"
2081
 
2082
- # @ tribe-events-calendar
2083
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:431
2084
  #, php-format
2085
- msgid ""
2086
- "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
2087
- "\">support.</a>"
2088
- msgstr ""
2089
- "Hmm... irgendwas ist schiefgelaufen. Bitte kontaktiere den <a href=\"%s"
2090
- "\">support.</a>"
2091
 
2092
- # @ tribe-events-calendar
2093
- #: ../lib/template-classes/day.php:75 ../lib/template-classes/day.php:91
 
2094
  msgid "All Day"
2095
  msgstr "Ganztägig"
2096
 
2097
- # @ tribe-events-calendar
2098
- #: ../lib/template-classes/day.php:78 ../lib/template-classes/day.php:94
 
2099
  msgid "Ongoing"
2100
  msgstr "laufend"
2101
 
2102
- # @ tribe-events-calendar-pro
2103
- #: ../lib/template-classes/day.php:139
2104
  #, php-format
2105
- msgid ""
2106
- "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
2107
- "try another day."
2108
- msgstr ""
2109
- "Keine passenden Veranstaltungen für %s im Zeitraum <strong>%s</strong> "
2110
- "vorhanden. Bitte wählen Sie einen anderen Tag."
2111
 
2112
- # @ tribe-events-calendar
2113
- #: ../lib/template-classes/day.php:141
2114
  #, php-format
 
2115
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2116
- msgstr ""
2117
- "Keine passenden Veranstaltungen für %s vorhanden. Bitte wählen Sie einen "
2118
- "anderen Tag."
2119
 
2120
- # @ tribe-events-calendar
2121
- #: ../lib/template-classes/month.php:115
2122
  #, php-format
2123
- msgid ""
2124
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
2125
- "searching next month."
2126
- msgstr ""
2127
- "Es wurden keine Ergebnisse für <strong>\"%s\"</strong> in diesem Monat "
2128
- "gefunden. Versuchen Sie es mit dem nächsten Monat."
2129
 
2130
- # @ tribe-events-calendar
2131
- #: ../lib/template-classes/month.php:118
2132
- #: ../lib/tribe-template-factory.class.php:250
2133
- #: ../lib/tribe-template-factory.class.php:255
2134
  #, php-format
2135
- msgid ""
2136
- "No matching events listed under %s. Please try viewing the full calendar for "
2137
- "a complete list of events."
2138
- msgstr ""
2139
- "Keine passenden Veranstaltungen für %s gefunden. Bitte versuchen Sie den "
2140
- "ganzen Kalender anzuzeigen, um alle Veranstaltungen zu sehen."
2141
 
2142
- # @ tribe-events-calendar
2143
- #: ../lib/template-classes/month.php:120
2144
- #: ../lib/tribe-template-factory.class.php:257
2145
  msgid "There were no results found."
2146
  msgstr "Es wurden keine Ergebnisse gefunden."
2147
 
2148
- # @ tribe-events-calendar
2149
- #: ../lib/template-classes/single-event.php:107
2150
  msgid "This event has passed."
2151
  msgstr "Diese Veranstaltung ist bereits vorbei."
2152
 
2153
- # @ default
2154
- #: ../lib/the-events-calendar.class.php:494
2155
  #, php-format
2156
- msgid ""
2157
- "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
2158
- "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
2159
- "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
2160
- "friendly folks at Modern Tribe."
2161
- msgstr ""
2162
- "Bewerten Sie den <strong>The Events Calendar</strong> <a href=\"%1$s\" "
2163
- "target=\"_blank\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> auf <a href=\"%1$s"
2164
- "\" target=\"_blank\">WordPress.org</a>, damit dieses Plugin auch weiterhin "
2165
- "kostenlos angeboten werden kann. Vielen Dank vom Modern Tribe Team."
2166
-
2167
- # @ default
2168
- #: ../lib/the-events-calendar.class.php:494
2169
- msgid ""
2170
- "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
2171
- msgstr ""
2172
- "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
2173
-
2174
- # @ tribe-events-calendar
2175
- #: ../lib/the-events-calendar.class.php:522
2176
- #: ../public/advanced-functions/meta.php:445
2177
- #: ../public/template-tags/venue.php:41
2178
  msgid "Venue"
2179
  msgstr "Veranstaltungsort"
2180
 
2181
- # @ tribe-events-calendar
2182
- #: ../lib/the-events-calendar.class.php:538
2183
- #: ../public/advanced-functions/meta.php:518
2184
- #: ../public/template-tags/organizer.php:48
2185
  msgid "Organizer"
2186
  msgstr "Veranstalter"
2187
 
2188
- # @ tribe-events-calendar
2189
- #: ../lib/the-events-calendar.class.php:585
2190
  msgid "month"
2191
  msgstr "Monat"
2192
 
2193
- #: ../lib/the-events-calendar.class.php:586
 
2194
  msgid "list"
2195
- msgstr ""
2196
 
2197
- # @ tribe-events-calendar
2198
- #: ../lib/the-events-calendar.class.php:587
2199
  msgid "upcoming"
2200
  msgstr "anstehend"
2201
 
2202
- # @ tribe-events-calendar
2203
- #: ../lib/the-events-calendar.class.php:588
2204
  msgid "past"
2205
  msgstr "vergangen"
2206
 
2207
- # @ tribe-events-calendar
2208
- #: ../lib/the-events-calendar.class.php:589
2209
  msgid "day"
2210
  msgstr "Tag"
2211
 
2212
- # @ tribe-events-calendar
2213
- #: ../lib/the-events-calendar.class.php:590
2214
  msgid "today"
2215
  msgstr "heute"
2216
 
2217
- # @ tribe-events-calendar
2218
- #: ../lib/the-events-calendar.class.php:609
2219
  #, php-format
 
2220
  msgid "Initializing Tribe Events on %s"
2221
  msgstr "Tribe Events wird eingerichtet für %s"
2222
 
2223
- # @ tribe-events-calendar
2224
- #: ../lib/the-events-calendar.class.php:726
2225
  #, php-format
2226
- msgid ""
2227
- "Your version of The Events Calendar is not up-to-date with one of your The "
2228
- "Events Calendar add-ons. Please %supdate now.%s"
2229
- msgstr ""
2230
- "Ihre Version des Events Calendar ist nicht aktuell genug, um dieses Add-On "
2231
- "zu nutzen. Bitte %supdaten Sie jetzt%s."
2232
 
2233
- # @ tribe-events-calendar
2234
- #: ../lib/the-events-calendar.class.php:746
2235
  #, php-format
2236
- msgid ""
2237
- "The following plugins are out of date: <b>%s</b>. All add-ons contain "
2238
- "dependencies on The Events Calendar and will not function properly unless "
2239
- "paired with the right version. %sWant to pair an older version%s?"
2240
- msgstr ""
2241
- "Die folgenden Plugins sind veraltet: <b>%s</b>. Alle Erweiterungen sind mit "
2242
- "dem Events Calendar verbunden und funktionieren nicht richtig, wenn die "
2243
- "Versionen nicht zusammenpassen. %sWollen Sie eine ältere Version nutzen%s?"
2244
-
2245
- # @ tribe-events-calendar
2246
- #: ../lib/the-events-calendar.class.php:810
2247
- #: ../lib/the-events-calendar.class.php:846
2248
- #: ../lib/the-events-calendar.class.php:852
2249
  msgid "Licenses"
2250
  msgstr "Lizenzen"
2251
 
2252
- # @ tribe-events-calendar
2253
- #: ../lib/the-events-calendar.class.php:815
2254
  #, php-format
2255
- msgid ""
2256
- "<p>The license key you received when completing your purchase from %s will "
2257
- "grant you access to support and updates until it expires. You do not need to "
2258
- "enter the key below for the plugins to work, but you will need to enter it "
2259
- "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
2260
- "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
2261
- "unique license key. Simply paste the key into its appropriate field on "
2262
- "below, and give it a moment to validate. You know you're set when a green "
2263
- "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
2264
- "seeing a red message telling you that your key isn't valid or is out of "
2265
- "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
2266
- "installs or renew / upgrade your license.</p><p>Not seeing an update but "
2267
- "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
2268
- "and click \"Check Again\".</p>"
2269
- msgstr ""
2270
- "<p>Der Lizenzschlüssel von %s, den Sie erhalten haben, wird Ihnen Zugriff "
2271
- "auf das Supportforum gewähren bis er abgelaufen ist. Sie müssen den Schüssel "
2272
- "nicht eingeben damit die Plugins funktionieren, aber um Updates zu erhalten "
2273
- "muss der Schüssel eingegeben sein. Sie finden Ihren Lizenzschlüssel unter <a "
2274
- "href=\"%s\">%s</a>.</p> <p>Jedes bezahlte Plugin hat einen einzigartigen "
2275
- "Lizenzschlüssel. Fügen Sie den Schlüssel einfach in das Feld ein und warten "
2276
- "Sie einen Moment bis er verifiziert ist. </p><p>Wenn Sie sehen, eine rote "
2277
- "Meldung, dass Ihre Schlüssel nicht gültig ist oder aus installiert sind, "
2278
- "gehen Sie zu <a href=\"%s\" target=\"_blank\">%s</a> Ihre Installationen zu "
2279
- "verwalten oder zu erneuern / aktualisieren Sie Ihre Lizenz.</p><p>Kein "
2280
- "Update obwohl der Schüssel passt? In WordPress, gehen Sie zu <a href=\"%s"
2281
- "\">Dashboard > Updates</a> und klicken \"Erneut prüfen\".</p>"
2282
-
2283
- # @ tribe-events-calendar
2284
- #: ../lib/the-events-calendar.class.php:838
2285
  msgid "General"
2286
  msgstr "Allgemein"
2287
 
2288
- # @ tribe-events-calendar
2289
- #: ../lib/the-events-calendar.class.php:839
2290
  msgid "Display"
2291
  msgstr "Darstellung"
2292
 
2293
- # @ tribe-events-calendar
2294
- #: ../lib/the-events-calendar.class.php:858
2295
- #: ../lib/the-events-calendar.class.php:4287
2296
- #: ../lib/the-events-calendar.class.php:4411
2297
  msgid "Help"
2298
  msgstr "Hilfe"
2299
 
2300
- # @ tribe-events-calendar
2301
- #: ../lib/the-events-calendar.class.php:902
2302
  #, php-format
2303
- msgid ""
2304
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
2305
- "your WordPress install."
2306
- msgstr ""
2307
- "Das The Events Calendar Plugin erfordert WordPress Version %s oder h&ouml;"
2308
- "her. Bitte aktualisieren Sie Ihre WordPress-Installation entsprechend, bevor "
2309
- "Sie fortfahren."
2310
 
2311
- # @ tribe-events-calendar
2312
- #: ../lib/the-events-calendar.class.php:905
2313
  #, php-format
2314
- msgid ""
2315
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
2316
- "about moving you to a newer version of PHP."
2317
- msgstr ""
2318
- "Das The Events Calendar Plugin erfordert PHP Version %s oder höher. "
2319
- "Kontaktieren Sie Ihren Webhosting-Anbieter, um auf eine höhere PHP-Version "
2320
- "aktualisieren zu können."
2321
 
2322
- # @ tribe-events-calendar
2323
- #: ../lib/the-events-calendar.class.php:1370
2324
  msgid "category"
2325
  msgstr "Kategorie"
2326
 
2327
- # @ tribe-events-calendar
2328
- #: ../lib/the-events-calendar.class.php:1381
2329
  msgid "tag"
2330
  msgstr "Tag"
2331
 
2332
- # @ tribe-events-calendar
2333
- #: ../lib/the-events-calendar.class.php:1410
2334
  msgid "Event"
2335
  msgstr "Veranstaltung"
2336
 
2337
- # @ tribe-events-calendar
2338
- #: ../lib/the-events-calendar.class.php:1411
2339
- #: ../lib/the-events-calendar.class.php:1424
2340
- #: ../lib/the-events-calendar.class.php:1437
2341
  msgid "Add New"
2342
  msgstr "Hinzufügen"
2343
 
2344
- # @ tribe-events-calendar
2345
- #: ../lib/the-events-calendar.class.php:1412
2346
  msgid "Add New Event"
2347
  msgstr "Neue Veranstaltung hinzufügen"
2348
 
2349
- # @ tribe-events-calendar
2350
- #: ../lib/the-events-calendar.class.php:1413
2351
  msgid "Edit Event"
2352
  msgstr "Veranstaltung bearbeiten"
2353
 
2354
- # @ tribe-events-calendar
2355
- #: ../lib/the-events-calendar.class.php:1414
2356
  msgid "New Event"
2357
  msgstr "Neue Veranstaltung"
2358
 
2359
- # @ tribe-events-calendar
2360
- #: ../lib/the-events-calendar.class.php:1415
2361
  msgid "View Event"
2362
  msgstr "Veranstaltung ansehen"
2363
 
2364
- # @ tribe-events-calendar
2365
- #: ../lib/the-events-calendar.class.php:1416
2366
  msgid "Search Events"
2367
  msgstr "Veranstaltungen suchen"
2368
 
2369
- # @ tribe-events-calendar
2370
- #: ../lib/the-events-calendar.class.php:1417
2371
  msgid "No events found"
2372
  msgstr "Es wurden keine Veranstaltungen gefunden"
2373
 
2374
- # @ tribe-events-calendar
2375
- #: ../lib/the-events-calendar.class.php:1418
2376
  msgid "No events found in Trash"
2377
  msgstr "Es befinden sich keine Veranstaltungen im Papierkorb"
2378
 
2379
- # @ tribe-events-calendar
2380
- #: ../lib/the-events-calendar.class.php:1425
2381
- #: ../lib/the-events-calendar.class.php:1438
2382
  #, php-format
 
2383
  msgid "Add New %s"
2384
  msgstr "%s hinzufügen"
2385
 
2386
- # @ tribe-events-calendar
2387
- #: ../lib/the-events-calendar.class.php:1426
2388
- #: ../lib/the-events-calendar.class.php:1439
2389
  #, php-format
 
2390
  msgid "Edit %s"
2391
  msgstr "%s bearbeiten"
2392
 
2393
- # @ tribe-events-calendar
2394
- #: ../lib/the-events-calendar.class.php:1427
2395
- #: ../lib/the-events-calendar.class.php:1440
2396
  #, php-format
 
2397
  msgid "New %s"
2398
  msgstr "%s neu erstellen"
2399
 
2400
- # @ tribe-events-calendar
2401
- #: ../lib/the-events-calendar.class.php:1428
2402
- #: ../lib/the-events-calendar.class.php:1441
2403
  #, php-format
 
2404
  msgid "View %s"
2405
  msgstr "%s anzeigen"
2406
 
2407
- # @ tribe-events-calendar
2408
- #: ../lib/the-events-calendar.class.php:1429
2409
- #: ../lib/the-events-calendar.class.php:1442
2410
  #, php-format
 
2411
  msgid "Search %s"
2412
  msgstr "%s suchen"
2413
 
2414
- # @ tribe-events-calendar
2415
- #: ../lib/the-events-calendar.class.php:1430
2416
- #: ../lib/the-events-calendar.class.php:1443
2417
  #, php-format
 
2418
  msgid "No %s found"
2419
- msgstr "%s nicht gefunden"
2420
 
2421
- # @ tribe-events-calendar
2422
- #: ../lib/the-events-calendar.class.php:1431
2423
- #: ../lib/the-events-calendar.class.php:1444
2424
  #, php-format
 
2425
  msgid "No %s found in Trash"
2426
  msgstr "%s im Papierkorb nicht gefunden"
2427
 
2428
- # @ tribe-events-calendar
2429
- #: ../lib/the-events-calendar.class.php:1448
2430
- #: ../lib/tribe-admin-events-list.class.php:167
2431
  msgid "Event Categories"
2432
  msgstr "Veranstalt.-Kategorien"
2433
 
2434
- # @ tribe-events-calendar
2435
- #: ../lib/the-events-calendar.class.php:1450
2436
  msgid "Search Event Categories"
2437
  msgstr "Veranstaltungskategorien suchen"
2438
 
2439
- # @ tribe-events-calendar
2440
- #: ../lib/the-events-calendar.class.php:1451
2441
  msgid "All Event Categories"
2442
  msgstr "Alle Veranstaltungskategorien"
2443
 
2444
- # @ tribe-events-calendar
2445
- #: ../lib/the-events-calendar.class.php:1452
2446
  msgid "Parent Event Category"
2447
  msgstr "Übergeordnete Veranstaltungskategorie"
2448
 
2449
- # @ tribe-events-calendar
2450
- #: ../lib/the-events-calendar.class.php:1453
2451
  msgid "Parent Event Category:"
2452
  msgstr "Übergeordnete Veranstaltungskategorie:"
2453
 
2454
- # @ tribe-events-calendar
2455
- #: ../lib/the-events-calendar.class.php:1454
2456
  msgid "Edit Event Category"
2457
  msgstr "Veranstaltungskategorie bearbeiten"
2458
 
2459
- # @ tribe-events-calendar
2460
- #: ../lib/the-events-calendar.class.php:1455
2461
  msgid "Update Event Category"
2462
  msgstr "Veranstaltungskategorie aktualisieren"
2463
 
2464
- # @ tribe-events-calendar
2465
- #: ../lib/the-events-calendar.class.php:1456
2466
  msgid "Add New Event Category"
2467
  msgstr "Neue Veranstaltungskategorie hinzufügen"
2468
 
2469
- # @ tribe-events-calendar
2470
- #: ../lib/the-events-calendar.class.php:1457
2471
  msgid "New Event Category Name"
2472
  msgstr "Neuer Veranstaltungskategorie-Name"
2473
 
2474
- # @ tribe-events-calendar
2475
- #: ../lib/the-events-calendar.class.php:1474
2476
  #, php-format
 
2477
  msgid "Event updated. <a href=\"%s\">View event</a>"
2478
- msgstr ""
2479
- "Veranstaltung aktualisiert. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
2480
 
2481
- # @ tribe-events-calendar
2482
- #: ../lib/the-events-calendar.class.php:1475
2483
- #: ../lib/the-events-calendar.class.php:1494
2484
- #: ../lib/the-events-calendar.class.php:1513
2485
  msgid "Custom field updated."
2486
  msgstr "Benutzerdefiniertes Feld aktualisiert."
2487
 
2488
- # @ tribe-events-calendar
2489
- #: ../lib/the-events-calendar.class.php:1476
2490
- #: ../lib/the-events-calendar.class.php:1495
2491
- #: ../lib/the-events-calendar.class.php:1514
2492
  msgid "Custom field deleted."
2493
  msgstr "Benutzerdefiniertes Feld gel&ouml;scht."
2494
 
2495
- # @ tribe-events-calendar
2496
- #: ../lib/the-events-calendar.class.php:1477
2497
  msgid "Event updated."
2498
  msgstr "Veranstaltung aktualisiert."
2499
 
2500
- # @ tribe-events-calendar
2501
- #: ../lib/the-events-calendar.class.php:1479
2502
  #, php-format
 
2503
  msgid "Event restored to revision from %s"
2504
  msgstr "Veranstaltung wiederhergestellt mit der Revision von %s"
2505
 
2506
- # @ tribe-events-calendar
2507
- #: ../lib/the-events-calendar.class.php:1480
2508
  #, php-format
 
2509
  msgid "Event published. <a href=\"%s\">View event</a>"
2510
- msgstr ""
2511
- "Veranstaltung ver&ouml;ffentlicht. <a href=\"%s\">Diese Veranstaltung "
2512
- "ansehen</a>"
2513
 
2514
- # @ tribe-events-calendar
2515
- #: ../lib/the-events-calendar.class.php:1481
2516
  msgid "Event saved."
2517
  msgstr "Veranstaltung gespeichert."
2518
 
2519
- # @ tribe-events-calendar
2520
- #: ../lib/the-events-calendar.class.php:1482
2521
  #, php-format
 
2522
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2523
- msgstr ""
2524
- "Veranstaltung hinzugefügt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
2525
 
2526
- # @ tribe-events-calendar
2527
- #: ../lib/the-events-calendar.class.php:1484
2528
  #, php-format
2529
- msgid ""
2530
- "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2531
- "\">Preview event</a>"
2532
- msgstr ""
2533
- "Veranstaltung geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href="
2534
- "\"%2$s\">Vorschau</a>"
2535
-
2536
- # @ tribe-events-calendar
2537
- #: ../lib/the-events-calendar.class.php:1486
2538
- #: ../lib/the-events-calendar.class.php:1505
2539
- #: ../lib/the-events-calendar.class.php:1524
2540
  msgid "M j, Y @ G:i"
2541
  msgstr "M j, Y @ G:i"
2542
 
2543
- # @ tribe-events-calendar
2544
- #: ../lib/the-events-calendar.class.php:1488
2545
  #, php-format
 
2546
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2547
- msgstr ""
2548
- "Veranstaltungsentwurf aktualisiert. <a target=\"_blank\" href=\"%s"
2549
- "\">Vorschau</a>"
2550
-
2551
- # @ tribe-events-calendar
2552
- #: ../lib/the-events-calendar.class.php:1493
2553
- #: ../lib/the-events-calendar.class.php:1496
2554
- #: ../lib/the-events-calendar.class.php:1512
2555
- #: ../lib/the-events-calendar.class.php:1515
2556
  #, php-format
 
2557
  msgid "%s updated."
2558
  msgstr "%s aktualisiert."
2559
 
2560
- # @ tribe-events-calendar
2561
- #: ../lib/the-events-calendar.class.php:1498
2562
- #: ../lib/the-events-calendar.class.php:1517
2563
  #, php-format
 
2564
  msgid "%s restored to revision from %s"
2565
  msgstr "%s wieder hergestellt zu Revisionen von %s"
2566
 
2567
- # @ tribe-events-calendar
2568
- #: ../lib/the-events-calendar.class.php:1499
2569
- #: ../lib/the-events-calendar.class.php:1518
2570
  #, php-format
 
2571
  msgid "%s published."
2572
  msgstr "%s veröffentlicht."
2573
 
2574
- # @ tribe-events-calendar
2575
- #: ../lib/the-events-calendar.class.php:1500
2576
- #: ../lib/the-events-calendar.class.php:1519
2577
  #, php-format
 
2578
  msgid "%s saved."
2579
  msgstr "%s gespeichert."
2580
 
2581
- # @ tribe-events-calendar
2582
- #: ../lib/the-events-calendar.class.php:1501
2583
- #: ../lib/the-events-calendar.class.php:1520
2584
  #, php-format
 
2585
  msgid "%s submitted."
2586
  msgstr "%s eingereicht."
2587
 
2588
- # @ tribe-events-calendar
2589
- #: ../lib/the-events-calendar.class.php:1503
2590
- #: ../lib/the-events-calendar.class.php:1522
2591
  #, php-format
 
2592
  msgid "%s scheduled for: <strong>%2$s</strong>."
2593
  msgstr "%s geplant für: <strong>%2s</strong>."
2594
 
2595
- # @ tribe-events-calendar
2596
- #: ../lib/the-events-calendar.class.php:1507
2597
- #: ../lib/the-events-calendar.class.php:1526
2598
  #, php-format
 
2599
  msgid "%s draft updated."
2600
  msgstr "%s Entwurf aktualisiert."
2601
 
2602
- # @ tribe-events-calendar
2603
- #: ../lib/the-events-calendar.class.php:1542
2604
- #: ../lib/the-events-calendar.class.php:1543
2605
- msgid "Add New "
2606
- msgstr "Hinzufügen"
2607
-
2608
- # @ tribe-events-calendar
2609
- #: ../lib/the-events-calendar.class.php:1562
2610
- msgid "Use Saved "
2611
- msgstr "Verwende gespeicherte %s:"
2612
-
2613
- # @ tribe-events-calendar
2614
- #: ../lib/the-events-calendar.class.php:1587
2615
  #, php-format
 
2616
  msgid "Use Saved %s:"
2617
- msgstr "Verwende gespeicherte %s:"
2618
 
2619
- # @ tribe-events-calendar
2620
- #: ../lib/the-events-calendar.class.php:1652
2621
- #: ../lib/the-events-calendar.class.php:1733
2622
  #, php-format
 
2623
  msgid "Use New %s"
2624
- msgstr "Verwende neue %s"
2625
 
2626
- # @ tribe-events-calendar
2627
- #: ../lib/the-events-calendar.class.php:1654
2628
- #: ../lib/the-events-calendar.class.php:1735
2629
  #, php-format
 
2630
  msgid "My %s"
2631
- msgstr "Mein %s"
2632
 
2633
- # @ tribe-events-calendar
2634
- #: ../lib/the-events-calendar.class.php:1659
2635
- #: ../lib/the-events-calendar.class.php:1740
2636
  #, php-format
 
2637
  msgid "Available %s"
2638
  msgstr "Verfügbare %s"
2639
 
2640
- # @ tribe-events-calendar
2641
- #: ../lib/the-events-calendar.class.php:1670
2642
- #: ../lib/the-events-calendar.class.php:1751
2643
  #, php-format
 
2644
  msgid "No saved %s exists."
2645
  msgstr "Es existieren keine %s."
2646
 
2647
- # @ tribe-events-calendar
2648
- #: ../lib/the-events-calendar.class.php:1898
2649
  msgid "Next"
2650
  msgstr "Nächste"
2651
 
2652
- # @ tribe-events-calendar
2653
- #: ../lib/the-events-calendar.class.php:1899
2654
  msgid "Prev"
2655
  msgstr "Vorherige"
2656
 
2657
- # @ tribe-events-calendar
2658
- # @ tribe-events-calendar-pro
2659
- #: ../lib/the-events-calendar.class.php:1900
2660
- #: ../public/template-tags/day.php:101
2661
  msgid "Today"
2662
  msgstr "Heute"
2663
 
2664
- # @ tribe-events-calendar
2665
- #: ../lib/the-events-calendar.class.php:1901
2666
  msgid "Done"
2667
  msgstr "Erledigt"
2668
 
2669
- # @ tribe-events-calendar
2670
- #: ../lib/the-events-calendar.class.php:2110
2671
  msgid "Network"
2672
  msgstr "Netzwerk"
2673
 
2674
- # @ tribe-events-calendar
2675
- # @ tribe-events-calendar-pro
2676
- #: ../lib/the-events-calendar.class.php:3743
2677
- #: ../lib/the-events-calendar.class.php:3772
2678
- #: ../public/template-tags/day.php:152 ../public/template-tags/day.php:173
2679
  msgid "Date out of range."
2680
  msgstr "Datum außerhalb des Bereichs."
2681
 
2682
- # @ tribe-events-calendar
2683
- #: ../lib/the-events-calendar.class.php:3802
2684
  msgid "Event Options"
2685
  msgstr "Veranstaltungsoptionen"
2686
 
2687
- # @ tribe-events-calendar
2688
- #: ../lib/the-events-calendar.class.php:3809
2689
- #: ../lib/the-events-calendar.class.php:3820
2690
- msgid " Information"
2691
- msgstr "Systeminformationen"
2692
-
2693
- # @ tribe-events-calendar
2694
- #: ../lib/the-events-calendar.class.php:4006
2695
  msgid "Support"
2696
  msgstr "Unterstützung"
2697
 
2698
- # @ tribe-events-calendar
2699
- #: ../lib/the-events-calendar.class.php:4009
2700
  msgid "View All Add-Ons"
2701
  msgstr "Alle Erweiterungen (Add-Ons) ansehen"
2702
 
2703
- # @ tribe-events-calendar
2704
- #: ../lib/the-events-calendar.class.php:4030
2705
  msgid "News from Modern Tribe"
2706
  msgstr "Neues von Modern Tribe"
2707
 
2708
- # @ tribe-events-calendar
2709
- #: ../lib/the-events-calendar.class.php:4122
2710
  msgid "Additional Functionality"
2711
  msgstr "Erweiterte Funktionalität"
2712
 
2713
- # @ tribe-events-calendar
2714
- #: ../lib/the-events-calendar.class.php:4127
2715
- msgid ""
2716
- "Looking for additional functionality including recurring events, ticket "
2717
- "sales, publicly submitted events, new views and more?"
2718
- msgstr ""
2719
- "Benötigen Sie weitere Funktionen inklusive wiederkehrende Veranstaltungen, "
2720
- "Kartenverkauf, Öffentliche Veranstaltungserstellung, neue Ansichten und mehr?"
2721
 
2722
- # @ tribe-events-calendar
2723
- #: ../lib/the-events-calendar.class.php:4128
2724
  #, php-format
 
2725
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2726
  msgstr "Nutzen Sie unsere <a href=\"%s\">Veranstaltungserweiterungen</a>."
2727
 
2728
- # @ tribe-events-calendar
2729
- #: ../lib/the-events-calendar.class.php:4213
2730
- #: ../lib/the-events-calendar.class.php:4339
2731
  msgid "View Calendar"
2732
  msgstr "Kalenderansicht"
2733
 
2734
- # @ tribe-events-calendar
2735
- #: ../lib/the-events-calendar.class.php:4223
2736
  msgid "Add Event"
2737
  msgstr "Veranstaltung erstellen"
2738
 
2739
- # @ tribe-events-calendar
2740
- #: ../lib/the-events-calendar.class.php:4234
2741
  msgid "Edit Events"
2742
  msgstr "Veranstaltungen bearbeiten"
2743
 
2744
- # @ tribe-events-calendar
2745
- #: ../lib/the-events-calendar.class.php:4247
2746
  msgid "Import"
2747
  msgstr "Importieren"
2748
 
2749
- # @ tribe-events-calendar
2750
- #: ../lib/the-events-calendar.class.php:4255
2751
  msgid "CSV"
2752
  msgstr "CSV"
2753
 
2754
- # @ tribe-events-calendar
2755
- #: ../lib/the-events-calendar.class.php:4274
2756
- #: ../lib/the-events-calendar.class.php:4393
2757
- #: ../lib/tribe-settings.class.php:159
2758
  msgid "Settings"
2759
  msgstr "Einstellungen"
2760
 
2761
- # @ tribe-events-calendar
2762
- #: ../lib/the-events-calendar.class.php:4307
2763
  #, php-format
2764
- msgid ""
2765
- "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2766
- "change the events slug, visit %sEvents -> Settings%s."
2767
- msgstr ""
2768
- "Willkommen bei \"The Events Calendar\"! Ihre Veranstaltungskalender finden "
2769
- "Sie hier: %s Um die Veranstaltungsoptionen zu verändern gehen Sie zu "
2770
- "%sVeranstaltunngen -> Einstellungen%s."
2771
 
2772
- # @ tribe-events-calendar
2773
- #: ../lib/the-events-calendar.class.php:4394
2774
  msgid "Calendar"
2775
  msgstr "Kalender"
2776
 
2777
- # @ tribe-events-calendar
2778
- #: ../lib/the-events-calendar.class.php:4468
2779
  msgid "List"
2780
  msgstr "Liste"
2781
 
2782
- # @ tribe-events-calendar
2783
- #: ../lib/the-events-calendar.class.php:4486
2784
  msgid "Month"
2785
  msgstr "Monat"
2786
 
2787
- # @ tribe-events-calendar
2788
- #: ../lib/the-events-calendar.class.php:4503
2789
  msgid "Day"
2790
  msgstr "Tag"
2791
 
2792
- # @ tribe-events-calendar
2793
- #: ../lib/the-events-calendar.class.php:4528
2794
- #: ../lib/the-events-calendar.class.php:4529
2795
  msgid "Search"
2796
  msgstr "Suche"
2797
 
2798
- # @ tribe-events-calendar
2799
- #: ../lib/the-events-calendar.class.php:4554
2800
- #: ../lib/the-events-calendar.class.php:4570
2801
  msgid "Date"
2802
  msgstr "Datum"
2803
 
2804
- # @ tribe-events-calendar
2805
- #: ../lib/the-events-calendar.class.php:4557
2806
  msgid "Events In"
2807
  msgstr "Veranstaltungen am"
2808
 
2809
- # @ tribe-events-calendar
2810
- #: ../lib/the-events-calendar.class.php:4559
2811
  msgid "Events From"
2812
  msgstr "Veranstaltungen am"
2813
 
2814
- # @ tribe-events-calendar
2815
- #: ../lib/the-events-calendar.class.php:4561
2816
  msgid "Day Of"
2817
  msgstr "Tag"
2818
 
2819
- # @ tribe-events-calendar
2820
- #: ../lib/tickets/tribe-tickets-attendees.php:65
2821
  msgid "Order #"
2822
  msgstr "Bestellnummer"
2823
 
2824
- # @ tribe-events-calendar
2825
- #: ../lib/tickets/tribe-tickets-attendees.php:66
2826
  msgid "Order Status"
2827
  msgstr "Bestellstatus"
2828
 
2829
- # @ tribe-events-calendar
2830
- #: ../lib/tickets/tribe-tickets-attendees.php:67
2831
  msgid "Purchaser name"
2832
  msgstr "Käufer Name"
2833
 
2834
- # @ tribe-events-calendar
2835
- #: ../lib/tickets/tribe-tickets-attendees.php:68
2836
  msgid "Purchaser email"
2837
  msgstr "Käufer E-Mail"
2838
 
2839
- # @ tribe-events-calendar
2840
- #: ../lib/tickets/tribe-tickets-attendees.php:69
2841
  msgid "Ticket type"
2842
  msgstr "Karten Art"
2843
 
2844
- # @ tribe-events-calendar
2845
- #: ../lib/tickets/tribe-tickets-attendees.php:70
2846
- #: ../views/tickets/email.php:317
2847
  msgid "Ticket #"
2848
  msgstr "Kartennummer"
2849
 
2850
- # @ tribe-events-calendar
2851
- #: ../lib/tickets/tribe-tickets-attendees.php:71
2852
- #: ../views/tickets/email.php:329
2853
  msgid "Security Code"
2854
  msgstr "Sicherheitscode"
2855
 
2856
- # @ tribe-events-calendar
2857
- #: ../lib/tickets/tribe-tickets-attendees.php:72
2858
- #: ../lib/tickets/tribe-tickets-attendees.php:166
2859
- #: ../lib/tickets/tribe-tickets-attendees.php:233
2860
  msgid "Check in"
2861
  msgstr "einchecken"
2862
 
2863
- # @ tribe-events-calendar
2864
- #: ../lib/tickets/tribe-tickets-attendees.php:167
2865
- #: ../lib/tickets/tribe-tickets-attendees.php:234
2866
  msgid "Undo Check in"
2867
  msgstr "einchecken rückgängig machen"
2868
 
2869
- # @ tribe-events-calendar
2870
- #: ../lib/tickets/tribe-tickets-attendees.php:202
2871
  msgid "Print"
2872
  msgstr "Drucken"
2873
 
2874
- # @ tribe-events-calendar
2875
- #: ../lib/tickets/tribe-tickets-attendees.php:203
2876
  msgid "Email"
2877
  msgstr "E-Mail"
2878
 
2879
- # @ tribe-events-calendar
2880
- #: ../lib/tickets/tribe-tickets-attendees.php:212
2881
- #: ../lib/tribe-ical.class.php:121
2882
  msgid "Export"
2883
  msgstr "Export"
2884
 
2885
- # @ tribe-events-calendar
2886
- #: ../lib/tickets/tribe-tickets-attendees.php:219
2887
  msgid "Filter by ticket #, order # or security code"
2888
  msgstr "Nach Kartennummer, Bestellnummer oder Sicherheitscode filtern"
2889
 
2890
- # @ tribe-events-calendar
2891
- #: ../lib/tickets/tribe-tickets-metabox.php:71
2892
  msgid "Ticket header image"
2893
  msgstr "Karten Bild"
2894
 
2895
- # @ tribe-events-calendar
2896
- #: ../lib/tickets/tribe-tickets-metabox.php:72
2897
  msgid "Set as ticket header"
2898
  msgstr "Ein Karten Bild senden"
2899
 
2900
- # @ tribe-events-calendar
2901
- #: ../lib/tickets/tribe-tickets-pro.php:116
2902
  msgid "You need to select a user or type a valid email address"
2903
  msgstr "Sie müssen einen Nutzer oder eine gültige E-Mailadresse wählen"
2904
 
2905
- # @ tribe-events-calendar
2906
- #: ../lib/tickets/tribe-tickets-pro.php:117
2907
  msgid "Sending..."
2908
  msgstr "Senden..."
2909
 
2910
- # @ tribe-events-calendar
2911
- #: ../lib/tickets/tribe-tickets-pro.php:147
2912
  msgid "Columns"
2913
  msgstr "Spalten"
2914
 
2915
- # @ tribe-events-calendar
2916
- #: ../lib/tickets/tribe-tickets-pro.php:148
2917
- msgid ""
2918
- "You can use Screen Options to select which columns you want to see. The "
2919
- "selection works in the table below, in the email, for print and for the CSV "
2920
- "export."
2921
- msgstr ""
2922
- "Verwenden Sie die Bildschirmoptionen, um auszuwählen, welche Spalten "
2923
- "angezeigt werden sollen. Die Auswahl kann in der Tabelle unten für eMail, "
2924
- "Druck oder CSV-Export genutzt werden."
2925
 
2926
- # @ tribe-events-calendar
2927
- #: ../lib/tickets/tribe-tickets-pro.php:242
2928
  msgid "Yes"
2929
  msgstr "Ja"
2930
 
2931
- # @ tribe-events-calendar
2932
- #: ../lib/tickets/tribe-tickets-pro.php:274
2933
  msgid "attendees"
2934
  msgstr "Teilnehmer"
2935
 
2936
- # @ tribe-events-calendar
2937
- #: ../lib/tickets/tribe-tickets-pro.php:328
2938
  #, php-format
 
2939
  msgid "Attendee List for: %s"
2940
  msgstr "Teilnehmer Liste für: %s"
2941
 
2942
- # @ tribe-events-calendar
2943
- #: ../lib/tickets/tribe-tickets.php:325
2944
  msgid "Your ticket has been saved."
2945
  msgstr "Ihre Karte wurde gespeichert."
2946
 
2947
- # @ tribe-events-calendar
2948
- #: ../lib/tickets/tribe-tickets.php:402
2949
  msgid "Your ticket has been deleted."
2950
  msgstr "Ihre Karte wurde gelöscht."
2951
 
2952
- # @ tribe-events-calendar
2953
- #: ../lib/tribe-admin-events-list.class.php:173
2954
  msgid "Start Date"
2955
- msgstr "Startdatum & -zeit"
2956
 
2957
- # @ tribe-events-calendar
2958
- #: ../lib/tribe-admin-events-list.class.php:174
2959
  msgid "End Date"
2960
- msgstr "Enddatum & -zeit"
2961
 
2962
- # @ tribe-events-calendar
2963
- #: ../lib/tribe-admin-events-list.class.php:247
2964
  #, php-format
 
2965
  msgid "All %s"
2966
  msgstr "Alle %s"
2967
 
2968
- # @ tribe-events-calendar
2969
- #: ../lib/tribe-app-shop.class.php:64 ../lib/tribe-app-shop.class.php:65
2970
- #: ../lib/tribe-app-shop.class.php:96
 
2971
  msgid "Event Add-Ons"
2972
  msgstr "Add-Ons"
2973
 
2974
- # @ tribe-events-calendar
2975
- #: ../lib/tribe-event-api.class.php:339
2976
  msgid "Unnamed Venue"
2977
  msgstr "Unbenannter Veranstaltungsort"
2978
 
2979
- # @ tribe-events-calendar
2980
- #: ../lib/tribe-event-api.class.php:415 ../lib/tribe-view-helpers.class.php:46
2981
- #: ../public/template-tags/venue.php:275
 
2982
  msgid "United States"
2983
  msgstr "Vereinigte Staaten"
2984
 
2985
- # @ tribe-events-calendar
2986
- #: ../lib/tribe-event-exception.class.php:22
2987
- #: ../lib/tribe-event-exception.class.php:41
2988
  msgid "Error"
2989
  msgstr "Fehler"
2990
 
2991
- # @ tribe-events-calendar
2992
- #: ../lib/tribe-field.class.php:211
2993
  msgid "Invalid field type specified"
2994
  msgstr "Falsche Feldart definiert"
2995
 
2996
- # @ tribe-events-calendar
2997
- #: ../lib/tribe-field.class.php:470
2998
  msgid "No radio options specified"
2999
  msgstr "Keine Bewertungsoptionen definiert"
3000
 
3001
- # @ tribe-events-calendar
3002
- #: ../lib/tribe-field.class.php:506
3003
  msgid "No checkbox options specified"
3004
  msgstr "Keine Checkboxoptionen definiert"
3005
 
3006
- # @ tribe-events-calendar
3007
- #: ../lib/tribe-field.class.php:562
3008
  msgid "No select options specified"
3009
  msgstr "Keine Auswahloptionen definiert"
3010
 
3011
- # @ tribe-events-calendar
3012
- #: ../lib/tribe-ical.class.php:28
3013
  msgctxt "feed link"
3014
  msgid "&raquo;"
3015
  msgstr "&raquo;"
3016
 
3017
- # @ tribe-events-calendar
3018
- #: ../lib/tribe-ical.class.php:29
3019
  #, php-format
 
3020
  msgid "%1$s %2$s iCal Feed"
3021
  msgstr "%1$s %2$s iCal Feed"
3022
 
3023
- # @ tribe-events-calendar
3024
- #: ../lib/tribe-ical.class.php:77
3025
  msgid "Add to Google Calendar"
3026
  msgstr "Zum Google Kalender hinzufügen"
3027
 
3028
- # @ tribe-events-calendar
3029
- #: ../lib/tribe-ical.class.php:77
3030
  msgid "Google Calendar"
3031
  msgstr "Google Kalender"
3032
 
3033
- # @ tribe-events-calendar
3034
- #: ../lib/tribe-ical.class.php:78
3035
  msgid "Download .ics file"
3036
  msgstr ".ics Datei herunterladen"
3037
 
3038
- # @ tribe-events-calendar
3039
- #: ../lib/tribe-ical.class.php:78
3040
  msgid "iCal Export"
3041
  msgstr "iCal Export"
3042
 
3043
- # @ tribe-events-calendar
3044
- #: ../lib/tribe-ical.class.php:108
3045
  msgid "Month's Events"
3046
  msgstr "Monatliche Veranstaltungen"
3047
 
3048
- # @ tribe-events-calendar
3049
- #: ../lib/tribe-ical.class.php:111
3050
  msgid "Week's Events"
3051
  msgstr "Wöchentliche Veranstaltungen"
3052
 
3053
- # @ tribe-events-calendar
3054
- #: ../lib/tribe-ical.class.php:114
3055
  msgid "Day's Events"
3056
  msgstr "Tägliche Veranstaltungen"
3057
 
3058
- # @ tribe-events-calendar
3059
- #: ../lib/tribe-ical.class.php:117
3060
  msgid "Listed Events"
3061
  msgstr "Veröffentlichte Veranstaltungen"
3062
 
3063
- # @ tribe-events-calendar
3064
- #: ../lib/tribe-ical.class.php:122
3065
- msgid ""
3066
- "Use this to share calendar data with Google Calendar, Apple iCal and other "
3067
- "compatible apps"
3068
- msgstr ""
3069
- "Verwenden, um Kalenderdaten mit Google Kalender, Apple iCal und kompatiblen "
3070
- "apps zu teilen"
3071
 
3072
- # @ tribe-events-calendar
3073
- #: ../lib/tribe-settings-tab.class.php:221
3074
  msgid "There are no fields setup for this tab yet."
3075
  msgstr "Es sind noch keine Boxen für diesen Tab definiert."
3076
 
3077
- # @ tribe-events-calendar
3078
- #: ../lib/tribe-settings.class.php:159 ../lib/tribe-settings.class.php:174
 
3079
  msgid "The Events Calendar Settings"
3080
  msgstr "Veranstaltungskalender Einstellungen"
3081
 
3082
- # @ tribe-events-calendar
3083
- #: ../lib/tribe-settings.class.php:174
3084
  msgid "Events Settings"
3085
  msgstr "Veranstaltungseinstellungen"
3086
 
3087
- # @ tribe-events-calendar
3088
- #: ../lib/tribe-settings.class.php:237
3089
  #, php-format
 
3090
  msgid "%s Settings"
3091
  msgstr "%s Einstellungen"
3092
 
3093
- # @ tribe-events-calendar
3094
- #: ../lib/tribe-settings.class.php:251
3095
  msgid "You've requested a non-existent tab."
3096
  msgstr "Sie sprechen eine nicht vorhandenen Tab an."
3097
 
3098
- # @ tribe-events-calendar
3099
- #: ../lib/tribe-settings.class.php:259
3100
  msgid " Save Changes"
3101
  msgstr "Änderungen speichern"
3102
 
3103
- # @ tribe-events-calendar
3104
- #: ../lib/tribe-settings.class.php:309
3105
  msgid "You don't have permission to do that."
3106
  msgstr "Sie haben nicht die nötigen Rechte dafür."
3107
 
3108
- # @ tribe-events-calendar
3109
- #: ../lib/tribe-settings.class.php:315
3110
  msgid "The request was sent insecurely."
3111
  msgstr "Die Anfrage wurde unverschlüsselt gesendet."
3112
 
3113
- # @ tribe-events-calendar
3114
- #: ../lib/tribe-settings.class.php:321
3115
  msgid "The request wasn't sent from this tab."
3116
  msgstr "Die Anfrage wurde nicht von diesem Tab gesendet."
3117
 
3118
- # @ tribe-events-calendar
3119
- #: ../lib/tribe-settings.class.php:489
3120
  msgid "Your form had the following errors:"
3121
  msgstr "Ihr Formular hat folgende Fehler:"
3122
 
3123
- # @ default
3124
- #: ../lib/tribe-settings.class.php:498
3125
  msgid "None of your settings were saved. Please try again."
3126
  msgstr "Die Eintellungen konnten gespeichert werden. Versuchen Sie es erneut."
3127
 
3128
- # @ tribe-events-calendar
3129
- #: ../lib/tribe-settings.class.php:498
3130
- msgid ""
3131
- "The above setting was not saved. Other settings were successfully saved."
3132
- msgid_plural ""
3133
- "The above settings were not saved. Other settings were successfully saved."
3134
- msgstr[0] ""
3135
- "Die obige Einstellung wurde nicht gespeichert. Andere Einstellungen wurden "
3136
- "erfolgreich gespeichert."
3137
- msgstr[1] ""
3138
- "Die obigen Einstellungen wurde nicht gespeichert. Andere Einstellungen "
3139
- "wurden erfolgreich gespeichert."
3140
-
3141
- # @ tribe-events-calendar
3142
- #: ../lib/tribe-settings.class.php:520
3143
  msgid "Settings saved."
3144
  msgstr "Einstellungen gespeichert.."
3145
 
3146
- # @ tribe-events-calendar
3147
- #: ../lib/tribe-support.class.php:50
3148
- msgid ""
3149
- "Sometimes it's hard to tell what's going wrong without knowing more about "
3150
- "your system steup. For your convenience, we've put together a little report "
3151
- "on what's cooking under the hood."
3152
- msgstr ""
3153
- "Ohne detailierte Informationen eines System ist eine Fehlersuche häufig "
3154
- "schwierig. Um die Fehlersuche zu vereinfachen, haben wir einen Bericht über "
3155
- "die Systemeinstellungen zusammengestellt."
3156
 
3157
- # @ tribe-events-calendar
3158
- #: ../lib/tribe-support.class.php:51
3159
- msgid ""
3160
- "If you suspect that the problem you're having is related to another plugin, "
3161
- "or we're just plain having trouble reproducing your bug report, please copy "
3162
- "and send all of this to our support team."
3163
- msgstr ""
3164
- "Wenn Sie vermuten, dass das Problem mit einem anderen Plugin zusammenhängt "
3165
- "oder wir Probleme haben den Fehler nachzustellen, kopieren Sie bitte die "
3166
- "Daten und senden Sie sie an unser Support Team."
3167
 
3168
- # @ tribe-events-calendar
3169
- #: ../lib/tribe-support.class.php:55
3170
  msgid "System Information"
3171
  msgstr "Systeminformationen"
3172
 
3173
- # @ tribe-events-calendar
3174
- #: ../lib/tribe-support.class.php:141
3175
  msgid "Unknown or not set"
3176
  msgstr "Unbekannt oder nicht gesetzt."
3177
 
3178
- # @ tribe-events-calendar
3179
- #: ../lib/tribe-template-factory.class.php:244
3180
  #, php-format
 
3181
  msgid "There were no results found for <strong>\"%s\"</strong>."
3182
  msgstr "Es gab keine Ergebnisse für <strong>\"%s\"</strong>."
3183
 
3184
- # @ tribe-events-calendar
3185
- #: ../lib/tribe-template-factory.class.php:246
3186
  #, php-format
 
3187
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
3188
- msgstr ""
3189
- "Es wurden keine Ergebnisse für Veranstaltungen in der Nähe von <strong>\"%s"
3190
- "\"</strong> gefunden."
3191
 
3192
- # @ tribe-events-calendar
3193
- #: ../lib/tribe-template-factory.class.php:248
3194
  #, php-format
3195
- msgid ""
3196
- "No upcoming events listed under %s. Check out upcoming events for this "
3197
- "category or view the full calendar."
3198
- msgstr ""
3199
- "Keine anstehenden Veranstaltungen unter %s. Prüfen Sie die anstehenden "
3200
- "Veranstaltungen für diese Kategorie oder wählen Sie den gesamten Kalender."
3201
 
3202
- # @ tribe-events-calendar
3203
- #: ../lib/tribe-template-factory.class.php:252
3204
  msgid "No previous events "
3205
  msgstr "Keine vorherigen Veranstaltungen "
3206
 
3207
- # @ tribe-events-calendar
3208
- #: ../lib/tribe-templates.class.php:592
3209
  #, php-format
 
3210
  msgid "Template overrides should be moved to the correct subdirectory: %s"
3211
  msgstr "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: %s"
3212
 
3213
- # @ tribe-events-calendar
3214
- #: ../lib/tribe-templates.class.php:634
3215
  #, php-format
3216
- msgid ""
3217
- "Template overrides should be moved to the correct subdirectory: "
3218
- "tribe_get_template_part('%s')"
3219
- msgstr ""
3220
- "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: "
3221
- "tribe_get_template_part('%s')"
3222
 
3223
- # @ tribe-events-calendar
3224
- #: ../lib/tribe-validate.class.php:76 ../lib/tribe-validate.class.php:117
 
3225
  msgid "Invalid or incomplete field passed"
3226
  msgstr "Unvollständig oder fehlerhaft."
3227
 
3228
- # @ tribe-events-calendar
3229
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:112
3230
- #: ../lib/tribe-validate.class.php:118
 
3231
  msgid "Field ID:"
3232
  msgstr "Feld ID:"
3233
 
3234
- # @ tribe-events-calendar
3235
- #: ../lib/tribe-validate.class.php:111
3236
  msgid "Non-existant field validation function passed"
3237
  msgstr "Prüfung für nicht vorhandenes Feld durchgeführt"
3238
 
3239
- # @ tribe-events-calendar
3240
- #: ../lib/tribe-validate.class.php:112
3241
  msgctxt "non-existant function name passed for field validation"
3242
  msgid "with function name:"
3243
  msgstr "mit dem Funktionsnamen:"
3244
 
3245
- # @ tribe-events-calendar
3246
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:151
3247
  #, php-format
 
3248
  msgid "%s must contain numbers and letters only"
3249
  msgstr "%s darf nur Zahlen und Buchstaben enthalten"
3250
 
3251
- # @ tribe-events-calendar
3252
- #: ../lib/tribe-validate.class.php:167
3253
  #, php-format
 
3254
  msgid "%s must contain numbers, letters and dots only"
3255
  msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
3256
 
3257
- # @ tribe-events-calendar
3258
- #: ../lib/tribe-validate.class.php:181
3259
  #, php-format
 
3260
  msgid "%s must be a positive number."
3261
  msgstr "%s muss eine positive Zahl sein."
3262
 
3263
- # @ tribe-events-calendar
3264
- #: ../lib/tribe-validate.class.php:196
3265
  #, php-format
 
3266
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
3267
- msgstr ""
3268
- "%s muss eine gültige Ausgangsform haben (Nummern, Buchstaben, "
3269
- "Gedankenstriche und Unterstreichungen)."
3270
 
3271
- # @ tribe-events-calendar
3272
- #: ../lib/tribe-validate.class.php:211
3273
  #, php-format
 
3274
  msgid "%s must be a valid absolute URL."
3275
  msgstr "%s muss eine gültige URL sein."
3276
 
3277
- # @ tribe-events-calendar
3278
- #: ../lib/tribe-validate.class.php:227 ../lib/tribe-validate.class.php:244
3279
- #: ../lib/tribe-validate.class.php:266
3280
  #, php-format
 
3281
  msgid "%s must have a value that's part of its options."
3282
  msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
3283
 
3284
- # @ tribe-events-calendar
3285
- #: ../lib/tribe-validate.class.php:280
3286
  #, php-format
3287
- msgid ""
3288
- "Comparison validation failed because no comparison value was provided, for "
3289
- "field %s"
3290
- msgstr ""
3291
- "Der Vergleich ist fehlgeschlagen, weil keine Eingabe im Feld %s gefunden "
3292
- "wurde"
3293
 
3294
- # @ tribe-events-calendar
3295
- #: ../lib/tribe-validate.class.php:287
3296
  #, php-format
 
3297
  msgid "%s cannot be the same as %s."
3298
  msgstr "%s kann nicht dasselbe sein wie %s."
3299
 
3300
- # @ tribe-events-calendar
3301
- #: ../lib/tribe-validate.class.php:289
3302
  #, php-format
 
3303
  msgid "%s cannot be a duplicate"
3304
  msgstr "%s kann nicht vervielfältigt werden"
3305
 
3306
- # @ tribe-events-calendar
3307
- #: ../lib/tribe-validate.class.php:305
3308
  #, php-format
 
3309
  msgid "%s must be a number or percentage."
3310
  msgstr "%s muss eine Zahl oder Prozentsatz sein."
3311
 
3312
- # @ tribe-events-calendar
3313
- #: ../lib/tribe-validate.class.php:359
3314
  #, php-format
 
3315
  msgid "%s must be a number between 0 and 21."
3316
  msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
3317
 
3318
- # @ tribe-events-calendar
3319
- #: ../lib/tribe-validate.class.php:375
3320
  #, php-format
3321
- msgid ""
3322
- "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
3323
- msgstr ""
3324
- "%s darf nur aus Buchstaben, Zahlen, Gedankenstrichen, Apostrophe und "
3325
- "Leerzeichen bestehen. "
3326
 
3327
- # @ tribe-events-calendar
3328
- #: ../lib/tribe-validate.class.php:391
3329
  #, php-format
 
3330
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
3331
- msgstr ""
3332
- "%s muss aus Buchstaben, Leerzeichen, Apostrophe und Gedankenstrichen "
3333
- "bestehen."
3334
 
3335
- # @ tribe-events-calendar
3336
- #: ../lib/tribe-validate.class.php:405
3337
  #, php-format
 
3338
  msgid "%s must consist of 5 numbers."
3339
  msgstr "%s muss aus fünf Ziffern bestehen."
3340
 
3341
- # @ tribe-events-calendar
3342
- #: ../lib/tribe-validate.class.php:419
3343
  #, php-format
 
3344
  msgid "%s must be a phone number."
3345
  msgstr "%s muss eine Telefonnummer sein."
3346
 
3347
- # @ tribe-events-calendar
3348
- #: ../lib/tribe-validate.class.php:435
3349
- msgid ""
3350
- "Country List must be formatted as one country per line in the following "
3351
- "format: <br>US, United States <br> UK, United Kingdom."
3352
- msgstr ""
3353
- "Die Länder-Liste muss als ein Land pro Zeile in der folgenden Weise "
3354
- "formatiert sein: <br>US, United States <br> UK, United Kingdom."
3355
 
3356
- # @ tribe-events-calendar
3357
- #: ../lib/tribe-view-helpers.class.php:26
3358
- #: ../lib/tribe-view-helpers.class.php:45
3359
  msgid "Select a Country:"
3360
  msgstr "Land wählen ..."
3361
 
3362
- # @ tribe-events-calendar
3363
- #: ../lib/tribe-view-helpers.class.php:47
3364
  msgid "Afghanistan"
3365
  msgstr "Afghanistan"
3366
 
3367
- # @ tribe-events-calendar
3368
- #: ../lib/tribe-view-helpers.class.php:48
3369
  msgid "Albania"
3370
  msgstr "Albanien"
3371
 
3372
- # @ tribe-events-calendar
3373
- #: ../lib/tribe-view-helpers.class.php:49
3374
  msgid "Algeria"
3375
  msgstr "Algerien"
3376
 
3377
- # @ tribe-events-calendar
3378
- #: ../lib/tribe-view-helpers.class.php:50
3379
  msgid "American Samoa"
3380
  msgstr "Amerikanisch Samoa"
3381
 
3382
- # @ tribe-events-calendar
3383
- #: ../lib/tribe-view-helpers.class.php:51
3384
  msgid "Andorra"
3385
  msgstr "Andorra"
3386
 
3387
- # @ tribe-events-calendar
3388
- #: ../lib/tribe-view-helpers.class.php:52
3389
  msgid "Angola"
3390
  msgstr "Angola"
3391
 
3392
- # @ tribe-events-calendar
3393
- #: ../lib/tribe-view-helpers.class.php:53
3394
  msgid "Anguilla"
3395
  msgstr "Anguilla"
3396
 
3397
- # @ tribe-events-calendar
3398
- #: ../lib/tribe-view-helpers.class.php:54
3399
  msgid "Antarctica"
3400
  msgstr "Antarktika"
3401
 
3402
- # @ tribe-events-calendar
3403
- #: ../lib/tribe-view-helpers.class.php:55
3404
  msgid "Antigua And Barbuda"
3405
  msgstr "Antigua und Barbuda"
3406
 
3407
- # @ tribe-events-calendar
3408
- #: ../lib/tribe-view-helpers.class.php:56
3409
  msgid "Argentina"
3410
  msgstr "Argentinien"
3411
 
3412
- # @ tribe-events-calendar
3413
- #: ../lib/tribe-view-helpers.class.php:57
3414
  msgid "Armenia"
3415
  msgstr "Armenien"
3416
 
3417
- # @ tribe-events-calendar
3418
- #: ../lib/tribe-view-helpers.class.php:58
3419
  msgid "Aruba"
3420
  msgstr "Aruba"
3421
 
3422
- # @ tribe-events-calendar
3423
- #: ../lib/tribe-view-helpers.class.php:59
3424
  msgid "Australia"
3425
  msgstr "Australien"
3426
 
3427
- # @ tribe-events-calendar
3428
- #: ../lib/tribe-view-helpers.class.php:60
3429
  msgid "Austria"
3430
  msgstr "Österreich"
3431
 
3432
- # @ tribe-events-calendar
3433
- #: ../lib/tribe-view-helpers.class.php:61
3434
  msgid "Azerbaijan"
3435
  msgstr "Aserbaidschan"
3436
 
3437
- # @ tribe-events-calendar
3438
- #: ../lib/tribe-view-helpers.class.php:62
3439
  msgid "Bahamas"
3440
  msgstr "Bahamas"
3441
 
3442
- # @ tribe-events-calendar
3443
- #: ../lib/tribe-view-helpers.class.php:63
3444
  msgid "Bahrain"
3445
  msgstr "Bahrain"
3446
 
3447
- # @ tribe-events-calendar
3448
- #: ../lib/tribe-view-helpers.class.php:64
3449
  msgid "Bangladesh"
3450
  msgstr "Bangladesh"
3451
 
3452
- # @ tribe-events-calendar
3453
- #: ../lib/tribe-view-helpers.class.php:65
3454
  msgid "Barbados"
3455
  msgstr "Barbados"
3456
 
3457
- # @ tribe-events-calendar
3458
- #: ../lib/tribe-view-helpers.class.php:66
3459
  msgid "Belarus"
3460
  msgstr "Weißrussland"
3461
 
3462
- # @ tribe-events-calendar
3463
- #: ../lib/tribe-view-helpers.class.php:67
3464
  msgid "Belgium"
3465
  msgstr "Belgien"
3466
 
3467
- # @ tribe-events-calendar
3468
- #: ../lib/tribe-view-helpers.class.php:68
3469
  msgid "Belize"
3470
  msgstr "Belize"
3471
 
3472
- # @ tribe-events-calendar
3473
- #: ../lib/tribe-view-helpers.class.php:69
3474
  msgid "Benin"
3475
  msgstr "Benin"
3476
 
3477
- # @ tribe-events-calendar
3478
- #: ../lib/tribe-view-helpers.class.php:70
3479
  msgid "Bermuda"
3480
  msgstr "Bermuda"
3481
 
3482
- # @ tribe-events-calendar
3483
- #: ../lib/tribe-view-helpers.class.php:71
3484
  msgid "Bhutan"
3485
  msgstr "Bhutan"
3486
 
3487
- # @ tribe-events-calendar
3488
- #: ../lib/tribe-view-helpers.class.php:72
3489
  msgid "Bolivia"
3490
  msgstr "Bolivien"
3491
 
3492
- # @ tribe-events-calendar
3493
- #: ../lib/tribe-view-helpers.class.php:73
3494
  msgid "Bosnia And Herzegowina"
3495
  msgstr "Bosnien und Herzegowina"
3496
 
3497
- # @ tribe-events-calendar
3498
- #: ../lib/tribe-view-helpers.class.php:74
3499
  msgid "Botswana"
3500
  msgstr "Botswana"
3501
 
3502
- # @ tribe-events-calendar
3503
- #: ../lib/tribe-view-helpers.class.php:75
3504
  msgid "Bouvet Island"
3505
  msgstr "Bouvetinsel"
3506
 
3507
- # @ tribe-events-calendar
3508
- #: ../lib/tribe-view-helpers.class.php:76
3509
  msgid "Brazil"
3510
  msgstr "Brasilien"
3511
 
3512
- # @ tribe-events-calendar
3513
- #: ../lib/tribe-view-helpers.class.php:77
3514
  msgid "British Indian Ocean Territory"
3515
  msgstr "Britisches Territorium im Indischen Ozean"
3516
 
3517
- # @ tribe-events-calendar
3518
- #: ../lib/tribe-view-helpers.class.php:78
3519
  msgid "Brunei Darussalam"
3520
  msgstr "Brunei"
3521
 
3522
- # @ tribe-events-calendar
3523
- #: ../lib/tribe-view-helpers.class.php:79
3524
  msgid "Bulgaria"
3525
  msgstr "Bulgarien"
3526
 
3527
- # @ tribe-events-calendar
3528
- #: ../lib/tribe-view-helpers.class.php:80
3529
  msgid "Burkina Faso"
3530
  msgstr "Burkina Faso"
3531
 
3532
- # @ tribe-events-calendar
3533
- #: ../lib/tribe-view-helpers.class.php:81
3534
  msgid "Burundi"
3535
  msgstr "Burundi"
3536
 
3537
- # @ tribe-events-calendar
3538
- #: ../lib/tribe-view-helpers.class.php:82
3539
  msgid "Cambodia"
3540
  msgstr "Kambodscha"
3541
 
3542
- # @ tribe-events-calendar
3543
- #: ../lib/tribe-view-helpers.class.php:83
3544
  msgid "Cameroon"
3545
  msgstr "Kamerun"
3546
 
3547
- # @ tribe-events-calendar
3548
- #: ../lib/tribe-view-helpers.class.php:84
3549
  msgid "Canada"
3550
  msgstr "Kanada"
3551
 
3552
- # @ tribe-events-calendar
3553
- #: ../lib/tribe-view-helpers.class.php:85
3554
  msgid "Cape Verde"
3555
  msgstr "Kapverdische Inseln"
3556
 
3557
- # @ tribe-events-calendar
3558
- #: ../lib/tribe-view-helpers.class.php:86
3559
  msgid "Cayman Islands"
3560
  msgstr "Cayman Inseln"
3561
 
3562
- # @ tribe-events-calendar
3563
- #: ../lib/tribe-view-helpers.class.php:87
3564
  msgid "Central African Republic"
3565
  msgstr "Zentralafrikanische Republik"
3566
 
3567
- # @ tribe-events-calendar
3568
- #: ../lib/tribe-view-helpers.class.php:88
3569
  msgid "Chad"
3570
  msgstr "Tschad"
3571
 
3572
- # @ tribe-events-calendar
3573
- #: ../lib/tribe-view-helpers.class.php:89
3574
  msgid "Chile"
3575
  msgstr "Chile"
3576
 
3577
- # @ tribe-events-calendar
3578
- #: ../lib/tribe-view-helpers.class.php:90
3579
  msgid "China"
3580
  msgstr "China"
3581
 
3582
- # @ tribe-events-calendar
3583
- #: ../lib/tribe-view-helpers.class.php:91
3584
  msgid "Christmas Island"
3585
  msgstr "Weihnachtsinseln"
3586
 
3587
- # @ tribe-events-calendar
3588
- #: ../lib/tribe-view-helpers.class.php:92
3589
  msgid "Cocos (Keeling) Islands"
3590
  msgstr "Kokosinseln"
3591
 
3592
- # @ tribe-events-calendar
3593
- #: ../lib/tribe-view-helpers.class.php:93
3594
  msgid "Colombia"
3595
  msgstr "Kolumbien"
3596
 
3597
- # @ tribe-events-calendar
3598
- #: ../lib/tribe-view-helpers.class.php:94
3599
  msgid "Comoros"
3600
  msgstr "Komoren"
3601
 
3602
- # @ tribe-events-calendar
3603
- #: ../lib/tribe-view-helpers.class.php:95
3604
  msgid "Congo"
3605
  msgstr "Kongo"
3606
 
3607
- # @ tribe-events-calendar
3608
- #: ../lib/tribe-view-helpers.class.php:96
3609
  msgid "Congo, The Democratic Republic Of The"
3610
  msgstr "Demokratische Republik Kongo"
3611
 
3612
- # @ tribe-events-calendar
3613
- #: ../lib/tribe-view-helpers.class.php:97
3614
  msgid "Cook Islands"
3615
  msgstr "Cook-Inseln"
3616
 
3617
- # @ tribe-events-calendar
3618
- #: ../lib/tribe-view-helpers.class.php:98
3619
  msgid "Costa Rica"
3620
  msgstr "Costa Rica"
3621
 
3622
- # @ tribe-events-calendar
3623
- #: ../lib/tribe-view-helpers.class.php:99
3624
  msgid "Cote D'Ivoire"
3625
  msgstr "Elfenbeinküste"
3626
 
3627
- # @ tribe-events-calendar
3628
- #: ../lib/tribe-view-helpers.class.php:100
3629
  msgid "Croatia (Local Name: Hrvatska)"
3630
  msgstr "Kroatien"
3631
 
3632
- # @ tribe-events-calendar
3633
- #: ../lib/tribe-view-helpers.class.php:101
3634
  msgid "Cuba"
3635
  msgstr "Kuba"
3636
 
3637
- # @ tribe-events-calendar
3638
- #: ../lib/tribe-view-helpers.class.php:102
3639
  msgid "Cyprus"
3640
  msgstr "Zypern"
3641
 
3642
- # @ tribe-events-calendar
3643
- #: ../lib/tribe-view-helpers.class.php:103
3644
  msgid "Czech Republic"
3645
  msgstr "Tschechische Republik"
3646
 
3647
- # @ tribe-events-calendar
3648
- #: ../lib/tribe-view-helpers.class.php:104
3649
  msgid "Denmark"
3650
  msgstr "Dänemark"
3651
 
3652
- # @ tribe-events-calendar
3653
- #: ../lib/tribe-view-helpers.class.php:105
3654
  msgid "Djibouti"
3655
  msgstr "Djibouti"
3656
 
3657
- # @ tribe-events-calendar
3658
- #: ../lib/tribe-view-helpers.class.php:106
3659
  msgid "Dominica"
3660
  msgstr "Dominica"
3661
 
3662
- # @ tribe-events-calendar
3663
- #: ../lib/tribe-view-helpers.class.php:107
3664
  msgid "Dominican Republic"
3665
  msgstr "Dominikanische Republik"
3666
 
3667
- # @ tribe-events-calendar
3668
- #: ../lib/tribe-view-helpers.class.php:108
3669
  msgid "East Timor"
3670
  msgstr "Osttimor"
3671
 
3672
- # @ tribe-events-calendar
3673
- #: ../lib/tribe-view-helpers.class.php:109
3674
  msgid "Ecuador"
3675
  msgstr "Ecuador"
3676
 
3677
- # @ tribe-events-calendar
3678
- #: ../lib/tribe-view-helpers.class.php:110
3679
  msgid "Egypt"
3680
  msgstr "Ägypten"
3681
 
3682
- # @ tribe-events-calendar
3683
- #: ../lib/tribe-view-helpers.class.php:111
3684
  msgid "El Salvador"
3685
  msgstr "El Salvador"
3686
 
3687
- # @ tribe-events-calendar
3688
- #: ../lib/tribe-view-helpers.class.php:112
3689
  msgid "Equatorial Guinea"
3690
  msgstr "Äquatorialguinea"
3691
 
3692
- # @ tribe-events-calendar
3693
- #: ../lib/tribe-view-helpers.class.php:113
3694
  msgid "Eritrea"
3695
  msgstr "Eritrea"
3696
 
3697
- # @ tribe-events-calendar
3698
- #: ../lib/tribe-view-helpers.class.php:114
3699
  msgid "Estonia"
3700
  msgstr "Estland"
3701
 
3702
- # @ tribe-events-calendar
3703
- #: ../lib/tribe-view-helpers.class.php:115
3704
  msgid "Ethiopia"
3705
  msgstr "Äthophien"
3706
 
3707
- # @ tribe-events-calendar
3708
- #: ../lib/tribe-view-helpers.class.php:116
3709
  msgid "Falkland Islands (Malvinas)"
3710
  msgstr "Falkland-Inseln (Malvinas)"
3711
 
3712
- # @ tribe-events-calendar
3713
- #: ../lib/tribe-view-helpers.class.php:117
3714
  msgid "Faroe Islands"
3715
  msgstr "Färöer Inseln"
3716
 
3717
- # @ tribe-events-calendar
3718
- #: ../lib/tribe-view-helpers.class.php:118
3719
  msgid "Fiji"
3720
  msgstr "Fiji"
3721
 
3722
- # @ tribe-events-calendar
3723
- #: ../lib/tribe-view-helpers.class.php:119
3724
  msgid "Finland"
3725
  msgstr "Finnland"
3726
 
3727
- # @ tribe-events-calendar
3728
- #: ../lib/tribe-view-helpers.class.php:120
3729
  msgid "France"
3730
  msgstr "Frankreich"
3731
 
3732
- # @ tribe-events-calendar
3733
- #: ../lib/tribe-view-helpers.class.php:121
3734
  msgid "France, Metropolitan"
3735
  msgstr "Frankreich (mit Korsika)"
3736
 
3737
- # @ tribe-events-calendar
3738
- #: ../lib/tribe-view-helpers.class.php:122
3739
  msgid "French Guiana"
3740
  msgstr "Französisch-Guayana"
3741
 
3742
- # @ tribe-events-calendar
3743
- #: ../lib/tribe-view-helpers.class.php:123
3744
  msgid "French Polynesia"
3745
  msgstr "Französisch-Polynesien"
3746
 
3747
- # @ tribe-events-calendar
3748
- #: ../lib/tribe-view-helpers.class.php:124
3749
  msgid "French Southern Territories"
3750
  msgstr "Französische Süd- und Antarktisgebiete"
3751
 
3752
- # @ tribe-events-calendar
3753
- #: ../lib/tribe-view-helpers.class.php:125
3754
  msgid "Gabon"
3755
  msgstr "Gabon"
3756
 
3757
- # @ tribe-events-calendar
3758
- #: ../lib/tribe-view-helpers.class.php:126
3759
  msgid "Gambia"
3760
  msgstr "Gambia"
3761
 
3762
- # @ tribe-events-calendar
3763
- #: ../lib/tribe-view-helpers.class.php:127
3764
- #: ../lib/tribe-view-helpers.class.php:326
3765
  msgid "Georgia"
3766
  msgstr "Georgien"
3767
 
3768
- # @ tribe-events-calendar
3769
- #: ../lib/tribe-view-helpers.class.php:128
3770
  msgid "Germany"
3771
  msgstr "Deutschland"
3772
 
3773
- # @ tribe-events-calendar
3774
- #: ../lib/tribe-view-helpers.class.php:129
3775
  msgid "Ghana"
3776
  msgstr "Ghana"
3777
 
3778
- # @ tribe-events-calendar
3779
- #: ../lib/tribe-view-helpers.class.php:130
3780
  msgid "Gibraltar"
3781
  msgstr "Gibraltar"
3782
 
3783
- # @ tribe-events-calendar
3784
- #: ../lib/tribe-view-helpers.class.php:131
3785
  msgid "Greece"
3786
  msgstr "Griechenland"
3787
 
3788
- # @ tribe-events-calendar
3789
- #: ../lib/tribe-view-helpers.class.php:132
3790
  msgid "Greenland"
3791
  msgstr "Grönland"
3792
 
3793
- # @ tribe-events-calendar
3794
- #: ../lib/tribe-view-helpers.class.php:133
3795
  msgid "Grenada"
3796
  msgstr "Grenada"
3797
 
3798
- # @ tribe-events-calendar
3799
- #: ../lib/tribe-view-helpers.class.php:134
3800
  msgid "Guadeloupe"
3801
  msgstr "Guadeloupe"
3802
 
3803
- # @ tribe-events-calendar
3804
- #: ../lib/tribe-view-helpers.class.php:135
3805
  msgid "Guam"
3806
  msgstr "Guam"
3807
 
3808
- # @ tribe-events-calendar
3809
- #: ../lib/tribe-view-helpers.class.php:136
3810
  msgid "Guatemala"
3811
  msgstr "Guatemala"
3812
 
3813
- # @ tribe-events-calendar
3814
- #: ../lib/tribe-view-helpers.class.php:137
3815
  msgid "Guinea"
3816
  msgstr "Guinea"
3817
 
3818
- # @ tribe-events-calendar
3819
- #: ../lib/tribe-view-helpers.class.php:138
3820
  msgid "Guinea-Bissau"
3821
  msgstr "Guinea-Bissau"
3822
 
3823
- # @ tribe-events-calendar
3824
- #: ../lib/tribe-view-helpers.class.php:139
3825
  msgid "Guyana"
3826
  msgstr "Guyana"
3827
 
3828
- # @ tribe-events-calendar
3829
- #: ../lib/tribe-view-helpers.class.php:140
3830
  msgid "Haiti"
3831
  msgstr "Haiti"
3832
 
3833
- # @ tribe-events-calendar
3834
- #: ../lib/tribe-view-helpers.class.php:141
3835
  msgid "Heard And Mc Donald Islands"
3836
  msgstr "Heard und McDonaldinseln"
3837
 
3838
- # @ tribe-events-calendar
3839
- #: ../lib/tribe-view-helpers.class.php:142
3840
  msgid "Holy See (Vatican City State)"
3841
  msgstr "Vatikanstadt (Heiliger Stuhl)"
3842
 
3843
- # @ tribe-events-calendar
3844
- #: ../lib/tribe-view-helpers.class.php:143
3845
  msgid "Honduras"
3846
  msgstr "Honduras"
3847
 
3848
- # @ tribe-events-calendar
3849
- #: ../lib/tribe-view-helpers.class.php:144
3850
  msgid "Hong Kong"
3851
  msgstr "Hongkong"
3852
 
3853
- # @ tribe-events-calendar
3854
- #: ../lib/tribe-view-helpers.class.php:145
3855
  msgid "Hungary"
3856
  msgstr "Ungarn"
3857
 
3858
- # @ tribe-events-calendar
3859
- #: ../lib/tribe-view-helpers.class.php:146
3860
  msgid "Iceland"
3861
  msgstr "Island"
3862
 
3863
- # @ tribe-events-calendar
3864
- #: ../lib/tribe-view-helpers.class.php:147
3865
  msgid "India"
3866
  msgstr "Indien"
3867
 
3868
- # @ tribe-events-calendar
3869
- #: ../lib/tribe-view-helpers.class.php:148
3870
  msgid "Indonesia"
3871
  msgstr "Indonesien"
3872
 
3873
- # @ tribe-events-calendar
3874
- #: ../lib/tribe-view-helpers.class.php:149
3875
  msgid "Iran (Islamic Republic Of)"
3876
  msgstr "Iran (Islamische Republik)"
3877
 
3878
- # @ tribe-events-calendar
3879
- #: ../lib/tribe-view-helpers.class.php:150
3880
  msgid "Iraq"
3881
  msgstr "Irak"
3882
 
3883
- # @ tribe-events-calendar
3884
- #: ../lib/tribe-view-helpers.class.php:151
3885
  msgid "Ireland"
3886
  msgstr "Irland"
3887
 
3888
- # @ tribe-events-calendar
3889
- #: ../lib/tribe-view-helpers.class.php:152
3890
  msgid "Israel"
3891
  msgstr "Israel"
3892
 
3893
- # @ tribe-events-calendar
3894
- #: ../lib/tribe-view-helpers.class.php:153
3895
  msgid "Italy"
3896
  msgstr "Italien"
3897
 
3898
- # @ tribe-events-calendar
3899
- #: ../lib/tribe-view-helpers.class.php:154
3900
  msgid "Jamaica"
3901
  msgstr "Jamaika"
3902
 
3903
- # @ tribe-events-calendar
3904
- #: ../lib/tribe-view-helpers.class.php:155
3905
  msgid "Japan"
3906
  msgstr "Japan"
3907
 
3908
- # @ tribe-events-calendar
3909
- #: ../lib/tribe-view-helpers.class.php:156
3910
  msgid "Jordan"
3911
  msgstr "Jordanien"
3912
 
3913
- # @ tribe-events-calendar
3914
- #: ../lib/tribe-view-helpers.class.php:157
3915
  msgid "Kazakhstan"
3916
  msgstr "Kasachstan"
3917
 
3918
- # @ tribe-events-calendar
3919
- #: ../lib/tribe-view-helpers.class.php:158
3920
  msgid "Kenya"
3921
  msgstr "Kenia"
3922
 
3923
- # @ tribe-events-calendar
3924
- #: ../lib/tribe-view-helpers.class.php:159
3925
  msgid "Kiribati"
3926
  msgstr "Kiribati"
3927
 
3928
- # @ tribe-events-calendar
3929
- #: ../lib/tribe-view-helpers.class.php:160
3930
  msgid "Korea, Democratic People's Republic Of"
3931
  msgstr "Nordkorea (Volksrepublik)"
3932
 
3933
- # @ tribe-events-calendar
3934
- #: ../lib/tribe-view-helpers.class.php:161
3935
  msgid "Korea, Republic Of"
3936
  msgstr "Südkorea"
3937
 
3938
- # @ tribe-events-calendar
3939
- #: ../lib/tribe-view-helpers.class.php:162
3940
  msgid "Kuwait"
3941
  msgstr "Kuwait"
3942
 
3943
- # @ tribe-events-calendar
3944
- #: ../lib/tribe-view-helpers.class.php:163
3945
  msgid "Kyrgyzstan"
3946
  msgstr "Kirgistan"
3947
 
3948
- # @ tribe-events-calendar
3949
- #: ../lib/tribe-view-helpers.class.php:164
3950
  msgid "Lao People's Democratic Republic"
3951
  msgstr "Laos"
3952
 
3953
- # @ tribe-events-calendar
3954
- #: ../lib/tribe-view-helpers.class.php:165
3955
  msgid "Latvia"
3956
  msgstr "Lettland"
3957
 
3958
- # @ tribe-events-calendar
3959
- #: ../lib/tribe-view-helpers.class.php:166
3960
  msgid "Lebanon"
3961
  msgstr "Libanon"
3962
 
3963
- # @ tribe-events-calendar
3964
- #: ../lib/tribe-view-helpers.class.php:167
3965
  msgid "Lesotho"
3966
  msgstr "Lesotho"
3967
 
3968
- # @ tribe-events-calendar
3969
- #: ../lib/tribe-view-helpers.class.php:168
3970
  msgid "Liberia"
3971
  msgstr "Liberia"
3972
 
3973
- # @ tribe-events-calendar
3974
- #: ../lib/tribe-view-helpers.class.php:169
3975
  msgid "Libya"
3976
  msgstr "Libyen"
3977
 
3978
- # @ tribe-events-calendar
3979
- #: ../lib/tribe-view-helpers.class.php:170
3980
  msgid "Liechtenstein"
3981
  msgstr "Liechtenstein"
3982
 
3983
- # @ tribe-events-calendar
3984
- #: ../lib/tribe-view-helpers.class.php:171
3985
  msgid "Lithuania"
3986
  msgstr "Lithauen"
3987
 
3988
- # @ tribe-events-calendar
3989
- #: ../lib/tribe-view-helpers.class.php:172
3990
  msgid "Luxembourg"
3991
  msgstr "Luxemburg"
3992
 
3993
- # @ tribe-events-calendar
3994
- #: ../lib/tribe-view-helpers.class.php:173
3995
  msgid "Macau"
3996
  msgstr "Macau"
3997
 
3998
- # @ tribe-events-calendar
3999
- #: ../lib/tribe-view-helpers.class.php:174
4000
  msgid "Macedonia"
4001
  msgstr "Mazedonien"
4002
 
4003
- # @ tribe-events-calendar
4004
- #: ../lib/tribe-view-helpers.class.php:175
4005
  msgid "Madagascar"
4006
  msgstr "Madagascar"
4007
 
4008
- # @ tribe-events-calendar
4009
- #: ../lib/tribe-view-helpers.class.php:176
4010
  msgid "Malawi"
4011
  msgstr "Malawi"
4012
 
4013
- # @ tribe-events-calendar
4014
- #: ../lib/tribe-view-helpers.class.php:177
4015
  msgid "Malaysia"
4016
  msgstr "Malaysia"
4017
 
4018
- # @ tribe-events-calendar
4019
- #: ../lib/tribe-view-helpers.class.php:178
4020
  msgid "Maldives"
4021
  msgstr "Maldiven"
4022
 
4023
- # @ tribe-events-calendar
4024
- #: ../lib/tribe-view-helpers.class.php:179
4025
  msgid "Mali"
4026
  msgstr "Mali"
4027
 
4028
- # @ tribe-events-calendar
4029
- #: ../lib/tribe-view-helpers.class.php:180
4030
  msgid "Malta"
4031
  msgstr "Malta"
4032
 
4033
- # @ tribe-events-calendar
4034
- #: ../lib/tribe-view-helpers.class.php:181
4035
  msgid "Marshall Islands"
4036
  msgstr "Marshallinseln"
4037
 
4038
- # @ tribe-events-calendar
4039
- #: ../lib/tribe-view-helpers.class.php:182
4040
  msgid "Martinique"
4041
  msgstr "Martinique"
4042
 
4043
- # @ tribe-events-calendar
4044
- #: ../lib/tribe-view-helpers.class.php:183
4045
  msgid "Mauritania"
4046
  msgstr "Mauretanien"
4047
 
4048
- # @ tribe-events-calendar
4049
- #: ../lib/tribe-view-helpers.class.php:184
4050
  msgid "Mauritius"
4051
  msgstr "Mauritius"
4052
 
4053
- # @ tribe-events-calendar
4054
- #: ../lib/tribe-view-helpers.class.php:185
4055
  msgid "Mayotte"
4056
  msgstr "Mayotte"
4057
 
4058
- # @ tribe-events-calendar
4059
- #: ../lib/tribe-view-helpers.class.php:186
4060
  msgid "Mexico"
4061
  msgstr "Mexiko"
4062
 
4063
- # @ tribe-events-calendar
4064
- #: ../lib/tribe-view-helpers.class.php:187
4065
  msgid "Micronesia, Federated States Of"
4066
  msgstr "Mikronesien"
4067
 
4068
- # @ tribe-events-calendar
4069
- #: ../lib/tribe-view-helpers.class.php:188
4070
  msgid "Moldova, Republic Of"
4071
  msgstr "Moldawien"
4072
 
4073
- # @ tribe-events-calendar
4074
- #: ../lib/tribe-view-helpers.class.php:189
4075
  msgid "Monaco"
4076
  msgstr "Monaco"
4077
 
4078
- # @ tribe-events-calendar
4079
- #: ../lib/tribe-view-helpers.class.php:190
4080
  msgid "Mongolia"
4081
  msgstr "Mongolei"
4082
 
4083
- # @ tribe-events-calendar
4084
- #: ../lib/tribe-view-helpers.class.php:191
4085
  msgid "Montenegro"
4086
  msgstr "Montenegro"
4087
 
4088
- # @ tribe-events-calendar
4089
- #: ../lib/tribe-view-helpers.class.php:192
4090
  msgid "Montserrat"
4091
  msgstr "Montserrat"
4092
 
4093
- # @ tribe-events-calendar
4094
- #: ../lib/tribe-view-helpers.class.php:193
4095
  msgid "Morocco"
4096
  msgstr "Marokko"
4097
 
4098
- # @ tribe-events-calendar
4099
- #: ../lib/tribe-view-helpers.class.php:194
4100
  msgid "Mozambique"
4101
  msgstr "Mosambik"
4102
 
4103
- # @ tribe-events-calendar
4104
- #: ../lib/tribe-view-helpers.class.php:195
4105
  msgid "Myanmar"
4106
  msgstr "Myanmar"
4107
 
4108
- # @ tribe-events-calendar
4109
- #: ../lib/tribe-view-helpers.class.php:196
4110
  msgid "Namibia"
4111
  msgstr "Namibia"
4112
 
4113
- # @ tribe-events-calendar
4114
- #: ../lib/tribe-view-helpers.class.php:197
4115
  msgid "Nauru"
4116
  msgstr "Nauru"
4117
 
4118
- # @ tribe-events-calendar
4119
- #: ../lib/tribe-view-helpers.class.php:198
4120
  msgid "Nepal"
4121
  msgstr "Nepal"
4122
 
4123
- # @ tribe-events-calendar
4124
- #: ../lib/tribe-view-helpers.class.php:199
4125
  msgid "Netherlands"
4126
  msgstr "Niederlande"
4127
 
4128
- # @ tribe-events-calendar
4129
- #: ../lib/tribe-view-helpers.class.php:200
4130
  msgid "Netherlands Antilles"
4131
  msgstr "Niederländische Antillen"
4132
 
4133
- # @ tribe-events-calendar
4134
- #: ../lib/tribe-view-helpers.class.php:201
4135
  msgid "New Caledonia"
4136
  msgstr "Neukaledonien"
4137
 
4138
- # @ tribe-events-calendar
4139
- #: ../lib/tribe-view-helpers.class.php:202
4140
  msgid "New Zealand"
4141
  msgstr "Neuseeland"
4142
 
4143
- # @ tribe-events-calendar
4144
- #: ../lib/tribe-view-helpers.class.php:203
4145
  msgid "Nicaragua"
4146
  msgstr "Nicaragua"
4147
 
4148
- # @ tribe-events-calendar
4149
- #: ../lib/tribe-view-helpers.class.php:204
4150
  msgid "Niger"
4151
  msgstr "Niger"
4152
 
4153
- # @ tribe-events-calendar
4154
- #: ../lib/tribe-view-helpers.class.php:205
4155
  msgid "Nigeria"
4156
  msgstr "Nigeria"
4157
 
4158
- # @ tribe-events-calendar
4159
- #: ../lib/tribe-view-helpers.class.php:206
4160
  msgid "Niue"
4161
  msgstr "Niue"
4162
 
4163
- # @ tribe-events-calendar
4164
- #: ../lib/tribe-view-helpers.class.php:207
4165
  msgid "Norfolk Island"
4166
  msgstr "Norfolkinsel"
4167
 
4168
- # @ tribe-events-calendar
4169
- #: ../lib/tribe-view-helpers.class.php:208
4170
  msgid "Northern Mariana Islands"
4171
  msgstr "Nördliche Marianen"
4172
 
4173
- # @ tribe-events-calendar
4174
- #: ../lib/tribe-view-helpers.class.php:209
4175
  msgid "Norway"
4176
  msgstr "Norwegen"
4177
 
4178
- # @ tribe-events-calendar
4179
- #: ../lib/tribe-view-helpers.class.php:210
4180
  msgid "Oman"
4181
  msgstr "Oman"
4182
 
4183
- # @ tribe-events-calendar
4184
- #: ../lib/tribe-view-helpers.class.php:211
4185
  msgid "Pakistan"
4186
  msgstr "Pakistan"
4187
 
4188
- # @ tribe-events-calendar
4189
- #: ../lib/tribe-view-helpers.class.php:212
4190
  msgid "Palau"
4191
  msgstr "Palau"
4192
 
4193
- # @ tribe-events-calendar
4194
- #: ../lib/tribe-view-helpers.class.php:213
4195
  msgid "Panama"
4196
  msgstr "Panama"
4197
 
4198
- # @ tribe-events-calendar
4199
- #: ../lib/tribe-view-helpers.class.php:214
4200
  msgid "Papua New Guinea"
4201
  msgstr "Papua-Neuguinea"
4202
 
4203
- # @ tribe-events-calendar
4204
- #: ../lib/tribe-view-helpers.class.php:215
4205
  msgid "Paraguay"
4206
  msgstr "Paraguay"
4207
 
4208
- # @ tribe-events-calendar
4209
- #: ../lib/tribe-view-helpers.class.php:216
4210
  msgid "Peru"
4211
  msgstr "Peru"
4212
 
4213
- # @ tribe-events-calendar
4214
- #: ../lib/tribe-view-helpers.class.php:217
4215
  msgid "Philippines"
4216
  msgstr "Philippinen"
4217
 
4218
- # @ tribe-events-calendar
4219
- #: ../lib/tribe-view-helpers.class.php:218
4220
  msgid "Pitcairn"
4221
  msgstr "Pitcairn"
4222
 
4223
- # @ tribe-events-calendar
4224
- #: ../lib/tribe-view-helpers.class.php:219
4225
  msgid "Poland"
4226
  msgstr "Polen"
4227
 
4228
- # @ tribe-events-calendar
4229
- #: ../lib/tribe-view-helpers.class.php:220
4230
  msgid "Portugal"
4231
  msgstr "Portugal"
4232
 
4233
- # @ tribe-events-calendar
4234
- #: ../lib/tribe-view-helpers.class.php:221
4235
  msgid "Puerto Rico"
4236
  msgstr "Puerto Rico"
4237
 
4238
- # @ tribe-events-calendar
4239
- #: ../lib/tribe-view-helpers.class.php:222
4240
  msgid "Qatar"
4241
  msgstr "Katar"
4242
 
4243
- # @ tribe-events-calendar
4244
- #: ../lib/tribe-view-helpers.class.php:223
4245
  msgid "Reunion"
4246
  msgstr "Reunion"
4247
 
4248
- # @ tribe-events-calendar
4249
- #: ../lib/tribe-view-helpers.class.php:224
4250
  msgid "Romania"
4251
  msgstr "Rumänien"
4252
 
4253
- # @ tribe-events-calendar
4254
- #: ../lib/tribe-view-helpers.class.php:225
4255
  msgid "Russian Federation"
4256
  msgstr "Russland / Russische F&ouml;rderation"
4257
 
4258
- # @ tribe-events-calendar
4259
- #: ../lib/tribe-view-helpers.class.php:226
4260
  msgid "Rwanda"
4261
  msgstr "Ruanda"
4262
 
4263
- # @ tribe-events-calendar
4264
- #: ../lib/tribe-view-helpers.class.php:227
4265
  msgid "Saint Kitts And Nevis"
4266
  msgstr "St. Kitts und Nevis"
4267
 
4268
- # @ tribe-events-calendar
4269
- #: ../lib/tribe-view-helpers.class.php:228
4270
  msgid "Saint Lucia"
4271
  msgstr "Saint Lucia"
4272
 
4273
- # @ tribe-events-calendar
4274
- #: ../lib/tribe-view-helpers.class.php:229
4275
  msgid "Saint Vincent And The Grenadines"
4276
  msgstr "St. Vincent und die Grenadinen"
4277
 
4278
- # @ tribe-events-calendar
4279
- #: ../lib/tribe-view-helpers.class.php:230
4280
  msgid "Samoa"
4281
  msgstr "Samoa"
4282
 
4283
- # @ tribe-events-calendar
4284
- #: ../lib/tribe-view-helpers.class.php:231
4285
  msgid "San Marino"
4286
  msgstr "San Marino"
4287
 
4288
- # @ tribe-events-calendar
4289
- #: ../lib/tribe-view-helpers.class.php:232
4290
  msgid "Sao Tome And Principe"
4291
  msgstr "S&atilde;o Tom&eacute; und Pr&iacute;ncipe"
4292
 
4293
- # @ tribe-events-calendar
4294
- #: ../lib/tribe-view-helpers.class.php:233
4295
  msgid "Saudi Arabia"
4296
  msgstr "Saudi-Arabien"
4297
 
4298
- # @ tribe-events-calendar
4299
- #: ../lib/tribe-view-helpers.class.php:234
4300
  msgid "Senegal"
4301
  msgstr "Senegal"
4302
 
4303
- # @ tribe-events-calendar
4304
- #: ../lib/tribe-view-helpers.class.php:235
4305
  msgid "Serbia"
4306
  msgstr "Serbien"
4307
 
4308
- # @ tribe-events-calendar
4309
- #: ../lib/tribe-view-helpers.class.php:236
4310
  msgid "Seychelles"
4311
  msgstr "Seychellen"
4312
 
4313
- # @ tribe-events-calendar
4314
- #: ../lib/tribe-view-helpers.class.php:237
4315
  msgid "Sierra Leone"
4316
  msgstr "Sierra Leone"
4317
 
4318
- # @ tribe-events-calendar
4319
- #: ../lib/tribe-view-helpers.class.php:238
4320
  msgid "Singapore"
4321
  msgstr "Singapur"
4322
 
4323
- # @ tribe-events-calendar
4324
- #: ../lib/tribe-view-helpers.class.php:239
4325
  msgid "Slovakia (Slovak Republic)"
4326
  msgstr "Slowakei"
4327
 
4328
- # @ tribe-events-calendar
4329
- #: ../lib/tribe-view-helpers.class.php:240
4330
  msgid "Slovenia"
4331
  msgstr "Slovenien"
4332
 
4333
- # @ tribe-events-calendar
4334
- #: ../lib/tribe-view-helpers.class.php:241
4335
  msgid "Solomon Islands"
4336
  msgstr "Salomonen"
4337
 
4338
- # @ tribe-events-calendar
4339
- #: ../lib/tribe-view-helpers.class.php:242
4340
  msgid "Somalia"
4341
  msgstr "Somalia"
4342
 
4343
- # @ tribe-events-calendar
4344
- #: ../lib/tribe-view-helpers.class.php:243
4345
  msgid "South Africa"
4346
  msgstr "S&uuml;dafrika"
4347
 
4348
- # @ tribe-events-calendar
4349
- #: ../lib/tribe-view-helpers.class.php:244
4350
  msgid "South Georgia, South Sandwich Islands"
4351
  msgstr "S&uuml;dgeorgien und die S&uuml;dlichen Sandwichinseln"
4352
 
4353
- # @ tribe-events-calendar
4354
- #: ../lib/tribe-view-helpers.class.php:245
4355
  msgid "Spain"
4356
  msgstr "Spanien"
4357
 
4358
- # @ tribe-events-calendar
4359
- #: ../lib/tribe-view-helpers.class.php:246
4360
  msgid "Sri Lanka"
4361
  msgstr "Sri Lanka"
4362
 
4363
- # @ tribe-events-calendar
4364
- #: ../lib/tribe-view-helpers.class.php:247
4365
  msgid "St. Helena"
4366
  msgstr "St. Helena"
4367
 
4368
- # @ tribe-events-calendar
4369
- #: ../lib/tribe-view-helpers.class.php:248
4370
  msgid "St. Pierre And Miquelon"
4371
  msgstr "Saint-Pierre und Miquelon"
4372
 
4373
- # @ tribe-events-calendar
4374
- #: ../lib/tribe-view-helpers.class.php:249
4375
  msgid "Sudan"
4376
  msgstr "Sudan"
4377
 
4378
- # @ tribe-events-calendar
4379
- #: ../lib/tribe-view-helpers.class.php:250
4380
  msgid "Suriname"
4381
  msgstr "Surinam"
4382
 
4383
- # @ tribe-events-calendar
4384
- #: ../lib/tribe-view-helpers.class.php:251
4385
  msgid "Svalbard And Jan Mayen Islands"
4386
  msgstr "Svalbard und Jan Mayen Islands"
4387
 
4388
- # @ tribe-events-calendar
4389
- #: ../lib/tribe-view-helpers.class.php:252
4390
  msgid "Swaziland"
4391
  msgstr "Swasiland"
4392
 
4393
- # @ tribe-events-calendar
4394
- #: ../lib/tribe-view-helpers.class.php:253
4395
  msgid "Sweden"
4396
  msgstr "Schweden"
4397
 
4398
- # @ tribe-events-calendar
4399
- #: ../lib/tribe-view-helpers.class.php:254
4400
  msgid "Switzerland"
4401
  msgstr "Schweiz"
4402
 
4403
- # @ tribe-events-calendar
4404
- #: ../lib/tribe-view-helpers.class.php:255
4405
  msgid "Syrian Arab Republic"
4406
  msgstr "Syrien"
4407
 
4408
- # @ tribe-events-calendar
4409
- #: ../lib/tribe-view-helpers.class.php:256
4410
  msgid "Taiwan"
4411
  msgstr "Taiwan"
4412
 
4413
- # @ tribe-events-calendar
4414
- #: ../lib/tribe-view-helpers.class.php:257
4415
  msgid "Tajikistan"
4416
  msgstr "Tadschikistan"
4417
 
4418
- # @ tribe-events-calendar
4419
- #: ../lib/tribe-view-helpers.class.php:258
4420
  msgid "Tanzania, United Republic Of"
4421
  msgstr "Tanzania"
4422
 
4423
- # @ tribe-events-calendar
4424
- #: ../lib/tribe-view-helpers.class.php:259
4425
  msgid "Thailand"
4426
  msgstr "Thailand"
4427
 
4428
- # @ tribe-events-calendar
4429
- #: ../lib/tribe-view-helpers.class.php:260
4430
  msgid "Togo"
4431
  msgstr "Togo"
4432
 
4433
- # @ tribe-events-calendar
4434
- #: ../lib/tribe-view-helpers.class.php:261
4435
  msgid "Tokelau"
4436
  msgstr "Tokelau"
4437
 
4438
- # @ tribe-events-calendar
4439
- #: ../lib/tribe-view-helpers.class.php:262
4440
  msgid "Tonga"
4441
  msgstr "Tonga"
4442
 
4443
- # @ tribe-events-calendar
4444
- #: ../lib/tribe-view-helpers.class.php:263
4445
  msgid "Trinidad And Tobago"
4446
  msgstr "Trinidad und Tobago"
4447
 
4448
- # @ tribe-events-calendar
4449
- #: ../lib/tribe-view-helpers.class.php:264
4450
  msgid "Tunisia"
4451
  msgstr "Tunesien"
4452
 
4453
- # @ tribe-events-calendar
4454
- #: ../lib/tribe-view-helpers.class.php:265
4455
  msgid "Turkey"
4456
  msgstr "Türkei"
4457
 
4458
- # @ tribe-events-calendar
4459
- #: ../lib/tribe-view-helpers.class.php:266
4460
  msgid "Turkmenistan"
4461
  msgstr "Turkmenistan"
4462
 
4463
- # @ tribe-events-calendar
4464
- #: ../lib/tribe-view-helpers.class.php:267
4465
  msgid "Turks And Caicos Islands"
4466
  msgstr "Turks- und Caicosinseln"
4467
 
4468
- # @ tribe-events-calendar
4469
- #: ../lib/tribe-view-helpers.class.php:268
4470
  msgid "Tuvalu"
4471
  msgstr "Tuvalu"
4472
 
4473
- # @ tribe-events-calendar
4474
- #: ../lib/tribe-view-helpers.class.php:269
4475
  msgid "Uganda"
4476
  msgstr "Uganda"
4477
 
4478
- # @ tribe-events-calendar
4479
- #: ../lib/tribe-view-helpers.class.php:270
4480
  msgid "Ukraine"
4481
  msgstr "Ukraine"
4482
 
4483
- # @ tribe-events-calendar
4484
- #: ../lib/tribe-view-helpers.class.php:271
4485
  msgid "United Arab Emirates"
4486
  msgstr "Vereinigte Arabische Emirate"
4487
 
4488
- # @ tribe-events-calendar
4489
- #: ../lib/tribe-view-helpers.class.php:272
4490
  msgid "United Kingdom"
4491
  msgstr "Großbritannien (Vereinigtes Königreich)"
4492
 
4493
- # @ tribe-events-calendar
4494
- #: ../lib/tribe-view-helpers.class.php:273
4495
  msgid "United States Minor Outlying Islands"
4496
  msgstr "United States Minor Outlying Islands"
4497
 
4498
- # @ tribe-events-calendar
4499
- #: ../lib/tribe-view-helpers.class.php:274
4500
  msgid "Uruguay"
4501
  msgstr "Uruguay"
4502
 
4503
- # @ tribe-events-calendar
4504
- #: ../lib/tribe-view-helpers.class.php:275
4505
  msgid "Uzbekistan"
4506
  msgstr "Usbekistan"
4507
 
4508
- # @ tribe-events-calendar
4509
- #: ../lib/tribe-view-helpers.class.php:276
4510
  msgid "Vanuatu"
4511
  msgstr "Vanuatu"
4512
 
4513
- # @ tribe-events-calendar
4514
- #: ../lib/tribe-view-helpers.class.php:277
4515
  msgid "Venezuela"
4516
  msgstr "Venezuela"
4517
 
4518
- # @ tribe-events-calendar
4519
- #: ../lib/tribe-view-helpers.class.php:278
4520
  msgid "Viet Nam"
4521
  msgstr "Vietnam"
4522
 
4523
- # @ tribe-events-calendar
4524
- #: ../lib/tribe-view-helpers.class.php:279
4525
  msgid "Virgin Islands (British)"
4526
  msgstr "Britische Jungferninseln"
4527
 
4528
- # @ tribe-events-calendar
4529
- #: ../lib/tribe-view-helpers.class.php:280
4530
  msgid "Virgin Islands (U.S.)"
4531
  msgstr "Amerikanische Jungferninseln"
4532
 
4533
- # @ tribe-events-calendar
4534
- #: ../lib/tribe-view-helpers.class.php:281
4535
  msgid "Wallis And Futuna Islands"
4536
  msgstr "Wallis und Futuna"
4537
 
4538
- # @ tribe-events-calendar
4539
- #: ../lib/tribe-view-helpers.class.php:282
4540
  msgid "Western Sahara"
4541
  msgstr "Westsahara"
4542
 
4543
- # @ tribe-events-calendar
4544
- #: ../lib/tribe-view-helpers.class.php:283
4545
  msgid "Yemen"
4546
  msgstr "Jemen"
4547
 
4548
- # @ tribe-events-calendar
4549
- #: ../lib/tribe-view-helpers.class.php:284
4550
  msgid "Zambia"
4551
  msgstr "Sambia"
4552
 
4553
- # @ tribe-events-calendar
4554
- #: ../lib/tribe-view-helpers.class.php:285
4555
  msgid "Zimbabwe"
4556
  msgstr "Simbabwe"
4557
 
4558
- # @ tribe-events-calendar
4559
- #: ../lib/tribe-view-helpers.class.php:316
4560
  msgid "Alabama"
4561
  msgstr "Alabama"
4562
 
4563
- # @ tribe-events-calendar
4564
- #: ../lib/tribe-view-helpers.class.php:317
4565
  msgid "Alaska"
4566
  msgstr "Alaska"
4567
 
4568
- # @ tribe-events-calendar
4569
- #: ../lib/tribe-view-helpers.class.php:318
4570
  msgid "Arizona"
4571
  msgstr "Arizona"
4572
 
4573
- # @ tribe-events-calendar
4574
- #: ../lib/tribe-view-helpers.class.php:319
4575
  msgid "Arkansas"
4576
  msgstr "Arkansas"
4577
 
4578
- # @ tribe-events-calendar
4579
- #: ../lib/tribe-view-helpers.class.php:320
4580
  msgid "California"
4581
  msgstr "Kalifornien"
4582
 
4583
- # @ tribe-events-calendar
4584
- #: ../lib/tribe-view-helpers.class.php:321
4585
  msgid "Colorado"
4586
  msgstr "Colorado"
4587
 
4588
- # @ tribe-events-calendar
4589
- #: ../lib/tribe-view-helpers.class.php:322
4590
  msgid "Connecticut"
4591
  msgstr "Connecticut"
4592
 
4593
- # @ tribe-events-calendar
4594
- #: ../lib/tribe-view-helpers.class.php:323
4595
  msgid "Delaware"
4596
  msgstr "Delaware"
4597
 
4598
- # @ tribe-events-calendar
4599
- #: ../lib/tribe-view-helpers.class.php:324
4600
  msgid "District of Columbia"
4601
  msgstr "District of Columbia"
4602
 
4603
- # @ tribe-events-calendar
4604
- #: ../lib/tribe-view-helpers.class.php:325
4605
  msgid "Florida"
4606
  msgstr "Florida"
4607
 
4608
- # @ tribe-events-calendar
4609
- #: ../lib/tribe-view-helpers.class.php:327
4610
  msgid "Hawaii"
4611
  msgstr "Hawaii"
4612
 
4613
- # @ tribe-events-calendar
4614
- #: ../lib/tribe-view-helpers.class.php:328
4615
  msgid "Idaho"
4616
  msgstr "Idaho"
4617
 
4618
- # @ tribe-events-calendar
4619
- #: ../lib/tribe-view-helpers.class.php:329
4620
  msgid "Illinois"
4621
  msgstr "Illinois"
4622
 
4623
- # @ tribe-events-calendar
4624
- #: ../lib/tribe-view-helpers.class.php:330
4625
  msgid "Indiana"
4626
  msgstr "Indiana"
4627
 
4628
- # @ tribe-events-calendar
4629
- #: ../lib/tribe-view-helpers.class.php:331
4630
  msgid "Iowa"
4631
  msgstr "Iowa"
4632
 
4633
- # @ tribe-events-calendar
4634
- #: ../lib/tribe-view-helpers.class.php:332
4635
  msgid "Kansas"
4636
  msgstr "Kansas"
4637
 
4638
- # @ tribe-events-calendar
4639
- #: ../lib/tribe-view-helpers.class.php:333
4640
  msgid "Kentucky"
4641
  msgstr "Kentucky"
4642
 
4643
- # @ tribe-events-calendar
4644
- #: ../lib/tribe-view-helpers.class.php:334
4645
  msgid "Louisiana"
4646
  msgstr "Louisiana"
4647
 
4648
- # @ tribe-events-calendar
4649
- #: ../lib/tribe-view-helpers.class.php:335
4650
  msgid "Maine"
4651
  msgstr "Maine"
4652
 
4653
- # @ tribe-events-calendar
4654
- #: ../lib/tribe-view-helpers.class.php:336
4655
  msgid "Maryland"
4656
  msgstr "Maryland"
4657
 
4658
- # @ tribe-events-calendar
4659
- #: ../lib/tribe-view-helpers.class.php:337
4660
  msgid "Massachusetts"
4661
  msgstr "Massachusetts"
4662
 
4663
- # @ tribe-events-calendar
4664
- #: ../lib/tribe-view-helpers.class.php:338
4665
  msgid "Michigan"
4666
  msgstr "Michigan"
4667
 
4668
- # @ tribe-events-calendar
4669
- #: ../lib/tribe-view-helpers.class.php:339
4670
  msgid "Minnesota"
4671
  msgstr "Minnesota"
4672
 
4673
- # @ tribe-events-calendar
4674
- #: ../lib/tribe-view-helpers.class.php:340
4675
  msgid "Mississippi"
4676
  msgstr "Mississippi"
4677
 
4678
- # @ tribe-events-calendar
4679
- #: ../lib/tribe-view-helpers.class.php:341
4680
  msgid "Missouri"
4681
  msgstr "Missouri"
4682
 
4683
- # @ tribe-events-calendar
4684
- #: ../lib/tribe-view-helpers.class.php:342
4685
  msgid "Montana"
4686
  msgstr "Montana"
4687
 
4688
- # @ tribe-events-calendar
4689
- #: ../lib/tribe-view-helpers.class.php:343
4690
  msgid "Nebraska"
4691
  msgstr "Nebraska"
4692
 
4693
- # @ tribe-events-calendar
4694
- #: ../lib/tribe-view-helpers.class.php:344
4695
  msgid "Nevada"
4696
  msgstr "Nevada"
4697
 
4698
- # @ tribe-events-calendar
4699
- #: ../lib/tribe-view-helpers.class.php:345
4700
  msgid "New Hampshire"
4701
  msgstr "New Hampshire"
4702
 
4703
- # @ tribe-events-calendar
4704
- #: ../lib/tribe-view-helpers.class.php:346
4705
  msgid "New Jersey"
4706
  msgstr "New Jersey"
4707
 
4708
- # @ tribe-events-calendar
4709
- #: ../lib/tribe-view-helpers.class.php:347
4710
  msgid "New Mexico"
4711
  msgstr "New Mexico"
4712
 
4713
- # @ tribe-events-calendar
4714
- #: ../lib/tribe-view-helpers.class.php:348
4715
  msgid "New York"
4716
  msgstr "New York"
4717
 
4718
- # @ tribe-events-calendar
4719
- #: ../lib/tribe-view-helpers.class.php:349
4720
  msgid "North Carolina"
4721
  msgstr "North Carolina"
4722
 
4723
- # @ tribe-events-calendar
4724
- #: ../lib/tribe-view-helpers.class.php:350
4725
  msgid "North Dakota"
4726
  msgstr "North Dakota"
4727
 
4728
- # @ tribe-events-calendar
4729
- #: ../lib/tribe-view-helpers.class.php:351
4730
  msgid "Ohio"
4731
  msgstr "Ohio"
4732
 
4733
- # @ tribe-events-calendar
4734
- #: ../lib/tribe-view-helpers.class.php:352
4735
  msgid "Oklahoma"
4736
  msgstr "Oklahoma"
4737
 
4738
- # @ tribe-events-calendar
4739
- #: ../lib/tribe-view-helpers.class.php:353
4740
  msgid "Oregon"
4741
  msgstr "Oregon"
4742
 
4743
- # @ tribe-events-calendar
4744
- #: ../lib/tribe-view-helpers.class.php:354
4745
  msgid "Pennsylvania"
4746
  msgstr "Pennsylvania"
4747
 
4748
- # @ tribe-events-calendar
4749
- #: ../lib/tribe-view-helpers.class.php:355
4750
  msgid "Rhode Island"
4751
  msgstr "Rhode Island"
4752
 
4753
- # @ tribe-events-calendar
4754
- #: ../lib/tribe-view-helpers.class.php:356
4755
  msgid "South Carolina"
4756
  msgstr "South Carolina"
4757
 
4758
- # @ tribe-events-calendar
4759
- #: ../lib/tribe-view-helpers.class.php:357
4760
  msgid "South Dakota"
4761
  msgstr "South Dakota"
4762
 
4763
- # @ tribe-events-calendar
4764
- #: ../lib/tribe-view-helpers.class.php:358
4765
  msgid "Tennessee"
4766
  msgstr "Tennessee"
4767
 
4768
- # @ tribe-events-calendar
4769
- #: ../lib/tribe-view-helpers.class.php:359
4770
  msgid "Texas"
4771
  msgstr "Texas"
4772
 
4773
- # @ tribe-events-calendar
4774
- #: ../lib/tribe-view-helpers.class.php:360
4775
  msgid "Utah"
4776
  msgstr "Utah"
4777
 
4778
- # @ tribe-events-calendar
4779
- #: ../lib/tribe-view-helpers.class.php:361
4780
  msgid "Vermont"
4781
  msgstr "Vermont"
4782
 
4783
- # @ tribe-events-calendar
4784
- #: ../lib/tribe-view-helpers.class.php:362
4785
  msgid "Virginia"
4786
  msgstr "Virginia"
4787
 
4788
- # @ tribe-events-calendar
4789
- #: ../lib/tribe-view-helpers.class.php:363
4790
  msgid "Washington"
4791
  msgstr "Washington"
4792
 
4793
- # @ tribe-events-calendar
4794
- #: ../lib/tribe-view-helpers.class.php:364
4795
  msgid "West Virginia"
4796
  msgstr "West Virginia"
4797
 
4798
- # @ tribe-events-calendar
4799
- #: ../lib/tribe-view-helpers.class.php:365
4800
  msgid "Wisconsin"
4801
  msgstr "Wisconsin"
4802
 
4803
- # @ tribe-events-calendar
4804
- #: ../lib/tribe-view-helpers.class.php:366
4805
  msgid "Wyoming"
4806
  msgstr "Wyoming"
4807
 
4808
- # @ tribe-events-calendar
4809
- #: ../lib/widget-list.class.php:26
4810
  msgid "A widget that displays upcoming events."
4811
  msgstr "Ein Widget, dass die nächsten Veranstaltungen anzeigt."
4812
 
4813
- # @ tribe-events-calendar
4814
- #: ../lib/widget-list.class.php:34
4815
  msgid "Events List"
4816
  msgstr "Veranstaltungsliste"
4817
 
4818
- # @ tribe-events-calendar
4819
- #: ../lib/widget-list.class.php:162 ../public/template-tags/loop.php:128
 
4820
  msgid "Upcoming Events"
4821
  msgstr "Anstehende Veranstaltungen"
4822
 
4823
- # @ tribe-events-calendar
4824
- #: ../public/advanced-functions/meta.php:42
4825
- #: ../public/advanced-functions/meta.php:74
4826
- #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:61
 
4827
  msgid "Start:"
4828
  msgstr "Beginn:"
4829
 
4830
- # @ tribe-events-calendar
4831
- #: ../public/advanced-functions/meta.php:51
4832
- #: ../public/advanced-functions/meta.php:83
4833
- #: ../views/modules/meta/details.php:41 ../views/modules/meta/details.php:66
 
4834
  msgid "End:"
4835
  msgstr "Ende:"
4836
 
4837
- # @ tribe-events-calendar
4838
- #: ../public/advanced-functions/meta.php:62
4839
- #: ../public/advanced-functions/meta.php:94
4840
- #: ../views/modules/meta/details.php:51 ../views/modules/meta/details.php:76
 
4841
  msgid "Date:"
4842
- msgstr "Datum"
4843
 
4844
- # @ tribe-events-calendar
4845
- #: ../public/advanced-functions/meta.php:105
4846
- #: ../public/advanced-functions/meta.php:116
4847
- #: ../views/modules/meta/details.php:81
4848
  msgid "Time:"
4849
  msgstr "Zeit:"
4850
 
4851
- # @ tribe-events-calendar
4852
- #: ../public/advanced-functions/meta.php:329
4853
- #: ../public/template-tags/google-map.php:44
4854
  msgid "Click to view a Google Map"
4855
- msgstr "Klicken, um eine 'Google Maps'-Karte anzuzeigen"
4856
 
4857
- # @ tribe-events-calendar
4858
- #: ../public/advanced-functions/meta.php:330
4859
- #: ../public/template-tags/google-map.php:45
4860
  msgid "+ Google Map"
4861
  msgstr "+ Google Karte"
4862
 
4863
- # @ tribe-events-calendar
4864
- #: ../public/advanced-functions/meta.php:343
4865
- #: ../views/modules/meta/details.php:13
4866
  msgid "Details"
4867
  msgstr "Details"
4868
 
4869
- # @ tribe-events-calendar
4870
- #: ../public/advanced-functions/meta.php:403
4871
- #: ../views/modules/meta/details.php:115
4872
  msgid "Event Tags:"
4873
  msgstr "Veranstaltungstags:"
4874
 
4875
- # @ tribe-events-calendar
4876
- #: ../public/advanced-functions/meta.php:433
4877
  msgid "Origin:"
4878
  msgstr "Quelle:"
4879
 
4880
- # @ tribe-events-calendar
4881
- #: ../public/advanced-functions/meta.php:594
4882
  msgid "Event:"
4883
  msgstr "Anlass:"
4884
 
4885
- # @ tribe-events-calendar
4886
- #: ../public/template-tags/day.php:103
4887
  msgid "<span>&laquo;</span> Previous Day"
4888
  msgstr "<span>&laquo;</span> Vorheriger Tag"
4889
 
4890
- # @ tribe-events-calendar
4891
- #: ../public/template-tags/day.php:105
4892
  msgid "Next Day <span>&raquo;</span>"
4893
  msgstr "Nächster Tag <span>&raquo;</span>"
4894
 
4895
- # @ tribe-events-calendar-pro
4896
- #: ../public/template-tags/day.php:107
4897
  msgid "Yesterday"
4898
  msgstr "Gestern"
4899
 
4900
- # @ tribe-events-calendar-pro
4901
- #: ../public/template-tags/day.php:109
4902
  msgid "Tomorrow"
4903
  msgstr "Morgen"
4904
 
4905
- # @ tribe-events-calendar
4906
- #: ../public/template-tags/deprecated.php:1283
4907
  msgid "Category"
4908
  msgstr "Kategorie"
4909
 
4910
- # @ tribe-events-calendar
4911
- #: ../public/template-tags/general.php:385
4912
  msgid "Tags:"
4913
  msgstr "Tags:"
4914
 
4915
- # @ tribe-events-calendar
4916
- #: ../public/template-tags/general.php:489
4917
  msgid "Loading Events"
4918
  msgstr "Veranstaltungen laden"
4919
 
4920
- # @ tribe-events-calendar
4921
- #: ../public/template-tags/general.php:679
4922
  msgid "Free"
4923
  msgstr "Eintritt frei"
4924
 
4925
- # @ tribe-events-calendar
4926
- #: ../public/template-tags/general.php:1336
4927
  #, php-format
 
4928
  msgid "Calendar powered by %sThe Events Calendar%s"
4929
  msgstr "Kalender powered by %sThe Events Calendar%s"
4930
 
4931
- # @ tribe-events-calendar
4932
- #: ../public/template-tags/loop.php:133
4933
- #, fuzzy, php-format
4934
  msgid "Events for %1$s - %2$s"
4935
  msgstr "Veranstaltungen für %s"
4936
 
4937
- # @ tribe-events-calendar
4938
- #: ../public/template-tags/loop.php:135
4939
  msgid "Past Events"
4940
  msgstr "Vergangene Veranstaltungen"
4941
 
4942
- # @ tribe-events-calendar
4943
- #: ../public/template-tags/loop.php:140
4944
  #, php-format
 
4945
  msgid "Events for %s"
4946
  msgstr "Veranstaltungen für %s"
4947
 
4948
- # @ tribe-events-calendar
4949
- #: ../public/template-tags/loop.php:147
4950
  msgid "Events for"
4951
  msgstr "Veranstaltungen für"
4952
 
4953
- # @ tribe-events-calendar
4954
- #: ../public/template-tags/options.php:20
4955
  #, php-format
 
4956
  msgid "Your current Events URL is %s"
4957
  msgstr "Ihre aktuelle Veranstaltungs-URL ist %s"
4958
 
4959
- # @ tribe-events-calendar
4960
- #: ../public/template-tags/options.php:29
4961
  #, php-format
4962
- msgid ""
4963
- "You <strong>cannot</strong> use the same slug as above. The above should "
4964
- "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
4965
- msgstr ""
4966
- "Sie <strong>können nicht</strong>die gleiche URL wie ben nutzen. "
4967
- "Idealerweise solle die obere im Plural und diese im Singular stehen.<br /"
4968
- ">Ihre Einzelveranstaltungs URL ist: %s"
4969
 
4970
- # @ tribe-events-calendar-pro
4971
- #: ../views/day/nav.php:16
4972
  msgid "Day Navigation"
4973
  msgstr "Tagesnavigation"
4974
 
4975
- # @ tribe-events-calendar
4976
- #: ../views/day/single-event.php:74 ../views/list/single-event.php:80
 
4977
  msgid "Find out more"
4978
  msgstr "Erfahren Sie mehr"
4979
 
4980
- # @ tribe-events-calendar
4981
- #: ../views/list/nav.php:17
4982
  msgid "Events List Navigation"
4983
  msgstr "Veranstaltungslisten Navigation"
4984
 
4985
- # @ tribe-events-calendar
4986
- #: ../views/list/nav.php:23
4987
  msgid "<span>&laquo;</span> Previous Events"
4988
  msgstr "<span>&laquo;</span> Vorherige Veranstaltungen"
4989
 
4990
- # @ tribe-events-calendar
4991
- #: ../views/list/nav.php:30
4992
  msgid "Next Events <span>&raquo;</span>"
4993
  msgstr "Nächste Veranstaltungen &raquo;"
4994
 
4995
- # @ tribe-events-calendar
4996
- #: ../views/modules/bar.php:32 ../views/modules/bar.php:63
 
4997
  msgid "Find Events"
4998
  msgstr "Finde Events"
4999
 
5000
- # @ tribe-events-calendar
5001
- #: ../views/modules/bar.php:39
5002
  msgid "Event Views Navigation"
5003
  msgstr "Verstaltungsansicht Navigation"
5004
 
5005
- # @ tribe-events-calendar
5006
- #: ../views/modules/bar.php:40
5007
  msgid "View As"
5008
  msgstr "Anzeigen als"
5009
 
5010
- # @ tribe-events-calendar
5011
- #: ../views/month/nav.php:18
5012
  msgid "Calendar Month Navigation"
5013
  msgstr "Kalender Monatsnavigation"
5014
 
5015
- # @ tribe-events-calendar
5016
- #: ../views/month/single-day.php:43
5017
- #, fuzzy, php-format
5018
  msgid "View 1 Event"
5019
  msgid_plural "View All %s Events"
5020
  msgstr[0] "Veranstaltung ansehen"
5021
  msgstr[1] "Veranstaltung ansehen"
5022
 
5023
- # @ tribe-events-calendar
5024
- #: ../views/single-event.php:24
5025
  msgid "&laquo; All Events"
5026
  msgstr "&laquo; Alle Veranstaltungen"
5027
 
5028
- # @ tribe-events-calendar
5029
- #: ../views/single-event.php:43 ../views/single-event.php:89
 
5030
  msgid "Event Navigation"
5031
  msgstr "Veranstaltungsnavigation"
5032
 
5033
- # @ tribe-events-calendar
5034
- #: ../views/tickets/attendees-email.php:24
5035
  msgid "Attendee List"
5036
  msgstr "Teilnehmerliste"
5037
 
5038
- # @ tribe-events-calendar
5039
- #: ../views/tickets/email.php:37
5040
  msgid "Your tickets"
5041
  msgstr "Ihre Karten"
5042
 
5043
- # @ tribe-events-calendar
5044
- #: ../views/tickets/email.php:321
5045
  msgid "Ticket Type"
5046
  msgstr "Kartenart"
5047
 
5048
- # @ tribe-events-calendar
5049
- #: ../views/tickets/email.php:325
5050
  msgid "Purchaser"
5051
  msgstr "Käufer"
5052
 
5053
- # @ tribe-events-calendar
5054
- #: ../views/widgets/list-widget.php:63
5055
  msgid "View All Events"
5056
  msgstr "Alle Veranstaltungen ansehen"
5057
 
5058
- # @ tribe-events-calendar
5059
- #: ../views/widgets/list-widget.php:70
5060
  msgid "There are no upcoming events at this time."
5061
  msgstr "Es gibt derzeit keine anstehenden Veranstaltungen."
5062
 
5063
- # @ tribe-events-calendar
5064
- #~ msgid "Auditing Information"
5065
- #~ msgstr "Informationen zur Prüfung"
5066
-
5067
- # @ tribe-events-calendar
5068
- #~ msgid "Created by:"
5069
- #~ msgstr "Erstellt von"
5070
-
5071
- # @ tribe-events-calendar
5072
- #~ msgid "Audit Trail:"
5073
- #~ msgstr "Protokoll:"
5074
-
5075
- # @ tribe-events-calendar
5076
- #~ msgid "Events this month"
5077
- #~ msgstr "Veranstaltungen diesen Monat"
5078
-
5079
- # @ tribe-events-calendar
5080
- #~ msgid "Use New "
5081
- #~ msgstr "Verwende neue %s"
5082
-
5083
- # @ tribe-events-calendar
5084
- #~ msgid "Tribe"
5085
- #~ msgstr "Tribe"
5086
-
5087
- # @ tribe-events-calendar
5088
- #~ msgid ""
5089
- #~ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make "
5090
- #~ "sure you have backed up before proceeding any further. You can easily <a "
5091
- #~ "href=\"%s\">revert to an old version</a> if you want to backup first. "
5092
- #~ "This upgrade includes two major steps, <a href=\"%s\">migrating data</a> "
5093
- #~ "&amp; updating your templates as necessary. There have been significant "
5094
- #~ "changes to the template tags and functions. Check out our <a href=\"%s"
5095
- #~ "\">walk-through on the upgrade</a> before proceeding and check out the "
5096
- #~ "FAQ &amp; Knowledge base from the <a href=\"%s\">support page</a>. If "
5097
- #~ "you're new to The Events Calendar, you may want to review our <a href=\"%s"
5098
- #~ "\">new user primer</a>.<br/><br/> You have events that need to be "
5099
- #~ "migrated. Please visit the bottom of the <a href=\"%s\">settings page</"
5100
- #~ "a> to perform the migration."
5101
- #~ msgstr ""
5102
- #~ "Willkommen zu Events 2.0! Dies is ein großes Update von 1.6.5. Bitte "
5103
- #~ "erstellen Sie ein Backup, bevor Sie fortfahren. Sie können leicht <a "
5104
- #~ "href=\"%s\">auf eine alte Version zurückgehen</a>, wenn sie vorher ein "
5105
- #~ "Backup durchführen. Dieses Update enthätl zwei Schritte, <a href=\"%s"
5106
- #~ "\">Daten migrieren</a> &amp; und ggfs. die Vorlagen updaten. Es gab "
5107
- #~ "signifikante Änderungen an den Template tags und Funktionen. Prüfen Sie "
5108
- #~ "unsere <a href=\"%s\">Übersicht</a>, FAQ Knowledgebase auf der <a href="
5109
- #~ "\"%s\">Suportseite</a> bevor Sie fortfahren. Wenn Sie neu sind, schauen "
5110
- #~ "Sie auch unseren <a href=\"%s\">New User Primer</a> an.<br/><br/> Sie "
5111
- #~ "haben Veranstaltugnen, die migriert werden müssen. Bitte nutzen Sie den "
5112
- #~ "<a href=\"%s\">Button am Ende der Einstellungen Seite</a>zum Migieren."
5113
-
5114
- # @ tribe-events-calendar
5115
- #~ msgid ""
5116
- #~ "It appears that you have some old events calendar data that needs to be "
5117
- #~ "upgraded. Please be sure to back up your database before initiating the "
5118
- #~ "upgrade. This process can not be undone."
5119
- #~ msgstr ""
5120
- #~ "Es scheint, als häutten Sie noch alte Veranstaltungsdaten in der "
5121
- #~ "Datenbank, die aktualisiert werden müssen. Bitte stellen Sie sicher, dass "
5122
- #~ "Sie vor dem Initialisieren des Upgrades eine Sicherung der (bisherigen) "
5123
- #~ "Datenbank erstellen. Hinweis: Der gesamte Prozess kann <em>nicht</em> "
5124
- #~ "rückgängig gemacht werden!"
5125
-
5126
- # @ tribe-events-calendar
5127
- #~ msgid "Migrate Data!"
5128
- #~ msgstr "Daten migrieren!"
5129
-
5130
- # @ tribe-events-calendar
5131
- #~ msgid "You successfully migrated (%d) entries."
5132
- #~ msgstr "Sie haben erfolgreich (%d) Einträge migriert."
5133
-
5134
- # @ tribe-events-calendar
5135
- #~ msgid "Install has 1 or more legacy event!"
5136
- #~ msgstr ""
5137
- #~ "In der Installation wurde(n) ein oder mehrere alte/ abgelaufene "
5138
- #~ "Veranstaltung(en) gefunden!"
5139
-
5140
- # @ tribe-events-calendar
5141
- #~ msgid "Events "
5142
- #~ msgstr "Veranstaltungen"
5143
-
5144
- # @ tribe-events-calendar
5145
- #~ msgid "Event "
5146
- #~ msgstr "Veranstaltung"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: The Events Calendar v3.8.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2014-09-19 11:21-0800\n"
6
+ "PO-Revision-Date: 2014-11-07 21:53:35+0000\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-Generator: Poedit 1.6.9\n"
14
+ "X-Poedit-Language: \n"
15
+ "X-Poedit-Country: \n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "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"
 
18
  "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-Bookmarks: \n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
+ "X-Textdomain-Support: yes"
22
 
23
+ #: admin-views/admin-update-message.php:9
24
+ #: admin-views/admin-welcome-message.php:11
25
  #, php-format
26
+ #@ tribe-events-calendar
27
  msgid "You are running Version %s and deserve a hug :-)"
28
+ msgstr "Sie nutzen Version %s - herzlichen Dank! :-)"
29
 
30
+ #: admin-views/admin-update-message.php:32
31
+ #@ tribe-events-calendar
32
  msgid "Keep the Core Plugin <strong>FREE</strong>!"
33
+ msgstr "Halten Sie das Plugin <strong>kostenlos</strong>!"
34
 
35
+ #: admin-views/admin-update-message.php:33
36
+ #@ default
37
+ msgid "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe not, but more happy users mean more contributions and help on the forums. The community NEEDS your voice."
38
+ msgstr "Jedes Mal, wenn Sie eine <strong>5 Sterne</strong> Bewertung abgeben wird eine Fee geboren. Vielleicht auch nicht, aber mehr glückliche Nutzer bedeuten mehr Unterstützung und Hilfe in den Foren. Die Community benötigt ihre Stimme."
 
 
39
 
40
+ #: admin-views/admin-update-message.php:34
41
+ #: admin-views/admin-welcome-message.php:22
42
+ #@ tribe-events-calendar
43
  msgid "Rate It"
44
+ msgstr "Bewerten"
45
 
46
+ #: admin-views/admin-update-message.php:37
47
+ #@ tribe-events-calendar
48
  msgid "PSST... Want a Discount?"
49
+ msgstr "Psst - wollen Sie einen Rabatt?"
50
 
51
+ #: admin-views/admin-update-message.php:38
52
+ #@ default
53
  msgid "We send out discounts to our core users via our newsletter."
54
+ msgstr "Wir versenden Rabatte an unsere Stammkunden via Newsletter."
55
 
56
+ #: admin-views/admin-update-message.php:43
57
+ #: admin-views/admin-welcome-message.php:31
58
+ #@ tribe-events-calendar
59
  msgid "Sign Up"
60
+ msgstr "Anmelden"
61
 
62
+ #: admin-views/admin-update-message.php:49
63
+ #@ tribe-events-calendar
64
  msgid "Looking for Something Special?"
65
+ msgstr "Auf der Suche nach etwas besonderem?"
66
 
67
+ #: admin-views/admin-update-message.php:51
68
+ #@ default
69
  msgid "Pro"
70
+ msgstr "Pro"
71
 
72
+ #: admin-views/admin-update-message.php:52
73
+ #: lib/tickets/tribe-tickets-metabox.php:26
74
+ #@ default
75
+ #@ tribe-events-calendar
76
  msgid "Tickets"
77
  msgstr "Karten"
78
 
79
+ #: admin-views/admin-update-message.php:53
 
80
  #, fuzzy
81
+ #@ default
82
  msgid "Community Events"
83
  msgstr "Veranstaltungen bearbeiten"
84
 
85
+ #: admin-views/admin-update-message.php:54
86
+ #@ default
87
  msgid "Filters"
88
+ msgstr "Filter"
89
 
90
+ #: admin-views/admin-update-message.php:55
91
+ #@ default
92
  msgid "Facebook"
93
+ msgstr "Facebook"
94
 
95
+ #: admin-views/admin-update-message.php:58
96
+ #: admin-views/admin-welcome-message.php:53
 
97
  #, fuzzy
98
+ #@ tribe-events-calendar
99
  msgid "News For Events Users"
100
  msgstr "Neue Veranstaltung"
101
 
102
+ #: admin-views/admin-welcome-message.php:19
 
103
  #, fuzzy
104
+ #@ tribe-events-calendar
105
  msgid "Keep The Events Calendar Core FREE"
106
  msgstr "Der Events Calendar PRO"
107
 
108
+ #: admin-views/admin-welcome-message.php:20
109
+ #@ tribe-events-calendar
110
+ msgid "5 star ratings help us bring TEC to more users. More happy users mean more support, more features, and more of everything you know and love about The Events Calendar. We couldn't do this without your support."
111
+ msgstr "5 Sterne Bewertungen helfen uns TEC mehr Nutzern zur Verfügung zu stellen. Mehr glückliche Nutzer bedeuten mehr Support, mehr Funktionen und alles was Sie an The Events Calendar mögen. Ohne Ihre Unterstützung wäre dies nicht möglich."
 
 
112
 
113
+ #: admin-views/admin-welcome-message.php:21
114
+ #@ tribe-events-calendar
115
  msgid "Rate it five stars today!"
116
+ msgstr "Bewerten Sie es heute mit 5 Sternen!"
117
 
118
+ #: admin-views/admin-welcome-message.php:25
119
+ #@ tribe-events-calendar
120
  msgid "Newsletter Signup"
121
+ msgstr "Newsletter Anmeldung"
 
 
 
 
 
 
122
 
123
+ #: admin-views/admin-welcome-message.php:40
124
+ #: admin-views/tribe-options-help.php:149
125
+ #@ tribe-events-calendar
126
  msgid "Getting Started"
127
  msgstr "Schnellstart"
128
 
129
+ #: admin-views/admin-welcome-message.php:41
130
+ #@ tribe-events-calendar
131
  msgid "Check out the New User Primer &amp; Tutorials"
132
+ msgstr "Schauen Sie das Handbuch für neue Nutzer an"
133
 
134
+ #: admin-views/admin-welcome-message.php:43
135
+ #@ tribe-events-calendar
136
  msgid "Looking for More Features?"
137
+ msgstr "Auf der Suche nach neuen Funktionen?"
138
 
139
+ #: admin-views/admin-welcome-message.php:44
140
+ #@ tribe-events-calendar
141
  msgid "Addons for Community, Tickets, Filters, Facebook and more."
142
+ msgstr "Add-Ons für Community, Tickets, Filter, Facebook und mehr."
143
 
144
+ #: admin-views/admin-welcome-message.php:46
 
145
  #, fuzzy
146
+ #@ tribe-events-calendar
147
  msgid "Support Resources"
148
  msgstr "Support Unterlagen die Ihnen sicherlich helfen"
149
 
150
+ #: admin-views/admin-welcome-message.php:47
151
+ #@ tribe-events-calendar
152
  msgid "FAQs, Documentation, Tutorials and Forums"
153
+ msgstr "FAQs, Dokumentation, Tutorials und Foren"
154
 
155
+ #: admin-views/admin-welcome-message.php:50
156
+ #@ tribe-events-calendar
157
  msgid "Release Notes"
158
+ msgstr "Release Notes"
159
 
160
+ #: admin-views/admin-welcome-message.php:51
161
+ #@ tribe-events-calendar
162
  msgid "Get the Skinny on the Latest Updates"
163
+ msgstr "Erhalten Sie Infos über die aktuellen Updates"
164
 
165
+ #: admin-views/admin-welcome-message.php:54
166
+ #@ tribe-events-calendar
167
  msgid "Product Releases, Tutorials and Community Activity"
168
+ msgstr "Produkt Releases, Tutorials und Community Aktivitäten"
169
 
170
+ #: admin-views/app-shop.php:4
171
+ #@ tribe-events-calendar
172
  msgid "Tribe Event Add-Ons"
173
  msgstr "Tribe Event Add-Ons"
174
 
175
+ #: admin-views/app-shop.php:54
176
+ #@ tribe-events-calendar
177
  msgid "Version"
178
  msgstr "Version"
179
 
180
+ #: admin-views/app-shop.php:57
181
+ #@ tribe-events-calendar
182
  msgid "Last Update"
183
  msgstr "Letzte Aktualisierung"
184
 
185
+ #: admin-views/event-sidebar-options.php:13
186
+ #@ tribe-events-calendar
187
  msgid "Hide From Event Listings"
188
  msgstr "Auf der Veranstaltungsliste verstecken"
189
 
190
+ #: admin-views/event-sidebar-options.php:15
191
+ #@ tribe-events-calendar
192
  msgid "Sticky in Calendar View"
193
  msgstr "Hervorheben in der Kalenderansicht"
194
 
195
+ #: admin-views/events-meta-box.php:33
196
+ #@ tribe-events-calendar
197
  msgid "Event Time &amp; Date"
198
  msgstr "Veranstaltungsdatum und -zeit"
199
 
200
+ #: admin-views/events-meta-box.php:40
201
+ #@ tribe-events-calendar
202
+ 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."
203
+ msgstr "Sie haben die Wiederholungs-Regeln für diese Veranstaltung verändert. Wenn Sie die Veranstaltung jetzt speichern, werden auch alle damit verbundenen und in der Zukunft liegenden Veranstaltungen so aktualisiert. Wenn Sie dies nicht vorhatten, dann laden Sie bitte diese Seite neu (aber nicht 'Speichern' / 'Aktualisieren')."
204
+
205
+ #: admin-views/events-meta-box.php:43
206
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
207
  msgid "All Day Event:"
208
+ msgstr "Ganztägige Veranstaltung?"
209
 
210
+ #: admin-views/events-meta-box.php:49
211
+ #@ tribe-events-calendar
212
  msgid "Start Date &amp; Time:"
213
+ msgstr "Beginn"
214
 
215
+ #: admin-views/events-meta-box.php:52
216
+ #: admin-views/events-meta-box.php:73
217
+ #@ tribe-events-calendar
218
  msgid "YYYY-MM-DD"
219
  msgstr "TT.MM.JJJJ"
220
 
221
+ #: admin-views/events-meta-box.php:70
222
+ #@ tribe-events-calendar
223
  msgid "End Date &amp; Time:"
224
+ msgstr "Ende"
225
 
226
+ #: admin-views/events-meta-box.php:98
227
+ #@ tribe-events-calendar
228
  msgid "Event Location Details"
229
  msgstr "Informationen zum Veranstaltungsort"
230
 
231
+ #: admin-views/events-meta-box.php:107
232
+ #@ tribe-events-calendar
233
  msgid "Event Organizer Details"
234
  msgstr "Informationen zum Veranstalter"
235
 
236
+ #: admin-views/events-meta-box.php:116
237
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:66
238
+ #@ tribe-events-calendar
239
  msgid "Event Website"
240
  msgstr "Veranstaltungswebseite"
241
 
242
+ #: admin-views/events-meta-box.php:119
243
+ #@ tribe-events-calendar
244
  msgid "URL:"
245
  msgstr "URL:"
246
 
247
+ #: admin-views/events-meta-box.php:133
248
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
249
+ #@ tribe-events-calendar
250
  msgid "Event Cost"
251
  msgstr "Kosten"
252
 
253
+ #: admin-views/events-meta-box.php:136
254
+ #@ tribe-events-calendar
255
  msgid "Currency Symbol:"
256
  msgstr "Währungssymbol:"
257
 
258
+ #: admin-views/events-meta-box.php:151
259
+ #@ tribe-events-calendar
260
  msgctxt "Currency symbol position"
261
  msgid "Before cost"
262
  msgstr "Vor Eintritt"
263
 
264
+ #: admin-views/events-meta-box.php:154
265
+ #@ tribe-events-calendar
266
  msgctxt "Currency symbol position"
267
  msgid "After cost"
268
  msgstr "Nach Eintritt"
269
 
270
+ #: admin-views/events-meta-box.php:159
271
+ #: public/advanced-functions/meta.php:373
272
+ #: views/modules/meta/details.php:96
273
+ #@ tribe-events-calendar
274
  msgid "Cost:"
275
  msgstr "Kosten:"
276
 
277
+ #: admin-views/events-meta-box.php:167
278
+ #@ tribe-events-calendar
279
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
280
+ msgstr "Geben Sie 0 für eine kostenlose Veranstaltung ein oder lassen Sie das Feld leer, um es zu verbergen."
 
 
281
 
282
+ #: admin-views/organizer-meta-box.php:14
283
+ #: admin-views/venue-meta-box.php:22
 
284
  #, php-format
285
+ #@ tribe-events-calendar
286
  msgid "%s Name:"
287
+ msgstr "Name %s:"
288
+
289
+ #: admin-views/organizer-meta-box.php:21
290
+ #: admin-views/tickets/attendees.php:52
291
+ #: admin-views/venue-meta-box.php:109
292
+ #: public/advanced-functions/meta.php:476
293
+ #: public/advanced-functions/meta.php:549
294
+ #: views/modules/meta/organizer.php:24
295
+ #: views/modules/meta/venue.php:40
296
+ #@ tribe-events-calendar
297
  msgid "Phone:"
298
  msgstr "Telefon:"
299
 
300
+ #: admin-views/organizer-meta-box.php:27
301
+ #: admin-views/tickets/attendees.php:61
302
+ #: admin-views/venue-meta-box.php:116
303
+ #: public/advanced-functions/meta.php:418
304
+ #: public/advanced-functions/meta.php:506
305
+ #: public/advanced-functions/meta.php:579
306
+ #: views/modules/meta/details.php:121
307
+ #: views/modules/meta/organizer.php:34
308
+ #: views/modules/meta/venue.php:45
309
+ #@ tribe-events-calendar
310
  msgid "Website:"
311
  msgstr "Webseite:"
312
 
313
+ #: admin-views/organizer-meta-box.php:33
314
+ #: public/advanced-functions/meta.php:564
315
+ #: views/modules/meta/organizer.php:29
316
+ #@ tribe-events-calendar
317
  msgid "Email:"
318
  msgstr "E-Mail:"
319
 
320
+ #: admin-views/organizer-meta-box.php:34
321
+ #@ tribe-events-calendar
322
+ msgid "You may want to consider <a href=\"http://wordpress.org/plugins/tags/obfuscate\">obfuscating</a> any e-mail address published on your site to best avoid it getting harvested by spammers."
323
+ msgstr "Um E-Mails vor Spam zu schützen, werden diese durch das <a href=\"http://wordpress.org/plugins/obfuscate-email/\">Obfuscate Plugin</a> verschleiert."
 
 
 
 
 
 
324
 
325
+ #: admin-views/tickets/attendees.php:11
326
+ #: admin-views/tickets/list.php:41
327
+ #: lib/tickets/tribe-tickets-pro.php:74
328
+ #@ tribe-events-calendar
329
  msgid "Attendees"
330
  msgstr "Teilnehmer"
331
 
332
+ #: admin-views/tickets/attendees.php:17
333
+ #@ tribe-events-calendar
334
  msgid "Event Summary"
335
  msgstr "Veranstaltungszusammenfassung"
336
 
337
+ #: admin-views/tickets/attendees.php:23
338
+ #@ tribe-events-calendar
339
  msgid "Event Details"
340
  msgstr "Veranstaltungsdetails"
341
 
342
+ #: admin-views/tickets/attendees.php:25
343
+ #@ tribe-events-calendar
344
  msgid "Start Date / Time:"
345
+ msgstr "Beginn"
346
 
347
+ #: admin-views/tickets/attendees.php:29
348
+ #@ tribe-events-calendar
349
  msgid "End Date / Time:"
350
+ msgstr "Ende"
351
 
352
+ #: admin-views/tickets/attendees.php:69
353
+ #@ tribe-events-calendar
354
  msgid "Ticket Sales"
355
  msgstr "Kartenverkäufe"
356
 
357
+ #: admin-views/tickets/attendees.php:86
358
  #, php-format
359
+ #@ tribe-events-calendar
360
  msgid "(%d awaiting review)"
361
  msgid_plural "(%d awaiting review)"
362
+ msgstr[0] "(%d Freigabe ausstehend)"
363
+ msgstr[1] "(%d Freigaben ausstehend)"
364
 
365
+ #: admin-views/tickets/attendees.php:90
366
+ #, fuzzy, php-format, php-format, php-format
367
+ #@ tribe-events-calendar
368
  msgid "Sold %d %s"
369
  msgstr "%d verkauft"
370
 
371
+ #: admin-views/tickets/attendees.php:93
372
+ #, fuzzy, php-format, php-format, php-format
373
+ #@ tribe-events-calendar
374
  msgid "Sold %d of %d %s"
375
  msgstr "%d von %d verkauft"
376
 
377
+ #: admin-views/tickets/attendees.php:111
378
+ #@ tribe-events-calendar
379
  msgid "Tickets sold:"
380
  msgstr "Karten verkauft:"
381
 
382
+ #: admin-views/tickets/attendees.php:118
383
+ #@ tribe-events-calendar
384
  msgid "Finalized:"
385
+ msgstr "Finalisiert:"
386
 
387
+ #: admin-views/tickets/attendees.php:121
388
+ #@ tribe-events-calendar
389
  msgid "Awaiting review:"
390
+ msgstr "Freigabe ausstehend"
391
 
392
+ #: admin-views/tickets/attendees.php:128
393
+ #@ tribe-events-calendar
394
  msgid "Checked in:"
395
  msgstr "Eingecheckt in:"
396
 
397
+ #: admin-views/tickets/attendees.php:146
398
+ #@ tribe-events-calendar
399
  msgid "Send the attendee list by email"
400
  msgstr "Die Teilnehmerliste per E-Mail versenden"
401
 
402
+ #: admin-views/tickets/attendees.php:150
403
+ #@ tribe-events-calendar
404
  msgid "Select a User:"
405
  msgstr "Nutzer wählen:"
406
 
407
+ #: admin-views/tickets/attendees.php:155
408
+ #@ tribe-events-calendar
409
  msgid "Select..."
410
  msgstr "Wählen..."
411
 
412
+ #: admin-views/tickets/attendees.php:160
413
+ #@ tribe-events-calendar
414
  msgid "or"
415
  msgstr "oder"
416
 
417
+ #: admin-views/tickets/attendees.php:162
418
+ #@ tribe-events-calendar
419
  msgid "Email Address:"
420
  msgstr "E-Mail Adresse:"
421
 
422
+ #: admin-views/tickets/list.php:21
423
+ #@ tribe-events-calendar
424
  msgid "Edit"
425
  msgstr "Bearbeiten"
426
 
427
+ #: admin-views/tickets/list.php:22
428
+ #: lib/tickets/tribe-tickets-attendees.php:235
429
+ #@ tribe-events-calendar
430
  msgid "Delete"
431
  msgstr "Löschen"
432
 
433
+ #: admin-views/tickets/list.php:24
 
434
  #, php-format
435
+ #@ tribe-events-calendar
436
  msgid "Edit in %s"
437
  msgstr "Bearbeiten in %s"
438
 
439
+ #: admin-views/tickets/list.php:27
440
+ #@ tribe-events-calendar
441
  msgid "View"
442
  msgstr "Ansehen"
443
 
444
+ #: admin-views/tickets/list.php:41
445
+ #: lib/tickets/tribe-tickets-pro.php:74
446
+ #@ tribe-events-calendar
447
  msgid "See who purchased tickets to this event"
448
  msgstr "Anzeigen wer Karten für die Veranstaltung gekauft hat"
449
 
450
+ #: admin-views/tickets/list.php:67
 
451
  #, php-format
452
+ #@ tribe-events-calendar
453
  msgid "Sold %d"
454
  msgstr "%d verkauft"
455
 
456
+ #: admin-views/tickets/list.php:69
 
457
  #, php-format
458
+ #@ tribe-events-calendar
459
  msgid "Sold %d of %d"
460
  msgstr "%d von %d verkauft"
461
 
462
+ #: admin-views/tickets/meta-box.php:23
463
+ #@ tribe-events-calendar
464
+ msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
465
+ msgstr "Diese Veranstaltung wurde durch Community Events erstellt. Wollen Sie wirklich Karten dafür veraufen?"
 
 
 
 
466
 
467
+ #: admin-views/tickets/meta-box.php:34
468
+ #@ tribe-events-calendar
469
  msgid "Upload image for the ticket header"
470
  msgstr "Laden Sie ein Bild für den Kartenheader hoch"
471
 
472
+ #: admin-views/tickets/meta-box.php:35
473
+ #@ tribe-events-calendar
474
+ msgid "The maximum image size in the email will be 580px wide by any height, and then scaled for mobile. If you would like \"retina\" support use an image sized to 1160px wide."
475
+ msgstr "Die maximale Bildgröße in der E-Mail beträgt 580px in Höhe und Breite. Es wird für Mobilgeräte verkleinert. Wenn Sie Retina-Displays unterstützen nutzen wollen, verwenden Sie Bild mit einer Breite von 1160px."
 
 
 
 
 
 
476
 
477
+ #: admin-views/tickets/meta-box.php:38
478
+ #@ tribe-events-calendar
479
  msgid "Select an Image"
480
  msgstr "Ein Bild auswählen"
481
 
482
+ #: admin-views/tickets/meta-box.php:46
483
+ #@ default
484
  msgid "Remove"
485
  msgstr "Entfernen"
486
 
487
+ #: admin-views/tickets/meta-box.php:64
488
+ #: admin-views/tickets/meta-box.php:74
489
+ #@ tribe-events-calendar
490
  msgid "Add new ticket"
491
  msgstr "Eine Neue Karte erstellen"
492
 
493
+ #: admin-views/tickets/meta-box.php:75
494
+ #@ tribe-events-calendar
495
  msgid "Edit ticket"
496
  msgstr "Karte bearbeiten"
497
 
498
+ #: admin-views/tickets/meta-box.php:81
499
+ #@ tribe-events-calendar
500
  msgid "Sell using:"
501
  msgstr "Verkaufen mit:"
502
 
503
+ #: admin-views/tickets/meta-box.php:98
504
+ #@ tribe-events-calendar
505
  msgid "Ticket Name:"
506
  msgstr "Karten Name:"
507
 
508
+ #: admin-views/tickets/meta-box.php:105
509
+ #@ tribe-events-calendar
510
  msgid "Ticket Description:"
511
  msgstr "Karten Beschreibung:"
512
 
513
+ #: admin-views/tickets/meta-box.php:114
514
+ #@ tribe-events-calendar
515
  msgid "Price:"
516
  msgstr "Preis:"
517
 
518
+ #: admin-views/tickets/meta-box.php:120
519
+ #@ tribe-events-calendar
520
  msgid "(0 or empty for free tickets)"
521
  msgstr "(0 eingeben oder leer lassen für kostenlosen Eintritt)"
522
 
523
+ #: admin-views/tickets/meta-box.php:126
524
+ #@ tribe-events-calendar
525
  msgid "Start sale:"
526
  msgstr "Verkaufsstart:"
527
 
528
+ #: admin-views/tickets/meta-box.php:150
529
+ #@ tribe-events-calendar
530
  msgid "End sale:"
531
  msgstr "Verkaufsende:"
532
 
533
+ #: admin-views/tickets/meta-box.php:172
534
+ #@ tribe-events-calendar
535
+ msgid "When will ticket sales occur? If you don't set a start/end date for sales, tickets will be available from now until the event ends."
536
+ msgstr "Wann soll der Kartenverkauf stattfinden? Wenn kein Verkaufsstart/ -ende festgelegt wird, werden Karten von jetzt bis zum Veranstaltungsende angeboten."
 
 
 
 
 
537
 
538
+ #: admin-views/tickets/meta-box.php:184
539
+ #@ tribe-events-calendar
540
  msgid "Save this ticket"
541
  msgstr "Ticket abspeichern"
542
 
543
+ #: admin-views/tribe-options-display.php:4
544
+ #@ tribe-events-calendar
545
  msgid "Default Events Template"
546
  msgstr "Standard Veranstaltungsvorlage"
547
 
548
+ #: admin-views/tribe-options-display.php:5
549
+ #@ tribe-events-calendar
550
  msgid "Default Page Template"
551
  msgstr "Standard-Seitenvorlage (WordPress)"
552
 
553
+ #: admin-views/tribe-options-display.php:32
554
+ #@ tribe-events-calendar
555
  msgid "Display Settings"
556
  msgstr "Darstellungsoptionen"
557
 
558
+ #: admin-views/tribe-options-display.php:37
 
559
  #, php-format
560
+ #@ tribe-events-calendar
561
+ msgid "<p>The settings below control the display of your calendar. If things don't look right, try switching between the three style sheet options or pick a page template from your theme.</p><p>There are going to be situations where no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s\">our themer's guide</a> for instructions on custom modifications. Want to create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View plugin from Github</a></p>"
562
+ msgstr "<p>Die Einstellungen steuern die Ansicht Ihres Kalenders. Falls etwas nicht richtig angezeigt wird, versuchen Sie zwischen den drei Stylingoptionen zu wechseln oder nutzen Sie eine Vorlage Ihres Wordpress Themes.</p><p>Die mitgelieferte Vorlage passt möglicherweise nicht für jeden Zweck optimal. Lesen Sie dazu unseren <a href=\"%s\">\"Themer's Guide\"</a> für Informationen zu eigenen Modifikationen. Wenn Sie eine neue Ansicht (View) erstellen wollen, nutzen Sie ein <a href=\"%s\">Beispiel View Plugin von Github</a></p>"
563
+
564
+ #: admin-views/tribe-options-display.php:52
565
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  msgid "Basic Template Settings"
567
  msgstr "Grundeinstellungen des Templates"
568
 
569
+ #: admin-views/tribe-options-display.php:56
570
+ #@ tribe-events-calendar
571
  msgid "Default stylesheet used for events templates"
572
  msgstr "Standard Stylesheet für die Veranstaltungsansicht"
573
 
574
+ #: admin-views/tribe-options-display.php:59
575
+ #@ tribe-events-calendar
576
  msgid "Skeleton Styles"
577
  msgstr "Skeleton Style"
578
 
579
+ #: admin-views/tribe-options-display.php:61
580
+ #@ tribe-events-calendar
581
+ msgid "Only includes enough css to achieve complex layouts like calendar and week view."
582
+ msgstr "Enthält nur Basis CSS Angaben, um Layouts wie den Kalender oder die Wochenansicht darzustellen."
 
 
 
 
583
 
584
+ #: admin-views/tribe-options-display.php:63
585
+ #@ tribe-events-calendar
586
  msgid "Full Styles"
587
  msgstr "Kompletter Style"
588
 
589
+ #: admin-views/tribe-options-display.php:65
590
+ #@ tribe-events-calendar
591
  msgid "More detailed styling, tries to grab styles from your theme."
592
  msgstr "Aufwändigere Darstellung. Nutzt CSS Ihres Themes."
593
 
594
+ #: admin-views/tribe-options-display.php:67
595
+ #@ tribe-events-calendar
596
  msgid "Tribe Events Styles"
597
  msgstr "Tribe Event Style"
598
 
599
+ #: admin-views/tribe-options-display.php:69
600
+ #@ tribe-events-calendar
601
  msgid "A fully designed and styled theme for your events pages."
602
  msgstr "Ein komplett designter Theme für Ihre Veranstaltungsseite."
603
 
604
+ #: admin-views/tribe-options-display.php:76
605
+ #@ tribe-events-calendar
606
  msgid "Events template"
607
  msgstr "Veranstaltungsvorlage"
608
 
609
+ #: admin-views/tribe-options-display.php:77
610
+ #@ tribe-events-calendar
611
+ msgid "Choose a page template to control the appearance of your calendar and event content."
612
+ msgstr "Wählen Sie eine Seitenvorlage für die Darstellung des Veranstaltungskalenders."
 
 
 
 
613
 
614
+ #: admin-views/tribe-options-display.php:85
615
+ #@ tribe-events-calendar
616
  msgid "Enable event views"
617
  msgstr "Veranstaltungsansicht wählen"
618
 
619
+ #: admin-views/tribe-options-display.php:86
620
+ #@ tribe-events-calendar
621
  msgid "You must select at least one view."
622
  msgstr "Es muss mindestens eine Ansicht gewählt werden."
623
 
624
+ #: admin-views/tribe-options-display.php:93
625
+ #@ tribe-events-calendar
626
  msgid "Default view"
627
  msgstr "Standardansicht"
628
 
629
+ #: admin-views/tribe-options-display.php:101
630
+ #@ tribe-events-calendar
631
  msgid "Disable the Event Search Bar"
632
  msgstr "Veranstaltungssuchleiste deaktivieren"
633
 
634
+ #: admin-views/tribe-options-display.php:102
635
+ #@ tribe-events-calendar
636
  msgid "Check this to use the classic header."
637
  msgstr "Auswählen, um die klassische Suchleiste im Frontend anzuzeigen."
638
 
639
+ #: admin-views/tribe-options-display.php:108
640
+ #@ tribe-events-calendar
641
  msgid "Month view events per day"
642
  msgstr "Monatsansicht - Veranstaltungen pro Tag"
643
 
644
+ #: admin-views/tribe-options-display.php:109
645
+ #@ tribe-events-calendar
646
  msgid "Allow more than the default 3 events per day in month view."
647
  msgstr "Maximal angezeigte Anzahl von Veranstaltungen in der Monatsansicht."
648
 
649
+ #: admin-views/tribe-options-display.php:116
650
+ #@ tribe-events-calendar
651
  msgid "Date Format Settings"
652
  msgstr "Einstellungen Datumsformat"
653
 
654
+ #: admin-views/tribe-options-display.php:120
655
+ #@ tribe-events-calendar
656
+ msgid "<p>The following three fields accept the date format options available to the php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date format here</a>.</p>"
657
+ msgstr "<p>In die folgenden drei Felder können die Formatierungsoptionen der php date() Funktion verwendet werden. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Erfahren Sie hier mehr über die Formatierungsmöglichkeiten</a>.</p>"
 
 
 
 
 
 
 
 
658
 
659
+ #: admin-views/tribe-options-display.php:124
660
+ #@ tribe-events-calendar
661
  msgid "Date with year"
662
  msgstr "Datum mit Jahresangabe"
663
 
664
+ #: admin-views/tribe-options-display.php:125
665
+ #@ tribe-events-calendar
666
+ msgid "Enter the format to use for displaying dates with the year. Used when showing an event from a past or future year, also used for dates in view headers."
667
+ msgstr "Geben Sie das Format ein, das für die Anzeige eines Datum inkl. Jahrangabe verwendet werden soll. Wird benutzt, wenn eine aktuelle oder vergangene Veranstaltung angezeigt wird und bei einem Datum im Kopfbereich."
 
 
 
 
 
 
668
 
669
+ #: admin-views/tribe-options-display.php:132
670
+ #@ tribe-events-calendar
671
  msgid "Date without year"
672
  msgstr "Datum ohne Jahresangabe"
673
 
674
+ #: admin-views/tribe-options-display.php:133
675
+ #@ tribe-events-calendar
676
+ msgid "Enter the format to use for displaying dates without a year. Used when showing an event from the current year."
677
+ msgstr "Geben Sie das Format ein, das für die Anzeige eines Datum ohne Jahresangabe verwendet werden soll. Wird benutzt, wenn eine aktuelle Veranstaltung angezeigt wird."
 
 
 
 
 
678
 
679
+ #: admin-views/tribe-options-display.php:140
680
+ #@ tribe-events-calendar
681
  msgid "Month and year format"
682
  msgstr "Monat und Jahr Format"
683
 
684
+ #: admin-views/tribe-options-display.php:141
685
+ #@ tribe-events-calendar
686
+ msgid "Enter the format to use for dates that show a month and year only. Used on month view."
687
+ msgstr "Geben Sie das Format ein, das für die Anzeige eines Datum, bei dem nur der Monat und das Jahr angezeigt wird. Wird bei der Monatsansicht verwendet."
 
 
 
 
688
 
689
+ #: admin-views/tribe-options-display.php:148
690
+ #@ tribe-events-calendar
691
  msgid "Date time separator"
692
  msgstr "Datum Zeit Trennzeichen"
693
 
694
+ #: admin-views/tribe-options-display.php:149
695
+ #@ tribe-events-calendar
696
+ msgid "Enter the separator that will be placed between the date and time, when both are shown."
697
+ msgstr "Geben Sie das Trennzeichen ein, das Datum und Uhrzeit trennt, wenn beides angezeigt wird."
 
 
 
 
698
 
699
+ #: admin-views/tribe-options-display.php:156
700
+ #@ tribe-events-calendar
701
  msgid "Time range separator"
702
  msgstr "Zeitraum Trennzeichen"
703
 
704
+ #: admin-views/tribe-options-display.php:157
705
+ #@ tribe-events-calendar
706
+ msgid "Enter the separator that will be used between the start and end time of an event."
707
+ msgstr "Geben Sie das Trennzeichen ein, das die Start- und Ende Uhrzeit einer Veranstaltung trennt."
 
 
 
 
708
 
709
+ #: admin-views/tribe-options-display.php:164
710
+ #@ tribe-events-calendar
711
  msgid "Datepicker Date Format"
712
  msgstr "Datumswahl Format (\\\"Datepicker\\\")"
713
 
714
+ #: admin-views/tribe-options-display.php:165
715
+ #@ tribe-events-calendar
716
  msgid "Select the date format to use in datepickers"
717
+ msgstr "Wählen Sie das Datumsformat, welches bei der Datumwahl (\\\"Datepicker\\\") verwendet wird."
 
 
718
 
719
+ #: admin-views/tribe-options-display.php:182
720
+ #@ tribe-events-calendar
721
  msgid "Advanced Template Settings"
722
  msgstr "Erweiterte Vorlagen Einstellungen"
723
 
724
+ #: admin-views/tribe-options-display.php:186
725
+ #@ tribe-events-calendar
726
  msgid "Add HTML before event content"
727
  msgstr "Folgender HTML-Code wird VOR der Veranstaltung hinzugefügt"
728
 
729
+ #: admin-views/tribe-options-display.php:187
730
+ #@ tribe-events-calendar
731
+ msgid "If you are familiar with HTML, you can add additional code before the event template. Some themes may require this to help with styling or layout."
732
+ msgstr "Wenn Sie mit HTML vertraut sind, können Sie Code VOR der Veranstaltungsvorlage einfügen. Bei einigen Themes kann dies für Anpassungen am Layout und Design notwendig sein."
 
 
 
 
 
733
 
734
+ #: admin-views/tribe-options-display.php:192
735
+ #@ tribe-events-calendar
736
  msgid "Add HTML after event content"
737
  msgstr "Folgender HTML-Code wird NACH der Veranstaltung hinzugefügt"
738
 
739
+ #: admin-views/tribe-options-display.php:193
740
+ #@ tribe-events-calendar
741
+ msgid "If you are familiar with HTML, you can add additional code after the event template. Some themes may require this to help with styling or layout."
742
+ msgstr "Wenn Sie mit HTML vertraut sind, können Sie Code HINTER der Veranstaltungsvorlage einfügen. Bei einigen Themes kann dies für Anpassungen am Layout und Design notwendig sein."
 
 
 
 
 
743
 
744
+ #: admin-views/tribe-options-general.php:15
745
+ #@ tribe-events-calendar
746
  msgid "Finding & extending your calendar."
747
  msgstr "Ihren Kalender finden und erweitern."
748
 
749
+ #: admin-views/tribe-options-general.php:20
750
+ #@ tribe-events-calendar
751
  msgid "Finding your calendar."
752
  msgstr "Ihren Kalender finden."
753
 
754
+ #: admin-views/tribe-options-general.php:25
755
+ #@ tribe-events-calendar
756
  msgid "Where's my calendar?"
757
  msgstr "Wo ist mein Kalender?"
758
 
759
+ #: admin-views/tribe-options-general.php:25
760
+ #@ tribe-events-calendar
761
  msgid "Right here"
762
  msgstr "Genau hier"
763
 
764
+ #: admin-views/tribe-options-general.php:29
765
+ #@ tribe-events-calendar
766
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
767
+ msgstr "Wünschen Sie erweiterte Funktionalität, einschließlich wiederkehrender Veranstaltungen, benutzerdefinierten Meta-Informationen, Community-Veranstaltungen, Ticketverkäufen und mehr?"
 
 
 
 
 
768
 
769
+ #: admin-views/tribe-options-general.php:29
770
+ #@ tribe-events-calendar
771
  msgid "Check out the available add-ons"
772
  msgstr "Schauen Sie sich die verfügbaren Erweiterungen an"
773
 
774
+ #: admin-views/tribe-options-general.php:34
775
+ #@ tribe-events-calendar
776
  msgid "We hope our plugin is helping you out."
777
  msgstr "Wir hoffen, dass Plugin gefällt Ihnen."
778
 
779
+ #: admin-views/tribe-options-general.php:38
780
+ #@ tribe-events-calendar
781
+ 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."
782
+ msgstr "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des Veranstaltungskalenders."
 
 
 
 
 
 
 
783
 
784
+ #: admin-views/tribe-options-general.php:38
785
+ #: admin-views/tribe-options-general.php:43
786
+ #@ tribe-events-calendar
787
  msgid "See an example of the link"
788
  msgstr "Dies ist ein Beispiellink"
789
 
790
+ #: admin-views/tribe-options-general.php:43
791
+ #@ tribe-events-calendar
792
+ 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."
793
+ msgstr "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des Veranstaltungskalenders."
 
 
 
 
 
 
 
794
 
795
+ #: admin-views/tribe-options-general.php:48
796
+ #@ tribe-events-calendar
797
  msgid "Show The Events Calendar link"
798
  msgstr "Den Link zum Veranstaltungskalender anzeigen"
799
 
800
+ #: admin-views/tribe-options-general.php:62
801
+ #@ tribe-events-calendar
802
  msgid "General Settings"
803
  msgstr "Allgemeine Einstellungen"
804
 
805
+ #: admin-views/tribe-options-general.php:66
806
+ #@ tribe-events-calendar
807
  msgid "Number of events to show per page"
808
  msgstr "Anzahl der Veranstaltungen pro Seite"
809
 
810
+ #: admin-views/tribe-options-general.php:73
811
+ #@ tribe-events-calendar
812
  msgid "Use Javascript to control date filtering"
813
  msgstr "Javascript nutzen, um nach Datum zu filtern"
814
 
815
+ #: admin-views/tribe-options-general.php:74
816
+ #@ tribe-events-calendar
817
+ msgid "This option is disabled when \"Disable the Event Search Bar\" is checked on the Display settings tab."
818
+ msgstr "Diese Option is deaktiviert, wenn \"Benutzen Sie die Veranstaltungssuchleiste\" im Abzeigen Tab aktiviert ist."
 
 
 
 
819
 
820
+ #: admin-views/tribe-options-general.php:74
821
+ #@ tribe-events-calendar
822
+ msgid "Enable live ajax for datepicker on front end (User submit not required)."
823
+ msgstr "Aktiviere Live Ajax für die Datumsauswahl im Frontend (Nutzerbestätigung nicht benötigt)."
 
 
 
824
 
825
+ #: admin-views/tribe-options-general.php:82
826
+ #@ tribe-events-calendar
827
  msgid "Show comments"
828
  msgstr "Kommentare anzeigen"
829
 
830
+ #: admin-views/tribe-options-general.php:83
831
+ #@ tribe-events-calendar
832
  msgid "Enable comments on event pages."
833
  msgstr "Kommentare auf den Veranstaltungsseiten aktivieren."
834
 
835
+ #: admin-views/tribe-options-general.php:89
836
+ #@ tribe-events-calendar
837
  msgid "Include events in main blog loop"
838
+ msgstr "Veranstaltungen in Blog Loop integrieren (Veranstaltungen werden zusammen mit den normalen Artikel angezeigt)"
 
 
839
 
840
+ #: admin-views/tribe-options-general.php:90
841
+ #@ tribe-events-calendar
842
+ msgid "Show events with the site's other posts. When this box is checked, events will also continue to appear on the default events page."
843
+ msgstr "Veranstaltungen gemeinsam mit anderen Beiträgen anzeigen. Wenn diese Option gewählt ist, werden Veranstaltungen trotzdem auf der Standard Veranstaltungsseite weiter angezeigt."
 
 
 
 
 
844
 
845
+ #: admin-views/tribe-options-general.php:96
846
+ #: admin-views/tribe-options-general.php:102
847
+ #@ tribe-events-calendar
848
  msgid "Events URL slug"
849
  msgstr "URL-Slug (Permalink) für Veranstaltungen"
850
 
851
+ #: admin-views/tribe-options-general.php:97
 
852
  #, php-format
853
+ #@ tribe-events-calendar
854
+ 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=\"%s\">%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php\">enable pretty permalinks</a>."
855
+ msgstr "So lange keine benutzerdefinierten Permalinks aktiviert sind, können Sie den Link zum Veranstaltungskalender nicht bearbeiten. Die aktuelle URL der Veranstaltungsseite ist: <a href=\"%s\">%s</a>. Um die URL's zu ändern gehen Sie zu <a href=\"%soptions-permalink.php\">Benutzerdefinierte Permalinks aktivieren</a>."
856
+
857
+ #: admin-views/tribe-options-general.php:109
858
+ #: public/template-tags/options.php:20
859
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
860
  msgid "The slug used for building the events URL."
861
  msgstr "Der Slug (Permalink) für die Veranstaltungs-URL."
862
 
863
+ #: admin-views/tribe-options-general.php:109
 
864
  #, php-format
865
+ #@ tribe-events-calendar
866
  msgid "Your current events URL is: %s"
867
  msgstr "Die aktuelle URL für Veranstaltungen ist: %s"
868
 
869
+ #: admin-views/tribe-options-general.php:114
870
+ #: public/template-tags/options.php:39
871
+ #@ tribe-events-calendar
872
  msgid "Here is the iCal feed URL for your events:"
873
  msgstr "Hier befindet sich die iCal Feed URL für Ihre Veranstaltungen:"
874
 
875
+ #: admin-views/tribe-options-general.php:119
876
+ #@ tribe-events-calendar
877
  msgid "Single event URL slug"
878
  msgstr "Die URL für einzelne Veranstaltungen"
879
 
880
+ #: admin-views/tribe-options-general.php:126
 
881
  #, php-format
882
+ #@ tribe-events-calendar
883
+ msgid "The above should ideally be plural, and this singular.<br />Your single event URL is: %s"
884
+ msgstr "Die obere sollte idealer Weise im Plural geschrieben werden, diese im Singular.<br />Ihre URL für einzelne Veranstaltungen lautet: %s"
 
 
 
885
 
886
+ #: admin-views/tribe-options-general.php:131
887
+ #@ tribe-events-calendar
888
  msgid "End of day cutoff"
889
  msgstr "Neuer Tag ab"
890
 
891
+ #: admin-views/tribe-options-general.php:164
892
+ #@ tribe-events-calendar
893
+ msgid "Have an event that runs past midnight? Select a time after that event's end to avoid showing the event on the next day's calendar."
894
+ msgstr "Gibt es Veranstaltungen, welche bis nach Mitternacht gehen? Wählen Sie eine Zeit, nach der das Veranstaltungsende liegt, um nicht am nächsten Tag auch im Kalender angezeigt wird."
 
 
 
 
 
895
 
896
+ #: admin-views/tribe-options-general.php:169
897
+ #@ tribe-events-calendar
898
  msgid "Default currency symbol"
899
  msgstr "Standard Währungssymbol"
900
 
901
+ #: admin-views/tribe-options-general.php:170
902
+ #@ tribe-events-calendar
903
+ msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
904
+ msgstr "Legen Sie das Standard Währungssymbol für die Veranstaltungspreise fest. Bitte beachten Sie, dass dies nur zukünftige Veranstaltungen betrifft und nicht vergangene Verstaltungen beeinflußt."
 
 
 
 
 
905
 
906
+ #: admin-views/tribe-options-general.php:177
907
+ #@ tribe-events-calendar
908
  msgid "Currency symbol follows value"
909
  msgstr "Währungssymbol nach dem Betrag anzeigen"
910
 
911
+ #: admin-views/tribe-options-general.php:178
912
+ #@ tribe-events-calendar
913
+ msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
914
+ msgstr "Das Währungssymbol ist normalerweise dem Betrag vorangestellt. Durch Aktivieren dieser Option wird das Währungssymbol hinter dem Betrag angezeigt."
 
 
 
 
915
 
916
+ #: admin-views/tribe-options-general.php:184
917
+ #@ tribe-events-calendar
918
  msgid "Map Settings"
919
  msgstr "Karten Einstellungen"
920
 
921
+ #: admin-views/tribe-options-general.php:188
922
+ #@ tribe-events-calendar
923
  msgid "Enable Google Maps"
924
+ msgstr "Google Karte aktivieren"
925
 
926
+ #: admin-views/tribe-options-general.php:189
927
+ #@ tribe-events-calendar
928
  msgid "Check to enable maps for events and venues."
929
+ msgstr "Aktivieren, um Veranstaltungen und Veranstaltungsorte in einer Karte anzuzeigen."
 
 
930
 
931
+ #: admin-views/tribe-options-general.php:196
932
+ #@ tribe-events-calendar
933
  msgid "Google Maps default zoom level"
934
  msgstr "Google Maps Standard Zoomstufe"
935
 
936
+ #: admin-views/tribe-options-general.php:197
937
+ #@ tribe-events-calendar
938
  msgid "0 = zoomed out; 21 = zoomed in."
939
  msgstr "0 = max herausgezoomt, 21 = maximal hineingezoomt."
940
 
941
+ #: admin-views/tribe-options-general.php:205
942
+ #@ tribe-events-calendar
943
  msgid "Miscellaneous Settings"
944
  msgstr "Verschiedene Einstellungen"
945
 
946
+ #: admin-views/tribe-options-general.php:209
947
+ #@ tribe-events-calendar
948
  msgid "Duplicate Venues &amp; Organizers"
949
  msgstr "Duplikate bei Veranstaltungsorten und Veranstaltern."
950
 
951
+ #: admin-views/tribe-options-general.php:209
952
+ #: lib/tribe-amalgamator.php:260
953
+ #@ tribe-events-calendar
954
  msgid "Merge Duplicates"
955
  msgstr "Duplikate zusammenführen"
956
 
957
+ #: admin-views/tribe-options-general.php:209
958
+ #@ tribe-events-calendar
959
+ msgid "You might find duplicate venues and organizers when updating The Events Calendar from a pre-3.0 version. Click this button to automatically merge identical venues and organizers."
960
+ msgstr "Sie können nach Duplikaten von Veranstaltungsorten und Veranstaltern suchen. Klicken Sie den Button und es werden exakt gleiche Veranstaltungsorte und Veranstalter (alle Felder werden vollständig verglichen) zusammengeführt."
 
 
 
 
 
 
961
 
962
+ #: admin-views/tribe-options-general.php:214
963
+ #@ tribe-events-calendar
964
  msgid "Debug mode"
965
  msgstr "Debug Modus"
966
 
967
+ #: admin-views/tribe-options-general.php:220
 
968
  #, php-format
969
+ #@ tribe-events-calendar
970
+ 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."
971
+ msgstr "Aktivieren Sie die Option, um Debuginformationen mit zu loggen. Standardmäßig werden die Informationen in Ihr PHP Server Error Log geschrieben. Wenn Sie die Debuginfos in Ihrem Browser sehen möchten, empfehlen wir das %s zu installieren. Die Ausgabe der Debuginfos finden Sie im \"Tribe\" Tab."
972
+
973
+ #: admin-views/tribe-options-general.php:220
974
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
975
  msgid "Debug Bar Plugin"
976
  msgstr "Debug Bar Plugin"
977
 
978
+ #: admin-views/tribe-options-help.php:28
979
+ #@ tribe-events-calendar
980
  msgctxt "not available"
981
  msgid "n/a"
982
  msgstr "n/v"
983
 
984
+ #: admin-views/tribe-options-help.php:29
985
+ #@ tribe-events-calendar
986
  msgid "You need to upgrade!"
987
  msgstr "Sie müssen updaten!"
988
 
989
+ #: admin-views/tribe-options-help.php:29
990
+ #@ tribe-events-calendar
991
  msgid "You are up to date!"
992
  msgstr "Sie sind auf dem neuesten Stand!"
993
 
994
+ #: admin-views/tribe-options-help.php:52
995
+ #@ tribe-events-calendar
996
  msgid "The Events Calendar PRO"
997
  msgstr "Der Events Calendar PRO"
998
 
999
+ #: admin-views/tribe-options-help.php:56
1000
+ #@ tribe-events-calendar
1001
  msgid "The Events Calendar: Eventbrite Tickets"
1002
  msgstr "The Events Calendar: Eventbrite Tickets"
1003
 
1004
+ #: admin-views/tribe-options-help.php:60
1005
+ #@ tribe-events-calendar
1006
  msgid "The Events Calendar: Community Events"
1007
  msgstr "The Events Calendar: Community Events"
1008
 
1009
+ #: admin-views/tribe-options-help.php:64
1010
+ #@ tribe-events-calendar
1011
  msgid "The Events Calendar: Facebook Events"
1012
  msgstr "The Events Calendar: Facebook Events"
1013
 
1014
+ #: admin-views/tribe-options-help.php:68
1015
+ #@ tribe-events-calendar
1016
  msgid "The Events Calendar: WooCommerce Tickets"
1017
  msgstr "The Events Calendar: WooCommerce Tickets"
1018
 
1019
+ #: admin-views/tribe-options-help.php:73
1020
+ #@ tribe-events-calendar
1021
  msgid "The Events Calendar: EDD Tickets"
1022
  msgstr "The Events Calendar: EDD Tickets"
1023
 
1024
+ #: admin-views/tribe-options-help.php:78
1025
+ #@ tribe-events-calendar
1026
  msgid "The Events Calendar: WPEC Tickets"
1027
  msgstr "The Events Calendar: WPEC Tickets"
1028
 
1029
+ #: admin-views/tribe-options-help.php:83
1030
+ #@ tribe-events-calendar
1031
  msgid "The Events Calendar: Shopp Tickets"
1032
  msgstr "The Events Calendar: Shopp Tickets"
1033
 
1034
+ #: admin-views/tribe-options-help.php:88
1035
+ #@ tribe-events-calendar
1036
  msgid "The Events Calendar: Filter Bar"
1037
  msgstr "Veranstaltungskalender: Filterleiste"
1038
 
1039
+ #: admin-views/tribe-options-help.php:94
1040
+ #@ tribe-events-calendar
1041
+ msgid "If you're looking for help with The Events Calendar, you've come to the right place. We are committed to helping make your calendar kick ass...and hope the resources provided below will help get you there."
1042
+ msgstr "Wenn Sie Unterstützung für den Events Caendar benötigen, sind Sie hier richtig. Wir versuchen Sie bestmöglich zu unterstützen, damit Ihr Kalender großartig aussieht. Die nachfolgenden Infos helfen Ihnen hoffentlich dabei."
 
 
 
 
 
 
1043
 
1044
+ #: admin-views/tribe-options-help.php:97
1045
+ #@ tribe-events-calendar
1046
+ msgid "If this is your first time using The Events Calendar, you're in for a treat and are already well on your way to creating a first event. Here are some basics we've found helpful for users jumping into it for the first time:"
1047
+ msgstr "Wenn Sie Events Calendar das erste Mal nutzen, sind Sie auf dem besten Weg Ihre erste Veranstaltung zu erstellen. Hier finden Sie Basiswissen, welches hilfreich bei der ersten Benutzung ist:"
 
 
 
 
 
 
1048
 
1049
+ #: admin-views/tribe-options-help.php:100
 
1050
  #, php-format
1051
+ #@ tribe-events-calendar
1052
+ msgid "%sOur New User Primer%s was designed for folks in your exact position. Featuring both step-by-step videos and written walkthroughs that feature accompanying screenshots, the primer aims to take you from zero to hero in no time."
1053
+ msgstr "Unser %sNew User Primer%s wurde für Personen wie Sie entwickelt. Step-by-Step Videos als auch ausführliche Anleitung inklusive Screenshots helfen Ihnen sich schnell zurecht zu finden."
 
 
 
 
 
 
1054
 
1055
+ #: admin-views/tribe-options-help.php:102
 
1056
  #, php-format
1057
+ #@ tribe-events-calendar
1058
+ msgid "%sInstallation/Setup FAQs%s from our support page can help give an overview of what the plugin can and cannot do. This section of the FAQs may be helpful as it aims to address any basic install questions not addressed by the new user primer."
1059
+ msgstr "Die %sInstallation/Setup FAQ%s von unserer Supportseite hilft Ihnen einen Überblick über die Funktionen des Plugins zu geben. Dieser Abschnitt der FAQ kann hilfreich sein, da er alle Basis Installationsfragen erläutert, welche nicht im \\\"New User Primer\\\" enthalten sind."
 
 
 
 
 
 
 
1060
 
1061
+ #: admin-views/tribe-options-help.php:104
 
1062
  #, php-format
1063
+ #@ tribe-events-calendar
1064
+ msgid "Are you developer looking to build your own frontend view? We created an example plugin that demonstrates how to register a new view. You can %sdownload the plugin at GitHub%s to get started."
1065
+ msgstr "Sind Sie ein Entwickler, welcher eine eigene Ansicht für Ihre Website entwickeln will? Wir haben ein Beispiel Plugin erstellt, welche demonstriert, wie eine neue \\\"View\\\" registriert werden kann. Sie können das %sPlugin auf GitHub%s herunterladen."
 
 
 
 
 
 
1066
 
1067
+ #: admin-views/tribe-options-help.php:106
1068
+ #@ tribe-events-calendar
1069
+ msgid "Otherwise, if you're feeling adventurous, you can get started by heading to the Events menu and adding your first event."
1070
+ msgstr "Wenn Sie direkt durchstarten möchten, können Sie jetzt im Veranstaltungen Menü Ihre erste Veranstaltungen erstellen."
 
 
 
 
1071
 
1072
+ #: admin-views/tribe-options-help.php:110
 
1073
  #, php-format
1074
+ #@ tribe-events-calendar
1075
+ msgid "We've redone our support page from the ground up in an effort to better help our users. Head over to our %sSupport Page%s and you'll find lots of great resources, including:"
1076
+ msgstr "Wir haben unsere Support Seite von Grund auf überarbeitet, um unsere Kunden besser unterstützen zu können. Wechseln Sie zu %sSupport Seite%s und finden Sie eine Vielzahl von Unterlagen, inklusive:"
 
 
 
 
 
1077
 
1078
+ #: admin-views/tribe-options-help.php:112
 
1079
  #, php-format
1080
+ #@ tribe-events-calendar
1081
+ msgid "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar &amp; Events Calendar PRO"
1082
+ msgstr "%sTemplate tags, Funktionen und Hooks & Filter%s für \" The Events Calendar &amp; Events Calendar PRO\""
 
 
 
1083
 
1084
+ #: admin-views/tribe-options-help.php:114
 
1085
  #, php-format
1086
+ #@ tribe-events-calendar
1087
+ msgid "%sFrequently Asked Questions%s ranging from the most basic setup questions to advanced themer tweaks"
1088
+ msgstr "%sFrequently Asked Questions%s für die Basis Setup Fragen für Anpassungen von Themes."
 
 
 
1089
 
1090
+ #: admin-views/tribe-options-help.php:116
 
1091
  #, php-format
1092
+ #@ tribe-events-calendar
1093
+ msgid "%sTutorials%s written by both members of our team and users from the community, covering custom queries, integration with third-party themes and plugins, etc."
1094
+ msgstr "%sTutorials%s, welche von Mitgliedern unseres Teams und Nutzern der Community erstellt wurden, welche individuelle Abfragen, die Integration von Themes von Drittanbietern und Plugins, etc. beschreiben."
 
 
 
 
 
1095
 
1096
+ #: admin-views/tribe-options-help.php:118
1097
+ #@ tribe-events-calendar
1098
+ msgid "Release notes for painting an overall picture of the plugin's lifecycle and when features/bug fixes were introduced."
1099
+ msgstr "Release Notes mit einer Übersicht über den Plugin Lifecylce und wann neue Features / Bug Fixes umgesetzt wurden."
 
 
 
 
1100
 
1101
+ #: admin-views/tribe-options-help.php:120
 
1102
  #, php-format
1103
+ #@ tribe-events-calendar
1104
+ msgid "%sAdd-on documentation%s for all of Modern Tribe's official extensions for The Events Calendar (including WooTickets, Community Events, Eventbrite Tickets, Facebook Events, etc)"
1105
+ msgstr "%sAdd-on Dokumentation%s für alle offiziellen Modern Tribe Erweiterungen für \\\" The Events Calendar\\\" (inklsuive WooTickets, Community Events, Eventbrite Tickets, Facebook Events, etc)"
 
 
 
 
 
1106
 
1107
+ #: admin-views/tribe-options-help.php:122
 
1108
  #, php-format
1109
+ #@ tribe-events-calendar
1110
+ msgid "We've also got a %sModern Tribe UserVoice%s page where we're actively watching for feature ideas from the community. If after playing with the plugin and reviewing the resources above, you're finding a feature isn't present that should be, let us know. Vote up existing feature requests or add your own, and help us shape the future of the products business in a way that best meets the community's needs."
1111
+ msgstr "Es existiert auch eine %sModern Tribe UserVoice%s Seite, welche wir auf neue Features der Community hin überprüfen. Sollten Sie nach Nutzung des Plugin und der oben genannten Unterlagen feststellen, dass ein gewünschtes Features nicht verfügbar ist, informieren Sie uns! Stimmen Sie für existierende Features ab oder fügen Sie selbst neue hinzu. Helfen Sie uns die Entwicklung des Produktes zu steuern, um die Anfoderungen der Community am besten erfüllen zu können."
1112
+
1113
+ #: admin-views/tribe-options-help.php:126
 
 
 
 
 
 
 
 
 
 
 
 
 
1114
  #, php-format
1115
+ #@ tribe-events-calendar
1116
+ msgid "Written documentation can only take things so far...sometimes, you need help from a real person. This is where our %ssupport forums%s come into play."
1117
+ msgstr "Eine Dokumentation ist oft hilfreich, kann aber nicht immer die Unterstützung durch einen echten Supportmitarbeiter ersetzen. An dieser Stelle kommt unser %sSupport Forums%s ins Spiel."
 
 
 
 
1118
 
1119
+ #: admin-views/tribe-options-help.php:127
 
1120
  #, php-format
1121
+ #@ tribe-events-calendar
1122
+ msgid "Users of the free The Events Calendar should post their support concerns to the plugin's %sWordPress.org support forum%s. While we are happy to help identify and fix bugs that are reported at WordPress.org, please make sure to read our %ssupport expectations sticky thread%s before posting so you understand our limitations."
1123
+ msgstr "Nutzer des frei verfügbaren Plugin \\\"The Events Calendar\\\" können Ihre Supportanfragen im %sWordPress.org support forum%s stellen. Wir unterstützen gerne auf WordPress.org und versuchen Fehler zu beheben. Bitte stellen Sie vorher jedoch sicher, dass Sie unsere %ssupport expectations sticky thread%s gelesen haben, bevor Sie eine Frage stellen, um die Grenzen des Supports zu verstehen."
1124
+
1125
+ #: admin-views/tribe-options-help.php:128
1126
+ #@ tribe-events-calendar
1127
+ msgid "We hit the WordPress.org forum throughout the week, watching for bugs. If you report a legitimate bug that we're able to reproduce, we will log it and patch for an upcoming release. However we are unfortunately unable to provide customization tips or assist in integrating with 3rd party plugins or themes."
1128
+ msgstr "Wir prüfen das WordPress.org Forum während der Woche, um Fehler zu erkennen. Wenn Sie eine offensichtlien Fehler finden, den wir reproduzieren können, werden wir in aufnehmen und im nächsten Release korrigieren. Jedoch sind wir leider nicht in der Lage, Tipps für Anpassungen zu geben oder bei der Untstützung von Plugins oder Themes von Drittanbietern zu geben."
1129
+
1130
+ #: admin-views/tribe-options-help.php:129
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1131
  #, php-format
1132
+ #@ tribe-events-calendar
1133
+ msgid "If you're a user of The Events Calendar and would like more support, please %spurchase a PRO license%s. We hit the PRO forums daily, and can provide a deeper level of customization/integration support for paying users than we can on WordPress.org."
1134
+ msgstr "Wenn Sie als Nutzer von \"The Events Calendar\" mehr Unterstützung benötigen, erwerben Sie bitte eine %sPRO Lizenz%s. Wir überprüfen das PRO Forum täglich and können Nutzer auf einer detailierten Ebene bei Anpassungen oder Integrationen unterstützen als auf WordPress.org."
 
 
 
 
 
 
 
1135
 
1136
+ #: admin-views/tribe-options-help.php:133
 
1137
  #, php-format
1138
+ #@ tribe-events-calendar
1139
+ msgid "If you find that you aren't getting the level of service you've come to expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us why. We'll do what we can to make it right."
1140
+ msgstr "Wenn Sie nicht die benötigte Hilfe bekommen die Sie erwartet haben, schicken Sie uns eine E-Mail an %s oder einen Tweet %s und sagen uns warum. Wir werden unser Bestes geben, um Ihnen zu helfen."
 
 
 
 
 
1141
 
1142
+ #: admin-views/tribe-options-help.php:134
1143
+ #@ tribe-events-calendar
1144
  msgid "More..."
1145
  msgstr "Mehr..."
1146
 
1147
+ #: admin-views/tribe-options-help.php:143
1148
+ #@ tribe-events-calendar
1149
+ msgid "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much for installing our labor of love!"
 
 
1150
  msgstr "Hallo! Wir sind Modern Tribe. Vielen Dank für die Installation!"
1151
 
1152
+ #: admin-views/tribe-options-help.php:152
1153
+ #@ tribe-events-calendar
1154
  msgid "Support Resources To Help You Kick Ass"
1155
  msgstr "Support Unterlagen die Ihnen sicherlich helfen"
1156
 
1157
+ #: admin-views/tribe-options-help.php:155
1158
+ #@ tribe-events-calendar
1159
  msgid "Forums: Because Everyone Needs A Buddy"
1160
  msgstr "Foren: Weil jeder Freunde braucht"
1161
 
1162
+ #: admin-views/tribe-options-help.php:158
1163
+ #@ tribe-events-calendar
1164
  msgid "Not getting help?"
1165
  msgstr "Keine Hilfe gefunden?"
1166
 
1167
+ #: admin-views/tribe-options-help.php:170
1168
+ #: lib/the-events-calendar.class.php:585
1169
+ #: lib/tribe-settings.class.php:132
1170
+ #@ tribe-events-calendar
1171
  msgid "The Events Calendar"
1172
  msgstr "Veranstaltungskalender"
1173
 
1174
+ #: admin-views/tribe-options-help.php:175
1175
+ #@ tribe-events-calendar
1176
  msgid "Latest Version:"
1177
  msgstr "Neueste Version:"
1178
 
1179
+ #: admin-views/tribe-options-help.php:176
1180
+ #@ tribe-events-calendar
1181
  msgid "Author:"
1182
  msgstr "Autor:"
1183
 
1184
+ #: admin-views/tribe-options-help.php:176
1185
+ #@ tribe-events-calendar
1186
  msgid "Modern Tribe Inc"
1187
  msgstr "Modern Tribe Inc"
1188
 
1189
+ #: admin-views/tribe-options-help.php:179
1190
+ #@ tribe-events-calendar
1191
  msgid "Requires:"
1192
  msgstr "Benötigt:"
1193
 
1194
+ #: admin-views/tribe-options-help.php:179
1195
+ #@ tribe-events-calendar
1196
  msgid "WordPress "
1197
  msgstr "WordPress "
1198
 
1199
+ #: admin-views/tribe-options-help.php:181
1200
+ #@ tribe-events-calendar
1201
  msgid "Wordpress.org Plugin Page"
1202
  msgstr "Wordpress.org Plugin Seite"
1203
 
1204
+ #: admin-views/tribe-options-help.php:187
1205
+ #@ tribe-events-calendar
1206
  msgid "Average Rating"
1207
  msgstr "Durchschnittliche Bewertung"
1208
 
1209
+ #: admin-views/tribe-options-help.php:191
 
1210
  #, php-format
1211
+ #@ tribe-events-calendar
1212
  msgid "Based on %d rating"
1213
  msgid_plural "Based on %d ratings"
1214
  msgstr[0] "Basierend auf %d Bewertung"
1215
  msgstr[1] "Basierend auf %d Bewertungen"
1216
 
1217
+ #: admin-views/tribe-options-help.php:193
1218
+ #@ tribe-events-calendar
1219
  msgid "Give us 5 stars!"
1220
  msgstr "Geben Sie uns 5 Sterne!"
1221
 
1222
+ #: admin-views/tribe-options-help.php:197
1223
+ #@ tribe-events-calendar
1224
  msgid "Premium Add-Ons"
1225
  msgstr "Premium Add-Ons"
1226
 
1227
+ #: admin-views/tribe-options-help.php:206
1228
+ #@ tribe-events-calendar
1229
  msgid "(Coming Soon!)"
1230
  msgstr "(erscheint bald)"
1231
 
1232
+ #: admin-views/tribe-options-help.php:216
1233
+ #@ tribe-events-calendar
1234
  msgid "News and Tutorials"
1235
  msgstr "News und Tutorials"
1236
 
1237
+ #: admin-views/tribe-options-network.php:15
1238
+ #@ tribe-events-calendar
1239
  msgid "Network Settings"
1240
  msgstr "Netzwerkeinstellungen"
1241
 
1242
+ #: admin-views/tribe-options-network.php:19
1243
+ #@ tribe-events-calendar
1244
+ msgid "This is where all of the global network settings for Modern Tribe's The Events Calendar can be modified."
1245
+ msgstr "Hier werden alle Netzwerkeinstellungen für den Modern Tribe Events Calendar eingestellt."
 
 
 
 
1246
 
1247
+ #: admin-views/tribe-options-network.php:27
1248
+ #@ tribe-events-calendar
1249
  msgid "Hide the following settings tabs on every site:"
1250
  msgstr "Versteken Sie die folgenden Einstellungen auf der Seite:"
1251
 
1252
+ #: admin-views/venue-meta-box.php:31
1253
+ #: public/advanced-functions/meta.php:492
1254
+ #@ tribe-events-calendar
1255
  msgid "Address:"
1256
+ msgstr "Adresse:"
1257
 
1258
+ #: admin-views/venue-meta-box.php:38
1259
+ #@ tribe-events-calendar
1260
  msgid "City:"
1261
  msgstr "Ort:"
1262
 
1263
+ #: admin-views/venue-meta-box.php:45
1264
+ #@ tribe-events-calendar
1265
  msgid "Country:"
1266
  msgstr "Land:"
1267
 
1268
+ #: admin-views/venue-meta-box.php:85
1269
+ #@ tribe-events-calendar
1270
  msgid "State or Province:"
1271
+ msgstr "Bundesland/ Kanton/ Provinz:"
1272
 
1273
+ #: admin-views/venue-meta-box.php:89
1274
+ #@ tribe-events-calendar
1275
  msgid "Select a State:"
1276
+ msgstr "Staat wählen (nur für USA!)"
1277
 
1278
+ #: admin-views/venue-meta-box.php:102
1279
+ #@ tribe-events-calendar
1280
  msgid "Postal Code:"
1281
  msgstr "PLZ:"
1282
 
1283
+ #: admin-views/venue-meta-box.php:134
1284
+ #: admin-views/venue-meta-box.php:156
1285
+ #@ tribe-events-calendar
1286
  msgid "Show Google Map:"
1287
+ msgstr "Zeige Google Karte:"
1288
 
1289
+ #: admin-views/venue-meta-box.php:144
1290
+ #: admin-views/venue-meta-box.php:166
1291
+ #@ tribe-events-calendar
1292
  msgid "Show Google Maps Link:"
1293
+ msgstr "Zeige Link zu Google Karte:"
1294
 
1295
+ #: admin-views/widget-admin-list.php:13
1296
+ #@ tribe-events-calendar
1297
  msgid "Title:"
1298
  msgstr "Titel:"
1299
 
1300
+ #: admin-views/widget-admin-list.php:18
1301
+ #@ tribe-events-calendar
1302
  msgid "Show:"
1303
  msgstr "Anzeigen:"
1304
 
1305
+ #: admin-views/widget-admin-list.php:28
1306
+ #@ tribe-events-calendar
1307
  msgid "Show widget only if there are upcoming events:"
1308
  msgstr "Das Widget nur anzeigen, wenn es bevorstehende Veranstaltungen gibt:"
1309
 
1310
+ #: lib/Activation_Page.php:125
 
1311
  #, fuzzy
1312
+ #@ tribe-events-calendar
1313
  msgid "Welcome to The Events Calendar"
1314
  msgstr "Veranstaltungskalender"
1315
 
1316
+ #: lib/Activation_Page.php:145
 
1317
  #, fuzzy
1318
+ #@ tribe-events-calendar
1319
  msgid "Thanks for Updating The Events Calendar"
1320
  msgstr "Upgrade vom Plugin 'The Events Calendar' (freie Version)"
1321
 
1322
+ #: lib/io/csv/admin-views/columns.php:22
 
1323
  #, php-format
1324
+ #@ tribe-events-calendar
1325
  msgid "Column Mapping: %s"
1326
  msgstr "Spalten Mapping: %s"
1327
 
1328
+ #: lib/io/csv/admin-views/columns.php:28
1329
+ #@ tribe-events-calendar
1330
  msgid "Please choose the fields that best match the columns in your CSV file."
1331
+ msgstr "Bitte wählen Sie das Feld, das am besten mit der Spalte in Ihrer CSV Datei übereinstimmt."
 
 
1332
 
1333
+ #: lib/io/csv/admin-views/columns.php:33
1334
+ #@ tribe-events-calendar
1335
  msgid "Column Headings"
1336
  msgstr "Spalten Überschriften"
1337
 
1338
+ #: lib/io/csv/admin-views/columns.php:34
1339
+ #@ tribe-events-calendar
1340
  msgid "Event Fields"
1341
  msgstr "Veranstaltungsfelder"
1342
 
1343
+ #: lib/io/csv/admin-views/columns.php:45
1344
+ #@ tribe-events-calendar
1345
  msgid "Perform Import"
1346
  msgstr "Import durchführen"
1347
 
1348
+ #: lib/io/csv/admin-views/header.php:13
1349
+ #@ tribe-events-calendar
1350
  msgid "Events Import (CSV)"
1351
  msgstr "Veranstaltungsimport (CSV)"
1352
 
1353
+ #: lib/io/csv/admin-views/import.php:17
1354
+ #@ tribe-events-calendar
1355
  msgid "Import Instructions"
1356
  msgstr "Import Anleitung"
1357
 
1358
+ #: lib/io/csv/admin-views/import.php:20
1359
+ #@ tribe-events-calendar
1360
  msgid "If your events have Organizers or Venues, please import those first."
1361
+ msgstr "Wenn Veranstaltungen über Veranstalter oder Veranstaltungsorte verfügen, diese bitte zuerst importieren."
 
 
1362
 
1363
+ #: lib/io/csv/admin-views/import.php:21
1364
+ #@ tribe-events-calendar
1365
  msgid "To import organizers or venues:"
1366
+ msgstr "Um Veranstalter oder Veranstaltungsorte zu importieren:"
1367
 
1368
+ #: lib/io/csv/admin-views/import.php:23
1369
+ #@ tribe-events-calendar
1370
  msgid "Select the appropriate import type."
1371
  msgstr "Wähle den passenden Importtyp."
1372
 
1373
+ #: lib/io/csv/admin-views/import.php:24
1374
+ #: lib/io/csv/admin-views/import.php:30
1375
+ #@ tribe-events-calendar
1376
+ msgid "Upload a CSV file with one record on each line. The first line may contain column names (check the box below)."
1377
+ msgstr "Lade eine CSV-Datei mit einem Datensatz pro Zeile hoch. Die erste Zeile kann die Spaltenbezeichnungen enthalten (bitte die Option unten aktivieren)."
1378
+
1379
+ #: lib/io/csv/admin-views/import.php:25
1380
+ #@ tribe-events-calendar
1381
+ msgid "One column in your CSV should have the Organizer/Venue name. All other fields are optional."
1382
+ msgstr "Eine Spalte in der CSV-Datei muss den Namen des Veranstalters / Veranstaltungsortes enthalten. Alle anderen Felder sind optional."
1383
+
1384
+ #: lib/io/csv/admin-views/import.php:26
1385
+ #: lib/io/csv/admin-views/import.php:32
1386
+ #@ tribe-events-calendar
1387
+ msgid "After you upload your file, you'll have the opportunity to indicate how the columns in your CSV map to fields in The Events Calendar."
1388
+ msgstr "Nach dem Upload der Datei kann ein Mapping zwischen den Spalten in der CSV-Datei und den Feldern im Event Kalender vorgenommen werden."
1389
+
1390
+ #: lib/io/csv/admin-views/import.php:28
1391
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
 
 
 
 
1392
  msgid "After importing your Organizers and Venues, import your Events:"
1393
+ msgstr "Bitte Importieren Sie erst nach dem Import der Veranstalter und Veranstaltungsorten die Veranstaltungen:"
 
 
1394
 
1395
+ #: lib/io/csv/admin-views/import.php:31
1396
+ #@ tribe-events-calendar
1397
+ msgid "One column in your CSV should have the Event title. Another should have the Event start date. All other fields are optional."
1398
+ msgstr "Eine Spalte in der CSV-Datei muss den Veranstaltungstitel enthalten, eine andere das Startdatum der Veranstaltung. Alle anderen Felder sind optional."
 
 
 
 
1399
 
1400
+ #: lib/io/csv/admin-views/import.php:36
 
1401
  #, php-format
1402
+ #@ tribe-events-calendar
1403
  msgid "Questions? <a href=\"%s\">Watch the video</a>."
1404
  msgstr "Fragen? <a href=\"%s\">Schauen Sie das Video an</a>."
1405
 
1406
+ #: lib/io/csv/admin-views/import.php:43
1407
+ #@ tribe-events-calendar
1408
  msgid "Import Type:"
1409
  msgstr "Import Typ:"
1410
 
1411
+ #: lib/io/csv/admin-views/import.php:45
1412
+ #: lib/the-events-calendar.class.php:519
1413
+ #: public/template-tags/venue.php:52
1414
+ #@ tribe-events-calendar
1415
  msgid "Venues"
1416
  msgstr "Veranstaltungsorte"
1417
 
1418
+ #: lib/io/csv/admin-views/import.php:46
1419
+ #: lib/the-events-calendar.class.php:535
1420
+ #: public/template-tags/organizer.php:59
1421
+ #@ tribe-events-calendar
1422
  msgid "Organizers"
1423
  msgstr "Veranstalter"
1424
 
1425
+ #: lib/io/csv/admin-views/import.php:47
1426
+ #: lib/the-events-calendar.class.php:1398
1427
+ #: lib/the-events-calendar.class.php:4168
1428
+ #@ tribe-events-calendar
1429
  msgid "Events"
1430
  msgstr "Veranstaltungen"
1431
 
1432
+ #: lib/io/csv/admin-views/import.php:55
1433
+ #@ tribe-events-calendar
1434
  msgid "CSV File:"
1435
  msgstr "CSV Datei:"
1436
 
1437
+ #: lib/io/csv/admin-views/import.php:59
1438
+ #@ tribe-events-calendar
1439
+ msgid "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file is UTF-8 encoded? Make sure to specify the character encoding when you save the file, or pass it through a <a href='http://i-tools.org/charset/exec?dest=utf-8&src=auto&download=1'>conversion tool</a>."
1440
+ msgstr "Laden Sie ein ordnungsgemäß formatierte, UTF-8 codierte CSV Datei hoch. Wissen Sie nicht, ob Ihre Datei UTF-8 codiert ist? Stellen Sie beim speichern der Datei sicher, dass Sie UTF-8 als Zeichensatz gewählt haben oder nutzen Sie ein <a href='http://i-tools.org/charset/exec?dest=utf-8&src=auto&download=1'>Konvertierungstool</a>."
1441
+
1442
+ #: lib/io/csv/admin-views/import.php:67
1443
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
 
1444
  msgid "This file has column names in the first row"
1445
  msgstr "Diese Datei hat Spalten in der ersten Zeile"
1446
 
1447
+ #: lib/io/csv/admin-views/import.php:78
1448
+ #@ tribe-events-calendar
1449
  msgid "Import CSV File"
1450
  msgstr "Importiere CSV Datei"
1451
 
1452
+ #: lib/io/csv/admin-views/result.php:15
1453
+ #@ tribe-events-calendar
1454
  msgid "Import Result"
1455
  msgstr "Import Ergebnisse"
1456
 
1457
+ #: lib/io/csv/admin-views/result.php:17
1458
+ #@ tribe-events-calendar
1459
  msgid "Import complete!"
1460
  msgstr "Import abgeschlossen!"
1461
 
1462
+ #: lib/io/csv/admin-views/result.php:19
 
1463
  #, php-format
1464
+ #@ tribe-events-calendar
1465
  msgid "Inserted: %d"
1466
  msgstr "Eingefügt: %d"
1467
 
1468
+ #: lib/io/csv/admin-views/result.php:20
 
1469
  #, php-format
1470
+ #@ tribe-events-calendar
1471
  msgid "Updated: %d"
1472
  msgstr "Aktualisiert: %d"
1473
 
1474
+ #: lib/io/csv/admin-views/result.php:21
 
1475
  #, php-format
1476
+ #@ tribe-events-calendar
1477
  msgid "Skipped: %d"
1478
  msgstr "Übersprungen: %d"
1479
 
1480
+ #: lib/io/csv/admin-views/result.php:25
1481
+ #@ tribe-events-calendar
1482
  msgid "The import statistics above have the following meaning:"
1483
  msgstr "Die Import Statistiken oben bedeuten folgendes:"
1484
 
1485
+ #: lib/io/csv/admin-views/result.php:26
1486
+ #@ tribe-events-calendar
1487
+ msgid "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</li><li><strong>Updated:</strong> An item was found with the same name and/or start date. The existing item was updated with the new value from the file.</li><li><strong>Skipped:</strong> A row was found in the CSV file that could not be imported. Please see below for the invalid rows.</li></ol>"
1488
+ msgstr "<ol><li><strong>Eingefügt::</strong> Ein neues Element wurde erfolgreich eingefügt.</li><li><strong>Aktualisiert:</strong> Ein Element mit dem gleichen Namen und/oder Startdatum wurde gefunden. Das existierende Element wurde mit den neuen Werten aus der Datei aktualisiert.</li><li><strong>Übersprungen:</strong> Es wurde eine Zeile in der CSV Datei gefunedn, weche nicht importiert werden konnte. Unten finden Sie mehr Informationen zu den ungültigen Zeilen.</li></ol>"
1489
+
1490
+ #: lib/io/csv/admin-views/result.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
1491
  #, php-format
1492
+ #@ tribe-events-calendar
1493
  msgid "Skipped row numbers: %s"
1494
  msgstr "Übersprungene Zeilen: %s"
1495
 
1496
+ #: lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
1497
+ #: lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
1498
+ #@ tribe-events-calendar
1499
  msgid "Import: CSV"
1500
  msgstr "Import: CSV"
1501
 
1502
+ #: lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
1503
+ #: lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
1504
+ #@ tribe-events-calendar
1505
  msgid "The file went away. Please try again."
1506
  msgstr "Die Datei wurde nicht gefunden. Bitte versuchen Sie es nochmal."
1507
 
1508
+ #: lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
1509
+ #@ tribe-events-calendar
1510
  msgid "We were unable to process your request. Please try again."
1511
+ msgstr "Die Durchführung konnte nicht abgeschlossen werden. Bitte versuchen Sie es erneut."
 
 
1512
 
1513
+ #: lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
1514
+ #@ tribe-events-calendar
1515
  msgid "<p>The following fields are required for a successful import:</p>"
1516
+ msgstr "<p>Die nachfolgenden Felder werden für einen erfolgreichen Import benötigt:</p>"
 
 
1517
 
1518
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
1519
+ #@ tribe-events-calendar
1520
  msgid "Do Not Import"
1521
  msgstr "Nicht importieren"
1522
 
1523
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1524
+ #@ tribe-events-calendar
1525
  msgid "Event Name"
1526
  msgstr "Name der Veranstaltung"
1527
 
1528
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1529
+ #@ tribe-events-calendar
1530
  msgid "Event Description"
1531
  msgstr "Beschreibung der Veranstaltung"
1532
 
1533
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1534
+ #@ tribe-events-calendar
1535
  msgid "Event Start Date"
1536
+ msgstr "Anfangsdatum der Veranstaltung"
1537
 
1538
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1539
+ #@ tribe-events-calendar
1540
  msgid "Event Start Time"
1541
+ msgstr "Anfangszeit der Veranstaltung"
1542
 
1543
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1544
+ #@ tribe-events-calendar
1545
  msgid "Event End Date"
1546
  msgstr "Enddatum der Veranstaltung"
1547
 
1548
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1549
+ #@ tribe-events-calendar
1550
  msgid "Event End Time"
1551
  msgstr "Endzeit der Veranstaltung"
1552
 
1553
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1554
+ #@ tribe-events-calendar
1555
  msgid "All Day Event"
1556
  msgstr "Ganztägige Veranstaltung"
1557
 
1558
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1559
+ #@ tribe-events-calendar
1560
  msgid "Event Venue Name"
1561
  msgstr "Name des Veranstaltungsortes"
1562
 
1563
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1564
+ #@ tribe-events-calendar
1565
  msgid "Event Organizer Name"
1566
  msgstr "Name des Veranstalters"
1567
 
1568
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
1569
+ #@ tribe-events-calendar
1570
  msgid "Event Show Map Link"
1571
+ msgstr "Google Karte Link aktivieren"
1572
 
1573
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1574
+ #@ tribe-events-calendar
1575
  msgid "Event Show Map"
1576
+ msgstr "Google Karte aktivieren"
1577
 
1578
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:64
1579
+ #@ tribe-events-calendar
1580
  msgid "Event Phone"
1581
  msgstr "Telefon"
1582
 
1583
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1584
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
1585
  msgid "Venue Name"
1586
  msgstr "Veranstaltungsort"
1587
 
1588
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1589
+ #@ tribe-events-calendar
1590
  msgid "Venue Country"
1591
  msgstr "Land"
1592
 
1593
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1594
+ #@ tribe-events-calendar
1595
  msgid "Venue Address"
1596
  msgstr "Adresse"
1597
 
1598
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
 
1599
  #, fuzzy
1600
+ #@ tribe-events-calendar
1601
  msgid "Venue Address 2"
1602
  msgstr "Adresse 2"
1603
 
1604
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1605
+ #@ tribe-events-calendar
1606
  msgid "Venue City"
1607
  msgstr "Ort"
1608
 
1609
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
1610
+ #@ tribe-events-calendar
1611
  msgid "Venue State/Province"
1612
+ msgstr "Bundesland/ Provinz/ Kanton"
1613
 
1614
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:78
1615
+ #@ tribe-events-calendar
1616
  msgid "Venue Zip"
1617
  msgstr "PLZ"
1618
 
1619
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:79
1620
+ #@ tribe-events-calendar
1621
  msgid "Venue Phone"
1622
  msgstr "Telefon"
1623
 
1624
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1625
+ #@ tribe-events-calendar
1626
  msgid "Organizer Name"
1627
  msgstr "Name des Veranstalters"
1628
 
1629
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
1630
+ #@ tribe-events-calendar
1631
  msgid "Organizer Email"
1632
  msgstr "E-Mail"
1633
 
1634
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:87
1635
+ #@ tribe-events-calendar
1636
  msgid "Organizer Website"
1637
  msgstr "Website"
1638
 
1639
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:88
1640
+ #@ tribe-events-calendar
1641
  msgid "Organizer Phone"
1642
  msgstr "Telefon"
1643
 
1644
+ #: lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
 
1645
  #, php-format
1646
+ #@ tribe-events-calendar
1647
  msgid "No importer defined for %s"
1648
  msgstr "Keine Importfunktion für %s definiert "
1649
 
1650
+ #: lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
 
1651
  #, php-format
1652
+ #@ tribe-events-calendar
1653
  msgid "Missing required fields in row %d."
1654
  msgstr "Notwendige Felder in Zeile %d nicht vorhanden."
1655
 
1656
+ #: lib/io/csv/classes/TribeEventsImporter_FileImporter.php:118
 
1657
  #, php-format
1658
+ #@ tribe-events-calendar
1659
  msgid "Failed to import record in row %d."
1660
  msgstr "Importieren für Zeile %d fehlgeschlagen."
1661
 
1662
+ #: lib/io/csv/classes/TribeEventsImporter_FileImporter.php:127
 
1663
  #, php-format
1664
+ #@ tribe-events-calendar
1665
  msgid "%s (post ID %d) updated."
1666
  msgstr "%s (Post ID %d) aktualisiert."
1667
 
1668
+ #: lib/io/csv/classes/TribeEventsImporter_FileImporter.php:131
 
1669
  #, php-format
1670
+ #@ tribe-events-calendar
1671
  msgid "%s (post ID %d) created."
1672
  msgstr "%s (Post ID %d) erstellt."
1673
 
1674
+ #: lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
 
1675
  #, php-format
1676
+ #@ tribe-events-calendar
1677
  msgid "Temporary file not found. Could not save %s."
1678
  msgstr "Temporäre Datei nicht gefunden. Konnte %s nicht speichern."
1679
 
1680
+ #: lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
 
1681
  #, php-format
1682
+ #@ tribe-events-calendar
1683
  msgid "Could not save %s."
1684
  msgstr "Konnte %s nicht speichern."
1685
 
1686
+ #: lib/pue/admin-views/license-key.view.php:12
1687
+ #: lib/pue/admin-views/license-key.view.php:16
1688
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:305
1689
+ #@ tribe-events-calendar
1690
  msgid "License Key"
1691
  msgstr "Lizenzschlüssel"
1692
 
1693
+ #: lib/pue/admin-views/license-key.view.php:13
1694
+ #@ tribe-events-calendar
1695
  msgid "A valid license key is required for support and updates."
1696
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich."
1697
 
1698
+ #: lib/pue/admin-views/license-key.view.php:19
1699
+ #@ tribe-events-calendar
1700
  msgid "Replace empty fields"
1701
  msgstr "Ersetze die leeren Felder"
1702
 
1703
+ #: lib/pue/admin-views/license-key.view.php:29
1704
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:306
1705
+ #@ tribe-events-calendar
1706
  msgid "A valid license key is required for support and updates"
1707
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
1708
 
1709
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:375
1710
+ #@ tribe-events-calendar
1711
  msgid "License key(s) updated."
1712
  msgstr "Lizenzschlüssel aktualisiert."
1713
 
1714
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:415
1715
+ #@ tribe-events-calendar
1716
  msgid "Sorry, key validation server is not available."
1717
  msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
1718
 
1719
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:417
1720
+ #@ tribe-events-calendar
1721
  msgid "Sorry, this key is expired."
1722
  msgstr "Sorry, dein Lizenzschlüssel ist abgelaufen"
1723
 
1724
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:420
1725
+ #@ tribe-events-calendar
1726
  msgid "Sorry, this key is out of installs."
1727
+ msgstr "Sorry, dein Lizenzschlüssel wurde schon bei einer anderen Installation verwendet"
 
 
1728
 
1729
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:421
1730
+ #@ default
1731
  msgid "Why am I seeing this message?"
1732
  msgstr "Warum sehe ich diese Nachricht?"
1733
 
1734
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:424
1735
+ #@ tribe-events-calendar
1736
  msgid "Sorry, this key is not valid."
1737
  msgstr "Sorry, dein Lizenzschlüssel ist ungültig"
1738
 
1739
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:427
 
1740
  #, php-format
1741
+ #@ tribe-events-calendar
1742
  msgid "Valid Key! Expires on %s"
1743
  msgstr "Gültiger Schlüssel! Erlischt am %s"
1744
 
1745
+ #: lib/pue/lib/pue_plugin_update_engine.class.php:431
 
1746
  #, php-format
1747
+ #@ tribe-events-calendar
1748
+ msgid "Hmmm... something's wrong with this validator. Please contact <a href=\"%s\">support.</a>"
1749
+ msgstr "Hmm... irgendwas ist schiefgelaufen. Bitte kontaktiere den <a href=\"%s\">support.</a>"
 
 
 
1750
 
1751
+ #: lib/template-classes/day.php:99
1752
+ #: lib/template-classes/day.php:115
1753
+ #@ tribe-events-calendar
1754
  msgid "All Day"
1755
  msgstr "Ganztägig"
1756
 
1757
+ #: lib/template-classes/day.php:102
1758
+ #: lib/template-classes/day.php:118
1759
+ #@ tribe-events-calendar
1760
  msgid "Ongoing"
1761
  msgstr "laufend"
1762
 
1763
+ #: lib/template-classes/day.php:163
 
1764
  #, php-format
1765
+ #@ tribe-events-calendar
1766
+ msgid "No matching events listed under %s scheduled for <strong>%s</strong>. Please try another day."
1767
+ msgstr "Keine passenden Veranstaltungen für %s im Zeitraum <strong>%s</strong> vorhanden. Bitte wählen Sie einen anderen Tag."
 
 
 
1768
 
1769
+ #: lib/template-classes/day.php:165
 
1770
  #, php-format
1771
+ #@ tribe-events-calendar
1772
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1773
+ msgstr "Keine passenden Veranstaltungen für %s vorhanden. Bitte wählen Sie einen anderen Tag."
 
 
1774
 
1775
+ #: lib/template-classes/month.php:115
 
1776
  #, php-format
1777
+ #@ tribe-events-calendar
1778
+ msgid "There were no results found for <strong>\"%s\"</strong> this month. Try searching next month."
1779
+ msgstr "Es wurden keine Ergebnisse für <strong>\"%s\"</strong> in diesem Monat gefunden. Versuchen Sie es mit dem nächsten Monat."
 
 
 
1780
 
1781
+ #: lib/template-classes/month.php:118
1782
+ #: lib/tribe-template-factory.class.php:253
1783
+ #: lib/tribe-template-factory.class.php:258
 
1784
  #, php-format
1785
+ #@ tribe-events-calendar
1786
+ msgid "No matching events listed under %s. Please try viewing the full calendar for a complete list of events."
1787
+ msgstr "Keine passenden Veranstaltungen für %s gefunden. Bitte versuchen Sie den ganzen Kalender anzuzeigen, um alle Veranstaltungen zu sehen."
 
 
 
1788
 
1789
+ #: lib/template-classes/month.php:120
1790
+ #: lib/tribe-template-factory.class.php:260
1791
+ #@ tribe-events-calendar
1792
  msgid "There were no results found."
1793
  msgstr "Es wurden keine Ergebnisse gefunden."
1794
 
1795
+ #: lib/template-classes/single-event.php:107
1796
+ #@ tribe-events-calendar
1797
  msgid "This event has passed."
1798
  msgstr "Diese Veranstaltung ist bereits vorbei."
1799
 
1800
+ #: lib/the-events-calendar.class.php:494
 
1801
  #, php-format
1802
+ #@ tribe-events-calendar
1803
+ msgid "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target=\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
1804
+ msgstr "Bewerten Sie den <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> auf <a href=\"%1$s\" target=\"_blank\">WordPress.org</a>, damit dieses Plugin auch weiterhin kostenlos angeboten werden kann. Vielen Dank vom Modern Tribe Team."
1805
+
1806
+ #: lib/the-events-calendar.class.php:494
1807
+ #@ tribe-events-calendar
1808
+ msgid "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1809
+ msgstr "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1810
+
1811
+ #: lib/the-events-calendar.class.php:527
1812
+ #: public/advanced-functions/meta.php:445
1813
+ #: public/template-tags/venue.php:41
1814
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
 
1815
  msgid "Venue"
1816
  msgstr "Veranstaltungsort"
1817
 
1818
+ #: lib/the-events-calendar.class.php:543
1819
+ #: public/advanced-functions/meta.php:518
1820
+ #: public/template-tags/organizer.php:48
1821
+ #@ tribe-events-calendar
1822
  msgid "Organizer"
1823
  msgstr "Veranstalter"
1824
 
1825
+ #: lib/the-events-calendar.class.php:590
1826
+ #@ tribe-events-calendar
1827
  msgid "month"
1828
  msgstr "Monat"
1829
 
1830
+ #: lib/the-events-calendar.class.php:591
1831
+ #@ tribe-events-calendar
1832
  msgid "list"
1833
+ msgstr "Liste"
1834
 
1835
+ #: lib/the-events-calendar.class.php:592
1836
+ #@ tribe-events-calendar
1837
  msgid "upcoming"
1838
  msgstr "anstehend"
1839
 
1840
+ #: lib/the-events-calendar.class.php:593
1841
+ #@ tribe-events-calendar
1842
  msgid "past"
1843
  msgstr "vergangen"
1844
 
1845
+ #: lib/the-events-calendar.class.php:594
1846
+ #@ tribe-events-calendar
1847
  msgid "day"
1848
  msgstr "Tag"
1849
 
1850
+ #: lib/the-events-calendar.class.php:595
1851
+ #@ tribe-events-calendar
1852
  msgid "today"
1853
  msgstr "heute"
1854
 
1855
+ #: lib/the-events-calendar.class.php:614
 
1856
  #, php-format
1857
+ #@ tribe-events-calendar
1858
  msgid "Initializing Tribe Events on %s"
1859
  msgstr "Tribe Events wird eingerichtet für %s"
1860
 
1861
+ #: lib/the-events-calendar.class.php:731
 
1862
  #, php-format
1863
+ #@ tribe-events-calendar
1864
+ 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"
1865
+ msgstr "Ihre Version des Events Calendar ist nicht aktuell genug, um dieses Add-On zu nutzen. Bitte %supdaten Sie jetzt%s."
 
 
 
1866
 
1867
+ #: lib/the-events-calendar.class.php:751
 
1868
  #, php-format
1869
+ #@ tribe-events-calendar
1870
+ msgid "The following plugins are out of date: <b>%s</b>. 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?"
1871
+ msgstr "Die folgenden Plugins sind veraltet: <b>%s</b>. Alle Erweiterungen sind mit dem Events Calendar verbunden und funktionieren nicht richtig, wenn die Versionen nicht zusammenpassen. %sWollen Sie eine ältere Version nutzen%s?"
1872
+
1873
+ #: lib/the-events-calendar.class.php:815
1874
+ #: lib/the-events-calendar.class.php:851
1875
+ #: lib/the-events-calendar.class.php:857
1876
+ #@ tribe-events-calendar
 
 
 
 
 
1877
  msgid "Licenses"
1878
  msgstr "Lizenzen"
1879
 
1880
+ #: lib/the-events-calendar.class.php:820
 
1881
  #, php-format
1882
+ #@ tribe-events-calendar
1883
+ msgid "<p>The license key you received when completing your purchase from %s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. <strong>Find your license keys at <a href=\"%s\" target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own unique license key. Simply paste the key into its appropriate field on below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message.</p> <p>If you're seeing a red message telling you that your key isn't valid or is out of installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your installs or renew / upgrade your license.</p><p>Not seeing an update but expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> and click \"Check Again\".</p>"
1884
+ msgstr "<p>Der Lizenzschlüssel von %s, den Sie beim Kauf erhalten haben, wird Ihnen Zugriff auf das Supportforum gewähren, bis er abgelaufen ist. Sie müssen den Schüssel nicht eingeben, damit die Plugins funktionieren, aber um Updates zu erhalten muss der Schüssel eingegeben sein. Sie finden Ihren Lizenzschlüssel unter <a href=\"%s\">%s</a>.</p> <p>Jedes bezahlte Plugin hat einen einzigartigen Lizenzschlüssel. Fügen Sie den Schlüssel einfach in das Feld ein und warten Sie einen Moment bis er verifiziert ist. </p><p>Wenn eine Fehlermeldung erscheint, dass Ihre Lizenzsschlüssel nicht gültig sind, gehen Sie zu <a href=\"%s\" target=\"_blank\">%s</a>, um Ihre Installationen zu verwalten oder Lizenzschlüssel zu aktualisieren. </p><p>Kein Update obwohl der Schüssel passt? Gehen Sie in Wordpress zu <a href=\"%s\">Dashboard > Updates</a> und klicken Sie auf \"Erneut prüfen\".</p>"
1885
+
1886
+ #: lib/the-events-calendar.class.php:843
1887
+ #@ tribe-events-calendar
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1888
  msgid "General"
1889
  msgstr "Allgemein"
1890
 
1891
+ #: lib/the-events-calendar.class.php:844
1892
+ #@ tribe-events-calendar
1893
  msgid "Display"
1894
  msgstr "Darstellung"
1895
 
1896
+ #: lib/the-events-calendar.class.php:863
1897
+ #: lib/the-events-calendar.class.php:4279
1898
+ #: lib/the-events-calendar.class.php:4403
1899
+ #@ tribe-events-calendar
1900
  msgid "Help"
1901
  msgstr "Hilfe"
1902
 
1903
+ #: lib/the-events-calendar.class.php:907
 
1904
  #, php-format
1905
+ #@ tribe-events-calendar
1906
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
1907
+ msgstr "Das The Events Calendar Plugin erfordert WordPress Version %s oder h&ouml;her. Bitte aktualisieren Sie Ihre WordPress-Installation entsprechend, bevor Sie fortfahren."
 
 
 
 
1908
 
1909
+ #: lib/the-events-calendar.class.php:910
 
1910
  #, php-format
1911
+ #@ tribe-events-calendar
1912
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
1913
+ msgstr "Das The Events Calendar Plugin erfordert PHP Version %s oder höher. Kontaktieren Sie Ihren Webhosting-Anbieter, um auf eine höhere PHP-Version aktualisieren zu können."
 
 
 
 
1914
 
1915
+ #: lib/the-events-calendar.class.php:1359
1916
+ #@ tribe-events-calendar
1917
  msgid "category"
1918
  msgstr "Kategorie"
1919
 
1920
+ #: lib/the-events-calendar.class.php:1370
1921
+ #@ tribe-events-calendar
1922
  msgid "tag"
1923
  msgstr "Tag"
1924
 
1925
+ #: lib/the-events-calendar.class.php:1399
1926
+ #@ tribe-events-calendar
1927
  msgid "Event"
1928
  msgstr "Veranstaltung"
1929
 
1930
+ #: lib/the-events-calendar.class.php:1400
1931
+ #: lib/the-events-calendar.class.php:1413
1932
+ #: lib/the-events-calendar.class.php:1426
1933
+ #@ tribe-events-calendar
1934
  msgid "Add New"
1935
  msgstr "Hinzufügen"
1936
 
1937
+ #: lib/the-events-calendar.class.php:1401
1938
+ #@ tribe-events-calendar
1939
  msgid "Add New Event"
1940
  msgstr "Neue Veranstaltung hinzufügen"
1941
 
1942
+ #: lib/the-events-calendar.class.php:1402
1943
+ #@ tribe-events-calendar
1944
  msgid "Edit Event"
1945
  msgstr "Veranstaltung bearbeiten"
1946
 
1947
+ #: lib/the-events-calendar.class.php:1403
1948
+ #@ tribe-events-calendar
1949
  msgid "New Event"
1950
  msgstr "Neue Veranstaltung"
1951
 
1952
+ #: lib/the-events-calendar.class.php:1404
1953
+ #@ tribe-events-calendar
1954
  msgid "View Event"
1955
  msgstr "Veranstaltung ansehen"
1956
 
1957
+ #: lib/the-events-calendar.class.php:1405
1958
+ #@ tribe-events-calendar
1959
  msgid "Search Events"
1960
  msgstr "Veranstaltungen suchen"
1961
 
1962
+ #: lib/the-events-calendar.class.php:1406
1963
+ #@ tribe-events-calendar
1964
  msgid "No events found"
1965
  msgstr "Es wurden keine Veranstaltungen gefunden"
1966
 
1967
+ #: lib/the-events-calendar.class.php:1407
1968
+ #@ tribe-events-calendar
1969
  msgid "No events found in Trash"
1970
  msgstr "Es befinden sich keine Veranstaltungen im Papierkorb"
1971
 
1972
+ #: lib/the-events-calendar.class.php:1414
1973
+ #: lib/the-events-calendar.class.php:1427
 
1974
  #, php-format
1975
+ #@ tribe-events-calendar
1976
  msgid "Add New %s"
1977
  msgstr "%s hinzufügen"
1978
 
1979
+ #: lib/the-events-calendar.class.php:1415
1980
+ #: lib/the-events-calendar.class.php:1428
 
1981
  #, php-format
1982
+ #@ tribe-events-calendar
1983
  msgid "Edit %s"
1984
  msgstr "%s bearbeiten"
1985
 
1986
+ #: lib/the-events-calendar.class.php:1416
1987
+ #: lib/the-events-calendar.class.php:1429
 
1988
  #, php-format
1989
+ #@ tribe-events-calendar
1990
  msgid "New %s"
1991
  msgstr "%s neu erstellen"
1992
 
1993
+ #: lib/the-events-calendar.class.php:1417
1994
+ #: lib/the-events-calendar.class.php:1430
 
1995
  #, php-format
1996
+ #@ tribe-events-calendar
1997
  msgid "View %s"
1998
  msgstr "%s anzeigen"
1999
 
2000
+ #: lib/the-events-calendar.class.php:1418
2001
+ #: lib/the-events-calendar.class.php:1431
 
2002
  #, php-format
2003
+ #@ tribe-events-calendar
2004
  msgid "Search %s"
2005
  msgstr "%s suchen"
2006
 
2007
+ #: lib/the-events-calendar.class.php:1419
2008
+ #: lib/the-events-calendar.class.php:1432
 
2009
  #, php-format
2010
+ #@ tribe-events-calendar
2011
  msgid "No %s found"
2012
+ msgstr "Keine %s gefunden"
2013
 
2014
+ #: lib/the-events-calendar.class.php:1420
2015
+ #: lib/the-events-calendar.class.php:1433
 
2016
  #, php-format
2017
+ #@ tribe-events-calendar
2018
  msgid "No %s found in Trash"
2019
  msgstr "%s im Papierkorb nicht gefunden"
2020
 
2021
+ #: lib/the-events-calendar.class.php:1437
2022
+ #: lib/tribe-admin-events-list.class.php:167
2023
+ #@ tribe-events-calendar
2024
  msgid "Event Categories"
2025
  msgstr "Veranstalt.-Kategorien"
2026
 
2027
+ #: lib/the-events-calendar.class.php:1439
2028
+ #@ tribe-events-calendar
2029
  msgid "Search Event Categories"
2030
  msgstr "Veranstaltungskategorien suchen"
2031
 
2032
+ #: lib/the-events-calendar.class.php:1440
2033
+ #@ tribe-events-calendar
2034
  msgid "All Event Categories"
2035
  msgstr "Alle Veranstaltungskategorien"
2036
 
2037
+ #: lib/the-events-calendar.class.php:1441
2038
+ #@ tribe-events-calendar
2039
  msgid "Parent Event Category"
2040
  msgstr "Übergeordnete Veranstaltungskategorie"
2041
 
2042
+ #: lib/the-events-calendar.class.php:1442
2043
+ #@ tribe-events-calendar
2044
  msgid "Parent Event Category:"
2045
  msgstr "Übergeordnete Veranstaltungskategorie:"
2046
 
2047
+ #: lib/the-events-calendar.class.php:1443
2048
+ #@ tribe-events-calendar
2049
  msgid "Edit Event Category"
2050
  msgstr "Veranstaltungskategorie bearbeiten"
2051
 
2052
+ #: lib/the-events-calendar.class.php:1444
2053
+ #@ tribe-events-calendar
2054
  msgid "Update Event Category"
2055
  msgstr "Veranstaltungskategorie aktualisieren"
2056
 
2057
+ #: lib/the-events-calendar.class.php:1445
2058
+ #@ tribe-events-calendar
2059
  msgid "Add New Event Category"
2060
  msgstr "Neue Veranstaltungskategorie hinzufügen"
2061
 
2062
+ #: lib/the-events-calendar.class.php:1446
2063
+ #@ tribe-events-calendar
2064
  msgid "New Event Category Name"
2065
  msgstr "Neuer Veranstaltungskategorie-Name"
2066
 
2067
+ #: lib/the-events-calendar.class.php:1463
 
2068
  #, php-format
2069
+ #@ tribe-events-calendar
2070
  msgid "Event updated. <a href=\"%s\">View event</a>"
2071
+ msgstr "Veranstaltung aktualisiert. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
 
2072
 
2073
+ #: lib/the-events-calendar.class.php:1464
2074
+ #: lib/the-events-calendar.class.php:1483
2075
+ #: lib/the-events-calendar.class.php:1502
2076
+ #@ tribe-events-calendar
2077
  msgid "Custom field updated."
2078
  msgstr "Benutzerdefiniertes Feld aktualisiert."
2079
 
2080
+ #: lib/the-events-calendar.class.php:1465
2081
+ #: lib/the-events-calendar.class.php:1484
2082
+ #: lib/the-events-calendar.class.php:1503
2083
+ #@ tribe-events-calendar
2084
  msgid "Custom field deleted."
2085
  msgstr "Benutzerdefiniertes Feld gel&ouml;scht."
2086
 
2087
+ #: lib/the-events-calendar.class.php:1466
2088
+ #@ tribe-events-calendar
2089
  msgid "Event updated."
2090
  msgstr "Veranstaltung aktualisiert."
2091
 
2092
+ #. translators: %s: date and time of the revision
2093
+ #: lib/the-events-calendar.class.php:1468
2094
  #, php-format
2095
+ #@ tribe-events-calendar
2096
  msgid "Event restored to revision from %s"
2097
  msgstr "Veranstaltung wiederhergestellt mit der Revision von %s"
2098
 
2099
+ #: lib/the-events-calendar.class.php:1469
 
2100
  #, php-format
2101
+ #@ tribe-events-calendar
2102
  msgid "Event published. <a href=\"%s\">View event</a>"
2103
+ msgstr "Veranstaltung ver&ouml;ffentlicht. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
 
 
2104
 
2105
+ #: lib/the-events-calendar.class.php:1470
2106
+ #@ tribe-events-calendar
2107
  msgid "Event saved."
2108
  msgstr "Veranstaltung gespeichert."
2109
 
2110
+ #: lib/the-events-calendar.class.php:1471
 
2111
  #, php-format
2112
+ #@ tribe-events-calendar
2113
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2114
+ msgstr "Veranstaltung hinzugefügt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
 
2115
 
2116
+ #: lib/the-events-calendar.class.php:1473
 
2117
  #, php-format
2118
+ #@ tribe-events-calendar
2119
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
2120
+ msgstr "Veranstaltung geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Vorschau</a>"
2121
+
2122
+ #: lib/the-events-calendar.class.php:1475
2123
+ #: lib/the-events-calendar.class.php:1494
2124
+ #: lib/the-events-calendar.class.php:1513
2125
+ #@ tribe-events-calendar
 
 
 
2126
  msgid "M j, Y @ G:i"
2127
  msgstr "M j, Y @ G:i"
2128
 
2129
+ #: lib/the-events-calendar.class.php:1477
 
2130
  #, php-format
2131
+ #@ tribe-events-calendar
2132
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2133
+ msgstr "Veranstaltungsentwurf aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
2134
+
2135
+ #: lib/the-events-calendar.class.php:1482
2136
+ #: lib/the-events-calendar.class.php:1485
2137
+ #: lib/the-events-calendar.class.php:1501
2138
+ #: lib/the-events-calendar.class.php:1504
 
 
 
2139
  #, php-format
2140
+ #@ tribe-events-calendar
2141
  msgid "%s updated."
2142
  msgstr "%s aktualisiert."
2143
 
2144
+ #. translators: %s: date and time of the revision
2145
+ #: lib/the-events-calendar.class.php:1487
2146
+ #: lib/the-events-calendar.class.php:1506
2147
  #, php-format
2148
+ #@ tribe-events-calendar
2149
  msgid "%s restored to revision from %s"
2150
  msgstr "%s wieder hergestellt zu Revisionen von %s"
2151
 
2152
+ #: lib/the-events-calendar.class.php:1488
2153
+ #: lib/the-events-calendar.class.php:1507
 
2154
  #, php-format
2155
+ #@ tribe-events-calendar
2156
  msgid "%s published."
2157
  msgstr "%s veröffentlicht."
2158
 
2159
+ #: lib/the-events-calendar.class.php:1489
2160
+ #: lib/the-events-calendar.class.php:1508
 
2161
  #, php-format
2162
+ #@ tribe-events-calendar
2163
  msgid "%s saved."
2164
  msgstr "%s gespeichert."
2165
 
2166
+ #: lib/the-events-calendar.class.php:1490
2167
+ #: lib/the-events-calendar.class.php:1509
 
2168
  #, php-format
2169
+ #@ tribe-events-calendar
2170
  msgid "%s submitted."
2171
  msgstr "%s eingereicht."
2172
 
2173
+ #: lib/the-events-calendar.class.php:1492
2174
+ #: lib/the-events-calendar.class.php:1511
 
2175
  #, php-format
2176
+ #@ tribe-events-calendar
2177
  msgid "%s scheduled for: <strong>%2$s</strong>."
2178
  msgstr "%s geplant für: <strong>%2s</strong>."
2179
 
2180
+ #: lib/the-events-calendar.class.php:1496
2181
+ #: lib/the-events-calendar.class.php:1515
 
2182
  #, php-format
2183
+ #@ tribe-events-calendar
2184
  msgid "%s draft updated."
2185
  msgstr "%s Entwurf aktualisiert."
2186
 
2187
+ #: lib/the-events-calendar.class.php:1576
 
 
 
 
 
 
 
 
 
 
 
 
2188
  #, php-format
2189
+ #@ tribe-events-calendar
2190
  msgid "Use Saved %s:"
2191
+ msgstr "%s wählen oder neu erstellen:"
2192
 
2193
+ #: lib/the-events-calendar.class.php:1641
2194
+ #: lib/the-events-calendar.class.php:1722
 
2195
  #, php-format
2196
+ #@ tribe-events-calendar
2197
  msgid "Use New %s"
2198
+ msgstr "Erstelle neuen %s"
2199
 
2200
+ #: lib/the-events-calendar.class.php:1643
2201
+ #: lib/the-events-calendar.class.php:1724
 
2202
  #, php-format
2203
+ #@ tribe-events-calendar
2204
  msgid "My %s"
2205
+ msgstr "Vorhandene %s"
2206
 
2207
+ #: lib/the-events-calendar.class.php:1648
2208
+ #: lib/the-events-calendar.class.php:1729
 
2209
  #, php-format
2210
+ #@ tribe-events-calendar
2211
  msgid "Available %s"
2212
  msgstr "Verfügbare %s"
2213
 
2214
+ #: lib/the-events-calendar.class.php:1659
2215
+ #: lib/the-events-calendar.class.php:1740
 
2216
  #, php-format
2217
+ #@ tribe-events-calendar
2218
  msgid "No saved %s exists."
2219
  msgstr "Es existieren keine %s."
2220
 
2221
+ #: lib/the-events-calendar.class.php:1887
2222
+ #@ tribe-events-calendar
2223
  msgid "Next"
2224
  msgstr "Nächste"
2225
 
2226
+ #: lib/the-events-calendar.class.php:1888
2227
+ #@ tribe-events-calendar
2228
  msgid "Prev"
2229
  msgstr "Vorherige"
2230
 
2231
+ #: lib/the-events-calendar.class.php:1889
2232
+ #: public/template-tags/day.php:101
2233
+ #@ tribe-events-calendar
 
2234
  msgid "Today"
2235
  msgstr "Heute"
2236
 
2237
+ #: lib/the-events-calendar.class.php:1890
2238
+ #@ tribe-events-calendar
2239
  msgid "Done"
2240
  msgstr "Erledigt"
2241
 
2242
+ #: lib/the-events-calendar.class.php:2099
2243
+ #@ tribe-events-calendar
2244
  msgid "Network"
2245
  msgstr "Netzwerk"
2246
 
2247
+ #: lib/the-events-calendar.class.php:3735
2248
+ #: lib/the-events-calendar.class.php:3764
2249
+ #: public/template-tags/day.php:152
2250
+ #: public/template-tags/day.php:173
2251
+ #@ tribe-events-calendar
2252
  msgid "Date out of range."
2253
  msgstr "Datum außerhalb des Bereichs."
2254
 
2255
+ #: lib/the-events-calendar.class.php:3794
2256
+ #@ tribe-events-calendar
2257
  msgid "Event Options"
2258
  msgstr "Veranstaltungsoptionen"
2259
 
2260
+ #: lib/the-events-calendar.class.php:3998
2261
+ #@ tribe-events-calendar
 
 
 
 
 
 
2262
  msgid "Support"
2263
  msgstr "Unterstützung"
2264
 
2265
+ #: lib/the-events-calendar.class.php:4001
2266
+ #@ tribe-events-calendar
2267
  msgid "View All Add-Ons"
2268
  msgstr "Alle Erweiterungen (Add-Ons) ansehen"
2269
 
2270
+ #: lib/the-events-calendar.class.php:4022
2271
+ #@ tribe-events-calendar
2272
  msgid "News from Modern Tribe"
2273
  msgstr "Neues von Modern Tribe"
2274
 
2275
+ #: lib/the-events-calendar.class.php:4114
2276
+ #@ tribe-events-calendar
2277
  msgid "Additional Functionality"
2278
  msgstr "Erweiterte Funktionalität"
2279
 
2280
+ #: lib/the-events-calendar.class.php:4119
2281
+ #@ tribe-events-calendar
2282
+ msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
2283
+ msgstr "Benötigen Sie weitere Funktionen inklusive wiederkehrende Veranstaltungen, Kartenverkauf, Öffentliche Veranstaltungserstellung, neue Ansichten und mehr?"
 
 
 
 
2284
 
2285
+ #: lib/the-events-calendar.class.php:4120
 
2286
  #, php-format
2287
+ #@ tribe-events-calendar
2288
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2289
  msgstr "Nutzen Sie unsere <a href=\"%s\">Veranstaltungserweiterungen</a>."
2290
 
2291
+ #: lib/the-events-calendar.class.php:4205
2292
+ #: lib/the-events-calendar.class.php:4331
2293
+ #@ tribe-events-calendar
2294
  msgid "View Calendar"
2295
  msgstr "Kalenderansicht"
2296
 
2297
+ #: lib/the-events-calendar.class.php:4215
2298
+ #@ tribe-events-calendar
2299
  msgid "Add Event"
2300
  msgstr "Veranstaltung erstellen"
2301
 
2302
+ #: lib/the-events-calendar.class.php:4226
2303
+ #@ tribe-events-calendar
2304
  msgid "Edit Events"
2305
  msgstr "Veranstaltungen bearbeiten"
2306
 
2307
+ #: lib/the-events-calendar.class.php:4239
2308
+ #@ tribe-events-calendar
2309
  msgid "Import"
2310
  msgstr "Importieren"
2311
 
2312
+ #: lib/the-events-calendar.class.php:4247
2313
+ #@ tribe-events-calendar
2314
  msgid "CSV"
2315
  msgstr "CSV"
2316
 
2317
+ #: lib/the-events-calendar.class.php:4266
2318
+ #: lib/the-events-calendar.class.php:4385
2319
+ #: lib/tribe-settings.class.php:159
2320
+ #@ tribe-events-calendar
2321
  msgid "Settings"
2322
  msgstr "Einstellungen"
2323
 
2324
+ #: lib/the-events-calendar.class.php:4299
 
2325
  #, php-format
2326
+ #@ tribe-events-calendar
2327
+ msgid "Welcome to The Events Calendar! Your events calendar can be found at %s. To change the events slug, visit %sEvents -> Settings%s."
2328
+ msgstr "Willkommen bei \"The Events Calendar\"! Ihre Veranstaltungskalender finden Sie hier: %s Um die Veranstaltungsoptionen zu verändern gehen Sie zu %sVeranstaltunngen -> Einstellungen%s."
 
 
 
 
2329
 
2330
+ #: lib/the-events-calendar.class.php:4386
2331
+ #@ tribe-events-calendar
2332
  msgid "Calendar"
2333
  msgstr "Kalender"
2334
 
2335
+ #: lib/the-events-calendar.class.php:4460
2336
+ #@ tribe-events-calendar
2337
  msgid "List"
2338
  msgstr "Liste"
2339
 
2340
+ #: lib/the-events-calendar.class.php:4478
2341
+ #@ tribe-events-calendar
2342
  msgid "Month"
2343
  msgstr "Monat"
2344
 
2345
+ #: lib/the-events-calendar.class.php:4495
2346
+ #@ tribe-events-calendar
2347
  msgid "Day"
2348
  msgstr "Tag"
2349
 
2350
+ #: lib/the-events-calendar.class.php:4520
2351
+ #: lib/the-events-calendar.class.php:4521
2352
+ #@ tribe-events-calendar
2353
  msgid "Search"
2354
  msgstr "Suche"
2355
 
2356
+ #: lib/the-events-calendar.class.php:4546
2357
+ #: lib/the-events-calendar.class.php:4562
2358
+ #@ tribe-events-calendar
2359
  msgid "Date"
2360
  msgstr "Datum"
2361
 
2362
+ #: lib/the-events-calendar.class.php:4549
2363
+ #@ tribe-events-calendar
2364
  msgid "Events In"
2365
  msgstr "Veranstaltungen am"
2366
 
2367
+ #: lib/the-events-calendar.class.php:4551
2368
+ #@ tribe-events-calendar
2369
  msgid "Events From"
2370
  msgstr "Veranstaltungen am"
2371
 
2372
+ #: lib/the-events-calendar.class.php:4553
2373
+ #@ tribe-events-calendar
2374
  msgid "Day Of"
2375
  msgstr "Tag"
2376
 
2377
+ #: lib/tickets/tribe-tickets-attendees.php:65
2378
+ #@ tribe-events-calendar
2379
  msgid "Order #"
2380
  msgstr "Bestellnummer"
2381
 
2382
+ #: lib/tickets/tribe-tickets-attendees.php:66
2383
+ #@ tribe-events-calendar
2384
  msgid "Order Status"
2385
  msgstr "Bestellstatus"
2386
 
2387
+ #: lib/tickets/tribe-tickets-attendees.php:67
2388
+ #@ tribe-events-calendar
2389
  msgid "Purchaser name"
2390
  msgstr "Käufer Name"
2391
 
2392
+ #: lib/tickets/tribe-tickets-attendees.php:68
2393
+ #@ tribe-events-calendar
2394
  msgid "Purchaser email"
2395
  msgstr "Käufer E-Mail"
2396
 
2397
+ #: lib/tickets/tribe-tickets-attendees.php:69
2398
+ #@ tribe-events-calendar
2399
  msgid "Ticket type"
2400
  msgstr "Karten Art"
2401
 
2402
+ #: lib/tickets/tribe-tickets-attendees.php:70
2403
+ #: views/tickets/email.php:317
2404
+ #@ tribe-events-calendar
2405
  msgid "Ticket #"
2406
  msgstr "Kartennummer"
2407
 
2408
+ #: lib/tickets/tribe-tickets-attendees.php:71
2409
+ #: views/tickets/email.php:329
2410
+ #@ tribe-events-calendar
2411
  msgid "Security Code"
2412
  msgstr "Sicherheitscode"
2413
 
2414
+ #: lib/tickets/tribe-tickets-attendees.php:72
2415
+ #: lib/tickets/tribe-tickets-attendees.php:166
2416
+ #: lib/tickets/tribe-tickets-attendees.php:233
2417
+ #@ tribe-events-calendar
2418
  msgid "Check in"
2419
  msgstr "einchecken"
2420
 
2421
+ #: lib/tickets/tribe-tickets-attendees.php:167
2422
+ #: lib/tickets/tribe-tickets-attendees.php:234
2423
+ #@ tribe-events-calendar
2424
  msgid "Undo Check in"
2425
  msgstr "einchecken rückgängig machen"
2426
 
2427
+ #: lib/tickets/tribe-tickets-attendees.php:202
2428
+ #@ tribe-events-calendar
2429
  msgid "Print"
2430
  msgstr "Drucken"
2431
 
2432
+ #: lib/tickets/tribe-tickets-attendees.php:203
2433
+ #@ tribe-events-calendar
2434
  msgid "Email"
2435
  msgstr "E-Mail"
2436
 
2437
+ #: lib/tickets/tribe-tickets-attendees.php:212
2438
+ #: lib/tribe-ical.class.php:121
2439
+ #@ tribe-events-calendar
2440
  msgid "Export"
2441
  msgstr "Export"
2442
 
2443
+ #: lib/tickets/tribe-tickets-attendees.php:219
2444
+ #@ tribe-events-calendar
2445
  msgid "Filter by ticket #, order # or security code"
2446
  msgstr "Nach Kartennummer, Bestellnummer oder Sicherheitscode filtern"
2447
 
2448
+ #: lib/tickets/tribe-tickets-metabox.php:71
2449
+ #@ tribe-events-calendar
2450
  msgid "Ticket header image"
2451
  msgstr "Karten Bild"
2452
 
2453
+ #: lib/tickets/tribe-tickets-metabox.php:72
2454
+ #@ tribe-events-calendar
2455
  msgid "Set as ticket header"
2456
  msgstr "Ein Karten Bild senden"
2457
 
2458
+ #: lib/tickets/tribe-tickets-pro.php:116
2459
+ #@ tribe-events-calendar
2460
  msgid "You need to select a user or type a valid email address"
2461
  msgstr "Sie müssen einen Nutzer oder eine gültige E-Mailadresse wählen"
2462
 
2463
+ #: lib/tickets/tribe-tickets-pro.php:117
2464
+ #@ tribe-events-calendar
2465
  msgid "Sending..."
2466
  msgstr "Senden..."
2467
 
2468
+ #: lib/tickets/tribe-tickets-pro.php:147
2469
+ #@ tribe-events-calendar
2470
  msgid "Columns"
2471
  msgstr "Spalten"
2472
 
2473
+ #: lib/tickets/tribe-tickets-pro.php:148
2474
+ #@ tribe-events-calendar
2475
+ msgid "You can use Screen Options to select which columns you want to see. The selection works in the table below, in the email, for print and for the CSV export."
2476
+ msgstr "Verwenden Sie die Bildschirmoptionen, um auszuwählen, welche Spalten angezeigt werden sollen. Die Auswahl kann in der Tabelle unten für eMail, Druck oder CSV-Export genutzt werden."
 
 
 
 
 
 
2477
 
2478
+ #: lib/tickets/tribe-tickets-pro.php:242
2479
+ #@ tribe-events-calendar
2480
  msgid "Yes"
2481
  msgstr "Ja"
2482
 
2483
+ #: lib/tickets/tribe-tickets-pro.php:274
2484
+ #@ tribe-events-calendar
2485
  msgid "attendees"
2486
  msgstr "Teilnehmer"
2487
 
2488
+ #: lib/tickets/tribe-tickets-pro.php:328
 
2489
  #, php-format
2490
+ #@ tribe-events-calendar
2491
  msgid "Attendee List for: %s"
2492
  msgstr "Teilnehmer Liste für: %s"
2493
 
2494
+ #: lib/tickets/tribe-tickets.php:325
2495
+ #@ tribe-events-calendar
2496
  msgid "Your ticket has been saved."
2497
  msgstr "Ihre Karte wurde gespeichert."
2498
 
2499
+ #: lib/tickets/tribe-tickets.php:402
2500
+ #@ tribe-events-calendar
2501
  msgid "Your ticket has been deleted."
2502
  msgstr "Ihre Karte wurde gelöscht."
2503
 
2504
+ #: lib/tribe-admin-events-list.class.php:173
2505
+ #@ tribe-events-calendar
2506
  msgid "Start Date"
2507
+ msgstr "Anfangsdatum"
2508
 
2509
+ #: lib/tribe-admin-events-list.class.php:174
2510
+ #@ tribe-events-calendar
2511
  msgid "End Date"
2512
+ msgstr "Enddatum"
2513
 
2514
+ #: lib/tribe-admin-events-list.class.php:247
 
2515
  #, php-format
2516
+ #@ tribe-events-calendar
2517
  msgid "All %s"
2518
  msgstr "Alle %s"
2519
 
2520
+ #: lib/tribe-app-shop.class.php:64
2521
+ #: lib/tribe-app-shop.class.php:65
2522
+ #: lib/tribe-app-shop.class.php:96
2523
+ #@ tribe-events-calendar
2524
  msgid "Event Add-Ons"
2525
  msgstr "Add-Ons"
2526
 
2527
+ #: lib/tribe-event-api.class.php:339
2528
+ #@ tribe-events-calendar
2529
  msgid "Unnamed Venue"
2530
  msgstr "Unbenannter Veranstaltungsort"
2531
 
2532
+ #: lib/tribe-event-api.class.php:415
2533
+ #: lib/tribe-view-helpers.class.php:46
2534
+ #: public/template-tags/venue.php:275
2535
+ #@ tribe-events-calendar
2536
  msgid "United States"
2537
  msgstr "Vereinigte Staaten"
2538
 
2539
+ #: lib/tribe-event-exception.class.php:22
2540
+ #: lib/tribe-event-exception.class.php:41
2541
+ #@ tribe-events-calendar
2542
  msgid "Error"
2543
  msgstr "Fehler"
2544
 
2545
+ #: lib/tribe-field.class.php:211
2546
+ #@ tribe-events-calendar
2547
  msgid "Invalid field type specified"
2548
  msgstr "Falsche Feldart definiert"
2549
 
2550
+ #: lib/tribe-field.class.php:470
2551
+ #@ tribe-events-calendar
2552
  msgid "No radio options specified"
2553
  msgstr "Keine Bewertungsoptionen definiert"
2554
 
2555
+ #: lib/tribe-field.class.php:506
2556
+ #@ tribe-events-calendar
2557
  msgid "No checkbox options specified"
2558
  msgstr "Keine Checkboxoptionen definiert"
2559
 
2560
+ #: lib/tribe-field.class.php:562
2561
+ #@ tribe-events-calendar
2562
  msgid "No select options specified"
2563
  msgstr "Keine Auswahloptionen definiert"
2564
 
2565
+ #: lib/tribe-ical.class.php:28
2566
+ #@ tribe-events-calendar
2567
  msgctxt "feed link"
2568
  msgid "&raquo;"
2569
  msgstr "&raquo;"
2570
 
2571
+ #: lib/tribe-ical.class.php:29
 
2572
  #, php-format
2573
+ #@ tribe-events-calendar
2574
  msgid "%1$s %2$s iCal Feed"
2575
  msgstr "%1$s %2$s iCal Feed"
2576
 
2577
+ #: lib/tribe-ical.class.php:77
2578
+ #@ tribe-events-calendar
2579
  msgid "Add to Google Calendar"
2580
  msgstr "Zum Google Kalender hinzufügen"
2581
 
2582
+ #: lib/tribe-ical.class.php:77
2583
+ #@ tribe-events-calendar
2584
  msgid "Google Calendar"
2585
  msgstr "Google Kalender"
2586
 
2587
+ #: lib/tribe-ical.class.php:78
2588
+ #@ tribe-events-calendar
2589
  msgid "Download .ics file"
2590
  msgstr ".ics Datei herunterladen"
2591
 
2592
+ #: lib/tribe-ical.class.php:78
2593
+ #@ tribe-events-calendar
2594
  msgid "iCal Export"
2595
  msgstr "iCal Export"
2596
 
2597
+ #: lib/tribe-ical.class.php:108
2598
+ #@ tribe-events-calendar
2599
  msgid "Month's Events"
2600
  msgstr "Monatliche Veranstaltungen"
2601
 
2602
+ #: lib/tribe-ical.class.php:111
2603
+ #@ tribe-events-calendar
2604
  msgid "Week's Events"
2605
  msgstr "Wöchentliche Veranstaltungen"
2606
 
2607
+ #: lib/tribe-ical.class.php:114
2608
+ #@ tribe-events-calendar
2609
  msgid "Day's Events"
2610
  msgstr "Tägliche Veranstaltungen"
2611
 
2612
+ #: lib/tribe-ical.class.php:117
2613
+ #@ tribe-events-calendar
2614
  msgid "Listed Events"
2615
  msgstr "Veröffentlichte Veranstaltungen"
2616
 
2617
+ #: lib/tribe-ical.class.php:122
2618
+ #@ tribe-events-calendar
2619
+ msgid "Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps"
2620
+ msgstr "Verwenden, um Kalenderdaten mit Google Kalender, Apple iCal und kompatiblen apps zu teilen"
 
 
 
 
2621
 
2622
+ #: lib/tribe-settings-tab.class.php:221
2623
+ #@ tribe-events-calendar
2624
  msgid "There are no fields setup for this tab yet."
2625
  msgstr "Es sind noch keine Boxen für diesen Tab definiert."
2626
 
2627
+ #: lib/tribe-settings.class.php:159
2628
+ #: lib/tribe-settings.class.php:174
2629
+ #@ tribe-events-calendar
2630
  msgid "The Events Calendar Settings"
2631
  msgstr "Veranstaltungskalender Einstellungen"
2632
 
2633
+ #: lib/tribe-settings.class.php:174
2634
+ #@ tribe-events-calendar
2635
  msgid "Events Settings"
2636
  msgstr "Veranstaltungseinstellungen"
2637
 
2638
+ #: lib/tribe-settings.class.php:237
 
2639
  #, php-format
2640
+ #@ tribe-events-calendar
2641
  msgid "%s Settings"
2642
  msgstr "%s Einstellungen"
2643
 
2644
+ #: lib/tribe-settings.class.php:251
2645
+ #@ tribe-events-calendar
2646
  msgid "You've requested a non-existent tab."
2647
  msgstr "Sie sprechen eine nicht vorhandenen Tab an."
2648
 
2649
+ #: lib/tribe-settings.class.php:259
2650
+ #@ tribe-events-calendar
2651
  msgid " Save Changes"
2652
  msgstr "Änderungen speichern"
2653
 
2654
+ #: lib/tribe-settings.class.php:309
2655
+ #@ tribe-events-calendar
2656
  msgid "You don't have permission to do that."
2657
  msgstr "Sie haben nicht die nötigen Rechte dafür."
2658
 
2659
+ #: lib/tribe-settings.class.php:315
2660
+ #@ tribe-events-calendar
2661
  msgid "The request was sent insecurely."
2662
  msgstr "Die Anfrage wurde unverschlüsselt gesendet."
2663
 
2664
+ #: lib/tribe-settings.class.php:321
2665
+ #@ tribe-events-calendar
2666
  msgid "The request wasn't sent from this tab."
2667
  msgstr "Die Anfrage wurde nicht von diesem Tab gesendet."
2668
 
2669
+ #: lib/tribe-settings.class.php:489
2670
+ #@ tribe-events-calendar
2671
  msgid "Your form had the following errors:"
2672
  msgstr "Ihr Formular hat folgende Fehler:"
2673
 
2674
+ #: lib/tribe-settings.class.php:498
2675
+ #@ default
2676
  msgid "None of your settings were saved. Please try again."
2677
  msgstr "Die Eintellungen konnten gespeichert werden. Versuchen Sie es erneut."
2678
 
2679
+ #: lib/tribe-settings.class.php:498
2680
+ #@ tribe-events-calendar
2681
+ msgid "The above setting was not saved. Other settings were successfully saved."
2682
+ msgid_plural "The above settings were not saved. Other settings were successfully saved."
2683
+ msgstr[0] "Die obige Einstellung wurde nicht gespeichert. Andere Einstellungen wurden erfolgreich gespeichert."
2684
+ msgstr[1] "Die obigen Einstellungen wurde nicht gespeichert. Andere Einstellungen wurden erfolgreich gespeichert."
2685
+
2686
+ #: lib/tribe-settings.class.php:520
2687
+ #@ tribe-events-calendar
 
 
 
 
 
 
2688
  msgid "Settings saved."
2689
  msgstr "Einstellungen gespeichert.."
2690
 
2691
+ #: lib/tribe-support.class.php:50
2692
+ #@ tribe-events-calendar
2693
+ msgid "Sometimes it's hard to tell what's going wrong without knowing more about your system steup. For your convenience, we've put together a little report on what's cooking under the hood."
2694
+ msgstr "Ohne detailierte Informationen eines System ist eine Fehlersuche häufig schwierig. Um die Fehlersuche zu vereinfachen, haben wir einen Bericht über die Systemeinstellungen zusammengestellt."
 
 
 
 
 
 
2695
 
2696
+ #: lib/tribe-support.class.php:51
2697
+ #@ tribe-events-calendar
2698
+ msgid "If you suspect that the problem you're having is related to another plugin, or we're just plain having trouble reproducing your bug report, please copy and send all of this to our support team."
2699
+ msgstr "Wenn Sie vermuten, dass das Problem mit einem anderen Plugin zusammenhängt oder wir Probleme haben den Fehler nachzustellen, kopieren Sie bitte die Daten und senden Sie sie an unser Support Team."
 
 
 
 
 
 
2700
 
2701
+ #: lib/tribe-support.class.php:55
2702
+ #@ tribe-events-calendar
2703
  msgid "System Information"
2704
  msgstr "Systeminformationen"
2705
 
2706
+ #: lib/tribe-support.class.php:141
2707
+ #@ tribe-events-calendar
2708
  msgid "Unknown or not set"
2709
  msgstr "Unbekannt oder nicht gesetzt."
2710
 
2711
+ #: lib/tribe-template-factory.class.php:247
 
2712
  #, php-format
2713
+ #@ tribe-events-calendar
2714
  msgid "There were no results found for <strong>\"%s\"</strong>."
2715
  msgstr "Es gab keine Ergebnisse für <strong>\"%s\"</strong>."
2716
 
2717
+ #: lib/tribe-template-factory.class.php:249
 
2718
  #, php-format
2719
+ #@ tribe-events-calendar
2720
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2721
+ msgstr "Es wurden keine Ergebnisse für Veranstaltungen in der Nähe von <strong>\"%s\"</strong> gefunden."
 
 
2722
 
2723
+ #: lib/tribe-template-factory.class.php:251
 
2724
  #, php-format
2725
+ #@ tribe-events-calendar
2726
+ msgid "No upcoming events listed under %s. Check out upcoming events for this category or view the full calendar."
2727
+ msgstr "Keine anstehenden Veranstaltungen unter %s. Prüfen Sie die anstehenden Veranstaltungen für diese Kategorie oder wählen Sie den gesamten Kalender."
 
 
 
2728
 
2729
+ #: lib/tribe-template-factory.class.php:255
2730
+ #@ tribe-events-calendar
2731
  msgid "No previous events "
2732
  msgstr "Keine vorherigen Veranstaltungen "
2733
 
2734
+ #: lib/tribe-templates.class.php:592
 
2735
  #, php-format
2736
+ #@ tribe-events-calendar
2737
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2738
  msgstr "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: %s"
2739
 
2740
+ #: lib/tribe-templates.class.php:634
 
2741
  #, php-format
2742
+ #@ tribe-events-calendar
2743
+ msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
2744
+ msgstr "Template Overrides müssen in das richtige Unterverzeichnis verschoben werden: tribe_get_template_part('%s')"
 
 
 
2745
 
2746
+ #: lib/tribe-validate.class.php:76
2747
+ #: lib/tribe-validate.class.php:117
2748
+ #@ tribe-events-calendar
2749
  msgid "Invalid or incomplete field passed"
2750
  msgstr "Unvollständig oder fehlerhaft."
2751
 
2752
+ #: lib/tribe-validate.class.php:77
2753
+ #: lib/tribe-validate.class.php:112
2754
+ #: lib/tribe-validate.class.php:118
2755
+ #@ tribe-events-calendar
2756
  msgid "Field ID:"
2757
  msgstr "Feld ID:"
2758
 
2759
+ #: lib/tribe-validate.class.php:111
2760
+ #@ tribe-events-calendar
2761
  msgid "Non-existant field validation function passed"
2762
  msgstr "Prüfung für nicht vorhandenes Feld durchgeführt"
2763
 
2764
+ #: lib/tribe-validate.class.php:112
2765
+ #@ tribe-events-calendar
2766
  msgctxt "non-existant function name passed for field validation"
2767
  msgid "with function name:"
2768
  msgstr "mit dem Funktionsnamen:"
2769
 
2770
+ #: lib/tribe-validate.class.php:135
2771
+ #: lib/tribe-validate.class.php:151
2772
  #, php-format
2773
+ #@ tribe-events-calendar
2774
  msgid "%s must contain numbers and letters only"
2775
  msgstr "%s darf nur Zahlen und Buchstaben enthalten"
2776
 
2777
+ #: lib/tribe-validate.class.php:167
 
2778
  #, php-format
2779
+ #@ tribe-events-calendar
2780
  msgid "%s must contain numbers, letters and dots only"
2781
  msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
2782
 
2783
+ #: lib/tribe-validate.class.php:181
 
2784
  #, php-format
2785
+ #@ tribe-events-calendar
2786
  msgid "%s must be a positive number."
2787
  msgstr "%s muss eine positive Zahl sein."
2788
 
2789
+ #: lib/tribe-validate.class.php:196
 
2790
  #, php-format
2791
+ #@ tribe-events-calendar
2792
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2793
+ msgstr "%s muss eine gültige Ausgangsform haben (Nummern, Buchstaben, Gedankenstriche und Unterstreichungen)."
 
 
2794
 
2795
+ #: lib/tribe-validate.class.php:211
 
2796
  #, php-format
2797
+ #@ tribe-events-calendar
2798
  msgid "%s must be a valid absolute URL."
2799
  msgstr "%s muss eine gültige URL sein."
2800
 
2801
+ #: lib/tribe-validate.class.php:227
2802
+ #: lib/tribe-validate.class.php:244
2803
+ #: lib/tribe-validate.class.php:266
2804
  #, php-format
2805
+ #@ tribe-events-calendar
2806
  msgid "%s must have a value that's part of its options."
2807
  msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
2808
 
2809
+ #: lib/tribe-validate.class.php:280
 
2810
  #, php-format
2811
+ #@ tribe-events-calendar
2812
+ msgid "Comparison validation failed because no comparison value was provided, for field %s"
2813
+ msgstr "Der Vergleich ist fehlgeschlagen, weil keine Eingabe im Feld %s gefunden wurde"
 
 
 
2814
 
2815
+ #: lib/tribe-validate.class.php:287
 
2816
  #, php-format
2817
+ #@ tribe-events-calendar
2818
  msgid "%s cannot be the same as %s."
2819
  msgstr "%s kann nicht dasselbe sein wie %s."
2820
 
2821
+ #: lib/tribe-validate.class.php:289
 
2822
  #, php-format
2823
+ #@ tribe-events-calendar
2824
  msgid "%s cannot be a duplicate"
2825
  msgstr "%s kann nicht vervielfältigt werden"
2826
 
2827
+ #: lib/tribe-validate.class.php:305
 
2828
  #, php-format
2829
+ #@ tribe-events-calendar
2830
  msgid "%s must be a number or percentage."
2831
  msgstr "%s muss eine Zahl oder Prozentsatz sein."
2832
 
2833
+ #: lib/tribe-validate.class.php:359
 
2834
  #, php-format
2835
+ #@ tribe-events-calendar
2836
  msgid "%s must be a number between 0 and 21."
2837
  msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
2838
 
2839
+ #: lib/tribe-validate.class.php:375
 
2840
  #, php-format
2841
+ #@ tribe-events-calendar
2842
+ msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2843
+ msgstr "%s darf nur aus Buchstaben, Zahlen, Gedankenstrichen, Apostrophe und Leerzeichen bestehen. "
 
 
2844
 
2845
+ #: lib/tribe-validate.class.php:391
 
2846
  #, php-format
2847
+ #@ tribe-events-calendar
2848
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2849
+ msgstr "%s muss aus Buchstaben, Leerzeichen, Apostrophe und Gedankenstrichen bestehen."
 
 
2850
 
2851
+ #: lib/tribe-validate.class.php:405
 
2852
  #, php-format
2853
+ #@ tribe-events-calendar
2854
  msgid "%s must consist of 5 numbers."
2855
  msgstr "%s muss aus fünf Ziffern bestehen."
2856
 
2857
+ #: lib/tribe-validate.class.php:419
 
2858
  #, php-format
2859
+ #@ tribe-events-calendar
2860
  msgid "%s must be a phone number."
2861
  msgstr "%s muss eine Telefonnummer sein."
2862
 
2863
+ #: lib/tribe-validate.class.php:435
2864
+ #@ tribe-events-calendar
2865
+ msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
2866
+ msgstr "Die Länder-Liste muss als ein Land pro Zeile in der folgenden Weise formatiert sein: <br>US, United States <br> UK, United Kingdom."
 
 
 
 
2867
 
2868
+ #: lib/tribe-view-helpers.class.php:26
2869
+ #: lib/tribe-view-helpers.class.php:45
2870
+ #@ tribe-events-calendar
2871
  msgid "Select a Country:"
2872
  msgstr "Land wählen ..."
2873
 
2874
+ #: lib/tribe-view-helpers.class.php:47
2875
+ #@ tribe-events-calendar
2876
  msgid "Afghanistan"
2877
  msgstr "Afghanistan"
2878
 
2879
+ #: lib/tribe-view-helpers.class.php:48
2880
+ #@ tribe-events-calendar
2881
  msgid "Albania"
2882
  msgstr "Albanien"
2883
 
2884
+ #: lib/tribe-view-helpers.class.php:49
2885
+ #@ tribe-events-calendar
2886
  msgid "Algeria"
2887
  msgstr "Algerien"
2888
 
2889
+ #: lib/tribe-view-helpers.class.php:50
2890
+ #@ tribe-events-calendar
2891
  msgid "American Samoa"
2892
  msgstr "Amerikanisch Samoa"
2893
 
2894
+ #: lib/tribe-view-helpers.class.php:51
2895
+ #@ tribe-events-calendar
2896
  msgid "Andorra"
2897
  msgstr "Andorra"
2898
 
2899
+ #: lib/tribe-view-helpers.class.php:52
2900
+ #@ tribe-events-calendar
2901
  msgid "Angola"
2902
  msgstr "Angola"
2903
 
2904
+ #: lib/tribe-view-helpers.class.php:53
2905
+ #@ tribe-events-calendar
2906
  msgid "Anguilla"
2907
  msgstr "Anguilla"
2908
 
2909
+ #: lib/tribe-view-helpers.class.php:54
2910
+ #@ tribe-events-calendar
2911
  msgid "Antarctica"
2912
  msgstr "Antarktika"
2913
 
2914
+ #: lib/tribe-view-helpers.class.php:55
2915
+ #@ tribe-events-calendar
2916
  msgid "Antigua And Barbuda"
2917
  msgstr "Antigua und Barbuda"
2918
 
2919
+ #: lib/tribe-view-helpers.class.php:56
2920
+ #@ tribe-events-calendar
2921
  msgid "Argentina"
2922
  msgstr "Argentinien"
2923
 
2924
+ #: lib/tribe-view-helpers.class.php:57
2925
+ #@ tribe-events-calendar
2926
  msgid "Armenia"
2927
  msgstr "Armenien"
2928
 
2929
+ #: lib/tribe-view-helpers.class.php:58
2930
+ #@ tribe-events-calendar
2931
  msgid "Aruba"
2932
  msgstr "Aruba"
2933
 
2934
+ #: lib/tribe-view-helpers.class.php:59
2935
+ #@ tribe-events-calendar
2936
  msgid "Australia"
2937
  msgstr "Australien"
2938
 
2939
+ #: lib/tribe-view-helpers.class.php:60
2940
+ #@ tribe-events-calendar
2941
  msgid "Austria"
2942
  msgstr "Österreich"
2943
 
2944
+ #: lib/tribe-view-helpers.class.php:61
2945
+ #@ tribe-events-calendar
2946
  msgid "Azerbaijan"
2947
  msgstr "Aserbaidschan"
2948
 
2949
+ #: lib/tribe-view-helpers.class.php:62
2950
+ #@ tribe-events-calendar
2951
  msgid "Bahamas"
2952
  msgstr "Bahamas"
2953
 
2954
+ #: lib/tribe-view-helpers.class.php:63
2955
+ #@ tribe-events-calendar
2956
  msgid "Bahrain"
2957
  msgstr "Bahrain"
2958
 
2959
+ #: lib/tribe-view-helpers.class.php:64
2960
+ #@ tribe-events-calendar
2961
  msgid "Bangladesh"
2962
  msgstr "Bangladesh"
2963
 
2964
+ #: lib/tribe-view-helpers.class.php:65
2965
+ #@ tribe-events-calendar
2966
  msgid "Barbados"
2967
  msgstr "Barbados"
2968
 
2969
+ #: lib/tribe-view-helpers.class.php:66
2970
+ #@ tribe-events-calendar
2971
  msgid "Belarus"
2972
  msgstr "Weißrussland"
2973
 
2974
+ #: lib/tribe-view-helpers.class.php:67
2975
+ #@ tribe-events-calendar
2976
  msgid "Belgium"
2977
  msgstr "Belgien"
2978
 
2979
+ #: lib/tribe-view-helpers.class.php:68
2980
+ #@ tribe-events-calendar
2981
  msgid "Belize"
2982
  msgstr "Belize"
2983
 
2984
+ #: lib/tribe-view-helpers.class.php:69
2985
+ #@ tribe-events-calendar
2986
  msgid "Benin"
2987
  msgstr "Benin"
2988
 
2989
+ #: lib/tribe-view-helpers.class.php:70
2990
+ #@ tribe-events-calendar
2991
  msgid "Bermuda"
2992
  msgstr "Bermuda"
2993
 
2994
+ #: lib/tribe-view-helpers.class.php:71
2995
+ #@ tribe-events-calendar
2996
  msgid "Bhutan"
2997
  msgstr "Bhutan"
2998
 
2999
+ #: lib/tribe-view-helpers.class.php:72
3000
+ #@ tribe-events-calendar
3001
  msgid "Bolivia"
3002
  msgstr "Bolivien"
3003
 
3004
+ #: lib/tribe-view-helpers.class.php:73
3005
+ #@ tribe-events-calendar
3006
  msgid "Bosnia And Herzegowina"
3007
  msgstr "Bosnien und Herzegowina"
3008
 
3009
+ #: lib/tribe-view-helpers.class.php:74
3010
+ #@ tribe-events-calendar
3011
  msgid "Botswana"
3012
  msgstr "Botswana"
3013
 
3014
+ #: lib/tribe-view-helpers.class.php:75
3015
+ #@ tribe-events-calendar
3016
  msgid "Bouvet Island"
3017
  msgstr "Bouvetinsel"
3018
 
3019
+ #: lib/tribe-view-helpers.class.php:76
3020
+ #@ tribe-events-calendar
3021
  msgid "Brazil"
3022
  msgstr "Brasilien"
3023
 
3024
+ #: lib/tribe-view-helpers.class.php:77
3025
+ #@ tribe-events-calendar
3026
  msgid "British Indian Ocean Territory"
3027
  msgstr "Britisches Territorium im Indischen Ozean"
3028
 
3029
+ #: lib/tribe-view-helpers.class.php:78
3030
+ #@ tribe-events-calendar
3031
  msgid "Brunei Darussalam"
3032
  msgstr "Brunei"
3033
 
3034
+ #: lib/tribe-view-helpers.class.php:79
3035
+ #@ tribe-events-calendar
3036
  msgid "Bulgaria"
3037
  msgstr "Bulgarien"
3038
 
3039
+ #: lib/tribe-view-helpers.class.php:80
3040
+ #@ tribe-events-calendar
3041
  msgid "Burkina Faso"
3042
  msgstr "Burkina Faso"
3043
 
3044
+ #: lib/tribe-view-helpers.class.php:81
3045
+ #@ tribe-events-calendar
3046
  msgid "Burundi"
3047
  msgstr "Burundi"
3048
 
3049
+ #: lib/tribe-view-helpers.class.php:82
3050
+ #@ tribe-events-calendar
3051
  msgid "Cambodia"
3052
  msgstr "Kambodscha"
3053
 
3054
+ #: lib/tribe-view-helpers.class.php:83
3055
+ #@ tribe-events-calendar
3056
  msgid "Cameroon"
3057
  msgstr "Kamerun"
3058
 
3059
+ #: lib/tribe-view-helpers.class.php:84
3060
+ #@ tribe-events-calendar
3061
  msgid "Canada"
3062
  msgstr "Kanada"
3063
 
3064
+ #: lib/tribe-view-helpers.class.php:85
3065
+ #@ tribe-events-calendar
3066
  msgid "Cape Verde"
3067
  msgstr "Kapverdische Inseln"
3068
 
3069
+ #: lib/tribe-view-helpers.class.php:86
3070
+ #@ tribe-events-calendar
3071
  msgid "Cayman Islands"
3072
  msgstr "Cayman Inseln"
3073
 
3074
+ #: lib/tribe-view-helpers.class.php:87
3075
+ #@ tribe-events-calendar
3076
  msgid "Central African Republic"
3077
  msgstr "Zentralafrikanische Republik"
3078
 
3079
+ #: lib/tribe-view-helpers.class.php:88
3080
+ #@ tribe-events-calendar
3081
  msgid "Chad"
3082
  msgstr "Tschad"
3083
 
3084
+ #: lib/tribe-view-helpers.class.php:89
3085
+ #@ tribe-events-calendar
3086
  msgid "Chile"
3087
  msgstr "Chile"
3088
 
3089
+ #: lib/tribe-view-helpers.class.php:90
3090
+ #@ tribe-events-calendar
3091
  msgid "China"
3092
  msgstr "China"
3093
 
3094
+ #: lib/tribe-view-helpers.class.php:91
3095
+ #@ tribe-events-calendar
3096
  msgid "Christmas Island"
3097
  msgstr "Weihnachtsinseln"
3098
 
3099
+ #: lib/tribe-view-helpers.class.php:92
3100
+ #@ tribe-events-calendar
3101
  msgid "Cocos (Keeling) Islands"
3102
  msgstr "Kokosinseln"
3103
 
3104
+ #: lib/tribe-view-helpers.class.php:93
3105
+ #@ tribe-events-calendar
3106
  msgid "Colombia"
3107
  msgstr "Kolumbien"
3108
 
3109
+ #: lib/tribe-view-helpers.class.php:94
3110
+ #@ tribe-events-calendar
3111
  msgid "Comoros"
3112
  msgstr "Komoren"
3113
 
3114
+ #: lib/tribe-view-helpers.class.php:95
3115
+ #@ tribe-events-calendar
3116
  msgid "Congo"
3117
  msgstr "Kongo"
3118
 
3119
+ #: lib/tribe-view-helpers.class.php:96
3120
+ #@ tribe-events-calendar
3121
  msgid "Congo, The Democratic Republic Of The"
3122
  msgstr "Demokratische Republik Kongo"
3123
 
3124
+ #: lib/tribe-view-helpers.class.php:97
3125
+ #@ tribe-events-calendar
3126
  msgid "Cook Islands"
3127
  msgstr "Cook-Inseln"
3128
 
3129
+ #: lib/tribe-view-helpers.class.php:98
3130
+ #@ tribe-events-calendar
3131
  msgid "Costa Rica"
3132
  msgstr "Costa Rica"
3133
 
3134
+ #: lib/tribe-view-helpers.class.php:99
3135
+ #@ tribe-events-calendar
3136
  msgid "Cote D'Ivoire"
3137
  msgstr "Elfenbeinküste"
3138
 
3139
+ #: lib/tribe-view-helpers.class.php:100
3140
+ #@ tribe-events-calendar
3141
  msgid "Croatia (Local Name: Hrvatska)"
3142
  msgstr "Kroatien"
3143
 
3144
+ #: lib/tribe-view-helpers.class.php:101
3145
+ #@ tribe-events-calendar
3146
  msgid "Cuba"
3147
  msgstr "Kuba"
3148
 
3149
+ #: lib/tribe-view-helpers.class.php:102
3150
+ #@ tribe-events-calendar
3151
  msgid "Cyprus"
3152
  msgstr "Zypern"
3153
 
3154
+ #: lib/tribe-view-helpers.class.php:103
3155
+ #@ tribe-events-calendar
3156
  msgid "Czech Republic"
3157
  msgstr "Tschechische Republik"
3158
 
3159
+ #: lib/tribe-view-helpers.class.php:104
3160
+ #@ tribe-events-calendar
3161
  msgid "Denmark"
3162
  msgstr "Dänemark"
3163
 
3164
+ #: lib/tribe-view-helpers.class.php:105
3165
+ #@ tribe-events-calendar
3166
  msgid "Djibouti"
3167
  msgstr "Djibouti"
3168
 
3169
+ #: lib/tribe-view-helpers.class.php:106
3170
+ #@ tribe-events-calendar
3171
  msgid "Dominica"
3172
  msgstr "Dominica"
3173
 
3174
+ #: lib/tribe-view-helpers.class.php:107
3175
+ #@ tribe-events-calendar
3176
  msgid "Dominican Republic"
3177
  msgstr "Dominikanische Republik"
3178
 
3179
+ #: lib/tribe-view-helpers.class.php:108
3180
+ #@ tribe-events-calendar
3181
  msgid "East Timor"
3182
  msgstr "Osttimor"
3183
 
3184
+ #: lib/tribe-view-helpers.class.php:109
3185
+ #@ tribe-events-calendar
3186
  msgid "Ecuador"
3187
  msgstr "Ecuador"
3188
 
3189
+ #: lib/tribe-view-helpers.class.php:110
3190
+ #@ tribe-events-calendar
3191
  msgid "Egypt"
3192
  msgstr "Ägypten"
3193
 
3194
+ #: lib/tribe-view-helpers.class.php:111
3195
+ #@ tribe-events-calendar
3196
  msgid "El Salvador"
3197
  msgstr "El Salvador"
3198
 
3199
+ #: lib/tribe-view-helpers.class.php:112
3200
+ #@ tribe-events-calendar
3201
  msgid "Equatorial Guinea"
3202
  msgstr "Äquatorialguinea"
3203
 
3204
+ #: lib/tribe-view-helpers.class.php:113
3205
+ #@ tribe-events-calendar
3206
  msgid "Eritrea"
3207
  msgstr "Eritrea"
3208
 
3209
+ #: lib/tribe-view-helpers.class.php:114
3210
+ #@ tribe-events-calendar
3211
  msgid "Estonia"
3212
  msgstr "Estland"
3213
 
3214
+ #: lib/tribe-view-helpers.class.php:115
3215
+ #@ tribe-events-calendar
3216
  msgid "Ethiopia"
3217
  msgstr "Äthophien"
3218
 
3219
+ #: lib/tribe-view-helpers.class.php:116
3220
+ #@ tribe-events-calendar
3221
  msgid "Falkland Islands (Malvinas)"
3222
  msgstr "Falkland-Inseln (Malvinas)"
3223
 
3224
+ #: lib/tribe-view-helpers.class.php:117
3225
+ #@ tribe-events-calendar
3226
  msgid "Faroe Islands"
3227
  msgstr "Färöer Inseln"
3228
 
3229
+ #: lib/tribe-view-helpers.class.php:118
3230
+ #@ tribe-events-calendar
3231
  msgid "Fiji"
3232
  msgstr "Fiji"
3233
 
3234
+ #: lib/tribe-view-helpers.class.php:119
3235
+ #@ tribe-events-calendar
3236
  msgid "Finland"
3237
  msgstr "Finnland"
3238
 
3239
+ #: lib/tribe-view-helpers.class.php:120
3240
+ #@ tribe-events-calendar
3241
  msgid "France"
3242
  msgstr "Frankreich"
3243
 
3244
+ #: lib/tribe-view-helpers.class.php:121
3245
+ #@ tribe-events-calendar
3246
  msgid "France, Metropolitan"
3247
  msgstr "Frankreich (mit Korsika)"
3248
 
3249
+ #: lib/tribe-view-helpers.class.php:122
3250
+ #@ tribe-events-calendar
3251
  msgid "French Guiana"
3252
  msgstr "Französisch-Guayana"
3253
 
3254
+ #: lib/tribe-view-helpers.class.php:123
3255
+ #@ tribe-events-calendar
3256
  msgid "French Polynesia"
3257
  msgstr "Französisch-Polynesien"
3258
 
3259
+ #: lib/tribe-view-helpers.class.php:124
3260
+ #@ tribe-events-calendar
3261
  msgid "French Southern Territories"
3262
  msgstr "Französische Süd- und Antarktisgebiete"
3263
 
3264
+ #: lib/tribe-view-helpers.class.php:125
3265
+ #@ tribe-events-calendar
3266
  msgid "Gabon"
3267
  msgstr "Gabon"
3268
 
3269
+ #: lib/tribe-view-helpers.class.php:126
3270
+ #@ tribe-events-calendar
3271
  msgid "Gambia"
3272
  msgstr "Gambia"
3273
 
3274
+ #: lib/tribe-view-helpers.class.php:127
3275
+ #: lib/tribe-view-helpers.class.php:326
3276
+ #@ tribe-events-calendar
3277
  msgid "Georgia"
3278
  msgstr "Georgien"
3279
 
3280
+ #: lib/tribe-view-helpers.class.php:128
3281
+ #@ tribe-events-calendar
3282
  msgid "Germany"
3283
  msgstr "Deutschland"
3284
 
3285
+ #: lib/tribe-view-helpers.class.php:129
3286
+ #@ tribe-events-calendar
3287
  msgid "Ghana"
3288
  msgstr "Ghana"
3289
 
3290
+ #: lib/tribe-view-helpers.class.php:130
3291
+ #@ tribe-events-calendar
3292
  msgid "Gibraltar"
3293
  msgstr "Gibraltar"
3294
 
3295
+ #: lib/tribe-view-helpers.class.php:131
3296
+ #@ tribe-events-calendar
3297
  msgid "Greece"
3298
  msgstr "Griechenland"
3299
 
3300
+ #: lib/tribe-view-helpers.class.php:132
3301
+ #@ tribe-events-calendar
3302
  msgid "Greenland"
3303
  msgstr "Grönland"
3304
 
3305
+ #: lib/tribe-view-helpers.class.php:133
3306
+ #@ tribe-events-calendar
3307
  msgid "Grenada"
3308
  msgstr "Grenada"
3309
 
3310
+ #: lib/tribe-view-helpers.class.php:134
3311
+ #@ tribe-events-calendar
3312
  msgid "Guadeloupe"
3313
  msgstr "Guadeloupe"
3314
 
3315
+ #: lib/tribe-view-helpers.class.php:135
3316
+ #@ tribe-events-calendar
3317
  msgid "Guam"
3318
  msgstr "Guam"
3319
 
3320
+ #: lib/tribe-view-helpers.class.php:136
3321
+ #@ tribe-events-calendar
3322
  msgid "Guatemala"
3323
  msgstr "Guatemala"
3324
 
3325
+ #: lib/tribe-view-helpers.class.php:137
3326
+ #@ tribe-events-calendar
3327
  msgid "Guinea"
3328
  msgstr "Guinea"
3329
 
3330
+ #: lib/tribe-view-helpers.class.php:138
3331
+ #@ tribe-events-calendar
3332
  msgid "Guinea-Bissau"
3333
  msgstr "Guinea-Bissau"
3334
 
3335
+ #: lib/tribe-view-helpers.class.php:139
3336
+ #@ tribe-events-calendar
3337
  msgid "Guyana"
3338
  msgstr "Guyana"
3339
 
3340
+ #: lib/tribe-view-helpers.class.php:140
3341
+ #@ tribe-events-calendar
3342
  msgid "Haiti"
3343
  msgstr "Haiti"
3344
 
3345
+ #: lib/tribe-view-helpers.class.php:141
3346
+ #@ tribe-events-calendar
3347
  msgid "Heard And Mc Donald Islands"
3348
  msgstr "Heard und McDonaldinseln"
3349
 
3350
+ #: lib/tribe-view-helpers.class.php:142
3351
+ #@ tribe-events-calendar
3352
  msgid "Holy See (Vatican City State)"
3353
  msgstr "Vatikanstadt (Heiliger Stuhl)"
3354
 
3355
+ #: lib/tribe-view-helpers.class.php:143
3356
+ #@ tribe-events-calendar
3357
  msgid "Honduras"
3358
  msgstr "Honduras"
3359
 
3360
+ #: lib/tribe-view-helpers.class.php:144
3361
+ #@ tribe-events-calendar
3362
  msgid "Hong Kong"
3363
  msgstr "Hongkong"
3364
 
3365
+ #: lib/tribe-view-helpers.class.php:145
3366
+ #@ tribe-events-calendar
3367
  msgid "Hungary"
3368
  msgstr "Ungarn"
3369
 
3370
+ #: lib/tribe-view-helpers.class.php:146
3371
+ #@ tribe-events-calendar
3372
  msgid "Iceland"
3373
  msgstr "Island"
3374
 
3375
+ #: lib/tribe-view-helpers.class.php:147
3376
+ #@ tribe-events-calendar
3377
  msgid "India"
3378
  msgstr "Indien"
3379
 
3380
+ #: lib/tribe-view-helpers.class.php:148
3381
+ #@ tribe-events-calendar
3382
  msgid "Indonesia"
3383
  msgstr "Indonesien"
3384
 
3385
+ #: lib/tribe-view-helpers.class.php:149
3386
+ #@ tribe-events-calendar
3387
  msgid "Iran (Islamic Republic Of)"
3388
  msgstr "Iran (Islamische Republik)"
3389
 
3390
+ #: lib/tribe-view-helpers.class.php:150
3391
+ #@ tribe-events-calendar
3392
  msgid "Iraq"
3393
  msgstr "Irak"
3394
 
3395
+ #: lib/tribe-view-helpers.class.php:151
3396
+ #@ tribe-events-calendar
3397
  msgid "Ireland"
3398
  msgstr "Irland"
3399
 
3400
+ #: lib/tribe-view-helpers.class.php:152
3401
+ #@ tribe-events-calendar
3402
  msgid "Israel"
3403
  msgstr "Israel"
3404
 
3405
+ #: lib/tribe-view-helpers.class.php:153
3406
+ #@ tribe-events-calendar
3407
  msgid "Italy"
3408
  msgstr "Italien"
3409
 
3410
+ #: lib/tribe-view-helpers.class.php:154
3411
+ #@ tribe-events-calendar
3412
  msgid "Jamaica"
3413
  msgstr "Jamaika"
3414
 
3415
+ #: lib/tribe-view-helpers.class.php:155
3416
+ #@ tribe-events-calendar
3417
  msgid "Japan"
3418
  msgstr "Japan"
3419
 
3420
+ #: lib/tribe-view-helpers.class.php:156
3421
+ #@ tribe-events-calendar
3422
  msgid "Jordan"
3423
  msgstr "Jordanien"
3424
 
3425
+ #: lib/tribe-view-helpers.class.php:157
3426
+ #@ tribe-events-calendar
3427
  msgid "Kazakhstan"
3428
  msgstr "Kasachstan"
3429
 
3430
+ #: lib/tribe-view-helpers.class.php:158
3431
+ #@ tribe-events-calendar
3432
  msgid "Kenya"
3433
  msgstr "Kenia"
3434
 
3435
+ #: lib/tribe-view-helpers.class.php:159
3436
+ #@ tribe-events-calendar
3437
  msgid "Kiribati"
3438
  msgstr "Kiribati"
3439
 
3440
+ #: lib/tribe-view-helpers.class.php:160
3441
+ #@ tribe-events-calendar
3442
  msgid "Korea, Democratic People's Republic Of"
3443
  msgstr "Nordkorea (Volksrepublik)"
3444
 
3445
+ #: lib/tribe-view-helpers.class.php:161
3446
+ #@ tribe-events-calendar
3447
  msgid "Korea, Republic Of"
3448
  msgstr "Südkorea"
3449
 
3450
+ #: lib/tribe-view-helpers.class.php:162
3451
+ #@ tribe-events-calendar
3452
  msgid "Kuwait"
3453
  msgstr "Kuwait"
3454
 
3455
+ #: lib/tribe-view-helpers.class.php:163
3456
+ #@ tribe-events-calendar
3457
  msgid "Kyrgyzstan"
3458
  msgstr "Kirgistan"
3459
 
3460
+ #: lib/tribe-view-helpers.class.php:164
3461
+ #@ tribe-events-calendar
3462
  msgid "Lao People's Democratic Republic"
3463
  msgstr "Laos"
3464
 
3465
+ #: lib/tribe-view-helpers.class.php:165
3466
+ #@ tribe-events-calendar
3467
  msgid "Latvia"
3468
  msgstr "Lettland"
3469
 
3470
+ #: lib/tribe-view-helpers.class.php:166
3471
+ #@ tribe-events-calendar
3472
  msgid "Lebanon"
3473
  msgstr "Libanon"
3474
 
3475
+ #: lib/tribe-view-helpers.class.php:167
3476
+ #@ tribe-events-calendar
3477
  msgid "Lesotho"
3478
  msgstr "Lesotho"
3479
 
3480
+ #: lib/tribe-view-helpers.class.php:168
3481
+ #@ tribe-events-calendar
3482
  msgid "Liberia"
3483
  msgstr "Liberia"
3484
 
3485
+ #: lib/tribe-view-helpers.class.php:169
3486
+ #@ tribe-events-calendar
3487
  msgid "Libya"
3488
  msgstr "Libyen"
3489
 
3490
+ #: lib/tribe-view-helpers.class.php:170
3491
+ #@ tribe-events-calendar
3492
  msgid "Liechtenstein"
3493
  msgstr "Liechtenstein"
3494
 
3495
+ #: lib/tribe-view-helpers.class.php:171
3496
+ #@ tribe-events-calendar
3497
  msgid "Lithuania"
3498
  msgstr "Lithauen"
3499
 
3500
+ #: lib/tribe-view-helpers.class.php:172
3501
+ #@ tribe-events-calendar
3502
  msgid "Luxembourg"
3503
  msgstr "Luxemburg"
3504
 
3505
+ #: lib/tribe-view-helpers.class.php:173
3506
+ #@ tribe-events-calendar
3507
  msgid "Macau"
3508
  msgstr "Macau"
3509
 
3510
+ #: lib/tribe-view-helpers.class.php:174
3511
+ #@ tribe-events-calendar
3512
  msgid "Macedonia"
3513
  msgstr "Mazedonien"
3514
 
3515
+ #: lib/tribe-view-helpers.class.php:175
3516
+ #@ tribe-events-calendar
3517
  msgid "Madagascar"
3518
  msgstr "Madagascar"
3519
 
3520
+ #: lib/tribe-view-helpers.class.php:176
3521
+ #@ tribe-events-calendar
3522
  msgid "Malawi"
3523
  msgstr "Malawi"
3524
 
3525
+ #: lib/tribe-view-helpers.class.php:177
3526
+ #@ tribe-events-calendar
3527
  msgid "Malaysia"
3528
  msgstr "Malaysia"
3529
 
3530
+ #: lib/tribe-view-helpers.class.php:178
3531
+ #@ tribe-events-calendar
3532
  msgid "Maldives"
3533
  msgstr "Maldiven"
3534
 
3535
+ #: lib/tribe-view-helpers.class.php:179
3536
+ #@ tribe-events-calendar
3537
  msgid "Mali"
3538
  msgstr "Mali"
3539
 
3540
+ #: lib/tribe-view-helpers.class.php:180
3541
+ #@ tribe-events-calendar
3542
  msgid "Malta"
3543
  msgstr "Malta"
3544
 
3545
+ #: lib/tribe-view-helpers.class.php:181
3546
+ #@ tribe-events-calendar
3547
  msgid "Marshall Islands"
3548
  msgstr "Marshallinseln"
3549
 
3550
+ #: lib/tribe-view-helpers.class.php:182
3551
+ #@ tribe-events-calendar
3552
  msgid "Martinique"
3553
  msgstr "Martinique"
3554
 
3555
+ #: lib/tribe-view-helpers.class.php:183
3556
+ #@ tribe-events-calendar
3557
  msgid "Mauritania"
3558
  msgstr "Mauretanien"
3559
 
3560
+ #: lib/tribe-view-helpers.class.php:184
3561
+ #@ tribe-events-calendar
3562
  msgid "Mauritius"
3563
  msgstr "Mauritius"
3564
 
3565
+ #: lib/tribe-view-helpers.class.php:185
3566
+ #@ tribe-events-calendar
3567
  msgid "Mayotte"
3568
  msgstr "Mayotte"
3569
 
3570
+ #: lib/tribe-view-helpers.class.php:186
3571
+ #@ tribe-events-calendar
3572
  msgid "Mexico"
3573
  msgstr "Mexiko"
3574
 
3575
+ #: lib/tribe-view-helpers.class.php:187
3576
+ #@ tribe-events-calendar
3577
  msgid "Micronesia, Federated States Of"
3578
  msgstr "Mikronesien"
3579
 
3580
+ #: lib/tribe-view-helpers.class.php:188
3581
+ #@ tribe-events-calendar
3582
  msgid "Moldova, Republic Of"
3583
  msgstr "Moldawien"
3584
 
3585
+ #: lib/tribe-view-helpers.class.php:189
3586
+ #@ tribe-events-calendar
3587
  msgid "Monaco"
3588
  msgstr "Monaco"
3589
 
3590
+ #: lib/tribe-view-helpers.class.php:190
3591
+ #@ tribe-events-calendar
3592
  msgid "Mongolia"
3593
  msgstr "Mongolei"
3594
 
3595
+ #: lib/tribe-view-helpers.class.php:191
3596
+ #@ tribe-events-calendar
3597
  msgid "Montenegro"
3598
  msgstr "Montenegro"
3599
 
3600
+ #: lib/tribe-view-helpers.class.php:192
3601
+ #@ tribe-events-calendar
3602
  msgid "Montserrat"
3603
  msgstr "Montserrat"
3604
 
3605
+ #: lib/tribe-view-helpers.class.php:193
3606
+ #@ tribe-events-calendar
3607
  msgid "Morocco"
3608
  msgstr "Marokko"
3609
 
3610
+ #: lib/tribe-view-helpers.class.php:194
3611
+ #@ tribe-events-calendar
3612
  msgid "Mozambique"
3613
  msgstr "Mosambik"
3614
 
3615
+ #: lib/tribe-view-helpers.class.php:195
3616
+ #@ tribe-events-calendar
3617
  msgid "Myanmar"
3618
  msgstr "Myanmar"
3619
 
3620
+ #: lib/tribe-view-helpers.class.php:196
3621
+ #@ tribe-events-calendar
3622
  msgid "Namibia"
3623
  msgstr "Namibia"
3624
 
3625
+ #: lib/tribe-view-helpers.class.php:197
3626
+ #@ tribe-events-calendar
3627
  msgid "Nauru"
3628
  msgstr "Nauru"
3629
 
3630
+ #: lib/tribe-view-helpers.class.php:198
3631
+ #@ tribe-events-calendar
3632
  msgid "Nepal"
3633
  msgstr "Nepal"
3634
 
3635
+ #: lib/tribe-view-helpers.class.php:199
3636
+ #@ tribe-events-calendar
3637
  msgid "Netherlands"
3638
  msgstr "Niederlande"
3639
 
3640
+ #: lib/tribe-view-helpers.class.php:200
3641
+ #@ tribe-events-calendar
3642
  msgid "Netherlands Antilles"
3643
  msgstr "Niederländische Antillen"
3644
 
3645
+ #: lib/tribe-view-helpers.class.php:201
3646
+ #@ tribe-events-calendar
3647
  msgid "New Caledonia"
3648
  msgstr "Neukaledonien"
3649
 
3650
+ #: lib/tribe-view-helpers.class.php:202
3651
+ #@ tribe-events-calendar
3652
  msgid "New Zealand"
3653
  msgstr "Neuseeland"
3654
 
3655
+ #: lib/tribe-view-helpers.class.php:203
3656
+ #@ tribe-events-calendar
3657
  msgid "Nicaragua"
3658
  msgstr "Nicaragua"
3659
 
3660
+ #: lib/tribe-view-helpers.class.php:204
3661
+ #@ tribe-events-calendar
3662
  msgid "Niger"
3663
  msgstr "Niger"
3664
 
3665
+ #: lib/tribe-view-helpers.class.php:205
3666
+ #@ tribe-events-calendar
3667
  msgid "Nigeria"
3668
  msgstr "Nigeria"
3669
 
3670
+ #: lib/tribe-view-helpers.class.php:206
3671
+ #@ tribe-events-calendar
3672
  msgid "Niue"
3673
  msgstr "Niue"
3674
 
3675
+ #: lib/tribe-view-helpers.class.php:207
3676
+ #@ tribe-events-calendar
3677
  msgid "Norfolk Island"
3678
  msgstr "Norfolkinsel"
3679
 
3680
+ #: lib/tribe-view-helpers.class.php:208
3681
+ #@ tribe-events-calendar
3682
  msgid "Northern Mariana Islands"
3683
  msgstr "Nördliche Marianen"
3684
 
3685
+ #: lib/tribe-view-helpers.class.php:209
3686
+ #@ tribe-events-calendar
3687
  msgid "Norway"
3688
  msgstr "Norwegen"
3689
 
3690
+ #: lib/tribe-view-helpers.class.php:210
3691
+ #@ tribe-events-calendar
3692
  msgid "Oman"
3693
  msgstr "Oman"
3694
 
3695
+ #: lib/tribe-view-helpers.class.php:211
3696
+ #@ tribe-events-calendar
3697
  msgid "Pakistan"
3698
  msgstr "Pakistan"
3699
 
3700
+ #: lib/tribe-view-helpers.class.php:212
3701
+ #@ tribe-events-calendar
3702
  msgid "Palau"
3703
  msgstr "Palau"
3704
 
3705
+ #: lib/tribe-view-helpers.class.php:213
3706
+ #@ tribe-events-calendar
3707
  msgid "Panama"
3708
  msgstr "Panama"
3709
 
3710
+ #: lib/tribe-view-helpers.class.php:214
3711
+ #@ tribe-events-calendar
3712
  msgid "Papua New Guinea"
3713
  msgstr "Papua-Neuguinea"
3714
 
3715
+ #: lib/tribe-view-helpers.class.php:215
3716
+ #@ tribe-events-calendar
3717
  msgid "Paraguay"
3718
  msgstr "Paraguay"
3719
 
3720
+ #: lib/tribe-view-helpers.class.php:216
3721
+ #@ tribe-events-calendar
3722
  msgid "Peru"
3723
  msgstr "Peru"
3724
 
3725
+ #: lib/tribe-view-helpers.class.php:217
3726
+ #@ tribe-events-calendar
3727
  msgid "Philippines"
3728
  msgstr "Philippinen"
3729
 
3730
+ #: lib/tribe-view-helpers.class.php:218
3731
+ #@ tribe-events-calendar
3732
  msgid "Pitcairn"
3733
  msgstr "Pitcairn"
3734
 
3735
+ #: lib/tribe-view-helpers.class.php:219
3736
+ #@ tribe-events-calendar
3737
  msgid "Poland"
3738
  msgstr "Polen"
3739
 
3740
+ #: lib/tribe-view-helpers.class.php:220
3741
+ #@ tribe-events-calendar
3742
  msgid "Portugal"
3743
  msgstr "Portugal"
3744
 
3745
+ #: lib/tribe-view-helpers.class.php:221
3746
+ #@ tribe-events-calendar
3747
  msgid "Puerto Rico"
3748
  msgstr "Puerto Rico"
3749
 
3750
+ #: lib/tribe-view-helpers.class.php:222
3751
+ #@ tribe-events-calendar
3752
  msgid "Qatar"
3753
  msgstr "Katar"
3754
 
3755
+ #: lib/tribe-view-helpers.class.php:223
3756
+ #@ tribe-events-calendar
3757
  msgid "Reunion"
3758
  msgstr "Reunion"
3759
 
3760
+ #: lib/tribe-view-helpers.class.php:224
3761
+ #@ tribe-events-calendar
3762
  msgid "Romania"
3763
  msgstr "Rumänien"
3764
 
3765
+ #: lib/tribe-view-helpers.class.php:225
3766
+ #@ tribe-events-calendar
3767
  msgid "Russian Federation"
3768
  msgstr "Russland / Russische F&ouml;rderation"
3769
 
3770
+ #: lib/tribe-view-helpers.class.php:226
3771
+ #@ tribe-events-calendar
3772
  msgid "Rwanda"
3773
  msgstr "Ruanda"
3774
 
3775
+ #: lib/tribe-view-helpers.class.php:227
3776
+ #@ tribe-events-calendar
3777
  msgid "Saint Kitts And Nevis"
3778
  msgstr "St. Kitts und Nevis"
3779
 
3780
+ #: lib/tribe-view-helpers.class.php:228
3781
+ #@ tribe-events-calendar
3782
  msgid "Saint Lucia"
3783
  msgstr "Saint Lucia"
3784
 
3785
+ #: lib/tribe-view-helpers.class.php:229
3786
+ #@ tribe-events-calendar
3787
  msgid "Saint Vincent And The Grenadines"
3788
  msgstr "St. Vincent und die Grenadinen"
3789
 
3790
+ #: lib/tribe-view-helpers.class.php:230
3791
+ #@ tribe-events-calendar
3792
  msgid "Samoa"
3793
  msgstr "Samoa"
3794
 
3795
+ #: lib/tribe-view-helpers.class.php:231
3796
+ #@ tribe-events-calendar
3797
  msgid "San Marino"
3798
  msgstr "San Marino"
3799
 
3800
+ #: lib/tribe-view-helpers.class.php:232
3801
+ #@ tribe-events-calendar
3802
  msgid "Sao Tome And Principe"
3803
  msgstr "S&atilde;o Tom&eacute; und Pr&iacute;ncipe"
3804
 
3805
+ #: lib/tribe-view-helpers.class.php:233
3806
+ #@ tribe-events-calendar
3807
  msgid "Saudi Arabia"
3808
  msgstr "Saudi-Arabien"
3809
 
3810
+ #: lib/tribe-view-helpers.class.php:234
3811
+ #@ tribe-events-calendar
3812
  msgid "Senegal"
3813
  msgstr "Senegal"
3814
 
3815
+ #: lib/tribe-view-helpers.class.php:235
3816
+ #@ tribe-events-calendar
3817
  msgid "Serbia"
3818
  msgstr "Serbien"
3819
 
3820
+ #: lib/tribe-view-helpers.class.php:236
3821
+ #@ tribe-events-calendar
3822
  msgid "Seychelles"
3823
  msgstr "Seychellen"
3824
 
3825
+ #: lib/tribe-view-helpers.class.php:237
3826
+ #@ tribe-events-calendar
3827
  msgid "Sierra Leone"
3828
  msgstr "Sierra Leone"
3829
 
3830
+ #: lib/tribe-view-helpers.class.php:238
3831
+ #@ tribe-events-calendar
3832
  msgid "Singapore"
3833
  msgstr "Singapur"
3834
 
3835
+ #: lib/tribe-view-helpers.class.php:239
3836
+ #@ tribe-events-calendar
3837
  msgid "Slovakia (Slovak Republic)"
3838
  msgstr "Slowakei"
3839
 
3840
+ #: lib/tribe-view-helpers.class.php:240
3841
+ #@ tribe-events-calendar
3842
  msgid "Slovenia"
3843
  msgstr "Slovenien"
3844
 
3845
+ #: lib/tribe-view-helpers.class.php:241
3846
+ #@ tribe-events-calendar
3847
  msgid "Solomon Islands"
3848
  msgstr "Salomonen"
3849
 
3850
+ #: lib/tribe-view-helpers.class.php:242
3851
+ #@ tribe-events-calendar
3852
  msgid "Somalia"
3853
  msgstr "Somalia"
3854
 
3855
+ #: lib/tribe-view-helpers.class.php:243
3856
+ #@ tribe-events-calendar
3857
  msgid "South Africa"
3858
  msgstr "S&uuml;dafrika"
3859
 
3860
+ #: lib/tribe-view-helpers.class.php:244
3861
+ #@ tribe-events-calendar
3862
  msgid "South Georgia, South Sandwich Islands"
3863
  msgstr "S&uuml;dgeorgien und die S&uuml;dlichen Sandwichinseln"
3864
 
3865
+ #: lib/tribe-view-helpers.class.php:245
3866
+ #@ tribe-events-calendar
3867
  msgid "Spain"
3868
  msgstr "Spanien"
3869
 
3870
+ #: lib/tribe-view-helpers.class.php:246
3871
+ #@ tribe-events-calendar
3872
  msgid "Sri Lanka"
3873
  msgstr "Sri Lanka"
3874
 
3875
+ #: lib/tribe-view-helpers.class.php:247
3876
+ #@ tribe-events-calendar
3877
  msgid "St. Helena"
3878
  msgstr "St. Helena"
3879
 
3880
+ #: lib/tribe-view-helpers.class.php:248
3881
+ #@ tribe-events-calendar
3882
  msgid "St. Pierre And Miquelon"
3883
  msgstr "Saint-Pierre und Miquelon"
3884
 
3885
+ #: lib/tribe-view-helpers.class.php:249
3886
+ #@ tribe-events-calendar
3887
  msgid "Sudan"
3888
  msgstr "Sudan"
3889
 
3890
+ #: lib/tribe-view-helpers.class.php:250
3891
+ #@ tribe-events-calendar
3892
  msgid "Suriname"
3893
  msgstr "Surinam"
3894
 
3895
+ #: lib/tribe-view-helpers.class.php:251
3896
+ #@ tribe-events-calendar
3897
  msgid "Svalbard And Jan Mayen Islands"
3898
  msgstr "Svalbard und Jan Mayen Islands"
3899
 
3900
+ #: lib/tribe-view-helpers.class.php:252
3901
+ #@ tribe-events-calendar
3902
  msgid "Swaziland"
3903
  msgstr "Swasiland"
3904
 
3905
+ #: lib/tribe-view-helpers.class.php:253
3906
+ #@ tribe-events-calendar
3907
  msgid "Sweden"
3908
  msgstr "Schweden"
3909
 
3910
+ #: lib/tribe-view-helpers.class.php:254
3911
+ #@ tribe-events-calendar
3912
  msgid "Switzerland"
3913
  msgstr "Schweiz"
3914
 
3915
+ #: lib/tribe-view-helpers.class.php:255
3916
+ #@ tribe-events-calendar
3917
  msgid "Syrian Arab Republic"
3918
  msgstr "Syrien"
3919
 
3920
+ #: lib/tribe-view-helpers.class.php:256
3921
+ #@ tribe-events-calendar
3922
  msgid "Taiwan"
3923
  msgstr "Taiwan"
3924
 
3925
+ #: lib/tribe-view-helpers.class.php:257
3926
+ #@ tribe-events-calendar
3927
  msgid "Tajikistan"
3928
  msgstr "Tadschikistan"
3929
 
3930
+ #: lib/tribe-view-helpers.class.php:258
3931
+ #@ tribe-events-calendar
3932
  msgid "Tanzania, United Republic Of"
3933
  msgstr "Tanzania"
3934
 
3935
+ #: lib/tribe-view-helpers.class.php:259
3936
+ #@ tribe-events-calendar
3937
  msgid "Thailand"
3938
  msgstr "Thailand"
3939
 
3940
+ #: lib/tribe-view-helpers.class.php:260
3941
+ #@ tribe-events-calendar
3942
  msgid "Togo"
3943
  msgstr "Togo"
3944
 
3945
+ #: lib/tribe-view-helpers.class.php:261
3946
+ #@ tribe-events-calendar
3947
  msgid "Tokelau"
3948
  msgstr "Tokelau"
3949
 
3950
+ #: lib/tribe-view-helpers.class.php:262
3951
+ #@ tribe-events-calendar
3952
  msgid "Tonga"
3953
  msgstr "Tonga"
3954
 
3955
+ #: lib/tribe-view-helpers.class.php:263
3956
+ #@ tribe-events-calendar
3957
  msgid "Trinidad And Tobago"
3958
  msgstr "Trinidad und Tobago"
3959
 
3960
+ #: lib/tribe-view-helpers.class.php:264
3961
+ #@ tribe-events-calendar
3962
  msgid "Tunisia"
3963
  msgstr "Tunesien"
3964
 
3965
+ #: lib/tribe-view-helpers.class.php:265
3966
+ #@ tribe-events-calendar
3967
  msgid "Turkey"
3968
  msgstr "Türkei"
3969
 
3970
+ #: lib/tribe-view-helpers.class.php:266
3971
+ #@ tribe-events-calendar
3972
  msgid "Turkmenistan"
3973
  msgstr "Turkmenistan"
3974
 
3975
+ #: lib/tribe-view-helpers.class.php:267
3976
+ #@ tribe-events-calendar
3977
  msgid "Turks And Caicos Islands"
3978
  msgstr "Turks- und Caicosinseln"
3979
 
3980
+ #: lib/tribe-view-helpers.class.php:268
3981
+ #@ tribe-events-calendar
3982
  msgid "Tuvalu"
3983
  msgstr "Tuvalu"
3984
 
3985
+ #: lib/tribe-view-helpers.class.php:269
3986
+ #@ tribe-events-calendar
3987
  msgid "Uganda"
3988
  msgstr "Uganda"
3989
 
3990
+ #: lib/tribe-view-helpers.class.php:270
3991
+ #@ tribe-events-calendar
3992
  msgid "Ukraine"
3993
  msgstr "Ukraine"
3994
 
3995
+ #: lib/tribe-view-helpers.class.php:271
3996
+ #@ tribe-events-calendar
3997
  msgid "United Arab Emirates"
3998
  msgstr "Vereinigte Arabische Emirate"
3999
 
4000
+ #: lib/tribe-view-helpers.class.php:272
4001
+ #@ tribe-events-calendar
4002
  msgid "United Kingdom"
4003
  msgstr "Großbritannien (Vereinigtes Königreich)"
4004
 
4005
+ #: lib/tribe-view-helpers.class.php:273
4006
+ #@ tribe-events-calendar
4007
  msgid "United States Minor Outlying Islands"
4008
  msgstr "United States Minor Outlying Islands"
4009
 
4010
+ #: lib/tribe-view-helpers.class.php:274
4011
+ #@ tribe-events-calendar
4012
  msgid "Uruguay"
4013
  msgstr "Uruguay"
4014
 
4015
+ #: lib/tribe-view-helpers.class.php:275
4016
+ #@ tribe-events-calendar
4017
  msgid "Uzbekistan"
4018
  msgstr "Usbekistan"
4019
 
4020
+ #: lib/tribe-view-helpers.class.php:276
4021
+ #@ tribe-events-calendar
4022
  msgid "Vanuatu"
4023
  msgstr "Vanuatu"
4024
 
4025
+ #: lib/tribe-view-helpers.class.php:277
4026
+ #@ tribe-events-calendar
4027
  msgid "Venezuela"
4028
  msgstr "Venezuela"
4029
 
4030
+ #: lib/tribe-view-helpers.class.php:278
4031
+ #@ tribe-events-calendar
4032
  msgid "Viet Nam"
4033
  msgstr "Vietnam"
4034
 
4035
+ #: lib/tribe-view-helpers.class.php:279
4036
+ #@ tribe-events-calendar
4037
  msgid "Virgin Islands (British)"
4038
  msgstr "Britische Jungferninseln"
4039
 
4040
+ #: lib/tribe-view-helpers.class.php:280
4041
+ #@ tribe-events-calendar
4042
  msgid "Virgin Islands (U.S.)"
4043
  msgstr "Amerikanische Jungferninseln"
4044
 
4045
+ #: lib/tribe-view-helpers.class.php:281
4046
+ #@ tribe-events-calendar
4047
  msgid "Wallis And Futuna Islands"
4048
  msgstr "Wallis und Futuna"
4049
 
4050
+ #: lib/tribe-view-helpers.class.php:282
4051
+ #@ tribe-events-calendar
4052
  msgid "Western Sahara"
4053
  msgstr "Westsahara"
4054
 
4055
+ #: lib/tribe-view-helpers.class.php:283
4056
+ #@ tribe-events-calendar
4057
  msgid "Yemen"
4058
  msgstr "Jemen"
4059
 
4060
+ #: lib/tribe-view-helpers.class.php:284
4061
+ #@ tribe-events-calendar
4062
  msgid "Zambia"
4063
  msgstr "Sambia"
4064
 
4065
+ #: lib/tribe-view-helpers.class.php:285
4066
+ #@ tribe-events-calendar
4067
  msgid "Zimbabwe"
4068
  msgstr "Simbabwe"
4069
 
4070
+ #: lib/tribe-view-helpers.class.php:316
4071
+ #@ tribe-events-calendar
4072
  msgid "Alabama"
4073
  msgstr "Alabama"
4074
 
4075
+ #: lib/tribe-view-helpers.class.php:317
4076
+ #@ tribe-events-calendar
4077
  msgid "Alaska"
4078
  msgstr "Alaska"
4079
 
4080
+ #: lib/tribe-view-helpers.class.php:318
4081
+ #@ tribe-events-calendar
4082
  msgid "Arizona"
4083
  msgstr "Arizona"
4084
 
4085
+ #: lib/tribe-view-helpers.class.php:319
4086
+ #@ tribe-events-calendar
4087
  msgid "Arkansas"
4088
  msgstr "Arkansas"
4089
 
4090
+ #: lib/tribe-view-helpers.class.php:320
4091
+ #@ tribe-events-calendar
4092
  msgid "California"
4093
  msgstr "Kalifornien"
4094
 
4095
+ #: lib/tribe-view-helpers.class.php:321
4096
+ #@ tribe-events-calendar
4097
  msgid "Colorado"
4098
  msgstr "Colorado"
4099
 
4100
+ #: lib/tribe-view-helpers.class.php:322
4101
+ #@ tribe-events-calendar
4102
  msgid "Connecticut"
4103
  msgstr "Connecticut"
4104
 
4105
+ #: lib/tribe-view-helpers.class.php:323
4106
+ #@ tribe-events-calendar
4107
  msgid "Delaware"
4108
  msgstr "Delaware"
4109
 
4110
+ #: lib/tribe-view-helpers.class.php:324
4111
+ #@ tribe-events-calendar
4112
  msgid "District of Columbia"
4113
  msgstr "District of Columbia"
4114
 
4115
+ #: lib/tribe-view-helpers.class.php:325
4116
+ #@ tribe-events-calendar
4117
  msgid "Florida"
4118
  msgstr "Florida"
4119
 
4120
+ #: lib/tribe-view-helpers.class.php:327
4121
+ #@ tribe-events-calendar
4122
  msgid "Hawaii"
4123
  msgstr "Hawaii"
4124
 
4125
+ #: lib/tribe-view-helpers.class.php:328
4126
+ #@ tribe-events-calendar
4127
  msgid "Idaho"
4128
  msgstr "Idaho"
4129
 
4130
+ #: lib/tribe-view-helpers.class.php:329
4131
+ #@ tribe-events-calendar
4132
  msgid "Illinois"
4133
  msgstr "Illinois"
4134
 
4135
+ #: lib/tribe-view-helpers.class.php:330
4136
+ #@ tribe-events-calendar
4137
  msgid "Indiana"
4138
  msgstr "Indiana"
4139
 
4140
+ #: lib/tribe-view-helpers.class.php:331
4141
+ #@ tribe-events-calendar
4142
  msgid "Iowa"
4143
  msgstr "Iowa"
4144
 
4145
+ #: lib/tribe-view-helpers.class.php:332
4146
+ #@ tribe-events-calendar
4147
  msgid "Kansas"
4148
  msgstr "Kansas"
4149
 
4150
+ #: lib/tribe-view-helpers.class.php:333
4151
+ #@ tribe-events-calendar
4152
  msgid "Kentucky"
4153
  msgstr "Kentucky"
4154
 
4155
+ #: lib/tribe-view-helpers.class.php:334
4156
+ #@ tribe-events-calendar
4157
  msgid "Louisiana"
4158
  msgstr "Louisiana"
4159
 
4160
+ #: lib/tribe-view-helpers.class.php:335
4161
+ #@ tribe-events-calendar
4162
  msgid "Maine"
4163
  msgstr "Maine"
4164
 
4165
+ #: lib/tribe-view-helpers.class.php:336
4166
+ #@ tribe-events-calendar
4167
  msgid "Maryland"
4168
  msgstr "Maryland"
4169
 
4170
+ #: lib/tribe-view-helpers.class.php:337
4171
+ #@ tribe-events-calendar
4172
  msgid "Massachusetts"
4173
  msgstr "Massachusetts"
4174
 
4175
+ #: lib/tribe-view-helpers.class.php:338
4176
+ #@ tribe-events-calendar
4177
  msgid "Michigan"
4178
  msgstr "Michigan"
4179
 
4180
+ #: lib/tribe-view-helpers.class.php:339
4181
+ #@ tribe-events-calendar
4182
  msgid "Minnesota"
4183
  msgstr "Minnesota"
4184
 
4185
+ #: lib/tribe-view-helpers.class.php:340
4186
+ #@ tribe-events-calendar
4187
  msgid "Mississippi"
4188
  msgstr "Mississippi"
4189
 
4190
+ #: lib/tribe-view-helpers.class.php:341
4191
+ #@ tribe-events-calendar
4192
  msgid "Missouri"
4193
  msgstr "Missouri"
4194
 
4195
+ #: lib/tribe-view-helpers.class.php:342
4196
+ #@ tribe-events-calendar
4197
  msgid "Montana"
4198
  msgstr "Montana"
4199
 
4200
+ #: lib/tribe-view-helpers.class.php:343
4201
+ #@ tribe-events-calendar
4202
  msgid "Nebraska"
4203
  msgstr "Nebraska"
4204
 
4205
+ #: lib/tribe-view-helpers.class.php:344
4206
+ #@ tribe-events-calendar
4207
  msgid "Nevada"
4208
  msgstr "Nevada"
4209
 
4210
+ #: lib/tribe-view-helpers.class.php:345
4211
+ #@ tribe-events-calendar
4212
  msgid "New Hampshire"
4213
  msgstr "New Hampshire"
4214
 
4215
+ #: lib/tribe-view-helpers.class.php:346
4216
+ #@ tribe-events-calendar
4217
  msgid "New Jersey"
4218
  msgstr "New Jersey"
4219
 
4220
+ #: lib/tribe-view-helpers.class.php:347
4221
+ #@ tribe-events-calendar
4222
  msgid "New Mexico"
4223
  msgstr "New Mexico"
4224
 
4225
+ #: lib/tribe-view-helpers.class.php:348
4226
+ #@ tribe-events-calendar
4227
  msgid "New York"
4228
  msgstr "New York"
4229
 
4230
+ #: lib/tribe-view-helpers.class.php:349
4231
+ #@ tribe-events-calendar
4232
  msgid "North Carolina"
4233
  msgstr "North Carolina"
4234
 
4235
+ #: lib/tribe-view-helpers.class.php:350
4236
+ #@ tribe-events-calendar
4237
  msgid "North Dakota"
4238
  msgstr "North Dakota"
4239
 
4240
+ #: lib/tribe-view-helpers.class.php:351
4241
+ #@ tribe-events-calendar
4242
  msgid "Ohio"
4243
  msgstr "Ohio"
4244
 
4245
+ #: lib/tribe-view-helpers.class.php:352
4246
+ #@ tribe-events-calendar
4247
  msgid "Oklahoma"
4248
  msgstr "Oklahoma"
4249
 
4250
+ #: lib/tribe-view-helpers.class.php:353
4251
+ #@ tribe-events-calendar
4252
  msgid "Oregon"
4253
  msgstr "Oregon"
4254
 
4255
+ #: lib/tribe-view-helpers.class.php:354
4256
+ #@ tribe-events-calendar
4257
  msgid "Pennsylvania"
4258
  msgstr "Pennsylvania"
4259
 
4260
+ #: lib/tribe-view-helpers.class.php:355
4261
+ #@ tribe-events-calendar
4262
  msgid "Rhode Island"
4263
  msgstr "Rhode Island"
4264
 
4265
+ #: lib/tribe-view-helpers.class.php:356
4266
+ #@ tribe-events-calendar
4267
  msgid "South Carolina"
4268
  msgstr "South Carolina"
4269
 
4270
+ #: lib/tribe-view-helpers.class.php:357
4271
+ #@ tribe-events-calendar
4272
  msgid "South Dakota"
4273
  msgstr "South Dakota"
4274
 
4275
+ #: lib/tribe-view-helpers.class.php:358
4276
+ #@ tribe-events-calendar
4277
  msgid "Tennessee"
4278
  msgstr "Tennessee"
4279
 
4280
+ #: lib/tribe-view-helpers.class.php:359
4281
+ #@ tribe-events-calendar
4282
  msgid "Texas"
4283
  msgstr "Texas"
4284
 
4285
+ #: lib/tribe-view-helpers.class.php:360
4286
+ #@ tribe-events-calendar
4287
  msgid "Utah"
4288
  msgstr "Utah"
4289
 
4290
+ #: lib/tribe-view-helpers.class.php:361
4291
+ #@ tribe-events-calendar
4292
  msgid "Vermont"
4293
  msgstr "Vermont"
4294
 
4295
+ #: lib/tribe-view-helpers.class.php:362
4296
+ #@ tribe-events-calendar
4297
  msgid "Virginia"
4298
  msgstr "Virginia"
4299
 
4300
+ #: lib/tribe-view-helpers.class.php:363
4301
+ #@ tribe-events-calendar
4302
  msgid "Washington"
4303
  msgstr "Washington"
4304
 
4305
+ #: lib/tribe-view-helpers.class.php:364
4306
+ #@ tribe-events-calendar
4307
  msgid "West Virginia"
4308
  msgstr "West Virginia"
4309
 
4310
+ #: lib/tribe-view-helpers.class.php:365
4311
+ #@ tribe-events-calendar
4312
  msgid "Wisconsin"
4313
  msgstr "Wisconsin"
4314
 
4315
+ #: lib/tribe-view-helpers.class.php:366
4316
+ #@ tribe-events-calendar
4317
  msgid "Wyoming"
4318
  msgstr "Wyoming"
4319
 
4320
+ #: lib/widget-list.class.php:26
4321
+ #@ tribe-events-calendar
4322
  msgid "A widget that displays upcoming events."
4323
  msgstr "Ein Widget, dass die nächsten Veranstaltungen anzeigt."
4324
 
4325
+ #: lib/widget-list.class.php:34
4326
+ #@ tribe-events-calendar
4327
  msgid "Events List"
4328
  msgstr "Veranstaltungsliste"
4329
 
4330
+ #: lib/widget-list.class.php:162
4331
+ #: public/template-tags/loop.php:130
4332
+ #@ tribe-events-calendar
4333
  msgid "Upcoming Events"
4334
  msgstr "Anstehende Veranstaltungen"
4335
 
4336
+ #: public/advanced-functions/meta.php:42
4337
+ #: public/advanced-functions/meta.php:74
4338
+ #: views/modules/meta/details.php:36
4339
+ #: views/modules/meta/details.php:61
4340
+ #@ tribe-events-calendar
4341
  msgid "Start:"
4342
  msgstr "Beginn:"
4343
 
4344
+ #: public/advanced-functions/meta.php:51
4345
+ #: public/advanced-functions/meta.php:83
4346
+ #: views/modules/meta/details.php:41
4347
+ #: views/modules/meta/details.php:66
4348
+ #@ tribe-events-calendar
4349
  msgid "End:"
4350
  msgstr "Ende:"
4351
 
4352
+ #: public/advanced-functions/meta.php:62
4353
+ #: public/advanced-functions/meta.php:94
4354
+ #: views/modules/meta/details.php:51
4355
+ #: views/modules/meta/details.php:76
4356
+ #@ tribe-events-calendar
4357
  msgid "Date:"
4358
+ msgstr "Datum:"
4359
 
4360
+ #: public/advanced-functions/meta.php:105
4361
+ #: public/advanced-functions/meta.php:116
4362
+ #: views/modules/meta/details.php:81
4363
+ #@ tribe-events-calendar
4364
  msgid "Time:"
4365
  msgstr "Zeit:"
4366
 
4367
+ #: public/advanced-functions/meta.php:329
4368
+ #: public/template-tags/google-map.php:44
4369
+ #@ tribe-events-calendar
4370
  msgid "Click to view a Google Map"
4371
+ msgstr "Klicken, um Google Karte anzuzeigen"
4372
 
4373
+ #: public/advanced-functions/meta.php:330
4374
+ #: public/template-tags/google-map.php:45
4375
+ #@ tribe-events-calendar
4376
  msgid "+ Google Map"
4377
  msgstr "+ Google Karte"
4378
 
4379
+ #: public/advanced-functions/meta.php:343
4380
+ #: views/modules/meta/details.php:13
4381
+ #@ tribe-events-calendar
4382
  msgid "Details"
4383
  msgstr "Details"
4384
 
4385
+ #: public/advanced-functions/meta.php:403
4386
+ #: views/modules/meta/details.php:115
4387
+ #@ tribe-events-calendar
4388
  msgid "Event Tags:"
4389
  msgstr "Veranstaltungstags:"
4390
 
4391
+ #: public/advanced-functions/meta.php:433
4392
+ #@ tribe-events-calendar
4393
  msgid "Origin:"
4394
  msgstr "Quelle:"
4395
 
4396
+ #: public/advanced-functions/meta.php:594
4397
+ #@ tribe-events-calendar
4398
  msgid "Event:"
4399
  msgstr "Anlass:"
4400
 
4401
+ #: public/template-tags/day.php:103
4402
+ #@ tribe-events-calendar
4403
  msgid "<span>&laquo;</span> Previous Day"
4404
  msgstr "<span>&laquo;</span> Vorheriger Tag"
4405
 
4406
+ #: public/template-tags/day.php:105
4407
+ #@ tribe-events-calendar
4408
  msgid "Next Day <span>&raquo;</span>"
4409
  msgstr "Nächster Tag <span>&raquo;</span>"
4410
 
4411
+ #: public/template-tags/day.php:107
4412
+ #@ tribe-events-calendar
4413
  msgid "Yesterday"
4414
  msgstr "Gestern"
4415
 
4416
+ #: public/template-tags/day.php:109
4417
+ #@ tribe-events-calendar
4418
  msgid "Tomorrow"
4419
  msgstr "Morgen"
4420
 
4421
+ #: public/template-tags/deprecated.php:1283
4422
+ #@ tribe-events-calendar
4423
  msgid "Category"
4424
  msgstr "Kategorie"
4425
 
4426
+ #: public/template-tags/general.php:385
4427
+ #@ tribe-events-calendar
4428
  msgid "Tags:"
4429
  msgstr "Tags:"
4430
 
4431
+ #: public/template-tags/general.php:489
4432
+ #@ tribe-events-calendar
4433
  msgid "Loading Events"
4434
  msgstr "Veranstaltungen laden"
4435
 
4436
+ #: public/template-tags/general.php:679
4437
+ #@ tribe-events-calendar
4438
  msgid "Free"
4439
  msgstr "Eintritt frei"
4440
 
4441
+ #: public/template-tags/general.php:1336
 
4442
  #, php-format
4443
+ #@ tribe-events-calendar
4444
  msgid "Calendar powered by %sThe Events Calendar%s"
4445
  msgstr "Kalender powered by %sThe Events Calendar%s"
4446
 
4447
+ #: public/template-tags/loop.php:144
4448
+ #, fuzzy, php-format, php-format, php-format
4449
+ #@ tribe-events-calendar
4450
  msgid "Events for %1$s - %2$s"
4451
  msgstr "Veranstaltungen für %s"
4452
 
4453
+ #: public/template-tags/loop.php:146
4454
+ #@ tribe-events-calendar
4455
  msgid "Past Events"
4456
  msgstr "Vergangene Veranstaltungen"
4457
 
4458
+ #: public/template-tags/loop.php:151
 
4459
  #, php-format
4460
+ #@ tribe-events-calendar
4461
  msgid "Events for %s"
4462
  msgstr "Veranstaltungen für %s"
4463
 
4464
+ #: public/template-tags/loop.php:158
4465
+ #@ tribe-events-calendar
4466
  msgid "Events for"
4467
  msgstr "Veranstaltungen für"
4468
 
4469
+ #: public/template-tags/options.php:20
 
4470
  #, php-format
4471
+ #@ tribe-events-calendar
4472
  msgid "Your current Events URL is %s"
4473
  msgstr "Ihre aktuelle Veranstaltungs-URL ist %s"
4474
 
4475
+ #: public/template-tags/options.php:29
 
4476
  #, php-format
4477
+ #@ tribe-events-calendar
4478
+ 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"
4479
+ msgstr "Sie <strong>können nicht</strong>die gleiche URL wie ben nutzen. Idealerweise solle die obere im Plural und diese im Singular stehen.<br />Ihre Einzelveranstaltungs URL ist: %s"
 
 
 
 
4480
 
4481
+ #: views/day/nav.php:16
4482
+ #@ tribe-events-calendar
4483
  msgid "Day Navigation"
4484
  msgstr "Tagesnavigation"
4485
 
4486
+ #: views/day/single-event.php:74
4487
+ #: views/list/single-event.php:80
4488
+ #@ tribe-events-calendar
4489
  msgid "Find out more"
4490
  msgstr "Erfahren Sie mehr"
4491
 
4492
+ #: views/list/nav.php:17
4493
+ #@ tribe-events-calendar
4494
  msgid "Events List Navigation"
4495
  msgstr "Veranstaltungslisten Navigation"
4496
 
4497
+ #: views/list/nav.php:23
4498
+ #@ tribe-events-calendar
4499
  msgid "<span>&laquo;</span> Previous Events"
4500
  msgstr "<span>&laquo;</span> Vorherige Veranstaltungen"
4501
 
4502
+ #: views/list/nav.php:30
4503
+ #@ tribe-events-calendar
4504
  msgid "Next Events <span>&raquo;</span>"
4505
  msgstr "Nächste Veranstaltungen &raquo;"
4506
 
4507
+ #: views/modules/bar.php:32
4508
+ #: views/modules/bar.php:63
4509
+ #@ tribe-events-calendar
4510
  msgid "Find Events"
4511
  msgstr "Finde Events"
4512
 
4513
+ #: views/modules/bar.php:39
4514
+ #@ tribe-events-calendar
4515
  msgid "Event Views Navigation"
4516
  msgstr "Verstaltungsansicht Navigation"
4517
 
4518
+ #: views/modules/bar.php:40
4519
+ #@ tribe-events-calendar
4520
  msgid "View As"
4521
  msgstr "Anzeigen als"
4522
 
4523
+ #: views/month/nav.php:18
4524
+ #@ tribe-events-calendar
4525
  msgid "Calendar Month Navigation"
4526
  msgstr "Kalender Monatsnavigation"
4527
 
4528
+ #: views/month/single-day.php:43
4529
+ #, fuzzy, php-format, php-format, php-format
4530
+ #@ tribe-events-calendar
4531
  msgid "View 1 Event"
4532
  msgid_plural "View All %s Events"
4533
  msgstr[0] "Veranstaltung ansehen"
4534
  msgstr[1] "Veranstaltung ansehen"
4535
 
4536
+ #: views/single-event.php:24
4537
+ #@ tribe-events-calendar
4538
  msgid "&laquo; All Events"
4539
  msgstr "&laquo; Alle Veranstaltungen"
4540
 
4541
+ #: views/single-event.php:43
4542
+ #: views/single-event.php:89
4543
+ #@ tribe-events-calendar
4544
  msgid "Event Navigation"
4545
  msgstr "Veranstaltungsnavigation"
4546
 
4547
+ #: views/tickets/attendees-email.php:24
4548
+ #@ tribe-events-calendar
4549
  msgid "Attendee List"
4550
  msgstr "Teilnehmerliste"
4551
 
4552
+ #: views/tickets/email.php:37
4553
+ #@ tribe-events-calendar
4554
  msgid "Your tickets"
4555
  msgstr "Ihre Karten"
4556
 
4557
+ #: views/tickets/email.php:321
4558
+ #@ tribe-events-calendar
4559
  msgid "Ticket Type"
4560
  msgstr "Kartenart"
4561
 
4562
+ #: views/tickets/email.php:325
4563
+ #@ tribe-events-calendar
4564
  msgid "Purchaser"
4565
  msgstr "Käufer"
4566
 
4567
+ #: views/widgets/list-widget.php:63
4568
+ #@ tribe-events-calendar
4569
  msgid "View All Events"
4570
  msgstr "Alle Veranstaltungen ansehen"
4571
 
4572
+ #: views/widgets/list-widget.php:70
4573
+ #@ tribe-events-calendar
4574
  msgid "There are no upcoming events at this time."
4575
  msgstr "Es gibt derzeit keine anstehenden Veranstaltungen."
4576
 
4577
+ #: admin-views/admin-welcome-message.php:26
4578
+ #@ tribe-events-calendar
4579
+ msgid "Stay in touch with The Events Calendar Pro. We send out periodic updates, key developer notices, and even the occasional discount."
4580
+ msgstr "Bleiben Sie in Kontakt mit The Events Calendar Pro. Wir versenden regelmäßig Updates, Entwickler Infos und ab und an Rabatte."
4581
+
4582
+ #. gettext fix: identical singular and plural forms found, that may be ambiguous! Please check the code!
4583
+ #: public/template-tags/general.php:353
4584
+ #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:65
4585
+ #: lib/the-events-calendar.class.php:1438
4586
+ #@ {bug-detected}
4587
+ #@ tribe-events-calendar
4588
+ msgid "Event Category"
4589
+ msgid_plural "Event Categories"
4590
+ msgstr[0] "Veranstaltungskategorie"
4591
+ msgstr[1] "Veranstaltungskategorien"
4592
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/tribe-events-calendar-el.mo CHANGED
Binary file
lang/tribe-events-calendar-el.po CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the The Events Calendar package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: The Events Calendar 3.6\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2014-06-17 14:58-0800\n"
8
- "PO-Revision-Date: 2014-06-17 14:59-0800\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Yannis Troullinos <troull88@yahoo.gr>\n"
11
  "Language: el_GR\n"
@@ -18,48 +18,177 @@ msgstr ""
18
  "_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"
19
  "X-Poedit-Basepath: ./\n"
20
  "X-Textdomain-Support: yes\n"
21
- "X-Generator: Poedit 1.6.5\n"
22
  "X-Poedit-SearchPath-0: ..\n"
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  #
25
  #: ../admin-views/app-shop.php:4
26
  msgid "Tribe Event Add-Ons"
27
  msgstr "Πρόσθετα Εκδηλώσεων της Tribe"
28
 
29
- #: ../admin-views/app-shop.php:50
30
  msgid "Version"
31
  msgstr "Έκδοση"
32
 
33
- #: ../admin-views/app-shop.php:53
34
  msgid "Last Update"
35
  msgstr "Τελευταία Ενημέρωση"
36
 
37
- #: ../admin-views/event-sidebar-options.php:11
38
  msgid "Hide From Event Listings"
39
  msgstr "Απόκρυψη από τη Λίστα Εκδηλώσεων"
40
 
41
- #: ../admin-views/event-sidebar-options.php:12
42
  msgid "Sticky in Calendar View"
43
  msgstr "Εξέχουσα (sticky) στην Εμφάνιση Ημερολογίου"
44
 
45
- #
46
- #: ../admin-views/events-audit-trail.php:39
47
- msgid "Auditing Information"
48
- msgstr "Πληροφορίες Ελέγχου"
49
-
50
- #: ../admin-views/events-audit-trail.php:45
51
- msgid "Created by:"
52
- msgstr "Δημιουργήθηκε από:"
53
-
54
- #: ../admin-views/events-audit-trail.php:49
55
- msgid "Audit Trail:"
56
- msgstr "Διαδρομή Ελέγχου:"
57
-
58
- #: ../admin-views/events-meta-box.php:26
59
  msgid "Event Time &amp; Date"
60
  msgstr "Ώρα &amp; Ημερομηνία Εκδήλωσης"
61
 
62
- #: ../admin-views/events-meta-box.php:32
63
  msgid ""
64
  "You have changed the recurrence rules of this event. Saving the event will "
65
  "update all future events. If you did not mean to change all events, then "
@@ -70,105 +199,106 @@ msgstr ""
70
  "να αλλάξετε όλες τις εκδηλώσεις, παρακαλούμε ανανεώστε τη σελίδα."
71
 
72
  #
73
- #: ../admin-views/events-meta-box.php:35
74
  msgid "All Day Event:"
75
  msgstr "Ολοήμερη Εκδήλωση:"
76
 
77
  #
78
- #: ../admin-views/events-meta-box.php:39
79
  msgid "Start Date &amp; Time:"
80
  msgstr "Ημερομηνία &amp; Ώρα Έναρξης:"
81
 
82
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
83
  msgid "YYYY-MM-DD"
84
  msgstr "ΕΕΕΕ-ΜΜ-ΗΗ"
85
 
86
  #
87
- #: ../admin-views/events-meta-box.php:60
88
  msgid "End Date &amp; Time:"
89
  msgstr "Ημερομηνία &amp; Ώρα Λήξης:"
90
 
91
- #: ../admin-views/events-meta-box.php:87
92
  msgid "Event Location Details"
93
  msgstr "Λεπτομέρειες Τοποθεσίας Εκδήλωσης"
94
 
95
- #: ../admin-views/events-meta-box.php:95
96
  msgid "Event Organizer Details"
97
  msgstr "Λεπτομέρειες Διοργανωτή Εκδήλωσης"
98
 
99
  #
100
- #: ../admin-views/events-meta-box.php:103
 
101
  msgid "Event Website"
102
  msgstr "Site Εκδήλωσης"
103
 
104
- #: ../admin-views/events-meta-box.php:106
105
  msgid "URL:"
106
  msgstr "URL:"
107
 
108
- #: ../admin-views/events-meta-box.php:117
109
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
110
  msgid "Event Cost"
111
  msgstr "Κόστος Εκδήλωσης"
112
 
113
- #: ../admin-views/events-meta-box.php:120
114
  msgid "Currency Symbol:"
115
  msgstr "Σύμβολο Νομίσματος:"
116
 
117
- #: ../admin-views/events-meta-box.php:130
118
  msgctxt "Currency symbol position"
119
  msgid "Before cost"
120
  msgstr "Πριν την τιμή"
121
 
122
- #: ../admin-views/events-meta-box.php:131
123
  msgctxt "Currency symbol position"
124
  msgid "After cost"
125
  msgstr "Μετά την τιμή"
126
 
127
- #: ../admin-views/events-meta-box.php:136
128
- #: ../public/advanced-functions/meta.php:320
129
- #: ../views/modules/meta/details.php:80
130
  msgid "Cost:"
131
  msgstr "Κόστος:"
132
 
133
- #: ../admin-views/events-meta-box.php:141
134
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
135
  msgstr ""
136
  "Εισάγετε 0 για εκδηλώσεις με ελεύθερη είσοδο ή αφήστε το κενό για να "
137
  "αποκρύψετε το πεδίο."
138
 
139
- #: ../admin-views/organizer-meta-box.php:12
140
- #: ../admin-views/venue-meta-box.php:20
141
- #, fuzzy, php-format
142
  msgid "%s Name:"
143
- msgstr "Όνομα Χώρου Διεξαγωγής:"
144
-
145
- #: ../admin-views/organizer-meta-box.php:19
146
- #: ../admin-views/tickets/attendees.php:41
147
- #: ../admin-views/venue-meta-box.php:93
148
- #: ../public/advanced-functions/meta.php:408
149
- #: ../public/advanced-functions/meta.php:470
150
- #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:36
151
  msgid "Phone:"
152
  msgstr "Τηλέφωνο:"
153
 
154
- #: ../admin-views/organizer-meta-box.php:23
155
- #: ../admin-views/tickets/attendees.php:47
156
- #: ../admin-views/venue-meta-box.php:97
157
- #: ../public/advanced-functions/meta.php:359
158
- #: ../public/advanced-functions/meta.php:434
159
- #: ../public/advanced-functions/meta.php:496
160
- #: ../views/modules/meta/details.php:103
161
- #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:41
162
  msgid "Website:"
163
  msgstr "Ιστοσελίδα:"
164
 
165
- #: ../admin-views/organizer-meta-box.php:27
166
- #: ../public/advanced-functions/meta.php:483
167
  #: ../views/modules/meta/organizer.php:29
168
  msgid "Email:"
169
  msgstr "Email:"
170
 
171
- #: ../admin-views/organizer-meta-box.php:28
172
  msgid ""
173
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
174
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
@@ -180,69 +310,84 @@ msgstr ""
180
  "spammers."
181
 
182
  #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
183
- #: ../lib/tickets/tribe-tickets-pro.php:73
184
  msgid "Attendees"
185
  msgstr "Συμμετέχοντες"
186
 
187
  #
188
- #: ../admin-views/tickets/attendees.php:16
189
  msgid "Event Summary"
190
  msgstr "Περίληψη Εκδήλωσης"
191
 
192
  #
193
- #: ../admin-views/tickets/attendees.php:24
194
  msgid "Event Details"
195
  msgstr "Λεπτομέρειες Εκδήλωσης"
196
 
197
- #: ../admin-views/tickets/attendees.php:26
198
  msgid "Start Date / Time:"
199
  msgstr "Ημερομηνία / Ώρα Έναρξης:"
200
 
201
- #: ../admin-views/tickets/attendees.php:28
202
  msgid "End Date / Time:"
203
  msgstr "Ημερομηνία / Ώρα Λήξης:"
204
 
205
- #: ../admin-views/tickets/attendees.php:54
206
  msgid "Ticket Sales"
207
  msgstr "Πωλήσεις Εισιτηρίων"
208
 
209
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:67
210
  #, php-format
211
- msgid "Sold %d"
212
- msgstr "Πωλήθηκαν %d"
 
 
213
 
214
- #: ../admin-views/tickets/attendees.php:68 ../admin-views/tickets/list.php:69
215
  #, php-format
216
- msgid "Sold %d of %d"
217
- msgstr "Πωλήθηκαν %d από %d"
218
 
219
- #: ../admin-views/tickets/attendees.php:83
 
 
 
 
 
220
  msgid "Tickets sold:"
221
  msgstr "Εισιτήρια που πουλήθηκαν:"
222
 
223
- #: ../admin-views/tickets/attendees.php:87
 
 
 
 
 
 
 
 
224
  msgid "Checked in:"
225
  msgstr "Πέρασαν από τον έλεγχο εισιτηρίων:"
226
 
227
- #: ../admin-views/tickets/attendees.php:104
228
  msgid "Send the attendee list by email"
229
  msgstr "Στείλτε τη λίστα συμμετεχόντων μέσω email"
230
 
231
  #
232
- #: ../admin-views/tickets/attendees.php:108
233
  msgid "Select a User:"
234
  msgstr "Επιλέξτε ένα Χρήστη:"
235
 
236
- #: ../admin-views/tickets/attendees.php:109
237
  msgid "Select..."
238
  msgstr "Επιλέξτε…"
239
 
240
- #: ../admin-views/tickets/attendees.php:111
241
  msgid "or"
242
  msgstr "ή"
243
 
244
  #
245
- #: ../admin-views/tickets/attendees.php:113
246
  msgid "Email Address:"
247
  msgstr "Διεύθυνση Email:"
248
 
@@ -251,7 +396,7 @@ msgid "Edit"
251
  msgstr "Επεξεργασία"
252
 
253
  #: ../admin-views/tickets/list.php:22
254
- #: ../lib/tickets/tribe-tickets-attendees.php:215
255
  msgid "Delete"
256
  msgstr "Διαγραφή"
257
 
@@ -264,11 +409,21 @@ msgstr "Επεξεργασία σε %s"
264
  msgid "View"
265
  msgstr "Προβολή"
266
 
267
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
268
  msgid "See who purchased tickets to this event"
269
  msgstr "Δείτε ποιος αγόρασε εισιτήρια γι' αυτήν την εκδήλωση"
270
 
271
- #: ../admin-views/tickets/meta-box.php:21
 
 
 
 
 
 
 
 
 
 
272
  msgid ""
273
  "This event was created using Community Events. Are you sure you want to sell "
274
  "tickets for it?"
@@ -276,11 +431,11 @@ msgstr ""
276
  "Η εκδήλωση αυτή δημιουργήθηκε χρησιμοποιώντας το Community Events. Είστε "
277
  "σίγουρος ότι θέλετε να πουλήσετε εισιτήρια γι' αυτήν;"
278
 
279
- #: ../admin-views/tickets/meta-box.php:32
280
  msgid "Upload image for the ticket header"
281
  msgstr "Ανεβάστε εικόνα για την κεφαλίδα του εισιτηρίου"
282
 
283
- #: ../admin-views/tickets/meta-box.php:33
284
  msgid ""
285
  "The maximum image size in the email will be 580px wide by any height, and "
286
  "then scaled for mobile. If you would like \"retina\" support use an image "
@@ -291,57 +446,57 @@ msgstr ""
291
  "υποστήριξη \"retina\" χρησιμοποιήστε μία εικόνα πλάτους 1160px."
292
 
293
  #
294
- #: ../admin-views/tickets/meta-box.php:36
295
  msgid "Select an Image"
296
  msgstr "Επιλέξτε μία εικόνα"
297
 
298
- #: ../admin-views/tickets/meta-box.php:44
299
  msgid "Remove"
300
  msgstr "Κατάργηση"
301
 
302
  #
303
- #: ../admin-views/tickets/meta-box.php:62
304
- #: ../admin-views/tickets/meta-box.php:72
305
  msgid "Add new ticket"
306
  msgstr "Προσθήκη νέου εισιτηρίου"
307
 
308
  #
309
- #: ../admin-views/tickets/meta-box.php:73
310
  msgid "Edit ticket"
311
  msgstr "Επεξεργασία εισιτηρίου"
312
 
313
- #: ../admin-views/tickets/meta-box.php:79
314
  msgid "Sell using:"
315
  msgstr "Πώληση με:"
316
 
317
  #
318
- #: ../admin-views/tickets/meta-box.php:96
319
  msgid "Ticket Name:"
320
  msgstr "Όνομα Εισιτηρίου:"
321
 
322
- #: ../admin-views/tickets/meta-box.php:103
323
  msgid "Ticket Description:"
324
  msgstr "Περιγραφή Εισιτηρίου:"
325
 
326
- #: ../admin-views/tickets/meta-box.php:112
327
  msgid "Price:"
328
  msgstr "Τιμή:"
329
 
330
- #: ../admin-views/tickets/meta-box.php:118
331
  msgid "(0 or empty for free tickets)"
332
  msgstr "(0 ή κενό για δωρεάν εισητήρια)"
333
 
334
  #
335
- #: ../admin-views/tickets/meta-box.php:124
336
  msgid "Start sale:"
337
  msgstr "Έναρξη πωλήσεων:"
338
 
339
  #
340
- #: ../admin-views/tickets/meta-box.php:148
341
  msgid "End sale:"
342
  msgstr "Λήξη πωλήσεων:"
343
 
344
- #: ../admin-views/tickets/meta-box.php:170
345
  msgid ""
346
  "When will ticket sales occur? If you don't set a start/end date for sales, "
347
  "tickets will be available from now until the event ends."
@@ -350,7 +505,7 @@ msgstr ""
350
  "ημερομηνία έναρξης / λήξης για τις πωλήσεις, τα εισιτήρια θα είναι διαθέσιμα "
351
  "από σήμερα μέχρι την ολοκλήρωση της εκδήλωσης."
352
 
353
- #: ../admin-views/tickets/meta-box.php:182
354
  msgid "Save this ticket"
355
  msgstr "Αποθηκεύστε αυτό το εισητήριο"
356
 
@@ -364,11 +519,11 @@ msgid "Default Page Template"
364
  msgstr "Προεπιλεγμένο Πρότυπο Σελίδας"
365
 
366
  #
367
- #: ../admin-views/tribe-options-display.php:31
368
  msgid "Display Settings"
369
  msgstr "Προβολή Ρυθμίσεων"
370
 
371
- #: ../admin-views/tribe-options-display.php:36
372
  #, php-format
373
  msgid ""
374
  "<p>The settings below control the display of your calendar. If things don't "
@@ -389,21 +544,21 @@ msgstr ""
389
  "από το Github</a></p>"
390
 
391
  #
392
- #: ../admin-views/tribe-options-display.php:51
393
  msgid "Basic Template Settings"
394
  msgstr "Βασικές Ρυθμίσεις Προτύπου"
395
 
396
- #: ../admin-views/tribe-options-display.php:55
397
  msgid "Default stylesheet used for events templates"
398
  msgstr ""
399
  "Προεπιλεγμένο φύλλο μορφοποίησης που χρησιμοποιείται για τα πρότυπα "
400
  "εκδηλώσεων"
401
 
402
- #: ../admin-views/tribe-options-display.php:58
403
  msgid "Skeleton Styles"
404
  msgstr "Στυλ σκελετού"
405
 
406
- #: ../admin-views/tribe-options-display.php:60
407
  msgid ""
408
  "Only includes enough css to achieve complex layouts like calendar and week "
409
  "view."
@@ -411,33 +566,33 @@ msgstr ""
411
  "Περιλαμβάνει μόνο αρκετά CSS για την επίτευξη σύνθετων διατάξεων, όπως τις "
412
  "προβολές ημερολογίου και εβδομάδας."
413
 
414
- #: ../admin-views/tribe-options-display.php:62
415
  msgid "Full Styles"
416
  msgstr "Πλήρη Στυλ"
417
 
418
- #: ../admin-views/tribe-options-display.php:64
419
  msgid "More detailed styling, tries to grab styles from your theme."
420
  msgstr ""
421
  "Πιο σύνθετη μορφοποίηση, επιχειρεί να υιοθετήσει τη μορφοποίηση του θέματός "
422
  "σας."
423
 
424
  #
425
- #: ../admin-views/tribe-options-display.php:66
426
  msgid "Tribe Events Styles"
427
  msgstr "Στυλ Tribe Events"
428
 
429
- #: ../admin-views/tribe-options-display.php:68
430
  msgid "A fully designed and styled theme for your events pages."
431
  msgstr ""
432
  "Ένα πλήρως σχεδιασμένο και μορφοποιημένο θέμα για τη σελίδα των εκδηλώσεών "
433
  "σας."
434
 
435
  #
436
- #: ../admin-views/tribe-options-display.php:75
437
  msgid "Events template"
438
  msgstr "Πρότυπο εκδηλώσεων"
439
 
440
- #: ../admin-views/tribe-options-display.php:76
441
  msgid ""
442
  "Choose a page template to control the appearance of your calendar and event "
443
  "content."
@@ -445,42 +600,42 @@ msgstr ""
445
  "Επιλέξτε ένα πρότυπο σελίδας για τον έλεγχο της εμφάνισης του ημερολογίου "
446
  "σας και του περιεχομένου εκδηλώσεων."
447
 
448
- #: ../admin-views/tribe-options-display.php:84
449
  msgid "Enable event views"
450
  msgstr "Ενεργοποίηση εμφανίσεων εκδήλωσης"
451
 
452
- #: ../admin-views/tribe-options-display.php:85
453
  msgid "You must select at least one view."
454
  msgstr "Πρέπει να επιλέξετε τουλάχιστον μία εμφάνιση."
455
 
456
- #: ../admin-views/tribe-options-display.php:92
457
  msgid "Default view"
458
  msgstr "Προεπιλεγμένη εμφάνιση"
459
 
460
- #: ../admin-views/tribe-options-display.php:100
461
  msgid "Disable the Event Search Bar"
462
  msgstr "Απενεργοποίση της Μπάρας Αναζήτησης Εκδηλώσεων"
463
 
464
- #: ../admin-views/tribe-options-display.php:101
465
  msgid "Check this to use the classic header."
466
  msgstr "Επιλέξτε το για να χρησιμοποιήσετε την κλασική κεφαλίδα."
467
 
468
- #: ../admin-views/tribe-options-display.php:107
469
  msgid "Month view events per day"
470
  msgstr "Προβολή εκδηλώσεων μήνα ανά ημέρα"
471
 
472
- #: ../admin-views/tribe-options-display.php:108
473
  msgid "Allow more than the default 3 events per day in month view."
474
  msgstr ""
475
  "Επιτρέψτε περισσότερες από τις προεπιλεγμένες 3 εκδηλώσεις ανά ημέρα σε "
476
  "προβολή μήνα."
477
 
478
  #
479
- #: ../admin-views/tribe-options-display.php:115
480
  msgid "Date Format Settings"
481
  msgstr "Ρυθμίσεις Προβολής Ημερομηνίας"
482
 
483
- #: ../admin-views/tribe-options-display.php:119
484
  msgid ""
485
  "<p>The following three fields accept the date format options available to "
486
  "the php date() function. <a href=\"http://codex.wordpress.org/"
@@ -492,11 +647,11 @@ msgstr ""
492
  "Formatting_Date_and_Time\" target=\"_blank\">Μάθετε εδώ πως να φτιάχνετε την "
493
  "δική σας μορφή ημερομηνίας</a>.</p>"
494
 
495
- #: ../admin-views/tribe-options-display.php:123
496
  msgid "Date with year"
497
  msgstr "Ημερομηνία με έτος"
498
 
499
- #: ../admin-views/tribe-options-display.php:124
500
  msgid ""
501
  "Enter the format to use for displaying dates with the year. Used when "
502
  "showing an event from a past or future year, also used for dates in view "
@@ -506,11 +661,11 @@ msgstr ""
506
  "έτος. Χρησιμοποιείται για προβολή εκδήλωσης περασμένου ή επόμενου έτους, "
507
  "καθώς και για ημερομηνίες στις επικεφαλίδες προβολής."
508
 
509
- #: ../admin-views/tribe-options-display.php:131
510
  msgid "Date without year"
511
  msgstr "Ημερομηνία χωρίς έτος"
512
 
513
- #: ../admin-views/tribe-options-display.php:132
514
  msgid ""
515
  "Enter the format to use for displaying dates without a year. Used when "
516
  "showing an event from the current year."
@@ -518,11 +673,11 @@ msgstr ""
518
  "Καταχωρίστε την μορφή που θα χρησιμοποιείται για προβολή ημερομηνίας χωρίς "
519
  "έτος. Χρησιμοποιείται για προβολή εκδήλωσης τρέχοντος έτους."
520
 
521
- #: ../admin-views/tribe-options-display.php:139
522
  msgid "Month and year format"
523
  msgstr "Μορφή μήνα και έτους"
524
 
525
- #: ../admin-views/tribe-options-display.php:140
526
  msgid ""
527
  "Enter the format to use for dates that show a month and year only. Used on "
528
  "month view."
@@ -530,11 +685,11 @@ msgstr ""
530
  "Καταχωρίστε την μορφή που θα χρησιμοποιείται για προβολή ημερομηνίας που "
531
  "δείχνουν μόνο μήνα και έτος. Χρησιμοποιείται στην προβολή μήνα."
532
 
533
- #: ../admin-views/tribe-options-display.php:147
534
  msgid "Date time separator"
535
  msgstr "Διαχωριστικό ημερομηνίας και ώρας"
536
 
537
- #: ../admin-views/tribe-options-display.php:148
538
  msgid ""
539
  "Enter the separator that will be placed between the date and time, when both "
540
  "are shown."
@@ -542,11 +697,11 @@ msgstr ""
542
  "Καταχωρίστε το διαχωριστικό που θα τοποθετηθεί μεταξύ ημερομηνίας και ώρας, "
543
  "όταν έχει επιλεχθεί η προβολή και των δύο."
544
 
545
- #: ../admin-views/tribe-options-display.php:155
546
  msgid "Time range separator"
547
  msgstr "Διαχωριστικό εύρους ώρας"
548
 
549
- #: ../admin-views/tribe-options-display.php:156
550
  msgid ""
551
  "Enter the separator that will be used between the start and end time of an "
552
  "event."
@@ -554,26 +709,26 @@ msgstr ""
554
  "Καταχωρίστε το διαχωριστικό που θα τοποθετηθεί μεταξύ ώρας έναρξης και λήξης "
555
  "της εκδήλωσης."
556
 
557
- #: ../admin-views/tribe-options-display.php:163
558
  msgid "Datepicker Date Format"
559
  msgstr "Μορφή ημερομηνίας στον επιλογέα ημερομηνίας"
560
 
561
- #: ../admin-views/tribe-options-display.php:164
562
  msgid "Select the date format to use in datepickers"
563
  msgstr ""
564
  "Επιλογή μορφής ημερομηνίας που θα χρησιμοποιείται στους επιλογείς ημερομηνίας"
565
 
566
  #
567
- #: ../admin-views/tribe-options-display.php:181
568
  msgid "Advanced Template Settings"
569
  msgstr "Προηγμένες Ρυθμίσεις Προτύπου"
570
 
571
  #
572
- #: ../admin-views/tribe-options-display.php:185
573
  msgid "Add HTML before event content"
574
  msgstr "Προσθήκη HTML πριν από το περιεχόμενο της εκδήλωσης"
575
 
576
- #: ../admin-views/tribe-options-display.php:186
577
  msgid ""
578
  "If you are familiar with HTML, you can add additional code before the event "
579
  "template. Some themes may require this to help with styling or layout."
@@ -583,11 +738,11 @@ msgstr ""
583
  "καθώς βοηθάει στη μορφοποίηση ή διάταξη."
584
 
585
  #
586
- #: ../admin-views/tribe-options-display.php:191
587
  msgid "Add HTML after event content"
588
  msgstr "Προσθήκη HTML μετά το περιεχόμενο της εκδήλωσης"
589
 
590
- #: ../admin-views/tribe-options-display.php:192
591
  msgid ""
592
  "If you are familiar with HTML, you can add additional code after the event "
593
  "template. Some themes may require this to help with styling or layout."
@@ -596,24 +751,24 @@ msgstr ""
596
  "μετά το πρότυπο εκδηλώσεων. Αυτό είναι απαραίτητο για κάποια θέματα, καθώς "
597
  "βοηθάει στη μορφοποίηση ή διάταξη."
598
 
599
- #: ../admin-views/tribe-options-general.php:14
600
  msgid "Finding & extending your calendar."
601
  msgstr "Εύρεση & επέκταση του ημερολογίου σας."
602
 
603
- #: ../admin-views/tribe-options-general.php:19
604
  msgid "Finding your calendar."
605
  msgstr "Εύρεση του ημερολογίου σας."
606
 
607
  #
608
- #: ../admin-views/tribe-options-general.php:24
609
  msgid "Where's my calendar?"
610
  msgstr "Πού είναι το ημερολόγιό μου;"
611
 
612
- #: ../admin-views/tribe-options-general.php:24
613
  msgid "Right here"
614
  msgstr "Ακριβώς εδώ"
615
 
616
- #: ../admin-views/tribe-options-general.php:28
617
  msgid ""
618
  "Looking for additional functionality including recurring events, custom "
619
  "meta, community events, ticket sales and more?"
@@ -623,15 +778,15 @@ msgstr ""
623
  "και άλλα;"
624
 
625
  #
626
- #: ../admin-views/tribe-options-general.php:28
627
  msgid "Check out the available add-ons"
628
  msgstr "Ελέγξτε τις διαθέσιμες επεκτάσεις"
629
 
630
- #: ../admin-views/tribe-options-general.php:33
631
  msgid "We hope our plugin is helping you out."
632
  msgstr "Ελπίζουμε το πρόσθετό μας να σας βοηθάει."
633
 
634
- #: ../admin-views/tribe-options-general.php:37
635
  msgid ""
636
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
637
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -644,12 +799,12 @@ msgstr ""
644
  "μικρό κείμενο με σύνδεσμο στο κάτω μέρος του ημερολογίου σας που να οδηγεί "
645
  "στο πρότζεκτ The Events Calendar."
646
 
647
- #: ../admin-views/tribe-options-general.php:37
648
- #: ../admin-views/tribe-options-general.php:42
649
  msgid "See an example of the link"
650
  msgstr "Δείτε ένα παράδειγμα του συνδέσμου"
651
 
652
- #: ../admin-views/tribe-options-general.php:42
653
  msgid ""
654
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
655
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -663,24 +818,24 @@ msgstr ""
663
  "στο πρότζεκτ The Events Calendar."
664
 
665
  #
666
- #: ../admin-views/tribe-options-general.php:47
667
  msgid "Show The Events Calendar link"
668
  msgstr "Εμφάνιση του συνέσμου προς The Events Calendar"
669
 
670
  #
671
- #: ../admin-views/tribe-options-general.php:61
672
  msgid "General Settings"
673
  msgstr "Γενικές Ρυθμίσεις"
674
 
675
- #: ../admin-views/tribe-options-general.php:65
676
  msgid "Number of events to show per page"
677
  msgstr "Αριθμός εκδηλώσεων ανά σελίδα"
678
 
679
- #: ../admin-views/tribe-options-general.php:72
680
  msgid "Use Javascript to control date filtering"
681
  msgstr "Χρησιμοποιήστε Javascript για να ελέγξετε το φιλτράρισμα ημερομηνιών"
682
 
683
- #: ../admin-views/tribe-options-general.php:73
684
  msgid ""
685
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
686
  "the Display settings tab."
@@ -688,7 +843,7 @@ msgstr ""
688
  "Αυτή η επιλογή είναι απενεργοποιημένη όταν η \"Απενεργοποίση της Μπάρας "
689
  "Αναζήτησης Εκδηλώσεων\" είναι επιλεγμένη στην καρτέλα ρυθμίσεις Προβολής."
690
 
691
- #: ../admin-views/tribe-options-general.php:73
692
  msgid ""
693
  "Enable live ajax for datepicker on front end (User submit not required)."
694
  msgstr ""
@@ -696,19 +851,19 @@ msgstr ""
696
  "απαιτείται υποβολή χρήστη)."
697
 
698
  #
699
- #: ../admin-views/tribe-options-general.php:81
700
  msgid "Show comments"
701
  msgstr "Εμφάνιση σχολίων"
702
 
703
- #: ../admin-views/tribe-options-general.php:82
704
  msgid "Enable comments on event pages."
705
  msgstr "Ενεργοποίηση σχολίων στις σελίδες εκδηλώσεων."
706
 
707
- #: ../admin-views/tribe-options-general.php:88
708
  msgid "Include events in main blog loop"
709
  msgstr "Συμπερίληψη εκδηλώσεων στον κύριο βρόχο του ιστολογίου (blog)"
710
 
711
- #: ../admin-views/tribe-options-general.php:89
712
  msgid ""
713
  "Show events with the site's other posts. When this box is checked, events "
714
  "will also continue to appear on the default events page."
@@ -717,12 +872,12 @@ msgstr ""
717
  "επιλεγμένο, οι εκδηλώσεις θα συνεχίσουν επίσης να εμφανίζονται στην "
718
  "προεπιλεγμένη σελίδα των εκδηλώσεων."
719
 
720
- #: ../admin-views/tribe-options-general.php:95
721
- #: ../admin-views/tribe-options-general.php:101
722
  msgid "Events URL slug"
723
  msgstr "URL slug Εκδηλώσεων"
724
 
725
- #: ../admin-views/tribe-options-general.php:96
726
  #, php-format
727
  msgid ""
728
  "You cannot edit the slug for your events page as you do not have pretty "
@@ -737,28 +892,28 @@ msgstr ""
737
  "συνδέσμους</a>."
738
 
739
  #
740
- #: ../admin-views/tribe-options-general.php:108
741
- #: ../public/template-tags/options.php:18
742
  msgid "The slug used for building the events URL."
743
  msgstr "Το slug χρησιμοποιείται για την κατασκευή των URL των εκδηλώσεων."
744
 
745
- #: ../admin-views/tribe-options-general.php:108
746
  #, php-format
747
  msgid "Your current events URL is: %s"
748
  msgstr "Η τρέχουσα διεύθυνση URL των εκδηλώσεων σας είναι: %s"
749
 
750
  #
751
- #: ../admin-views/tribe-options-general.php:113
752
- #: ../public/template-tags/options.php:37
753
  msgid "Here is the iCal feed URL for your events:"
754
  msgstr "Εδώ είναι το iCal feed URL για τις εκδηλώσεις σας:"
755
 
756
  #
757
- #: ../admin-views/tribe-options-general.php:118
758
  msgid "Single event URL slug"
759
  msgstr "URL slug μεμονομένης εκδήλωσης"
760
 
761
- #: ../admin-views/tribe-options-general.php:125
762
  #, php-format
763
  msgid ""
764
  "The above should ideally be plural, and this singular.<br />Your single "
@@ -767,11 +922,11 @@ msgstr ""
767
  "Τo παραπάνω θα πρέπει ιδανικά να είναι στον πληθυντικό, και αυτό στον ενικό. "
768
  "<br /> Το μοναδικό URL της εκδήλωσής σας είναι: %s."
769
 
770
- #: ../admin-views/tribe-options-general.php:130
771
  msgid "End of day cutoff"
772
  msgstr "Ανώτατο όριο τέλους ημέρας"
773
 
774
- #: ../admin-views/tribe-options-general.php:138
775
  msgid ""
776
  "Have an event that runs past midnight? Select a time after that event's end "
777
  "to avoid showing the event on the next day's calendar."
@@ -780,11 +935,11 @@ msgstr ""
780
  "επισήμως η ημέρα σας για να αποφευχθεί η κατά λάθος προβολή της εκδήλωσής "
781
  "σας στην επόμενη μέρα."
782
 
783
- #: ../admin-views/tribe-options-general.php:143
784
  msgid "Default currency symbol"
785
  msgstr "Προεπιλεγμένο σύμβολο νομίσματος"
786
 
787
- #: ../admin-views/tribe-options-general.php:144
788
  msgid ""
789
  "Set the default currency symbol for event costs. Note that this only impacts "
790
  "future events, and changes made will not apply retroactively."
@@ -793,11 +948,11 @@ msgstr ""
793
  "Σημειώστε ότι αυτό θα έχει επίπτωση μόνο στα μελλοντικά γεγονότα και οι "
794
  "αλλαγές που θα γίνουν δεν θα ισχύσουν αναδρομικά."
795
 
796
- #: ../admin-views/tribe-options-general.php:151
797
  msgid "Currency symbol follows value"
798
  msgstr "Σύμβολο νομίσματος μετά την τιμή"
799
 
800
- #: ../admin-views/tribe-options-general.php:152
801
  msgid ""
802
  "The currency symbol normally precedes the value. Enabling this option "
803
  "positions the symbol after the value."
@@ -806,43 +961,43 @@ msgstr ""
806
  "την επιλογή τοποθετεί το σύμβολο μετά την τιμή."
807
 
808
  #
809
- #: ../admin-views/tribe-options-general.php:158
810
  msgid "Map Settings"
811
  msgstr "Ρυθμίσεις Χάρτη"
812
 
813
- #: ../admin-views/tribe-options-general.php:162
814
  msgid "Enable Google Maps"
815
  msgstr "Ενεργοποίηση των Χαρτών Google"
816
 
817
- #: ../admin-views/tribe-options-general.php:163
818
  msgid "Check to enable maps for events and venues."
819
  msgstr ""
820
  "Επιλέγξτε για να ενεργοποιήσετε χάρτες για τις εκδηλώσεις και τους χώρους "
821
  "διεξαγωγής."
822
 
823
- #: ../admin-views/tribe-options-general.php:170
824
  msgid "Google Maps default zoom level"
825
  msgstr "Προεπιλεγμένο επίπεδο εστίασης για τους Χάρτες Google"
826
 
827
- #: ../admin-views/tribe-options-general.php:171
828
  msgid "0 = zoomed out; 21 = zoomed in."
829
  msgstr "0 = σμίκρυνση, 21 = μεγέθυνση."
830
 
831
  #
832
- #: ../admin-views/tribe-options-general.php:179
833
  msgid "Miscellaneous Settings"
834
  msgstr "Διάφορες Ρυθμίσεις"
835
 
836
- #: ../admin-views/tribe-options-general.php:183
837
  msgid "Duplicate Venues &amp; Organizers"
838
  msgstr "Διπλότυποι Χώροι Διεξαγωγής και Διοργανωτές"
839
 
840
- #: ../admin-views/tribe-options-general.php:183
841
- #: ../lib/tribe-amalgamator.php:252
842
  msgid "Merge Duplicates"
843
  msgstr "Συγχώνευση Διπλότυπων"
844
 
845
- #: ../admin-views/tribe-options-general.php:183
846
  msgid ""
847
  "You might find duplicate venues and organizers when updating The Events "
848
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
@@ -853,11 +1008,11 @@ msgstr ""
853
  "να συγχωνευθούν αυτόματα οι πανομοιότυποι χώροι και διοργανωτές."
854
 
855
  #
856
- #: ../admin-views/tribe-options-general.php:188
857
  msgid "Debug mode"
858
  msgstr "Λειτουργία αποσφαλμάτωσης"
859
 
860
- #: ../admin-views/tribe-options-general.php:194
861
  #, php-format
862
  msgid ""
863
  "Enable this option to log debug information. By default this will log to "
@@ -871,68 +1026,79 @@ msgstr ""
871
  "τότε σας συνιστούμε να εγκαταστήσετε το %s και να αναζητήσετε την καρτέλα "
872
  "\"Tribe\" στην έξοδο αποσφαλμάτωσης."
873
 
874
- #: ../admin-views/tribe-options-general.php:194
875
  msgid "Debug Bar Plugin"
876
  msgstr "Πρόσθετο Μπάρας Αποσφαλμάτωσης"
877
 
878
- #: ../admin-views/tribe-options-help.php:18
879
  msgctxt "not available"
880
  msgid "n/a"
881
  msgstr "μ/δ (μη διαθέσιμο)"
882
 
883
- #: ../admin-views/tribe-options-help.php:19
884
  msgid "You need to upgrade!"
885
  msgstr "Πρέπει να αναβαθμίσετε!"
886
 
887
- #: ../admin-views/tribe-options-help.php:19
888
  msgid "You are up to date!"
889
  msgstr "Έχετε τις τελευταίες ενημερώσεις!"
890
 
891
  #
892
- #: ../admin-views/tribe-options-help.php:42
893
  msgid "The Events Calendar PRO"
894
  msgstr "The Events Calendar PRO"
895
 
896
  #
897
- #: ../admin-views/tribe-options-help.php:46
898
  msgid "The Events Calendar: Eventbrite Tickets"
899
  msgstr "The Events Calendar: Εισητήρια Eventbrite "
900
 
901
  #
902
- #: ../admin-views/tribe-options-help.php:50
903
  msgid "The Events Calendar: Community Events"
904
  msgstr "The Events Calendar: Εκδηλώσεις Community"
905
 
906
  #
907
- #: ../admin-views/tribe-options-help.php:54
908
  msgid "The Events Calendar: Facebook Events"
909
  msgstr "The Events Calendar: Εκδηλώσεις Facebook"
910
 
911
  #
912
- #: ../admin-views/tribe-options-help.php:58
913
  msgid "The Events Calendar: WooCommerce Tickets"
914
  msgstr "The Events Calendar: Εισητήρια WooCommerce "
915
 
916
  #
917
- #: ../admin-views/tribe-options-help.php:63
918
  msgid "The Events Calendar: EDD Tickets"
919
  msgstr "The Events Calendar: Εισητήρια EDD "
920
 
921
  #
922
- #: ../admin-views/tribe-options-help.php:68
923
  msgid "The Events Calendar: WPEC Tickets"
924
  msgstr "The Events Calendar: Εισητήρια WPEC "
925
 
926
  #
927
- #: ../admin-views/tribe-options-help.php:73
928
  msgid "The Events Calendar: Shopp Tickets"
929
  msgstr "The Events Calendar: Εισητήρια Shopp "
930
 
931
- #: ../admin-views/tribe-options-help.php:78
932
  msgid "The Events Calendar: Filter Bar"
933
  msgstr "The Events Calendar: Filter Bar"
934
 
935
- #: ../admin-views/tribe-options-help.php:87
 
 
 
 
 
 
 
 
 
 
 
936
  msgid ""
937
  "If this is your first time using The Events Calendar, you're in for a treat "
938
  "and are already well on your way to creating a first event. Here are some "
@@ -943,7 +1109,7 @@ msgstr ""
943
  "εκδήλωσής. Εδώ θα βρείτε μερικά βασικά στοιχεία που θεωρούμε χρήσιμα για "
944
  "τους νέους χρήστες."
945
 
946
- #: ../admin-views/tribe-options-help.php:90
947
  #, php-format
948
  msgid ""
949
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -956,7 +1122,7 @@ msgstr ""
956
  "συνοδεύουν τις εικόνες, το αλφαβητάρι επιχειρεί να σας απογειώσει από το "
957
  "μηδέν στο ζενίθ σε χρόνο μηδέν."
958
 
959
- #: ../admin-views/tribe-options-help.php:92
960
  #, php-format
961
  msgid ""
962
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -970,7 +1136,7 @@ msgstr ""
970
  "είναι χρήσιμη δεδομένου ότι έχει ως στόχο την αντιμετώπιση βασικών ζητημάτων "
971
  "εγκατάστασης που δεν καλύπτονται από το Αλφαβητάρι Νέου Χρήστη."
972
 
973
- #: ../admin-views/tribe-options-help.php:94
974
  #, php-format
975
  msgid ""
976
  "Are you developer looking to build your own frontend view? We created an "
@@ -981,7 +1147,7 @@ msgstr ""
981
  "Έχουμε δημιουργήσει ένα πρότυπο πρόσθετο που δείχνει πώς να καταχωρήσετε μία "
982
  "νέα προβολή. Μπορείτε να %sτο κατεβάσετε από το GitHub%s για να ξεκινήσετε."
983
 
984
- #: ../admin-views/tribe-options-help.php:96
985
  msgid ""
986
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
987
  "the Events menu and adding your first event."
@@ -989,7 +1155,7 @@ msgstr ""
989
  "Διαφορετικά, αν αισθάνεστε τολμηρός, μπορείτε να ξεκινήσετε αμέσως "
990
  "πηγαίνοντας στο Μενού Εκδηλώσεων και προσθέτοντας την πρώτη σας εκδήλωση."
991
 
992
- #: ../admin-views/tribe-options-help.php:100
993
  #, php-format
994
  msgid ""
995
  "We've redone our support page from the ground up in an effort to better help "
@@ -1000,7 +1166,7 @@ msgstr ""
1000
  "παρέχουμε καλύτερη βοήθεια στους χρήστες. Πηγαίντε στη %sΣελίδα Υποστήριξης"
1001
  "%s όπου θα βρείτε σημαντικούς πόρους, όπως οι εξής:"
1002
 
1003
- #: ../admin-views/tribe-options-help.php:102
1004
  #, php-format
1005
  msgid ""
1006
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
@@ -1009,7 +1175,7 @@ msgstr ""
1009
  "%sΕτικέτες προτύπων, λειτουργίες και άγκιστρα & φίλτρα%s για το The Events "
1010
  "Calendar &amp; Events Calendar PRO"
1011
 
1012
- #: ../admin-views/tribe-options-help.php:104
1013
  #, php-format
1014
  msgid ""
1015
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
@@ -1018,7 +1184,7 @@ msgstr ""
1018
  "%sΣυχνές Ερωτήσεις%s που κυμαίνονται από βασικά ερωτήματα εγκατάστασης έως "
1019
  "προηγμένες τροποιποιήσεις θεμάτων."
1020
 
1021
- #: ../admin-views/tribe-options-help.php:106
1022
  #, php-format
1023
  msgid ""
1024
  "%sTutorials%s written by both members of our team and users from the "
@@ -1029,7 +1195,7 @@ msgstr ""
1029
  "κοινότητας, τα οποία καλύπτουν προσαρμοσμένα ερωτήματα, ζητήματα ενοποίησης "
1030
  "με θέματα και πρόσθετα τρίτων, κ.λπ."
1031
 
1032
- #: ../admin-views/tribe-options-help.php:108
1033
  msgid ""
1034
  "Release notes for painting an overall picture of the plugin's lifecycle and "
1035
  "when features/bug fixes were introduced."
@@ -1037,7 +1203,7 @@ msgstr ""
1037
  "Σημειώσεις για να πάρετε μία γενική εικόνα για τον κύκλο ζωής του πρόσθετου "
1038
  "και για το πότε εισήχθησαν οι λειτουργίες/διορθώσεις σφαλμάτων."
1039
 
1040
- #: ../admin-views/tribe-options-help.php:110
1041
  #, php-format
1042
  msgid ""
1043
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
@@ -1048,7 +1214,7 @@ msgstr ""
1048
  "για το The Events Calendar (συμπεριλαμβανονένων των WooTickets, Community "
1049
  "Events, Eventbrite Tickets, Facebook Events, κ.λπ.)"
1050
 
1051
- #: ../admin-views/tribe-options-help.php:112
1052
  #, php-format
1053
  msgid ""
1054
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
@@ -1066,7 +1232,7 @@ msgstr ""
1066
  "τρόπο να διαμορφώσουμε το μέλλον των εταιρικών προϊόντων ώστε να "
1067
  "ανταποκρίνονται καλύτερα στις ανάγκες της κοινότητας."
1068
 
1069
- #: ../admin-views/tribe-options-help.php:116
1070
  #, php-format
1071
  msgid ""
1072
  "Written documentation can only take things so far...sometimes, you need help "
@@ -1076,7 +1242,7 @@ msgstr ""
1076
  "μερικές φορές να χρειάζεστε τη συνδρομή ενός πραγματικού προσώπου. Αυτό "
1077
  "είναι το σημείο που το %sφόρουμ υποστήριξης%s μπαίνει στο παιχνίδι."
1078
 
1079
- #: ../admin-views/tribe-options-help.php:117
1080
  #, php-format
1081
  msgid ""
1082
  "Users of the free The Events Calendar should post their support concerns to "
@@ -1092,7 +1258,7 @@ msgstr ""
1092
  "%sΥπόμνημα Υποστήριξης%s πριν δημοσιεύσετε ένα αίτημα, ώστε να κατανοήσετε "
1093
  "τους περιορισμούς μας."
1094
 
1095
- #: ../admin-views/tribe-options-help.php:118
1096
  msgid ""
1097
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1098
  "you report a legitimate bug that we're able to reproduce, we will log it and "
@@ -1106,7 +1272,7 @@ msgstr ""
1106
  "Δυστυχώς, δεν μπορούμε να παρέχουμε προσαρμοσμένες συμβουλές ή να σας "
1107
  "βοηθήσουμε στην ενσωμάτωση με πρόσθετα και θέματα τρίτων."
1108
 
1109
- #: ../admin-views/tribe-options-help.php:119
1110
  #, php-format
1111
  msgid ""
1112
  "If you're a user of The Events Calendar and would like more support, please "
@@ -1120,7 +1286,7 @@ msgstr ""
1120
  "υποστήριξης στους PRO χρήστες σε σχέση με εκείνη που μπορούμε να προσφέρουμε "
1121
  "στο WordPress.org."
1122
 
1123
- #: ../admin-views/tribe-options-help.php:123
1124
  #, php-format
1125
  msgid ""
1126
  "If you find that you aren't getting the level of service you've come to "
@@ -1131,11 +1297,11 @@ msgstr ""
1131
  "Modern Tribe, στείλτε μας ένα e-mail στο %s ή ένα tweet στο %s και πείτε μας "
1132
  "γιατί. Θα κάνουμε ό,τι μπορούμε για να γίνει το σωστό."
1133
 
1134
- #: ../admin-views/tribe-options-help.php:124
1135
  msgid "More..."
1136
  msgstr "Περισσότερα…"
1137
 
1138
- #: ../admin-views/tribe-options-help.php:132
1139
  msgid ""
1140
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1141
  "for installing our labor of love!"
@@ -1144,85 +1310,81 @@ msgstr ""
1144
  "να σκίσετε. Ευχαριστούμε πολύ που εγκαταστήσατε το αποτέλεσμα των κόπων και "
1145
  "της αγάπης μας!"
1146
 
1147
- #: ../admin-views/tribe-options-help.php:138
1148
- msgid "Getting Started"
1149
- msgstr "Ξεκινώντας"
1150
-
1151
- #: ../admin-views/tribe-options-help.php:141
1152
  msgid "Support Resources To Help You Kick Ass"
1153
  msgstr "Πόροι Υποστήριξης που θα σας βοηθήσουν να σκίσετε!"
1154
 
1155
- #: ../admin-views/tribe-options-help.php:144
1156
  msgid "Forums: Because Everyone Needs A Buddy"
1157
  msgstr "Φόρουμ: Γιατί όλοι χρειάζονται ένα φιλαράκι"
1158
 
1159
- #: ../admin-views/tribe-options-help.php:147
1160
  msgid "Not getting help?"
1161
  msgstr "Χρειάζεστε περισσότερη βοήθεια;"
1162
 
1163
- #: ../admin-views/tribe-options-help.php:159
1164
- #: ../lib/the-events-calendar.class.php:567
1165
- #: ../lib/tribe-settings.class.php:129
1166
  msgid "The Events Calendar"
1167
  msgstr "The Events Calendar"
1168
 
1169
- #: ../admin-views/tribe-options-help.php:163
1170
  msgid "Latest Version:"
1171
  msgstr "Τελευταία Έκδοση:"
1172
 
1173
- #: ../admin-views/tribe-options-help.php:164
1174
  msgid "Author:"
1175
  msgstr "Συντάκτης:"
1176
 
1177
- #: ../admin-views/tribe-options-help.php:164
1178
  msgid "Modern Tribe Inc"
1179
  msgstr "Modern Tribe Inc"
1180
 
1181
- #: ../admin-views/tribe-options-help.php:165
1182
  msgid "Requires:"
1183
  msgstr "Απαιτείται:"
1184
 
1185
- #: ../admin-views/tribe-options-help.php:165
1186
  msgid "WordPress "
1187
  msgstr "WordPress "
1188
 
1189
- #: ../admin-views/tribe-options-help.php:166
1190
  msgid "Wordpress.org Plugin Page"
1191
  msgstr "Σελίδα Προσθέτων του Wordpress.org"
1192
 
1193
- #: ../admin-views/tribe-options-help.php:171
1194
  msgid "Average Rating"
1195
  msgstr "Μέσος όρος βαθμολογίας"
1196
 
1197
- #: ../admin-views/tribe-options-help.php:175
1198
  #, php-format
1199
  msgid "Based on %d rating"
1200
  msgid_plural "Based on %d ratings"
1201
  msgstr[0] "Βασισμένο σε %d βαθμολογία"
1202
  msgstr[1] "Βασισμένο σε %d βαθμολογίες"
1203
 
1204
- #: ../admin-views/tribe-options-help.php:176
1205
  msgid "Give us 5 stars!"
1206
  msgstr "Δώστε μας 5 αστέρια!"
1207
 
1208
- #: ../admin-views/tribe-options-help.php:179
1209
  msgid "Premium Add-Ons"
1210
  msgstr "Πρόσθετα Ανώτερης Ποιότητας"
1211
 
1212
- #: ../admin-views/tribe-options-help.php:185
1213
  msgid "(Coming Soon!)"
1214
  msgstr "(Προσεχώς!)"
1215
 
1216
- #: ../admin-views/tribe-options-help.php:192
1217
  msgid "News and Tutorials"
1218
  msgstr "Νέα και Οδηγοί Εκμάθησης"
1219
 
1220
  #
1221
- #: ../admin-views/tribe-options-network.php:14
1222
  msgid "Network Settings"
1223
  msgstr "Ρυθμίσεις Δικτύου"
1224
 
1225
- #: ../admin-views/tribe-options-network.php:18
1226
  msgid ""
1227
  "This is where all of the global network settings for Modern Tribe's The "
1228
  "Events Calendar can be modified."
@@ -1230,55 +1392,63 @@ msgstr ""
1230
  "Εδώ μπορείτε να τροποποιήσετε όλες τις γενικές ρυθμίσεις δικτύου για το The "
1231
  "Events Calendar της Modern Tribe."
1232
 
1233
- #: ../admin-views/tribe-options-network.php:26
1234
  msgid "Hide the following settings tabs on every site:"
1235
  msgstr "Απόκρυψη των παρακάτω καρτέλων ρυθμίσεων σε όλα τα site:"
1236
 
1237
- #: ../admin-views/venue-meta-box.php:27
1238
- #: ../public/advanced-functions/meta.php:422
1239
  msgid "Address:"
1240
  msgstr "Διεύθυνση:"
1241
 
1242
- #: ../admin-views/venue-meta-box.php:31
1243
  msgid "City:"
1244
  msgstr "Πόλη:"
1245
 
1246
- #: ../admin-views/venue-meta-box.php:35
1247
  msgid "Country:"
1248
  msgstr "Χώρα:"
1249
 
1250
- #: ../admin-views/venue-meta-box.php:73
1251
  msgid "State or Province:"
1252
  msgstr "Νομός ή Προάστιο:"
1253
 
1254
- #: ../admin-views/venue-meta-box.php:76
1255
  msgid "Select a State:"
1256
  msgstr "Επιλέξτε Νομό:"
1257
 
1258
- #: ../admin-views/venue-meta-box.php:89
1259
  msgid "Postal Code:"
1260
  msgstr "Ταχυδρομικός Κώδικας:"
1261
 
1262
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
1263
  msgid "Show Google Map:"
1264
  msgstr "Εμφάνιση Χάρτη Google:"
1265
 
1266
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
1267
  msgid "Show Google Maps Link:"
1268
  msgstr "Εμφάνιση Συνδέσμου Χαρτών Google:"
1269
 
1270
- #: ../admin-views/widget-admin-list.php:11
1271
  msgid "Title:"
1272
  msgstr "Τίτλος:"
1273
 
1274
- #: ../admin-views/widget-admin-list.php:16
1275
  msgid "Show:"
1276
  msgstr "Εμφάνιση:"
1277
 
1278
- #: ../admin-views/widget-admin-list.php:24
1279
  msgid "Show widget only if there are upcoming events:"
1280
  msgstr "Εμφάνιση του widget μόνο όταν υπάρχουν προσεχείς εκδηλώσεις:"
1281
 
 
 
 
 
 
 
 
 
1282
  #: ../lib/io/csv/admin-views/columns.php:22
1283
  #, php-format
1284
  msgid "Column Mapping: %s"
@@ -1304,7 +1474,7 @@ msgid "Perform Import"
1304
  msgstr "Δοκιμάστε Εισαγωγή"
1305
 
1306
  #
1307
- #: ../lib/io/csv/admin-views/header.php:11
1308
  msgid "Events Import (CSV)"
1309
  msgstr "Εισαγωγή Εκδηλώσεων (CSV)"
1310
 
@@ -1376,16 +1546,20 @@ msgid "Import Type:"
1376
  msgstr "Τρόπος Εισαγωγής:"
1377
 
1378
  #: ../lib/io/csv/admin-views/import.php:45
 
 
1379
  msgid "Venues"
1380
  msgstr "Χώροι Διεξαγωγής"
1381
 
1382
  #: ../lib/io/csv/admin-views/import.php:46
 
 
1383
  msgid "Organizers"
1384
  msgstr "Διοργανωτές"
1385
 
1386
  #: ../lib/io/csv/admin-views/import.php:47
1387
- #: ../lib/the-events-calendar.class.php:1353
1388
- #: ../lib/the-events-calendar.class.php:3884
1389
  msgid "Events"
1390
  msgstr "Εκδηλώσεις"
1391
 
@@ -1393,7 +1567,7 @@ msgstr "Εκδηλώσεις"
1393
  msgid "CSV File:"
1394
  msgstr "Αρχείο CSV:"
1395
 
1396
- #: ../lib/io/csv/admin-views/import.php:58
1397
  msgid ""
1398
  "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1399
  "is UTF-8 encoded? Make sure to specify the character encoding when you save "
@@ -1406,43 +1580,43 @@ msgstr ""
1406
  "χρησιμοποιείστε το <a href='http://i-tools.org/charset/exec?"
1407
  "dest=utf-8&src=auto&download=1'>εργαλείο μετατροπής</a>."
1408
 
1409
- #: ../lib/io/csv/admin-views/import.php:66
1410
  msgid "This file has column names in the first row"
1411
  msgstr "Αυτό το αρχείο έχει τα ονόματα στήλης στην πρώτη γραμμή."
1412
 
1413
- #: ../lib/io/csv/admin-views/import.php:77
1414
  msgid "Import CSV File"
1415
  msgstr "Εισάγετε αρχείο CSV:"
1416
 
1417
- #: ../lib/io/csv/admin-views/result.php:13
1418
  msgid "Import Result"
1419
  msgstr "Αποτέλεσμα Εισαγωγής"
1420
 
1421
- #: ../lib/io/csv/admin-views/result.php:15
1422
  msgid "Import complete!"
1423
  msgstr "Εισαγωγή ολοκληρώθηκε!"
1424
 
1425
- #: ../lib/io/csv/admin-views/result.php:17
1426
  #, php-format
1427
  msgid "Inserted: %d"
1428
  msgstr "Καταχωρήθηκε: %d"
1429
 
1430
- #: ../lib/io/csv/admin-views/result.php:18
1431
  #, php-format
1432
  msgid "Updated: %d"
1433
  msgstr "Ενημερώθηκε: %d"
1434
 
1435
- #: ../lib/io/csv/admin-views/result.php:19
1436
  #, php-format
1437
  msgid "Skipped: %d"
1438
  msgstr "Παραλείφθηκε: %d"
1439
 
1440
- #: ../lib/io/csv/admin-views/result.php:23
1441
  msgid "The import statistics above have the following meaning:"
1442
  msgstr ""
1443
  "Τα στατιστικά στοιχεία των εισαγωγών παραπάνω έχουν την ακόλουθη έννοια:"
1444
 
1445
- #: ../lib/io/csv/admin-views/result.php:24
1446
  msgid ""
1447
  "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1448
  "li><li><strong>Updated:</strong> An item was found with the same name and/or "
@@ -1457,7 +1631,7 @@ msgstr ""
1457
  "Μια σειρά βρέθηκε στο αρχείο CSV που δεν ήταν δυνατόν να εισαχθεί. Παρακαλώ "
1458
  "διαβάστε παρακάτω για τις μη έγκυρες γραμμές. </li></ol>"
1459
 
1460
- #: ../lib/io/csv/admin-views/result.php:27
1461
  #, php-format
1462
  msgid "Skipped row numbers: %s"
1463
  msgstr "Οι αριθμοί γραμμών παραλείφθηκαν: %s"
@@ -1485,109 +1659,109 @@ msgstr "<p>Τα ακόλουθα πεδία απαιτούνται για μια
1485
  msgid "Do Not Import"
1486
  msgstr "Μην Εισάγετε"
1487
 
1488
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
1489
  msgid "Event Name"
1490
  msgstr "Όνομα Εκδήλωσης"
1491
 
1492
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
1493
  msgid "Event Description"
1494
  msgstr "Περιγραφή Εκδήλωσης"
1495
 
1496
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1497
  msgid "Event Start Date"
1498
  msgstr "Ημερομηνία Έναρξης Εκδήλωσης"
1499
 
1500
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1501
  msgid "Event Start Time"
1502
  msgstr "Ώρα Έναρξης Εκδήλωσης"
1503
 
1504
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1505
  msgid "Event End Date"
1506
  msgstr "Ημερομηνία Λήξης Εκδήλωσης"
1507
 
1508
  #
1509
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1510
  msgid "Event End Time"
1511
  msgstr "Ώρα Λήξης Εκδήλωσης"
1512
 
1513
  #
1514
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1515
  msgid "All Day Event"
1516
  msgstr "Ολοήμερη Εκδήλωση"
1517
 
1518
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1519
  msgid "Event Venue Name"
1520
  msgstr "Όνομα Χώρου Διεξαγωγής Εκδήλωσης"
1521
 
1522
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1523
  msgid "Event Organizer Name"
1524
  msgstr "Όνομα Διοργανωτή Εκδήλωσης"
1525
 
1526
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1527
  msgid "Event Show Map Link"
1528
  msgstr "Εμφάνιση Συνδέσμου Χάρτη Εκδήλωσης"
1529
 
1530
  #
1531
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1532
  msgid "Event Show Map"
1533
  msgstr "Εμφάνιση Χάρτη Εκδήλωσης"
1534
 
1535
  #
1536
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1537
  msgid "Event Phone"
1538
  msgstr "Τηλέφωνο Εκδήλωσης"
1539
 
1540
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1541
- #: ../lib/the-events-calendar.class.php:1393
1542
- #: ../public/template-tags/general.php:268
1543
  msgid "Event Category"
1544
  msgstr "Κατηγορία Εκδήλωσης"
1545
 
1546
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:69
1547
  msgid "Venue Name"
1548
  msgstr "Όνομα Χώρου Διεξαγωγής:"
1549
 
1550
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
1551
  msgid "Venue Country"
1552
  msgstr "Χώρα χώρου διεξαγωγής"
1553
 
1554
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
1555
  msgid "Venue Address"
1556
  msgstr "Διεύθυνση Χώρου Διεξαγωγής:"
1557
 
1558
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1559
- msgid "Venue Addres 2"
1560
- msgstr "Διεύθυνση Χώρου Διεξαγωγής 2:"
1561
 
1562
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1563
  msgid "Venue City"
1564
  msgstr "Πόλη Χώρου Διεξαγωγής"
1565
 
1566
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1567
  msgid "Venue State/Province"
1568
  msgstr "Νομός ή Προάστιο Χώρου Διεξαγωγής:"
1569
 
1570
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1571
  msgid "Venue Zip"
1572
  msgstr "Ταχυδρομικός κώδικας Χώρου Διεξαγωγής"
1573
 
1574
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1575
  msgid "Venue Phone"
1576
  msgstr "Τηλέφωνο Χώρου Διεξαγωγής:"
1577
 
1578
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:82
1579
  msgid "Organizer Name"
1580
  msgstr "Όνομα Διοργανωτή:"
1581
 
1582
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
1583
  msgid "Organizer Email"
1584
  msgstr "Email Διοργανωτή"
1585
 
1586
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
1587
  msgid "Organizer Website"
1588
  msgstr "Ιστοσελίδα Διοργανωτή"
1589
 
1590
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1591
  msgid "Organizer Phone"
1592
  msgstr "Τηλέφωνο Διοργανωτή"
1593
 
@@ -1601,17 +1775,17 @@ msgstr "Δεν ορίστηκε εισαγωγέας για %s"
1601
  msgid "Missing required fields in row %d."
1602
  msgstr "Λείπουν απαιτούμενα πεδία στη γραμμή %d."
1603
 
1604
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
1605
  #, php-format
1606
  msgid "Failed to import record in row %d."
1607
  msgstr "Απέτυχε η εισαγωγή εγγραφής στη γραμμή %d."
1608
 
1609
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
1610
  #, php-format
1611
  msgid "%s (post ID %d) updated."
1612
  msgstr "%s (post ID %d) ενημερώθηκε."
1613
 
1614
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
1615
  #, php-format
1616
  msgid "%s (post ID %d) created."
1617
  msgstr "%s (post ID %d) δημιουργήθηκε."
@@ -1626,51 +1800,55 @@ msgstr "Το προσωρινό αρχείο δεν βρέθηκε. Δεν απ
1626
  msgid "Could not save %s."
1627
  msgstr "Δεν αποθηκεύτηκε το %s."
1628
 
1629
- #: ../lib/pue/admin-views/license-key.view.php:9
1630
- #: ../lib/pue/admin-views/license-key.view.php:13
1631
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:288
1632
  msgid "License Key"
1633
  msgstr "Κλειδί Άδειας"
1634
 
1635
- #: ../lib/pue/admin-views/license-key.view.php:10
1636
  msgid "A valid license key is required for support and updates."
1637
  msgstr "Ένα έγκυρο κλειδί άδειας απαιτείται για υποστήριξη και ενημερώσεις."
1638
 
1639
- #: ../lib/pue/admin-views/license-key.view.php:16
1640
  msgid "Replace empty fields"
1641
  msgstr "Αντικαταστείστε τα κενά πεδία"
1642
 
1643
- #: ../lib/pue/admin-views/license-key.view.php:25
1644
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:289
1645
  msgid "A valid license key is required for support and updates"
1646
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
1647
 
1648
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:353
1649
  msgid "License key(s) updated."
1650
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
1651
 
1652
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:393
1653
  msgid "Sorry, key validation server is not available."
1654
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
1655
 
1656
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:395
1657
  msgid "Sorry, this key is expired."
1658
  msgstr "Λυπούμαστε, το κλειδί έχει λήξει."
1659
 
1660
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:397
1661
  msgid "Sorry, this key is out of installs."
1662
  msgstr "Λυπούμαστε, το κλειδί είναι εκτός εγκατάστασεων."
1663
 
1664
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:399
 
 
 
 
1665
  msgid "Sorry, this key is not valid."
1666
  msgstr "Λυπούμαστε, το κλειδί δεν είναι έγκυρο."
1667
 
1668
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:402
1669
  #, php-format
1670
  msgid "Valid Key! Expires on %s"
1671
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1672
 
1673
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:406
1674
  #, php-format
1675
  msgid ""
1676
  "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
@@ -1680,11 +1858,15 @@ msgstr ""
1680
  "επικοινωνήστε με την <a href=\"%s\">υποστήριξη.</a>"
1681
 
1682
  #
1683
- #: ../lib/template-classes/day.php:70 ../lib/template-classes/day.php:79
1684
  msgid "All Day"
1685
  msgstr "Ολοήμερη Εκδήλωση"
1686
 
1687
- #: ../lib/template-classes/day.php:122
 
 
 
 
1688
  #, php-format
1689
  msgid ""
1690
  "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
@@ -1693,14 +1875,14 @@ msgstr ""
1693
  "Δεν υπάρχουν εκδηλώσεις που να ταιριάζουν στο %s και να έχουν "
1694
  "προγραμματιστεί για <strong>%s</strong>. Δοκιμάστε άλλη ημέρα."
1695
 
1696
- #: ../lib/template-classes/day.php:125
1697
  #, php-format
1698
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1699
  msgstr ""
1700
  "Δεν έχουν προγραμματιστεί εκδηλώσεις για <strong>%s</strong>. Δοκιμάστε άλλη "
1701
  "ημέρα."
1702
 
1703
- #: ../lib/template-classes/month.php:112
1704
  #, php-format
1705
  msgid ""
1706
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
@@ -1709,9 +1891,9 @@ msgstr ""
1709
  "Δεν βρέθηκαν αποτελέσματα για <strong>\"%s\"</strong>αυτόν το μήνα. "
1710
  "Δοκιμάστε να ψάξετε στον επόμενο μήνα."
1711
 
1712
- #: ../lib/template-classes/month.php:116
1713
- #: ../lib/tribe-template-factory.class.php:230
1714
- #: ../lib/tribe-template-factory.class.php:237
1715
  #, php-format
1716
  msgid ""
1717
  "No matching events listed under %s. Please try viewing the full calendar for "
@@ -1719,41 +1901,76 @@ msgid ""
1719
  msgstr ""
1720
  "Δεν υπάρχουν εκδηλώσεις που να ταιριάζουν στο %s. Δείτε το πλήρες ημερολόγιο."
1721
 
1722
- #: ../lib/template-classes/month.php:119
1723
- #: ../lib/tribe-template-factory.class.php:240
1724
  msgid "There were no results found."
1725
  msgstr "Δεν βρέθηκαν αποτελέσματα."
1726
 
1727
- #: ../lib/template-classes/single-event.php:97
1728
  msgid "This event has passed."
1729
  msgstr "Η εκδήλωση αυτή έχει παρέλθει."
1730
 
1731
- #: ../lib/the-events-calendar.class.php:572
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1732
  msgid "month"
1733
  msgstr "month"
1734
 
1735
- #: ../lib/the-events-calendar.class.php:573
 
 
 
 
1736
  msgid "upcoming"
1737
  msgstr "upcoming"
1738
 
1739
- #: ../lib/the-events-calendar.class.php:574
1740
  msgid "past"
1741
  msgstr "past"
1742
 
1743
- #: ../lib/the-events-calendar.class.php:575
1744
  msgid "day"
1745
  msgstr "day"
1746
 
1747
- #: ../lib/the-events-calendar.class.php:576
1748
  msgid "today"
1749
  msgstr "today"
1750
 
1751
- #: ../lib/the-events-calendar.class.php:594
1752
  #, php-format
1753
  msgid "Initializing Tribe Events on %s"
1754
  msgstr "Αρχικοποίηση των Tribe Events στο %s"
1755
 
1756
- #: ../lib/the-events-calendar.class.php:702
1757
  #, php-format
1758
  msgid ""
1759
  "Your version of The Events Calendar is not up-to-date with one of your The "
@@ -1763,7 +1980,7 @@ msgstr ""
1763
  "μία από τις επεκτάσεις του The Events Calendar. Παρακαλούμε %sαναβαθμίστε "
1764
  "τώρα.%s"
1765
 
1766
- #: ../lib/the-events-calendar.class.php:719
1767
  #, php-format
1768
  msgid ""
1769
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
@@ -1775,13 +1992,13 @@ msgstr ""
1775
  "συνδυαστούν με τη σωστή έκδοση. %s Θέλετε να συνδυάσετε μία παλαιότερη "
1776
  "έκδοση %s;"
1777
 
1778
- #: ../lib/the-events-calendar.class.php:779
1779
- #: ../lib/the-events-calendar.class.php:814
1780
  #: ../lib/the-events-calendar.class.php:816
 
 
1781
  msgid "Licenses"
1782
  msgstr "Άδειες"
1783
 
1784
- #: ../lib/the-events-calendar.class.php:783
1785
  #, php-format
1786
  msgid ""
1787
  "<p>The license key you received when completing your purchase from %s will "
@@ -1814,21 +2031,21 @@ msgstr ""
1814
  "μεταβείτε στον <a href=\"%s\">Πίνακα Ελέγχου > Ενημερώσεις</a> και κάντε "
1815
  "κλικ στο \"Ελέγξτε Ξανά\".</p>"
1816
 
1817
- #: ../lib/the-events-calendar.class.php:806
1818
  msgid "General"
1819
  msgstr "Γενικά"
1820
 
1821
- #: ../lib/the-events-calendar.class.php:807
1822
  msgid "Display"
1823
  msgstr "Εμφάνιση"
1824
 
1825
- #: ../lib/the-events-calendar.class.php:819
1826
- #: ../lib/the-events-calendar.class.php:3968
1827
- #: ../lib/the-events-calendar.class.php:4068
1828
  msgid "Help"
1829
  msgstr "Βοήθεια"
1830
 
1831
- #: ../lib/the-events-calendar.class.php:858
1832
  #, php-format
1833
  msgid ""
1834
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
@@ -1837,7 +2054,7 @@ msgstr ""
1837
  "Μας συγχωρείτε, το The Events Calendar απαιτεί WordPress έκδοσης %s ή "
1838
  "νεότερο. Παρακαλούμε αναβαθμίστε την εγκαταστασή σας."
1839
 
1840
- #: ../lib/the-events-calendar.class.php:861
1841
  #, php-format
1842
  msgid ""
1843
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
@@ -1847,196 +2064,175 @@ msgstr ""
1847
  "Επικοινωνήστε με τον Web hosting πάροχό σας για να μεταβείτε σε νεότερη "
1848
  "έκδοση της PHP."
1849
 
1850
- #: ../lib/the-events-calendar.class.php:1038 ../lib/widget-list.class.php:148
1851
- #: ../public/template-tags/loop.php:117
1852
- msgid "Upcoming Events"
1853
- msgstr "Προσεχείς Εκδηλώσεις"
1854
-
1855
- #: ../lib/the-events-calendar.class.php:1041
1856
- #: ../public/template-tags/loop.php:121
1857
- msgid "Past Events"
1858
- msgstr "Προηγούμενες Εκδηλώσεις"
1859
-
1860
- #: ../lib/the-events-calendar.class.php:1046
1861
- #: ../lib/the-events-calendar.class.php:1053
1862
- #: ../public/template-tags/loop.php:126
1863
- #, php-format
1864
- msgid "Events for %s"
1865
- msgstr "Εκδηλώσεις %s"
1866
-
1867
- #: ../lib/the-events-calendar.class.php:1048
1868
- msgid "Events this month"
1869
- msgstr "Εκδηλώσεις αυτόν τον μήνα"
1870
-
1871
- #: ../lib/the-events-calendar.class.php:1316
1872
  msgid "category"
1873
  msgstr "category"
1874
 
1875
- #: ../lib/the-events-calendar.class.php:1326
1876
  msgid "tag"
1877
  msgstr "tag"
1878
 
1879
- #: ../lib/the-events-calendar.class.php:1354
1880
  msgid "Event"
1881
  msgstr "Εκδήλωση"
1882
 
1883
- #: ../lib/the-events-calendar.class.php:1355
1884
- #: ../lib/the-events-calendar.class.php:1368
1885
- #: ../lib/the-events-calendar.class.php:1381
1886
  msgid "Add New"
1887
  msgstr "Προσθήκη Νέου"
1888
 
1889
- #: ../lib/the-events-calendar.class.php:1356
1890
  msgid "Add New Event"
1891
  msgstr "Προσθήκη Νέας Εκδήλωσης"
1892
 
1893
- #: ../lib/the-events-calendar.class.php:1357
1894
  msgid "Edit Event"
1895
  msgstr "Επεξεργασία Εκδήλωσης"
1896
 
1897
- #: ../lib/the-events-calendar.class.php:1358
1898
  msgid "New Event"
1899
  msgstr "Νέα Εκδήλωση"
1900
 
1901
- #: ../lib/the-events-calendar.class.php:1359
1902
  msgid "View Event"
1903
  msgstr "Προβολή Εκδήλωσης"
1904
 
1905
- #: ../lib/the-events-calendar.class.php:1360
1906
  msgid "Search Events"
1907
  msgstr "Αναζήτηση Εκδηλώσεων"
1908
 
1909
- #: ../lib/the-events-calendar.class.php:1361
1910
  msgid "No events found"
1911
  msgstr "Δεν βρέθηκε καμία εκδήλωση"
1912
 
1913
- #: ../lib/the-events-calendar.class.php:1362
1914
  msgid "No events found in Trash"
1915
  msgstr "Δεν βρέθηκε καμία εκδήλωση στον Κάδο Ανακύκλωσης"
1916
 
1917
- #: ../lib/the-events-calendar.class.php:1369
1918
- #: ../lib/the-events-calendar.class.php:1382
1919
- #, fuzzy, php-format
1920
  msgid "Add New %s"
1921
- msgstr "Προσθήκη Νέου"
1922
 
1923
- #: ../lib/the-events-calendar.class.php:1370
1924
- #: ../lib/the-events-calendar.class.php:1383
1925
- #, fuzzy, php-format
1926
  msgid "Edit %s"
1927
- msgstr "Επεξεργασία σε %s"
1928
 
1929
- #: ../lib/the-events-calendar.class.php:1371
1930
- #: ../lib/the-events-calendar.class.php:1384
1931
- #, fuzzy, php-format
1932
  msgid "New %s"
1933
- msgstr "Νιου Τζέρσεϊ"
1934
 
1935
  #
1936
- #: ../lib/the-events-calendar.class.php:1372
1937
- #: ../lib/the-events-calendar.class.php:1385
1938
- #, fuzzy, php-format
1939
  msgid "View %s"
1940
- msgstr "Προβολή ως"
1941
 
1942
- #: ../lib/the-events-calendar.class.php:1373
1943
- #: ../lib/the-events-calendar.class.php:1386
1944
- #, fuzzy, php-format
1945
  msgid "Search %s"
1946
- msgstr "Αναζήτηση"
1947
 
1948
- #: ../lib/the-events-calendar.class.php:1374
1949
- #: ../lib/the-events-calendar.class.php:1387
1950
- #, fuzzy, php-format
1951
  msgid "No %s found"
1952
- msgstr "Δεν βρέθηκε καμία εκδήλωση"
1953
 
1954
- #: ../lib/the-events-calendar.class.php:1375
1955
- #: ../lib/the-events-calendar.class.php:1388
1956
- #, fuzzy, php-format
1957
  msgid "No %s found in Trash"
1958
- msgstr "Δεν βρέθηκε καμία εκδήλωση στον Κάδο Ανακύκλωσης"
1959
 
1960
- #: ../lib/the-events-calendar.class.php:1392
1961
- #: ../lib/tribe-admin-events-list.class.php:174
1962
  msgid "Event Categories"
1963
  msgstr "Κατηγορίες Εκδηλώσεων"
1964
 
1965
- #: ../lib/the-events-calendar.class.php:1394
1966
  msgid "Search Event Categories"
1967
  msgstr "Αναζήτηση Κατηγορίας Εκδήλωσης"
1968
 
1969
- #: ../lib/the-events-calendar.class.php:1395
1970
  msgid "All Event Categories"
1971
  msgstr "Όλες οι Κατηγορίες Εκδηλώσεων"
1972
 
1973
- #: ../lib/the-events-calendar.class.php:1396
1974
  msgid "Parent Event Category"
1975
  msgstr "Μητρική Κατηγορία Εκδήλωσης"
1976
 
1977
- #: ../lib/the-events-calendar.class.php:1397
1978
  msgid "Parent Event Category:"
1979
  msgstr "Μητρική Κατηγορία Εκδήλωσης:"
1980
 
1981
- #: ../lib/the-events-calendar.class.php:1398
1982
  msgid "Edit Event Category"
1983
  msgstr "Επεξεργασία Κατηγορίας Εκδήλωσης"
1984
 
1985
- #: ../lib/the-events-calendar.class.php:1399
1986
  msgid "Update Event Category"
1987
  msgstr "Ενημέρωση Κατηγορίας Εκδήλωσης"
1988
 
1989
- #: ../lib/the-events-calendar.class.php:1400
1990
  msgid "Add New Event Category"
1991
  msgstr "Προσθήκη Νέας Κατηγορίας Εκδήλωσης"
1992
 
1993
- #: ../lib/the-events-calendar.class.php:1401
1994
  msgid "New Event Category Name"
1995
  msgstr "Όνομα Νέας Κατηγορίας Εκδήλωσης"
1996
 
1997
- #: ../lib/the-events-calendar.class.php:1417
1998
  #, php-format
1999
  msgid "Event updated. <a href=\"%s\">View event</a>"
2000
  msgstr "Η εκδήλωση ενημερώθηκε. <a href=\"%s\">Προβολή εκδήλωσης</a>"
2001
 
2002
- #: ../lib/the-events-calendar.class.php:1418
2003
- #: ../lib/the-events-calendar.class.php:1435
2004
- #: ../lib/the-events-calendar.class.php:1452
2005
  msgid "Custom field updated."
2006
  msgstr "Το προσαρμοσμένο πεδίο ενημερώθηκε."
2007
 
2008
- #: ../lib/the-events-calendar.class.php:1419
2009
- #: ../lib/the-events-calendar.class.php:1436
2010
- #: ../lib/the-events-calendar.class.php:1453
2011
  msgid "Custom field deleted."
2012
  msgstr "Το προσαρμοσμένο πεδίο διαγράφηκε."
2013
 
2014
- #: ../lib/the-events-calendar.class.php:1420
2015
  msgid "Event updated."
2016
  msgstr "Η εκδήλωση ενημερώθηκε."
2017
 
2018
- #: ../lib/the-events-calendar.class.php:1422
2019
  #, php-format
2020
  msgid "Event restored to revision from %s"
2021
  msgstr "Η εκδήλωση αποκαταστάθηκε στην αναθεώρηση από %s"
2022
 
2023
- #: ../lib/the-events-calendar.class.php:1423
2024
  #, php-format
2025
  msgid "Event published. <a href=\"%s\">View event</a>"
2026
  msgstr "Η εκδήλωση δημοσιεύθηκε. <a href=\"%s\">Προβολή εκδήλωσης</a>"
2027
 
2028
- #: ../lib/the-events-calendar.class.php:1424
2029
  msgid "Event saved."
2030
  msgstr "Η εκδήλωση αποθηκεύθηκε."
2031
 
2032
- #: ../lib/the-events-calendar.class.php:1425
2033
  #, php-format
2034
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2035
  msgstr ""
2036
  "Η εκδήλωση υποβλήθηκε. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση "
2037
  "εκδήλωσης</a>"
2038
 
2039
- #: ../lib/the-events-calendar.class.php:1426
2040
  #, php-format
2041
  msgid ""
2042
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -2045,165 +2241,158 @@ msgstr ""
2045
  "Η εκδήλωση έχει προγραμματιστεί για: <strong>%1$s</strong>. <a target="
2046
  "\"_blank\" href=\"%2$s\">Προεπισκόπηση εκδήλωσης</a>"
2047
 
2048
- #: ../lib/the-events-calendar.class.php:1428
2049
- #: ../lib/the-events-calendar.class.php:1445
2050
- #: ../lib/the-events-calendar.class.php:1462
2051
  msgid "M j, Y @ G:i"
2052
  msgstr "M j, Y @ G:i"
2053
 
2054
- #: ../lib/the-events-calendar.class.php:1429
2055
  #, php-format
2056
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2057
  msgstr ""
2058
  "Το προσχέδιο της εκδήλωσης τροποποιήθηκε. <a target=\"_blank\" href=\"%s"
2059
  "\">Προεπισκόπηση εκδήλωσης</a>"
2060
 
2061
- #: ../lib/the-events-calendar.class.php:1434
2062
- #: ../lib/the-events-calendar.class.php:1437
2063
- #: ../lib/the-events-calendar.class.php:1451
2064
- #: ../lib/the-events-calendar.class.php:1454
2065
- #, fuzzy, php-format
2066
  msgid "%s updated."
2067
- msgstr "Η εκδήλωση ενημερώθηκε."
2068
 
2069
- #: ../lib/the-events-calendar.class.php:1439
2070
- #: ../lib/the-events-calendar.class.php:1456
2071
- #, fuzzy, php-format
2072
  msgid "%s restored to revision from %s"
2073
- msgstr "Η εκδήλωση αποκαταστάθηκε στην αναθεώρηση από %s"
2074
 
2075
- #: ../lib/the-events-calendar.class.php:1440
2076
- #: ../lib/the-events-calendar.class.php:1457
2077
- #, fuzzy, php-format
2078
  msgid "%s published."
2079
- msgstr "Ο χώρος διεξαγωγής δημοσιεύτηκε."
2080
 
2081
  #
2082
- #: ../lib/the-events-calendar.class.php:1441
2083
- #: ../lib/the-events-calendar.class.php:1458
2084
- #, fuzzy, php-format
2085
  msgid "%s saved."
2086
- msgstr "Οι ρυθμίσεις αποθηκεύθηκαν."
2087
 
2088
- #: ../lib/the-events-calendar.class.php:1442
2089
- #: ../lib/the-events-calendar.class.php:1459
2090
- #, fuzzy, php-format
2091
  msgid "%s submitted."
2092
- msgstr "Ο χώρος διεξαγωγής καταχωρήθηκε."
2093
 
2094
- #: ../lib/the-events-calendar.class.php:1443
2095
- #: ../lib/the-events-calendar.class.php:1460
2096
- #, fuzzy, php-format
2097
  msgid "%s scheduled for: <strong>%2$s</strong>."
2098
- msgstr "Ο χώρος διεξαγωγής προγραμματίστηκε για: <strong>%1$s</strong>."
2099
 
2100
- #: ../lib/the-events-calendar.class.php:1446
2101
- #: ../lib/the-events-calendar.class.php:1463
2102
- #, fuzzy, php-format
2103
  msgid "%s draft updated."
2104
- msgstr "Το προσχέδιο του χώρου διεξαγωγής ανανεώθηκε."
2105
 
2106
- #: ../lib/the-events-calendar.class.php:1479
2107
- #: ../lib/the-events-calendar.class.php:1480
2108
- #, fuzzy
2109
  msgid "Add New "
2110
  msgstr "Προσθήκη Νέου"
2111
 
2112
- #: ../lib/the-events-calendar.class.php:1499
2113
- #, fuzzy
2114
  msgid "Use Saved "
2115
- msgstr "Χρήση Αποθηκευμένου Χώρου Διεξαγωγής:"
2116
 
2117
- #: ../lib/the-events-calendar.class.php:1522
2118
- #, fuzzy, php-format
2119
  msgid "Use Saved %s:"
2120
- msgstr "Χρήση Αποθηκευμένου Χώρου Διεξαγωγής:"
2121
 
2122
- #: ../lib/the-events-calendar.class.php:1561
2123
- #, fuzzy
2124
- msgid "Use New "
2125
- msgstr "Χρήση Νέου Χώρου Διεξαγωγής"
 
2126
 
2127
- #: ../lib/the-events-calendar.class.php:1563
2128
- #: ../lib/the-events-calendar.class.php:1619
2129
  #, php-format
2130
  msgid "My %s"
2131
- msgstr ""
2132
 
2133
  #
2134
- #: ../lib/the-events-calendar.class.php:1568
2135
- #: ../lib/the-events-calendar.class.php:1624
2136
- #, fuzzy, php-format
2137
  msgid "Available %s"
2138
- msgstr "Διαθέσιμοι Χώροι Διεξαγωγής"
2139
 
2140
  #
2141
- #: ../lib/the-events-calendar.class.php:1579
2142
- #: ../lib/the-events-calendar.class.php:1635
2143
- #, fuzzy, php-format
2144
  msgid "No saved %s exists."
2145
- msgstr "Δεν υπάρχουν αποθηκευμένοι χώροι διεξαγωγής."
2146
 
2147
- #: ../lib/the-events-calendar.class.php:1617
2148
- #, fuzzy, php-format
2149
- msgid "Use New %s"
2150
- msgstr "Χρήση Νέου Χώρου Διεξαγωγής"
2151
-
2152
- #: ../lib/the-events-calendar.class.php:1776
2153
  msgid "Next"
2154
  msgstr "Επόμενο"
2155
 
2156
- #: ../lib/the-events-calendar.class.php:1777
2157
  msgid "Prev"
2158
  msgstr "Προηγούμενο"
2159
 
2160
- #: ../lib/the-events-calendar.class.php:1778
2161
- #: ../public/template-tags/day.php:92
2162
  msgid "Today"
2163
  msgstr "Σήμερα"
2164
 
2165
- #: ../lib/the-events-calendar.class.php:1779
2166
  msgid "Done"
2167
  msgstr "Τέλος"
2168
 
2169
- #: ../lib/the-events-calendar.class.php:1990
2170
  msgid "Network"
2171
  msgstr "Δίκτυο"
2172
 
2173
- #: ../lib/the-events-calendar.class.php:3511
2174
- #: ../lib/the-events-calendar.class.php:3539
2175
- #: ../public/template-tags/day.php:140 ../public/template-tags/day.php:159
2176
  msgid "Date out of range."
2177
  msgstr "Ημερομήνια εκτός ορίων."
2178
 
2179
- #: ../lib/the-events-calendar.class.php:3563
2180
  msgid "Event Options"
2181
  msgstr "Επιλογές Εκδήλωσης"
2182
 
2183
- #: ../lib/the-events-calendar.class.php:3565
2184
- #: ../lib/the-events-calendar.class.php:3570
2185
- #, fuzzy
2186
  msgid " Information"
2187
- msgstr "Πληροφορίες Χώρου Διεξαγωγής"
2188
 
2189
- #: ../lib/the-events-calendar.class.php:3734
2190
  msgid "Support"
2191
  msgstr "Υποστήριξη"
2192
 
2193
- #: ../lib/the-events-calendar.class.php:3737
2194
  msgid "View All Add-Ons"
2195
  msgstr "Προβολή όλων των Επεκτάσεων"
2196
 
2197
  #
2198
- #: ../lib/the-events-calendar.class.php:3754
2199
  msgid "News from Modern Tribe"
2200
  msgstr "Νέα από την Modern Tribe"
2201
 
2202
- #: ../lib/the-events-calendar.class.php:3835
2203
  msgid "Additional Functionality"
2204
  msgstr "Πρόσθετη Λειτουργικότητα"
2205
 
2206
- #: ../lib/the-events-calendar.class.php:3840
2207
  msgid ""
2208
  "Looking for additional functionality including recurring events, ticket "
2209
  "sales, publicly submitted events, new views and more?"
@@ -2212,42 +2401,42 @@ msgstr ""
2212
  "πωλήσεις εισιτηρίων, δημοσίως καταχωρημένες εκδηλώσεις, νέες εμφανίσεις και "
2213
  "άλλα;"
2214
 
2215
- #: ../lib/the-events-calendar.class.php:3840
2216
  #, php-format
2217
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2218
  msgstr "Ελέγξτε τις <a href=\"%s\">διαθέσιμες επεκτάσεις</a>."
2219
 
2220
  #
2221
- #: ../lib/the-events-calendar.class.php:3911
2222
- #: ../lib/the-events-calendar.class.php:4012
2223
  msgid "View Calendar"
2224
  msgstr "Προβολή Ημερολογίου"
2225
 
2226
  #
2227
- #: ../lib/the-events-calendar.class.php:3919
2228
  msgid "Add Event"
2229
  msgstr "Προσθήκη Εκδήλωσης"
2230
 
2231
  #
2232
- #: ../lib/the-events-calendar.class.php:3928
2233
  msgid "Edit Events"
2234
  msgstr "Επεξεργασία Εκδήλωσης"
2235
 
2236
- #: ../lib/the-events-calendar.class.php:3939
2237
  msgid "Import"
2238
  msgstr "Εισαγωγή"
2239
 
2240
- #: ../lib/the-events-calendar.class.php:3945
2241
  msgid "CSV"
2242
  msgstr "CSV"
2243
 
2244
- #: ../lib/the-events-calendar.class.php:3957
2245
- #: ../lib/the-events-calendar.class.php:4053
2246
- #: ../lib/tribe-settings.class.php:155
2247
  msgid "Settings"
2248
  msgstr "Ρυθμίσεις"
2249
 
2250
- #: ../lib/the-events-calendar.class.php:3986
2251
  #, php-format
2252
  msgid ""
2253
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
@@ -2257,134 +2446,130 @@ msgstr ""
2257
  "στο %s. Για να αλλάξετε το slug των εκδηλώσεων, επισκεφθείτε τις "
2258
  "%sΕκδηλώσεις -> Ρυθμίσεις%s."
2259
 
2260
- #: ../lib/the-events-calendar.class.php:4054
2261
  msgid "Calendar"
2262
  msgstr "Ημερολόγιο"
2263
 
2264
- #: ../lib/the-events-calendar.class.php:4129
2265
  msgid "List"
2266
  msgstr "Λίστα"
2267
 
2268
  #
2269
- #: ../lib/the-events-calendar.class.php:4140
2270
  msgid "Month"
2271
  msgstr "Μήνας"
2272
 
2273
- #: ../lib/the-events-calendar.class.php:4152
2274
  msgid "Day"
2275
  msgstr "Ημέρα"
2276
 
2277
- #: ../lib/the-events-calendar.class.php:4173
2278
- #: ../lib/the-events-calendar.class.php:4175
2279
  msgid "Search"
2280
  msgstr "Αναζήτηση"
2281
 
2282
  #
2283
- #: ../lib/the-events-calendar.class.php:4197
2284
- #: ../lib/the-events-calendar.class.php:4212
2285
  msgid "Date"
2286
  msgstr "Ημερομηνία"
2287
 
2288
  #
2289
- #: ../lib/the-events-calendar.class.php:4200
2290
  msgid "Events In"
2291
  msgstr "Εκδηλώσεις Στις "
2292
 
2293
  #
2294
- #: ../lib/the-events-calendar.class.php:4202
2295
  msgid "Events From"
2296
  msgstr "Εκδηλώσεις Από"
2297
 
2298
- #: ../lib/the-events-calendar.class.php:4204
2299
  msgid "Day Of"
2300
  msgstr "Ημέρα Της"
2301
 
2302
- #: ../lib/tickets/tribe-tickets-attendees.php:64
2303
  msgid "Order #"
2304
  msgstr "Παραγγελία #"
2305
 
2306
- #: ../lib/tickets/tribe-tickets-attendees.php:65
2307
  msgid "Order Status"
2308
  msgstr "Κατάσταση Παραγγελίας"
2309
 
2310
- #: ../lib/tickets/tribe-tickets-attendees.php:66
2311
  msgid "Purchaser name"
2312
  msgstr "Όνομα αγοραστή"
2313
 
2314
- #: ../lib/tickets/tribe-tickets-attendees.php:67
2315
  msgid "Purchaser email"
2316
  msgstr "Εmail αγοραστή"
2317
 
2318
- #: ../lib/tickets/tribe-tickets-attendees.php:68
2319
  msgid "Ticket type"
2320
  msgstr "Τύπος εισιτηρίου"
2321
 
2322
- #: ../lib/tickets/tribe-tickets-attendees.php:69
2323
- #: ../views/tickets/email.php:314
2324
  msgid "Ticket #"
2325
  msgstr "Εισιτήριο #"
2326
 
2327
- #: ../lib/tickets/tribe-tickets-attendees.php:70
2328
- #: ../views/tickets/email.php:326
2329
  msgid "Security Code"
2330
  msgstr "Κωδικός Ασφαλείας"
2331
 
2332
- #: ../lib/tickets/tribe-tickets-attendees.php:71
2333
- #: ../lib/tickets/tribe-tickets-attendees.php:156
2334
- #: ../lib/tickets/tribe-tickets-attendees.php:213
2335
  msgid "Check in"
2336
  msgstr "Άφιξη"
2337
 
2338
- #: ../lib/tickets/tribe-tickets-attendees.php:157
2339
- #: ../lib/tickets/tribe-tickets-attendees.php:214
2340
  msgid "Undo Check in"
2341
  msgstr "Αναίρεση Άφιξης"
2342
 
2343
- #: ../lib/tickets/tribe-tickets-attendees.php:191
2344
  msgid "Print"
2345
  msgstr "Εκτύπωση"
2346
 
2347
  #
2348
- #: ../lib/tickets/tribe-tickets-attendees.php:192
2349
  msgid "Email"
2350
  msgstr "Email"
2351
 
2352
- #: ../lib/tickets/tribe-tickets-attendees.php:193
2353
- #: ../lib/tribe-ical.class.php:111
2354
  msgid "Export"
2355
  msgstr "Εξαγωγή"
2356
 
2357
- #: ../lib/tickets/tribe-tickets-attendees.php:199
2358
  msgid "Filter by ticket #, order # or security code"
2359
  msgstr "Φιλτράρισμα κατά αρ. εισιτηρίου, αρ. παραγγελίας ή κωδικό ασφαλείας"
2360
 
2361
- #: ../lib/tickets/tribe-tickets-metabox.php:24
2362
- msgid "Tickets"
2363
- msgstr "Εισιτήρια"
2364
-
2365
- #: ../lib/tickets/tribe-tickets-metabox.php:62
2366
  msgid "Ticket header image"
2367
  msgstr "Εικόνα κεφαλίδας εισιτηρίου"
2368
 
2369
- #: ../lib/tickets/tribe-tickets-metabox.php:62
2370
  msgid "Set as ticket header"
2371
  msgstr "Ορισμός ως κεφαλίδα εισιτηρίου"
2372
 
2373
- #: ../lib/tickets/tribe-tickets-pro.php:107
2374
  msgid "You need to select a user or type a valid email address"
2375
  msgstr ""
2376
  "Πρέπει να επιλέξετε ένα χρήστη ή να πληκτρολογήσετε μία έγκυρη διεύθυνση "
2377
  "email"
2378
 
2379
- #: ../lib/tickets/tribe-tickets-pro.php:108
2380
  msgid "Sending..."
2381
  msgstr "Αποστέλλεται…"
2382
 
2383
- #: ../lib/tickets/tribe-tickets-pro.php:136
2384
  msgid "Columns"
2385
  msgstr "Στήλες"
2386
 
2387
- #: ../lib/tickets/tribe-tickets-pro.php:137
2388
  msgid ""
2389
  "You can use Screen Options to select which columns you want to see. The "
2390
  "selection works in the table below, in the email, for print and for the CSV "
@@ -2394,184 +2579,182 @@ msgstr ""
2394
  "που θέλετε να δείτε. Η επιλογή λειτουργεί στον παρακάτω πίνακα, στο email, "
2395
  "για εκτύπωση και για την εξαγωγή CSV."
2396
 
2397
- #: ../lib/tickets/tribe-tickets-pro.php:229
2398
  msgid "Yes"
2399
  msgstr "Ναι"
2400
 
2401
- #: ../lib/tickets/tribe-tickets-pro.php:258
 
2402
  msgid "attendees"
2403
- msgstr "συμμετέχοντες"
2404
 
2405
- #: ../lib/tickets/tribe-tickets-pro.php:309
2406
  #, php-format
2407
  msgid "Attendee List for: %s"
2408
  msgstr "Λίστα Συμμετεχόντων για: %s"
2409
 
2410
- #: ../lib/tickets/tribe-tickets.php:298
2411
  msgid "Your ticket has been saved."
2412
  msgstr "Το εισιτήριό σας έχει αποθηκευθεί."
2413
 
2414
- #: ../lib/tickets/tribe-tickets.php:375
2415
  msgid "Your ticket has been deleted."
2416
  msgstr "Το εισιτήριό σας έχει διαγραφεί."
2417
 
2418
- #: ../lib/tribe-admin-events-list.class.php:179
2419
  msgid "Start Date"
2420
  msgstr "Ημερομηνία Έναρξης"
2421
 
2422
- #: ../lib/tribe-admin-events-list.class.php:180
2423
  msgid "End Date"
2424
  msgstr "Ημερομηνία Λήξης"
2425
 
2426
- #: ../lib/tribe-admin-events-list.class.php:250
2427
  #, php-format
2428
  msgid "All %s"
2429
  msgstr "Όλα %s"
2430
 
2431
  #
2432
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
2433
- #: ../lib/tribe-app-shop.class.php:87
2434
  msgid "Event Add-Ons"
2435
  msgstr "Πρόσθετα Εκδηλώσεων"
2436
 
2437
- #: ../lib/tribe-debug-bar.class.php:28
2438
- msgid "Tribe"
2439
- msgstr "Tribe"
2440
-
2441
  #
2442
- #: ../lib/tribe-event-api.class.php:306
2443
  msgid "Unnamed Venue"
2444
  msgstr "Ανώνυμος Χώρος Διεξαγωγής"
2445
 
2446
- #: ../lib/tribe-event-api.class.php:375 ../lib/tribe-view-helpers.class.php:44
2447
- #: ../public/template-tags/venue.php:249
2448
  msgid "United States"
2449
  msgstr "Ηνωμένες Πολιτείες"
2450
 
2451
- #: ../lib/tribe-event-exception.class.php:17
2452
- #: ../lib/tribe-event-exception.class.php:34
2453
  msgid "Error"
2454
  msgstr "Σφάλμα"
2455
 
2456
- #: ../lib/tribe-field.class.php:176
2457
  msgid "Invalid field type specified"
2458
  msgstr "Ορίστηκε μη έγκυρος τύπος πεδίου"
2459
 
2460
- #: ../lib/tribe-field.class.php:414
2461
  msgid "No radio options specified"
2462
  msgstr "Δεν ορίστηκαν επιλογές κουμπιών"
2463
 
2464
- #: ../lib/tribe-field.class.php:449
2465
  msgid "No checkbox options specified"
2466
  msgstr "Δεν ορίστηκαν επιλογές κουτιών"
2467
 
2468
- #: ../lib/tribe-field.class.php:500
2469
  msgid "No select options specified"
2470
  msgstr "Δεν ορίστηκαν επιλογές του select"
2471
 
2472
- #: ../lib/tribe-ical.class.php:27
2473
  msgctxt "feed link"
2474
  msgid "&raquo;"
2475
  msgstr "&raquo;"
2476
 
2477
- #: ../lib/tribe-ical.class.php:28
2478
  #, php-format
2479
  msgid "%1$s %2$s iCal Feed"
2480
  msgstr "%1$s %2$s iCal Τροφοδοσία"
2481
 
2482
- #: ../lib/tribe-ical.class.php:74
2483
  msgid "Add to Google Calendar"
2484
  msgstr "Προσθήκη στο Ημερολόγιο Google"
2485
 
2486
  #
2487
- #: ../lib/tribe-ical.class.php:74
2488
  msgid "Google Calendar"
2489
  msgstr "Ημερολόγιο Google "
2490
 
2491
- #: ../lib/tribe-ical.class.php:75
2492
  msgid "Download .ics file"
2493
- msgstr ""
2494
 
2495
- #: ../lib/tribe-ical.class.php:75
2496
- #, fuzzy
2497
  msgid "iCal Export"
2498
  msgstr "Εισαγωγή iCal"
2499
 
2500
  #
2501
- #: ../lib/tribe-ical.class.php:98
2502
  msgid "Month's Events"
2503
  msgstr "Εκδηλώσεις μήνα"
2504
 
2505
- #: ../lib/tribe-ical.class.php:101
2506
  msgid "Week's Events"
2507
  msgstr "Εκδηλώσεις εβδομάδας"
2508
 
2509
- #: ../lib/tribe-ical.class.php:104
2510
  msgid "Day's Events"
2511
  msgstr "Εκδηλώσεις ημέρας"
2512
 
2513
  #
2514
- #: ../lib/tribe-ical.class.php:107
2515
  msgid "Listed Events"
2516
  msgstr "Καταχωρημένες Εκδηλώσεις"
2517
 
2518
- #: ../lib/tribe-ical.class.php:112
2519
  msgid ""
2520
  "Use this to share calendar data with Google Calendar, Apple iCal and other "
2521
  "compatible apps"
2522
  msgstr ""
 
 
2523
 
2524
  #
2525
- #: ../lib/tribe-settings-tab.class.php:204
2526
  msgid "There are no fields setup for this tab yet."
2527
  msgstr "Δεν έχουν ρυθμιστεί ακόμα πεδία γι' αυτήν την καρτέλα."
2528
 
2529
  #
2530
- #: ../lib/tribe-settings.class.php:155 ../lib/tribe-settings.class.php:165
2531
  msgid "The Events Calendar Settings"
2532
  msgstr "Ρυθμίσεις του The Events Calendar"
2533
 
2534
  #
2535
- #: ../lib/tribe-settings.class.php:165
2536
  msgid "Events Settings"
2537
  msgstr "Ρυθμίσεις Εκδηλώσεων"
2538
 
2539
- #: ../lib/tribe-settings.class.php:210
2540
  #, php-format
2541
  msgid "%s Settings"
2542
  msgstr "%s Ρυθμίσεις"
2543
 
2544
- #: ../lib/tribe-settings.class.php:224
2545
  msgid "You've requested a non-existent tab."
2546
  msgstr "Έχετε ζητήσει μία ανύπαρκτη καρτέλα."
2547
 
2548
  #
2549
- #: ../lib/tribe-settings.class.php:232
2550
  msgid " Save Changes"
2551
  msgstr " Αποθήκευση Αλλαγών"
2552
 
2553
- #: ../lib/tribe-settings.class.php:280
2554
  msgid "You don't have permission to do that."
2555
  msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
2556
 
2557
- #: ../lib/tribe-settings.class.php:286
2558
  msgid "The request was sent insecurely."
2559
  msgstr "Το αίτημα στάλθηκε με μη ασφαλή τρόπο."
2560
 
2561
- #: ../lib/tribe-settings.class.php:292
2562
  msgid "The request wasn't sent from this tab."
2563
  msgstr "Η αίτηση δεν στάλθηκε από αυτήν την καρτέλα."
2564
 
2565
- #: ../lib/tribe-settings.class.php:453
2566
  msgid "Your form had the following errors:"
2567
  msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
2568
 
2569
- #: ../lib/tribe-settings.class.php:462
2570
  msgid "None of your settings were saved. Please try again."
2571
  msgstr ""
2572
  "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
2573
 
2574
- #: ../lib/tribe-settings.class.php:462
2575
  msgid ""
2576
  "The above setting was not saved. Other settings were successfully saved."
2577
  msgid_plural ""
@@ -2584,11 +2767,11 @@ msgstr[1] ""
2584
  "επιτυχία."
2585
 
2586
  #
2587
- #: ../lib/tribe-settings.class.php:484
2588
  msgid "Settings saved."
2589
  msgstr "Οι ρυθμίσεις αποθηκεύθηκαν."
2590
 
2591
- #: ../lib/tribe-support.class.php:34
2592
  msgid ""
2593
  "Sometimes it's hard to tell what's going wrong without knowing more about "
2594
  "your system steup. For your convenience, we've put together a little report "
@@ -2599,7 +2782,7 @@ msgstr ""
2599
  "καλύτερη εξυπηρέτησή σας, έχουμε βάλει μαζί μια μικρή αναφορά για το τι "
2600
  "ακρίβως συμβαίνει."
2601
 
2602
- #: ../lib/tribe-support.class.php:35
2603
  msgid ""
2604
  "If you suspect that the problem you're having is related to another plugin, "
2605
  "or we're just plain having trouble reproducing your bug report, please copy "
@@ -2609,23 +2792,27 @@ msgstr ""
2609
  "πρόσθετο, ή απλά δυσκολευόμαστε να αναπαράγουμε την αναφορά σφάλματος σας, "
2610
  "παρακαλούμε αντιγράψτε και στείλτε όλα αυτά στην ομάδα υποστήριξής μας."
2611
 
2612
- #: ../lib/tribe-support.class.php:39
2613
  msgid "System Information"
2614
  msgstr "Πληροφορίες Συστήματος"
2615
 
2616
- #: ../lib/tribe-template-factory.class.php:221
 
 
 
 
2617
  #, php-format
2618
  msgid "There were no results found for <strong>\"%s\"</strong>."
2619
  msgstr "Δεν βρέθηκαν αποτελέσματα για <strong>\"%s\"</strong>."
2620
 
2621
- #: ../lib/tribe-template-factory.class.php:224
2622
  #, php-format
2623
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2624
  msgstr ""
2625
  "Δεν βρέθηκαν αποτελέσματα για εκδηλώσεις στο ή κοντά στο <strong>\"%s\"</"
2626
  "strong>."
2627
 
2628
- #: ../lib/tribe-template-factory.class.php:227
2629
  #, php-format
2630
  msgid ""
2631
  "No upcoming events listed under %s. Check out upcoming events for this "
@@ -2635,18 +2822,18 @@ msgstr ""
2635
  "αυτή την κατηγορία ή δείτε το πλήρες ημερολόγιο."
2636
 
2637
  #
2638
- #: ../lib/tribe-template-factory.class.php:233
2639
  msgid "No previous events "
2640
  msgstr "Δεν υπάρχουν προηγούμενες εκδηλώσεις "
2641
 
2642
- #: ../lib/tribe-templates.class.php:568
2643
  #, php-format
2644
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2645
  msgstr ""
2646
  "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό "
2647
  "υποκατάλογο: %s"
2648
 
2649
- #: ../lib/tribe-templates.class.php:609
2650
  #, php-format
2651
  msgid ""
2652
  "Template overrides should be moved to the correct subdirectory: "
@@ -2655,117 +2842,58 @@ msgstr ""
2655
  "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό "
2656
  "υποκατάλογο: tribe_get_template_part('%s')"
2657
 
2658
- #: ../lib/tribe-the-events-calendar-import.class.php:64
2659
- #, php-format
2660
- msgid ""
2661
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2662
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
2663
- "\">revert to an old version</a> if you want to backup first. This upgrade "
2664
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2665
- "your templates as necessary. There have been significant changes to the "
2666
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2667
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2668
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2669
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2670
- "><br/> You have events that need to be migrated. Please visit the bottom of "
2671
- "the <a href=\"%s\">settings page</a> to perform the migration."
2672
- msgstr ""
2673
- "Καλωσήρθατε στο Events 2.0! Πρόκειται για μία ΤΕΡΑΣΤΙΑ αναβάθμιση από το "
2674
- "1.6.5. Παρακαλούμε βεβαιωθείτε ότι έχετε δημιουργήσει αντίγραφα ασφαλείας "
2675
- "πριν προχωρήσετε περαιτέρω. Μπορείτε εύκολα <a href=\"%s\">να επιστρέψετε σε "
2676
- "μία παλαιότερη έκδοση</a> αν θέλετε να δημιουργήσετε αντίγραφα ασφαλείας "
2677
- "πρώτα. Η αναβάθμιση περιλαμβάνει δύο βασικά βήματα, <a href=\"%s\">μετατροπή "
2678
- "&amp; μετεγκατάσταση δεδομένων</a> &amp; ενημέρωση των προτύπων σας ανάλογα "
2679
- "με τις ανάγκες σας. Υπήρξαν σημαντικές αλλαγές στις ετικέτες προτύπων και "
2680
- "τις λειτουργίες. Δείτε την <a href=\"%s\">παρουσίαση της αναβάθμισης</a> "
2681
- "πριν συνεχίσετε, καθώς και τις Συχνές Ερωτήσεις &amp; Βάση Γνώσεων στη <a "
2682
- "href=\"%s\">σελίδα υποστήριξης</a>. Αν είστε νέος χρήστης του The Events "
2683
- "Calendar, ενδεχομένως να θέλετε να μελετήσετε το <a href=\"%s\">Αλφαβητάρι "
2684
- "Νέου Χρήστη</a>.<br/><br/> Έχετε εκδηλώσεις που χρειάζονται μετατροπή &amp; "
2685
- "μετεγκατάσταση. Παρακαλούμε, πηγαίντε στο κάτω μέρος της <a href=\"%s"
2686
- "\">σελίδας ρυθμίσεων</a> για να πραγματοποιήσετε τη μετατροπή &amp; "
2687
- "μετεγκατάσταση."
2688
-
2689
- #: ../lib/tribe-the-events-calendar-import.class.php:86
2690
- msgid "Upgrade from The Events Calendar"
2691
- msgstr "Αναβάθμιση από το Ημερολόγιο Εκδηλώσεων"
2692
-
2693
- #: ../lib/tribe-the-events-calendar-import.class.php:87
2694
- msgid ""
2695
- "It appears that you have some old events calendar data that needs to be "
2696
- "upgraded. Please be sure to back up your database before initiating the "
2697
- "upgrade. This process can not be undone."
2698
- msgstr ""
2699
- "Φαίνεται ότι υπάρχουν κάποια παλαιότερα δεδομένα του ημερολογίου εκδηλώσεων "
2700
- "που πρέπει να αναβαθμιστούν. Παρακαλούμε βεβαιωθείτε ότι έχετε δημιουργήσει "
2701
- "αντίγραφο της βάσης δεδομένων πριν ξεκινήσετε τη διαδικασία αναβάθμισης. "
2702
- "Αυτή η διαδικασία δεν μπορεί να αναιρεθεί."
2703
-
2704
- #: ../lib/tribe-the-events-calendar-import.class.php:88
2705
- msgid "Migrate Data!"
2706
- msgstr "Μετατροπή &amp; Μετεγκατάσταση Δεδομένων!"
2707
-
2708
- #: ../lib/tribe-the-events-calendar-import.class.php:166
2709
- #, php-format
2710
- msgid "You successfully migrated (%d) entries."
2711
- msgstr "Μετατρέψατε και μετεγκαταστήσατε επιτυχώς (%d) καταχωρήσεις."
2712
-
2713
- #: ../lib/tribe-the-events-calendar-import.class.php:242
2714
- msgid "Install has 1 or more legacy event!"
2715
- msgstr "Η εγκατάσταση έχει 1 ή περισσότερες παλαιού τύπου εκδηλώσεις!"
2716
-
2717
- #: ../lib/tribe-validate.class.php:73 ../lib/tribe-validate.class.php:111
2718
  msgid "Invalid or incomplete field passed"
2719
  msgstr "Άκυρο ή ελλιπές πεδίο"
2720
 
2721
- #: ../lib/tribe-validate.class.php:74 ../lib/tribe-validate.class.php:106
2722
- #: ../lib/tribe-validate.class.php:112
2723
  msgid "Field ID:"
2724
  msgstr "Κωδ. Πεδίου:"
2725
 
2726
- #: ../lib/tribe-validate.class.php:105
2727
  msgid "Non-existant field validation function passed"
2728
  msgstr "Ανύπαρκτο πεδίο λειτουργίας επικύρωσης"
2729
 
2730
- #: ../lib/tribe-validate.class.php:106
2731
  msgctxt "non-existant function name passed for field validation"
2732
  msgid "with function name:"
2733
  msgstr "με όνομα συνάρτησης:"
2734
 
2735
- #: ../lib/tribe-validate.class.php:129 ../lib/tribe-validate.class.php:145
2736
  #, php-format
2737
  msgid "%s must contain numbers and letters only"
2738
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς και γράμματα"
2739
 
2740
- #: ../lib/tribe-validate.class.php:161
2741
  #, php-format
2742
  msgid "%s must contain numbers, letters and dots only"
2743
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς, γράμματα και τελείες"
2744
 
2745
- #: ../lib/tribe-validate.class.php:175
2746
  #, php-format
2747
  msgid "%s must be a positive number."
2748
  msgstr "%s πρέπει να είναι ένας θετικός αριθμός."
2749
 
2750
- #: ../lib/tribe-validate.class.php:190
2751
  #, php-format
2752
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2753
  msgstr ""
2754
  "%s πρέπει να είναι ένα έγκυρο slug (αριθμοί, γράμματα, παύλες, και κάτω "
2755
  "παύλες)."
2756
 
2757
- #: ../lib/tribe-validate.class.php:205
2758
  #, php-format
2759
  msgid "%s must be a valid absolute URL."
2760
  msgstr "%s πρέπει να είναι έγκυρη απόλυτη διεύθυνση URL."
2761
 
2762
- #: ../lib/tribe-validate.class.php:221 ../lib/tribe-validate.class.php:238
2763
- #: ../lib/tribe-validate.class.php:257
2764
  #, php-format
2765
  msgid "%s must have a value that's part of its options."
2766
  msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
2767
 
2768
- #: ../lib/tribe-validate.class.php:271
2769
  #, php-format
2770
  msgid ""
2771
  "Comparison validation failed because no comparison value was provided, for "
@@ -2774,27 +2902,27 @@ msgstr ""
2774
  "Η σύγκριση επικύρωσης απέτυχε διότι δεν παρασχέθηκε αξία σύγκρισης για το "
2775
  "πεδίο %s"
2776
 
2777
- #: ../lib/tribe-validate.class.php:278
2778
  #, php-format
2779
  msgid "%s cannot be the same as %s."
2780
  msgstr "%s δεν μπορεί να είναι το ίδιο με %s."
2781
 
2782
- #: ../lib/tribe-validate.class.php:280
2783
  #, php-format
2784
  msgid "%s cannot be a duplicate"
2785
  msgstr "%s δεν μπορεί να είναι ένα διπλότυπο"
2786
 
2787
- #: ../lib/tribe-validate.class.php:296
2788
  #, php-format
2789
  msgid "%s must be a number or percentage."
2790
  msgstr "%s πρέπει να είναι αριθμός ή ποσοστό."
2791
 
2792
- #: ../lib/tribe-validate.class.php:350
2793
  #, php-format
2794
  msgid "%s must be a number between 0 and 21."
2795
  msgstr "%s πρέπει να είναι ένας αριθμός μεταξύ 0 και 21."
2796
 
2797
- #: ../lib/tribe-validate.class.php:366
2798
  #, php-format
2799
  msgid ""
2800
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
@@ -2802,24 +2930,24 @@ msgstr ""
2802
  "% s πρέπει να αποτελείται μόνο από γράμματα, αριθμούς, παύλες, αποστρόφους "
2803
  "και κενά διαστήματα."
2804
 
2805
- #: ../lib/tribe-validate.class.php:382
2806
  #, php-format
2807
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2808
  msgstr ""
2809
  "%s πρέπει να αποτελείται από γράμματα, κενά διαστήματα, αποστρόφους και "
2810
  "παύλες."
2811
 
2812
- #: ../lib/tribe-validate.class.php:396
2813
  #, php-format
2814
  msgid "%s must consist of 5 numbers."
2815
  msgstr "%s πρέπει να αποτελείται από 5 αριθμούς."
2816
 
2817
- #: ../lib/tribe-validate.class.php:410
2818
  #, php-format
2819
  msgid "%s must be a phone number."
2820
  msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνου."
2821
 
2822
- #: ../lib/tribe-validate.class.php:426
2823
  msgid ""
2824
  "Country List must be formatted as one country per line in the following "
2825
  "format: <br>US, United States <br> UK, United Kingdom."
@@ -2827,1291 +2955,1301 @@ msgstr ""
2827
  "Η λίστα χωρών πρέπει να διαμορφωθεί ως μία χώρα ανά γραμμή με την ακόλουθη "
2828
  "μορφή: <br> ΗΠΑ, Ηνωμένες Πολιτείες <br> ΗΒ, Ηνωμένο Βασίλειο."
2829
 
2830
- #: ../lib/tribe-view-helpers.class.php:24
2831
- #: ../lib/tribe-view-helpers.class.php:43
2832
  msgid "Select a Country:"
2833
  msgstr "Επιλογή Χώρας:"
2834
 
2835
- #: ../lib/tribe-view-helpers.class.php:45
2836
  msgid "Afghanistan"
2837
  msgstr "Αφγανιστάν"
2838
 
2839
- #: ../lib/tribe-view-helpers.class.php:46
2840
  msgid "Albania"
2841
  msgstr "Αλβανία"
2842
 
2843
- #: ../lib/tribe-view-helpers.class.php:47
2844
  msgid "Algeria"
2845
  msgstr "Αλγερία"
2846
 
2847
- #: ../lib/tribe-view-helpers.class.php:48
2848
  msgid "American Samoa"
2849
  msgstr "Αμερικάνικη Σαμόα"
2850
 
2851
- #: ../lib/tribe-view-helpers.class.php:49
2852
  msgid "Andorra"
2853
  msgstr "Ανδόρα"
2854
 
2855
- #: ../lib/tribe-view-helpers.class.php:50
2856
  msgid "Angola"
2857
  msgstr "Ανγκόλα"
2858
 
2859
- #: ../lib/tribe-view-helpers.class.php:51
2860
  msgid "Anguilla"
2861
  msgstr "Ανγκουίλλα"
2862
 
2863
- #: ../lib/tribe-view-helpers.class.php:52
2864
  msgid "Antarctica"
2865
  msgstr "Ανταρκτική"
2866
 
2867
- #: ../lib/tribe-view-helpers.class.php:53
2868
  msgid "Antigua And Barbuda"
2869
  msgstr "Αντίγκουα και Μπαρμπούντα"
2870
 
2871
- #: ../lib/tribe-view-helpers.class.php:54
2872
  msgid "Argentina"
2873
  msgstr "Αργεντινή"
2874
 
2875
- #: ../lib/tribe-view-helpers.class.php:55
2876
  msgid "Armenia"
2877
  msgstr "Αρμενία"
2878
 
2879
- #: ../lib/tribe-view-helpers.class.php:56
2880
  msgid "Aruba"
2881
  msgstr "Αρούμπα"
2882
 
2883
- #: ../lib/tribe-view-helpers.class.php:57
2884
  msgid "Australia"
2885
  msgstr "Αυστραλία"
2886
 
2887
- #: ../lib/tribe-view-helpers.class.php:58
2888
  msgid "Austria"
2889
  msgstr "Αυστρία"
2890
 
2891
- #: ../lib/tribe-view-helpers.class.php:59
2892
  msgid "Azerbaijan"
2893
  msgstr "Αζερμπαϊτζάν"
2894
 
2895
- #: ../lib/tribe-view-helpers.class.php:60
2896
  msgid "Bahamas"
2897
  msgstr "Μπαχάμες"
2898
 
2899
- #: ../lib/tribe-view-helpers.class.php:61
2900
  msgid "Bahrain"
2901
  msgstr "Μπαχρέιν"
2902
 
2903
- #: ../lib/tribe-view-helpers.class.php:62
2904
  msgid "Bangladesh"
2905
  msgstr "Μπανγκλαντές"
2906
 
2907
- #: ../lib/tribe-view-helpers.class.php:63
2908
  msgid "Barbados"
2909
  msgstr "Μπαρμπάντος"
2910
 
2911
- #: ../lib/tribe-view-helpers.class.php:64
2912
  msgid "Belarus"
2913
  msgstr "Λευκορωσία"
2914
 
2915
- #: ../lib/tribe-view-helpers.class.php:65
2916
  msgid "Belgium"
2917
  msgstr "Βέλγιο"
2918
 
2919
- #: ../lib/tribe-view-helpers.class.php:66
2920
  msgid "Belize"
2921
  msgstr "Μπελίζ"
2922
 
2923
- #: ../lib/tribe-view-helpers.class.php:67
2924
  msgid "Benin"
2925
  msgstr "Μπενίν"
2926
 
2927
- #: ../lib/tribe-view-helpers.class.php:68
2928
  msgid "Bermuda"
2929
  msgstr "Βερμούδες"
2930
 
2931
- #: ../lib/tribe-view-helpers.class.php:69
2932
  msgid "Bhutan"
2933
  msgstr "Μπουτάν"
2934
 
2935
- #: ../lib/tribe-view-helpers.class.php:70
2936
  msgid "Bolivia"
2937
  msgstr "Βολιβία"
2938
 
2939
- #: ../lib/tribe-view-helpers.class.php:71
2940
  msgid "Bosnia And Herzegowina"
2941
  msgstr "Βοσνία-Ερζεγοβίνη"
2942
 
2943
- #: ../lib/tribe-view-helpers.class.php:72
2944
  msgid "Botswana"
2945
  msgstr "Μποτσουάνα"
2946
 
2947
- #: ../lib/tribe-view-helpers.class.php:73
2948
  msgid "Bouvet Island"
2949
  msgstr "Νήσος Μπουβέ"
2950
 
2951
- #: ../lib/tribe-view-helpers.class.php:74
2952
  msgid "Brazil"
2953
  msgstr "Βραζιλία"
2954
 
2955
- #: ../lib/tribe-view-helpers.class.php:75
2956
  msgid "British Indian Ocean Territory"
2957
  msgstr "Βρετανικά εδάφη του Ινδικού Ωκεανού"
2958
 
2959
- #: ../lib/tribe-view-helpers.class.php:76
2960
  msgid "Brunei Darussalam"
2961
  msgstr "Μπρουνέι Νταρουσαλάμ"
2962
 
2963
- #: ../lib/tribe-view-helpers.class.php:77
2964
  msgid "Bulgaria"
2965
  msgstr "Βουλγαρία"
2966
 
2967
- #: ../lib/tribe-view-helpers.class.php:78
2968
  msgid "Burkina Faso"
2969
  msgstr "Μπουρκίνα Φάσο"
2970
 
2971
- #: ../lib/tribe-view-helpers.class.php:79
2972
  msgid "Burundi"
2973
  msgstr "Μπουρούντι"
2974
 
2975
- #: ../lib/tribe-view-helpers.class.php:80
2976
  msgid "Cambodia"
2977
  msgstr "Καμπότζη"
2978
 
2979
- #: ../lib/tribe-view-helpers.class.php:81
2980
  msgid "Cameroon"
2981
  msgstr "Καμερούν"
2982
 
2983
- #: ../lib/tribe-view-helpers.class.php:82
2984
  msgid "Canada"
2985
  msgstr "Καναδάς"
2986
 
2987
- #: ../lib/tribe-view-helpers.class.php:83
2988
  msgid "Cape Verde"
2989
  msgstr "Πράσινο Ακρωτήριο"
2990
 
2991
- #: ../lib/tribe-view-helpers.class.php:84
2992
  msgid "Cayman Islands"
2993
  msgstr "Νησιά Κέιμαν"
2994
 
2995
- #: ../lib/tribe-view-helpers.class.php:85
2996
  msgid "Central African Republic"
2997
  msgstr "Κεντροαφρικανική Δημοκρατία"
2998
 
2999
- #: ../lib/tribe-view-helpers.class.php:86
3000
  msgid "Chad"
3001
  msgstr "Τσαντ"
3002
 
3003
- #: ../lib/tribe-view-helpers.class.php:87
3004
  msgid "Chile"
3005
  msgstr "Χιλή"
3006
 
3007
- #: ../lib/tribe-view-helpers.class.php:88
3008
  msgid "China"
3009
  msgstr "Κίνα"
3010
 
3011
- #: ../lib/tribe-view-helpers.class.php:89
3012
  msgid "Christmas Island"
3013
  msgstr "Νήσος των Χριστουγέννων"
3014
 
3015
- #: ../lib/tribe-view-helpers.class.php:90
3016
  msgid "Cocos (Keeling) Islands"
3017
  msgstr "Νησιά Κόκος (Κίλινγκ)"
3018
 
3019
- #: ../lib/tribe-view-helpers.class.php:91
3020
  msgid "Colombia"
3021
  msgstr "Κολομβία"
3022
 
3023
- #: ../lib/tribe-view-helpers.class.php:92
3024
  msgid "Comoros"
3025
  msgstr "Κομόρες"
3026
 
3027
- #: ../lib/tribe-view-helpers.class.php:93
3028
  msgid "Congo"
3029
  msgstr "Κονγκό"
3030
 
3031
- #: ../lib/tribe-view-helpers.class.php:94
3032
  msgid "Congo, The Democratic Republic Of The"
3033
  msgstr "Λαϊκή Δημοκρατία του Κονγκό"
3034
 
3035
- #: ../lib/tribe-view-helpers.class.php:95
3036
  msgid "Cook Islands"
3037
  msgstr "Νήσοι Κουκ"
3038
 
3039
- #: ../lib/tribe-view-helpers.class.php:96
3040
  msgid "Costa Rica"
3041
  msgstr "Κόστα Ρίκα"
3042
 
3043
- #: ../lib/tribe-view-helpers.class.php:97
3044
  msgid "Cote D'Ivoire"
3045
  msgstr "Ακτή Ελεφαντοστού"
3046
 
3047
- #: ../lib/tribe-view-helpers.class.php:98
3048
  msgid "Croatia (Local Name: Hrvatska)"
3049
  msgstr "Κροατία (τοπική ονομασία: Hrvatska)"
3050
 
3051
- #: ../lib/tribe-view-helpers.class.php:99
3052
  msgid "Cuba"
3053
  msgstr "Κούβα"
3054
 
3055
- #: ../lib/tribe-view-helpers.class.php:100
3056
  msgid "Cyprus"
3057
  msgstr "Κύπρος"
3058
 
3059
- #: ../lib/tribe-view-helpers.class.php:101
3060
  msgid "Czech Republic"
3061
  msgstr "Τσεχία"
3062
 
3063
- #: ../lib/tribe-view-helpers.class.php:102
3064
  msgid "Denmark"
3065
  msgstr "Δανία"
3066
 
3067
- #: ../lib/tribe-view-helpers.class.php:103
3068
  msgid "Djibouti"
3069
  msgstr "Τζιμπουτί"
3070
 
3071
- #: ../lib/tribe-view-helpers.class.php:104
3072
  msgid "Dominica"
3073
  msgstr "Ντομίνικα"
3074
 
3075
- #: ../lib/tribe-view-helpers.class.php:105
3076
  msgid "Dominican Republic"
3077
  msgstr "Δομινικανή Δημοκρατία"
3078
 
3079
- #: ../lib/tribe-view-helpers.class.php:106
3080
  msgid "East Timor"
3081
  msgstr "Ανατολικό Τιμόρ"
3082
 
3083
- #: ../lib/tribe-view-helpers.class.php:107
3084
  msgid "Ecuador"
3085
  msgstr "Εκουαδόρ"
3086
 
3087
- #: ../lib/tribe-view-helpers.class.php:108
3088
  msgid "Egypt"
3089
  msgstr "Αίγυπτος"
3090
 
3091
- #: ../lib/tribe-view-helpers.class.php:109
3092
  msgid "El Salvador"
3093
  msgstr "Ελ Σαλβαδόρ"
3094
 
3095
- #: ../lib/tribe-view-helpers.class.php:110
3096
  msgid "Equatorial Guinea"
3097
  msgstr "Ισημερινή Γουινέα"
3098
 
3099
- #: ../lib/tribe-view-helpers.class.php:111
3100
  msgid "Eritrea"
3101
  msgstr "Ερυθραία"
3102
 
3103
- #: ../lib/tribe-view-helpers.class.php:112
3104
  msgid "Estonia"
3105
  msgstr "Εσθονία"
3106
 
3107
- #: ../lib/tribe-view-helpers.class.php:113
3108
  msgid "Ethiopia"
3109
  msgstr "Αιθιοπία"
3110
 
3111
- #: ../lib/tribe-view-helpers.class.php:114
3112
  msgid "Falkland Islands (Malvinas)"
3113
  msgstr "Νησιά Φώκλαντ (Μαλβίνες)"
3114
 
3115
- #: ../lib/tribe-view-helpers.class.php:115
3116
  msgid "Faroe Islands"
3117
  msgstr "Νήσοι Φερόε"
3118
 
3119
- #: ../lib/tribe-view-helpers.class.php:116
3120
  msgid "Fiji"
3121
  msgstr "Φίτζι"
3122
 
3123
- #: ../lib/tribe-view-helpers.class.php:117
3124
  msgid "Finland"
3125
  msgstr "Φιλανδία"
3126
 
3127
- #: ../lib/tribe-view-helpers.class.php:118
3128
  msgid "France"
3129
  msgstr "Γαλλία"
3130
 
3131
- #: ../lib/tribe-view-helpers.class.php:119
3132
  msgid "France, Metropolitan"
3133
  msgstr "Γαλλία, Μητροπολιτική"
3134
 
3135
- #: ../lib/tribe-view-helpers.class.php:120
3136
  msgid "French Guiana"
3137
  msgstr "Γαλλική Γουιάνα"
3138
 
3139
- #: ../lib/tribe-view-helpers.class.php:121
3140
  msgid "French Polynesia"
3141
  msgstr "Γαλλική Πολυνησία"
3142
 
3143
- #: ../lib/tribe-view-helpers.class.php:122
3144
  msgid "French Southern Territories"
3145
  msgstr "Γαλλικά Νότια Εδάφη"
3146
 
3147
- #: ../lib/tribe-view-helpers.class.php:123
3148
  msgid "Gabon"
3149
  msgstr "Γκαμπόν"
3150
 
3151
- #: ../lib/tribe-view-helpers.class.php:124
3152
  msgid "Gambia"
3153
  msgstr "Γκάμπια"
3154
 
3155
- #: ../lib/tribe-view-helpers.class.php:125
3156
- #: ../lib/tribe-view-helpers.class.php:318
3157
  msgid "Georgia"
3158
  msgstr "Γεωργία"
3159
 
3160
- #: ../lib/tribe-view-helpers.class.php:126
3161
  msgid "Germany"
3162
  msgstr "Γερμανία"
3163
 
3164
- #: ../lib/tribe-view-helpers.class.php:127
3165
  msgid "Ghana"
3166
  msgstr "Γκάνα"
3167
 
3168
- #: ../lib/tribe-view-helpers.class.php:128
3169
  msgid "Gibraltar"
3170
  msgstr "Γιβλαρτάρ"
3171
 
3172
- #: ../lib/tribe-view-helpers.class.php:129
3173
  msgid "Greece"
3174
  msgstr "Ελλάδα"
3175
 
3176
- #: ../lib/tribe-view-helpers.class.php:130
3177
  msgid "Greenland"
3178
  msgstr "Γροιλανδία"
3179
 
3180
- #: ../lib/tribe-view-helpers.class.php:131
3181
  msgid "Grenada"
3182
  msgstr "Γρενάδα"
3183
 
3184
- #: ../lib/tribe-view-helpers.class.php:132
3185
  msgid "Guadeloupe"
3186
  msgstr "Γουαδελούπη"
3187
 
3188
- #: ../lib/tribe-view-helpers.class.php:133
3189
  msgid "Guam"
3190
  msgstr "Γκουάμ"
3191
 
3192
- #: ../lib/tribe-view-helpers.class.php:134
3193
  msgid "Guatemala"
3194
  msgstr "Γουατεμάλα"
3195
 
3196
- #: ../lib/tribe-view-helpers.class.php:135
3197
  msgid "Guinea"
3198
  msgstr "Γουινέα"
3199
 
3200
- #: ../lib/tribe-view-helpers.class.php:136
3201
  msgid "Guinea-Bissau"
3202
  msgstr "Γουινέα-Μπισάου"
3203
 
3204
- #: ../lib/tribe-view-helpers.class.php:137
3205
  msgid "Guyana"
3206
  msgstr "Γουιάνα"
3207
 
3208
- #: ../lib/tribe-view-helpers.class.php:138
3209
  msgid "Haiti"
3210
  msgstr "Αϊτή"
3211
 
3212
- #: ../lib/tribe-view-helpers.class.php:139
3213
  msgid "Heard And Mc Donald Islands"
3214
  msgstr "Νήσοι Χερντ και Mc Donald"
3215
 
3216
- #: ../lib/tribe-view-helpers.class.php:140
3217
  msgid "Holy See (Vatican City State)"
3218
  msgstr "Αγία Έδρα (Πόλη του Βατικανού)"
3219
 
3220
- #: ../lib/tribe-view-helpers.class.php:141
3221
  msgid "Honduras"
3222
  msgstr "Ονδούρα"
3223
 
3224
- #: ../lib/tribe-view-helpers.class.php:142
3225
  msgid "Hong Kong"
3226
  msgstr "Χόνγκ Κόνγκ"
3227
 
3228
- #: ../lib/tribe-view-helpers.class.php:143
3229
  msgid "Hungary"
3230
  msgstr "Ουγγαρία"
3231
 
3232
- #: ../lib/tribe-view-helpers.class.php:144
3233
  msgid "Iceland"
3234
  msgstr "Ισλανδία"
3235
 
3236
- #: ../lib/tribe-view-helpers.class.php:145
3237
  msgid "India"
3238
  msgstr "Ινδία"
3239
 
3240
- #: ../lib/tribe-view-helpers.class.php:146
3241
  msgid "Indonesia"
3242
  msgstr "Ινδονησία"
3243
 
3244
- #: ../lib/tribe-view-helpers.class.php:147
3245
  msgid "Iran (Islamic Republic Of)"
3246
  msgstr "Ιράν (Ισλαμική Δημοκρατία του)"
3247
 
3248
- #: ../lib/tribe-view-helpers.class.php:148
3249
  msgid "Iraq"
3250
  msgstr "Ιράκ"
3251
 
3252
- #: ../lib/tribe-view-helpers.class.php:149
3253
  msgid "Ireland"
3254
  msgstr "Ιρλανδία"
3255
 
3256
- #: ../lib/tribe-view-helpers.class.php:150
3257
  msgid "Israel"
3258
  msgstr "Ισραήλ"
3259
 
3260
- #: ../lib/tribe-view-helpers.class.php:151
3261
  msgid "Italy"
3262
  msgstr "Ιταλία"
3263
 
3264
- #: ../lib/tribe-view-helpers.class.php:152
3265
  msgid "Jamaica"
3266
  msgstr "Τζαμάικα"
3267
 
3268
- #: ../lib/tribe-view-helpers.class.php:153
3269
  msgid "Japan"
3270
  msgstr "Ιαπωνία"
3271
 
3272
- #: ../lib/tribe-view-helpers.class.php:154
3273
  msgid "Jordan"
3274
  msgstr "Ιορδανία"
3275
 
3276
- #: ../lib/tribe-view-helpers.class.php:155
3277
  msgid "Kazakhstan"
3278
  msgstr "Καζακστάν"
3279
 
3280
- #: ../lib/tribe-view-helpers.class.php:156
3281
  msgid "Kenya"
3282
  msgstr "Κένυα"
3283
 
3284
- #: ../lib/tribe-view-helpers.class.php:157
3285
  msgid "Kiribati"
3286
  msgstr "Κιριμπάτι"
3287
 
3288
- #: ../lib/tribe-view-helpers.class.php:158
3289
  msgid "Korea, Democratic People's Republic Of"
3290
  msgstr "Κορέα, Λαϊκή Δημοκρατία της Κίνας"
3291
 
3292
- #: ../lib/tribe-view-helpers.class.php:159
3293
  msgid "Korea, Republic Of"
3294
  msgstr "Κορέα, Δημοκρατία της"
3295
 
3296
- #: ../lib/tribe-view-helpers.class.php:160
3297
  msgid "Kuwait"
3298
  msgstr "Κουβέιτ"
3299
 
3300
- #: ../lib/tribe-view-helpers.class.php:161
3301
  msgid "Kyrgyzstan"
3302
  msgstr "Κιργιστάν"
3303
 
3304
- #: ../lib/tribe-view-helpers.class.php:162
3305
  msgid "Lao People's Democratic Republic"
3306
  msgstr "Δημοκρατική Δημοκρατία του Λάος"
3307
 
3308
- #: ../lib/tribe-view-helpers.class.php:163
3309
  msgid "Latvia"
3310
  msgstr "Λετονία"
3311
 
3312
- #: ../lib/tribe-view-helpers.class.php:164
3313
  msgid "Lebanon"
3314
  msgstr "Λίβανος"
3315
 
3316
- #: ../lib/tribe-view-helpers.class.php:165
3317
  msgid "Lesotho"
3318
  msgstr "Λεσόθο"
3319
 
3320
- #: ../lib/tribe-view-helpers.class.php:166
3321
  msgid "Liberia"
3322
  msgstr "Λιβερία"
3323
 
3324
- #: ../lib/tribe-view-helpers.class.php:167
3325
  msgid "Libya"
3326
  msgstr "Λιβύη"
3327
 
3328
- #: ../lib/tribe-view-helpers.class.php:168
3329
  msgid "Liechtenstein"
3330
  msgstr "Λιχτενστάιν"
3331
 
3332
- #: ../lib/tribe-view-helpers.class.php:169
3333
  msgid "Lithuania"
3334
  msgstr "Λιθουανία"
3335
 
3336
- #: ../lib/tribe-view-helpers.class.php:170
3337
  msgid "Luxembourg"
3338
  msgstr "Λουξεμβούργο"
3339
 
3340
- #: ../lib/tribe-view-helpers.class.php:171
3341
  msgid "Macau"
3342
  msgstr "Μακάου"
3343
 
3344
  #
3345
- #: ../lib/tribe-view-helpers.class.php:172
3346
  msgid "Macedonia"
3347
  msgstr "Π.Γ.Δ.Μ."
3348
 
3349
- #: ../lib/tribe-view-helpers.class.php:173
3350
  msgid "Madagascar"
3351
  msgstr "Μαδαγασκάρη"
3352
 
3353
- #: ../lib/tribe-view-helpers.class.php:174
3354
  msgid "Malawi"
3355
  msgstr "Μαλάουι"
3356
 
3357
- #: ../lib/tribe-view-helpers.class.php:175
3358
  msgid "Malaysia"
3359
  msgstr "Μαλαισία"
3360
 
3361
- #: ../lib/tribe-view-helpers.class.php:176
3362
  msgid "Maldives"
3363
  msgstr "Μαλδίβες"
3364
 
3365
- #: ../lib/tribe-view-helpers.class.php:177
3366
  msgid "Mali"
3367
  msgstr "Μάλι"
3368
 
3369
- #: ../lib/tribe-view-helpers.class.php:178
3370
  msgid "Malta"
3371
  msgstr "Μάλτα"
3372
 
3373
- #: ../lib/tribe-view-helpers.class.php:179
3374
  msgid "Marshall Islands"
3375
  msgstr "Νήσοι Μάρσαλ"
3376
 
3377
- #: ../lib/tribe-view-helpers.class.php:180
3378
  msgid "Martinique"
3379
  msgstr "Μαρτινίκα"
3380
 
3381
- #: ../lib/tribe-view-helpers.class.php:181
3382
  msgid "Mauritania"
3383
  msgstr "Μαυριτανία"
3384
 
3385
- #: ../lib/tribe-view-helpers.class.php:182
3386
  msgid "Mauritius"
3387
  msgstr "Μαυρίκιος"
3388
 
3389
- #: ../lib/tribe-view-helpers.class.php:183
3390
  msgid "Mayotte"
3391
  msgstr "Μαγιότ"
3392
 
3393
- #: ../lib/tribe-view-helpers.class.php:184
3394
  msgid "Mexico"
3395
  msgstr "Μεξικό"
3396
 
3397
- #: ../lib/tribe-view-helpers.class.php:185
3398
  msgid "Micronesia, Federated States Of"
3399
  msgstr "Μικρονησία, Ομόσπονδα Κράτη της"
3400
 
3401
- #: ../lib/tribe-view-helpers.class.php:186
3402
  msgid "Moldova, Republic Of"
3403
  msgstr "Μολδαβία, Δημοκρατία της"
3404
 
3405
- #: ../lib/tribe-view-helpers.class.php:187
3406
  msgid "Monaco"
3407
  msgstr "Μονακό"
3408
 
3409
- #: ../lib/tribe-view-helpers.class.php:188
3410
  msgid "Mongolia"
3411
  msgstr "Μονγκολία"
3412
 
3413
- #: ../lib/tribe-view-helpers.class.php:189
3414
  msgid "Montenegro"
3415
  msgstr "Μαυροβούνιο"
3416
 
3417
- #: ../lib/tribe-view-helpers.class.php:190
3418
  msgid "Montserrat"
3419
  msgstr "Μοντσεράτ"
3420
 
3421
- #: ../lib/tribe-view-helpers.class.php:191
3422
  msgid "Morocco"
3423
  msgstr "Μαρόκο"
3424
 
3425
- #: ../lib/tribe-view-helpers.class.php:192
3426
  msgid "Mozambique"
3427
  msgstr "Μοζαμβίκη"
3428
 
3429
- #: ../lib/tribe-view-helpers.class.php:193
3430
  msgid "Myanmar"
3431
  msgstr "Μιανμάρ"
3432
 
3433
- #: ../lib/tribe-view-helpers.class.php:194
3434
  msgid "Namibia"
3435
  msgstr "Ναμίμπια"
3436
 
3437
- #: ../lib/tribe-view-helpers.class.php:195
3438
  msgid "Nauru"
3439
  msgstr "Ναούρου"
3440
 
3441
- #: ../lib/tribe-view-helpers.class.php:196
3442
  msgid "Nepal"
3443
  msgstr "Νεπάλ"
3444
 
3445
- #: ../lib/tribe-view-helpers.class.php:197
3446
  msgid "Netherlands"
3447
  msgstr "Ολλανδία"
3448
 
3449
- #: ../lib/tribe-view-helpers.class.php:198
3450
  msgid "Netherlands Antilles"
3451
  msgstr "Ολλανδικές Αντίλλες"
3452
 
3453
- #: ../lib/tribe-view-helpers.class.php:199
3454
  msgid "New Caledonia"
3455
  msgstr "Νέα Καληδονία"
3456
 
3457
- #: ../lib/tribe-view-helpers.class.php:200
3458
  msgid "New Zealand"
3459
  msgstr "Νέα Ζηλανδία"
3460
 
3461
- #: ../lib/tribe-view-helpers.class.php:201
3462
  msgid "Nicaragua"
3463
  msgstr "Νικαράγουα"
3464
 
3465
- #: ../lib/tribe-view-helpers.class.php:202
3466
  msgid "Niger"
3467
  msgstr "Νίγηρας"
3468
 
3469
- #: ../lib/tribe-view-helpers.class.php:203
3470
  msgid "Nigeria"
3471
  msgstr "Νιγηρία"
3472
 
3473
- #: ../lib/tribe-view-helpers.class.php:204
3474
  msgid "Niue"
3475
  msgstr "Νιούε"
3476
 
3477
- #: ../lib/tribe-view-helpers.class.php:205
3478
  msgid "Norfolk Island"
3479
  msgstr "Νήσος Νόρφολκ"
3480
 
3481
- #: ../lib/tribe-view-helpers.class.php:206
3482
  msgid "Northern Mariana Islands"
3483
  msgstr "Βόρειες Μαριάνες Νήσοι"
3484
 
3485
- #: ../lib/tribe-view-helpers.class.php:207
3486
  msgid "Norway"
3487
  msgstr "Νορβηγία"
3488
 
3489
- #: ../lib/tribe-view-helpers.class.php:208
3490
  msgid "Oman"
3491
  msgstr "Ομάν"
3492
 
3493
- #: ../lib/tribe-view-helpers.class.php:209
3494
  msgid "Pakistan"
3495
  msgstr "Πακιστάν"
3496
 
3497
- #: ../lib/tribe-view-helpers.class.php:210
3498
  msgid "Palau"
3499
  msgstr "Παλάου"
3500
 
3501
- #: ../lib/tribe-view-helpers.class.php:211
3502
  msgid "Panama"
3503
  msgstr "Παναμάς"
3504
 
3505
- #: ../lib/tribe-view-helpers.class.php:212
3506
  msgid "Papua New Guinea"
3507
  msgstr "Παπούα Νέα Γουινέα"
3508
 
3509
- #: ../lib/tribe-view-helpers.class.php:213
3510
  msgid "Paraguay"
3511
  msgstr "Παραγουάη"
3512
 
3513
- #: ../lib/tribe-view-helpers.class.php:214
3514
  msgid "Peru"
3515
  msgstr "Περού"
3516
 
3517
- #: ../lib/tribe-view-helpers.class.php:215
3518
  msgid "Philippines"
3519
  msgstr "Φιλιππίνες"
3520
 
3521
- #: ../lib/tribe-view-helpers.class.php:216
3522
  msgid "Pitcairn"
3523
  msgstr "Πίτκερν"
3524
 
3525
- #: ../lib/tribe-view-helpers.class.php:217
3526
  msgid "Poland"
3527
  msgstr "Πολωνία"
3528
 
3529
- #: ../lib/tribe-view-helpers.class.php:218
3530
  msgid "Portugal"
3531
  msgstr "Πορτογαλία"
3532
 
3533
- #: ../lib/tribe-view-helpers.class.php:219
3534
  msgid "Puerto Rico"
3535
  msgstr "Πουέρτο Ρίκο"
3536
 
3537
- #: ../lib/tribe-view-helpers.class.php:220
3538
  msgid "Qatar"
3539
  msgstr "Κατάρ"
3540
 
3541
- #: ../lib/tribe-view-helpers.class.php:221
3542
  msgid "Reunion"
3543
  msgstr "Ρεουνιόν"
3544
 
3545
- #: ../lib/tribe-view-helpers.class.php:222
3546
  msgid "Romania"
3547
  msgstr "Ρουμανία"
3548
 
3549
- #: ../lib/tribe-view-helpers.class.php:223
3550
  msgid "Russian Federation"
3551
  msgstr "Ρωσική Ομοσπονδία"
3552
 
3553
- #: ../lib/tribe-view-helpers.class.php:224
3554
  msgid "Rwanda"
3555
  msgstr "Ρουάντα"
3556
 
3557
- #: ../lib/tribe-view-helpers.class.php:225
3558
  msgid "Saint Kitts And Nevis"
3559
  msgstr "Άγιος Χριστόφορος και Νέβις"
3560
 
3561
- #: ../lib/tribe-view-helpers.class.php:226
3562
  msgid "Saint Lucia"
3563
  msgstr "Αγία Λουκία"
3564
 
3565
- #: ../lib/tribe-view-helpers.class.php:227
3566
  msgid "Saint Vincent And The Grenadines"
3567
  msgstr "Άγιος Βικέντιος και Γρεναδίνες"
3568
 
3569
- #: ../lib/tribe-view-helpers.class.php:228
3570
  msgid "Samoa"
3571
  msgstr "Σαμόα"
3572
 
3573
- #: ../lib/tribe-view-helpers.class.php:229
3574
  msgid "San Marino"
3575
  msgstr "Σαν Μαρίνο"
3576
 
3577
- #: ../lib/tribe-view-helpers.class.php:230
3578
  msgid "Sao Tome And Principe"
3579
  msgstr "Σάο Τομέ και Πρίνσιπε"
3580
 
3581
- #: ../lib/tribe-view-helpers.class.php:231
3582
  msgid "Saudi Arabia"
3583
  msgstr "Σαουδική Αραβία"
3584
 
3585
- #: ../lib/tribe-view-helpers.class.php:232
3586
  msgid "Senegal"
3587
  msgstr "Σενεγάλη"
3588
 
3589
- #: ../lib/tribe-view-helpers.class.php:233
3590
  msgid "Serbia"
3591
  msgstr "Σερβία"
3592
 
3593
- #: ../lib/tribe-view-helpers.class.php:234
3594
  msgid "Seychelles"
3595
  msgstr "Σεϋχέλλες"
3596
 
3597
- #: ../lib/tribe-view-helpers.class.php:235
3598
  msgid "Sierra Leone"
3599
  msgstr "Σιέρα Λεόνε"
3600
 
3601
- #: ../lib/tribe-view-helpers.class.php:236
3602
  msgid "Singapore"
3603
  msgstr "Σιγκαπούρη"
3604
 
3605
- #: ../lib/tribe-view-helpers.class.php:237
3606
  msgid "Slovakia (Slovak Republic)"
3607
  msgstr "Σλοβακία (Δημοκρατία της Σλοβακίας)"
3608
 
3609
- #: ../lib/tribe-view-helpers.class.php:238
3610
  msgid "Slovenia"
3611
  msgstr "Σλοβενία"
3612
 
3613
- #: ../lib/tribe-view-helpers.class.php:239
3614
  msgid "Solomon Islands"
3615
  msgstr "Νησιά Σολομώντα"
3616
 
3617
- #: ../lib/tribe-view-helpers.class.php:240
3618
  msgid "Somalia"
3619
  msgstr "Σομαλία"
3620
 
3621
- #: ../lib/tribe-view-helpers.class.php:241
3622
  msgid "South Africa"
3623
  msgstr "Νότια Αφρική"
3624
 
3625
- #: ../lib/tribe-view-helpers.class.php:242
3626
  msgid "South Georgia, South Sandwich Islands"
3627
  msgstr "Νότια Γεωργία, Νότια Νησιά Σάντουιτς"
3628
 
3629
- #: ../lib/tribe-view-helpers.class.php:243
3630
  msgid "Spain"
3631
  msgstr "Ισπανία"
3632
 
3633
- #: ../lib/tribe-view-helpers.class.php:244
3634
  msgid "Sri Lanka"
3635
  msgstr "Σρι Λάνκα"
3636
 
3637
- #: ../lib/tribe-view-helpers.class.php:245
3638
  msgid "St. Helena"
3639
  msgstr "Αγία Ελένη"
3640
 
3641
- #: ../lib/tribe-view-helpers.class.php:246
3642
  msgid "St. Pierre And Miquelon"
3643
  msgstr "Άγιος Πέτρος και Μικελόν"
3644
 
3645
- #: ../lib/tribe-view-helpers.class.php:247
3646
  msgid "Sudan"
3647
  msgstr "Σουδάν"
3648
 
3649
- #: ../lib/tribe-view-helpers.class.php:248
3650
  msgid "Suriname"
3651
  msgstr "Σουρινάμ"
3652
 
3653
- #: ../lib/tribe-view-helpers.class.php:249
3654
  msgid "Svalbard And Jan Mayen Islands"
3655
  msgstr "Νήσοι Σβάλμπαρντ και Γιαν Μαγιέν"
3656
 
3657
- #: ../lib/tribe-view-helpers.class.php:250
3658
  msgid "Swaziland"
3659
  msgstr "Ζουαζιλάνδη"
3660
 
3661
- #: ../lib/tribe-view-helpers.class.php:251
3662
  msgid "Sweden"
3663
  msgstr "Σουηδία"
3664
 
3665
- #: ../lib/tribe-view-helpers.class.php:252
3666
  msgid "Switzerland"
3667
  msgstr "Ελβετία"
3668
 
3669
- #: ../lib/tribe-view-helpers.class.php:253
3670
  msgid "Syrian Arab Republic"
3671
  msgstr "Αραβική Δημοκρατία της Συρίας"
3672
 
3673
- #: ../lib/tribe-view-helpers.class.php:254
3674
  msgid "Taiwan"
3675
  msgstr "Ταϊβάν"
3676
 
3677
- #: ../lib/tribe-view-helpers.class.php:255
3678
  msgid "Tajikistan"
3679
  msgstr "Τατζικιστάν"
3680
 
3681
- #: ../lib/tribe-view-helpers.class.php:256
3682
  msgid "Tanzania, United Republic Of"
3683
  msgstr "Τανζανία, Ενωμένη Δημοκρατία της"
3684
 
3685
- #: ../lib/tribe-view-helpers.class.php:257
3686
  msgid "Thailand"
3687
  msgstr "Ταϊλάνδη"
3688
 
3689
- #: ../lib/tribe-view-helpers.class.php:258
3690
  msgid "Togo"
3691
  msgstr "Τόγκο"
3692
 
3693
- #: ../lib/tribe-view-helpers.class.php:259
3694
  msgid "Tokelau"
3695
  msgstr "Τοκελάου"
3696
 
3697
- #: ../lib/tribe-view-helpers.class.php:260
3698
  msgid "Tonga"
3699
  msgstr "Τοκελάου"
3700
 
3701
- #: ../lib/tribe-view-helpers.class.php:261
3702
  msgid "Trinidad And Tobago"
3703
  msgstr "Τρινιντάντ και Τομπάγκο"
3704
 
3705
- #: ../lib/tribe-view-helpers.class.php:262
3706
  msgid "Tunisia"
3707
  msgstr "Τυνησία"
3708
 
3709
- #: ../lib/tribe-view-helpers.class.php:263
3710
  msgid "Turkey"
3711
  msgstr "Τουρκία"
3712
 
3713
- #: ../lib/tribe-view-helpers.class.php:264
3714
  msgid "Turkmenistan"
3715
  msgstr "Τουρκμενιστάν"
3716
 
3717
- #: ../lib/tribe-view-helpers.class.php:265
3718
  msgid "Turks And Caicos Islands"
3719
  msgstr "Νήσοι Τερκς και Κάικος"
3720
 
3721
- #: ../lib/tribe-view-helpers.class.php:266
3722
  msgid "Tuvalu"
3723
  msgstr "Τουβαλού"
3724
 
3725
- #: ../lib/tribe-view-helpers.class.php:267
3726
  msgid "Uganda"
3727
  msgstr "Ουγκάντα"
3728
 
3729
- #: ../lib/tribe-view-helpers.class.php:268
3730
  msgid "Ukraine"
3731
  msgstr "Ουκρανία"
3732
 
3733
- #: ../lib/tribe-view-helpers.class.php:269
3734
  msgid "United Arab Emirates"
3735
  msgstr "Ηνωμένα Αραβικά Εμιράτα"
3736
 
3737
- #: ../lib/tribe-view-helpers.class.php:270
3738
  msgid "United Kingdom"
3739
  msgstr "Ηνωμένο Βασίλειο"
3740
 
3741
- #: ../lib/tribe-view-helpers.class.php:271
3742
  msgid "United States Minor Outlying Islands"
3743
  msgstr "Ηνωμένες Πολιτείες Μικρά Απομονωμένα Νησιά"
3744
 
3745
- #: ../lib/tribe-view-helpers.class.php:272
3746
  msgid "Uruguay"
3747
  msgstr "Ουρουγουάη"
3748
 
3749
- #: ../lib/tribe-view-helpers.class.php:273
3750
  msgid "Uzbekistan"
3751
  msgstr "Ουζμπεκιστάν"
3752
 
3753
- #: ../lib/tribe-view-helpers.class.php:274
3754
  msgid "Vanuatu"
3755
  msgstr "Βανουάτου"
3756
 
3757
- #: ../lib/tribe-view-helpers.class.php:275
3758
  msgid "Venezuela"
3759
  msgstr "Βενεζουέλα"
3760
 
3761
- #: ../lib/tribe-view-helpers.class.php:276
3762
  msgid "Viet Nam"
3763
  msgstr "Βιετνάμ"
3764
 
3765
- #: ../lib/tribe-view-helpers.class.php:277
3766
  msgid "Virgin Islands (British)"
3767
  msgstr "Παρθένοι Νήσοι (Βρετανικοί)"
3768
 
3769
- #: ../lib/tribe-view-helpers.class.php:278
3770
  msgid "Virgin Islands (U.S.)"
3771
  msgstr "Παρθένες Νήσοι (ΗΠΑ)"
3772
 
3773
- #: ../lib/tribe-view-helpers.class.php:279
3774
  msgid "Wallis And Futuna Islands"
3775
  msgstr "Νήσοι Ουαλίς και Φουτουνά"
3776
 
3777
- #: ../lib/tribe-view-helpers.class.php:280
3778
  msgid "Western Sahara"
3779
  msgstr "Δυτική Σαχάρα"
3780
 
3781
- #: ../lib/tribe-view-helpers.class.php:281
3782
  msgid "Yemen"
3783
  msgstr "Υεμένη"
3784
 
3785
- #: ../lib/tribe-view-helpers.class.php:282
3786
  msgid "Zambia"
3787
  msgstr "Ζάμπια"
3788
 
3789
- #: ../lib/tribe-view-helpers.class.php:283
3790
  msgid "Zimbabwe"
3791
  msgstr "Ζιμπάμπουε"
3792
 
3793
- #: ../lib/tribe-view-helpers.class.php:308
3794
  msgid "Alabama"
3795
  msgstr "Αλαμπάμα"
3796
 
3797
- #: ../lib/tribe-view-helpers.class.php:309
3798
  msgid "Alaska"
3799
  msgstr "Αλάσκα"
3800
 
3801
- #: ../lib/tribe-view-helpers.class.php:310
3802
  msgid "Arizona"
3803
  msgstr "Αριζόνα"
3804
 
3805
- #: ../lib/tribe-view-helpers.class.php:311
3806
  msgid "Arkansas"
3807
  msgstr "Αρκάνσας"
3808
 
3809
- #: ../lib/tribe-view-helpers.class.php:312
3810
  msgid "California"
3811
  msgstr "Καλιφόρνια"
3812
 
3813
- #: ../lib/tribe-view-helpers.class.php:313
3814
  msgid "Colorado"
3815
  msgstr "Κολοράντο"
3816
 
3817
- #: ../lib/tribe-view-helpers.class.php:314
3818
  msgid "Connecticut"
3819
  msgstr "Κονέκτικατ"
3820
 
3821
- #: ../lib/tribe-view-helpers.class.php:315
3822
  msgid "Delaware"
3823
  msgstr "Ντέλαγουερ"
3824
 
3825
- #: ../lib/tribe-view-helpers.class.php:316
3826
  msgid "District of Columbia"
3827
  msgstr "Περιφέρεια της Κολούμπια"
3828
 
3829
- #: ../lib/tribe-view-helpers.class.php:317
3830
  msgid "Florida"
3831
  msgstr "Φλόριντα"
3832
 
3833
- #: ../lib/tribe-view-helpers.class.php:319
3834
  msgid "Hawaii"
3835
  msgstr "Χαβάη"
3836
 
3837
- #: ../lib/tribe-view-helpers.class.php:320
3838
  msgid "Idaho"
3839
  msgstr "Αϊντάχο"
3840
 
3841
- #: ../lib/tribe-view-helpers.class.php:321
3842
  msgid "Illinois"
3843
  msgstr "Ιλλινόις"
3844
 
3845
- #: ../lib/tribe-view-helpers.class.php:322
3846
  msgid "Indiana"
3847
  msgstr "Ιντιάνα"
3848
 
3849
- #: ../lib/tribe-view-helpers.class.php:323
3850
  msgid "Iowa"
3851
  msgstr "Αϊόβα"
3852
 
3853
- #: ../lib/tribe-view-helpers.class.php:324
3854
  msgid "Kansas"
3855
  msgstr "Κάνσας"
3856
 
3857
- #: ../lib/tribe-view-helpers.class.php:325
3858
  msgid "Kentucky"
3859
  msgstr "Κεντάκι"
3860
 
3861
- #: ../lib/tribe-view-helpers.class.php:326
3862
  msgid "Louisiana"
3863
  msgstr "Λουιζιάνα"
3864
 
3865
- #: ../lib/tribe-view-helpers.class.php:327
3866
  msgid "Maine"
3867
  msgstr "Μέιν"
3868
 
3869
- #: ../lib/tribe-view-helpers.class.php:328
3870
  msgid "Maryland"
3871
  msgstr "Μέριλαντ"
3872
 
3873
- #: ../lib/tribe-view-helpers.class.php:329
3874
  msgid "Massachusetts"
3875
  msgstr "Μασαχουσέτη"
3876
 
3877
- #: ../lib/tribe-view-helpers.class.php:330
3878
  msgid "Michigan"
3879
  msgstr "Μίτσιγκαν"
3880
 
3881
- #: ../lib/tribe-view-helpers.class.php:331
3882
  msgid "Minnesota"
3883
  msgstr "Μινεσότα"
3884
 
3885
- #: ../lib/tribe-view-helpers.class.php:332
3886
  msgid "Mississippi"
3887
  msgstr "Μισισίπι"
3888
 
3889
- #: ../lib/tribe-view-helpers.class.php:333
3890
  msgid "Missouri"
3891
  msgstr "Μιζούρι"
3892
 
3893
- #: ../lib/tribe-view-helpers.class.php:334
3894
  msgid "Montana"
3895
  msgstr "Μοντάνα"
3896
 
3897
- #: ../lib/tribe-view-helpers.class.php:335
3898
  msgid "Nebraska"
3899
  msgstr "Νεμπράσκα"
3900
 
3901
- #: ../lib/tribe-view-helpers.class.php:336
3902
  msgid "Nevada"
3903
  msgstr "Νεβάδα"
3904
 
3905
- #: ../lib/tribe-view-helpers.class.php:337
3906
  msgid "New Hampshire"
3907
  msgstr "Νιου Χάμσαϊρ"
3908
 
3909
- #: ../lib/tribe-view-helpers.class.php:338
3910
  msgid "New Jersey"
3911
  msgstr "Νιου Τζέρσεϊ"
3912
 
3913
- #: ../lib/tribe-view-helpers.class.php:339
3914
  msgid "New Mexico"
3915
  msgstr "Νέο Μεξικό"
3916
 
3917
- #: ../lib/tribe-view-helpers.class.php:340
3918
  msgid "New York"
3919
  msgstr "Νέα Υόρκη"
3920
 
3921
- #: ../lib/tribe-view-helpers.class.php:341
3922
  msgid "North Carolina"
3923
  msgstr "Βόρεια Καρολίνα"
3924
 
3925
- #: ../lib/tribe-view-helpers.class.php:342
3926
  msgid "North Dakota"
3927
  msgstr "Βόρεια Ντακότα"
3928
 
3929
- #: ../lib/tribe-view-helpers.class.php:343
3930
  msgid "Ohio"
3931
  msgstr "Οχάιο"
3932
 
3933
- #: ../lib/tribe-view-helpers.class.php:344
3934
  msgid "Oklahoma"
3935
  msgstr "Οκλαχόμα"
3936
 
3937
- #: ../lib/tribe-view-helpers.class.php:345
3938
  msgid "Oregon"
3939
  msgstr "Όρεγκον"
3940
 
3941
- #: ../lib/tribe-view-helpers.class.php:346
3942
  msgid "Pennsylvania"
3943
  msgstr "Πενσυλβάνια"
3944
 
3945
- #: ../lib/tribe-view-helpers.class.php:347
3946
  msgid "Rhode Island"
3947
  msgstr "Ρόουντ Άιλαντ"
3948
 
3949
- #: ../lib/tribe-view-helpers.class.php:348
3950
  msgid "South Carolina"
3951
  msgstr "Νότια Καρολίνα"
3952
 
3953
- #: ../lib/tribe-view-helpers.class.php:349
3954
  msgid "South Dakota"
3955
  msgstr "Νότια Ντακότα"
3956
 
3957
- #: ../lib/tribe-view-helpers.class.php:350
3958
  msgid "Tennessee"
3959
  msgstr "Τενεσί"
3960
 
3961
- #: ../lib/tribe-view-helpers.class.php:351
3962
  msgid "Texas"
3963
  msgstr "Τέξας"
3964
 
3965
- #: ../lib/tribe-view-helpers.class.php:352
3966
  msgid "Utah"
3967
  msgstr "Γιούτα"
3968
 
3969
- #: ../lib/tribe-view-helpers.class.php:353
3970
  msgid "Vermont"
3971
  msgstr "Βερμόντ"
3972
 
3973
- #: ../lib/tribe-view-helpers.class.php:354
3974
  msgid "Virginia"
3975
  msgstr "Βιρτζίνια"
3976
 
3977
- #: ../lib/tribe-view-helpers.class.php:355
3978
  msgid "Washington"
3979
  msgstr "Ουάσιγκτον"
3980
 
3981
- #: ../lib/tribe-view-helpers.class.php:356
3982
  msgid "West Virginia"
3983
  msgstr "Δυτική Βιρτζίνια"
3984
 
3985
- #: ../lib/tribe-view-helpers.class.php:357
3986
  msgid "Wisconsin"
3987
  msgstr "Ουισκόνσιν"
3988
 
3989
- #: ../lib/tribe-view-helpers.class.php:358
3990
  msgid "Wyoming"
3991
  msgstr "Ουαϊόμινγκ"
3992
 
3993
  #
3994
- #: ../lib/widget-list.class.php:25
3995
  msgid "A widget that displays upcoming events."
3996
  msgstr "Ένα widget που εμφανίζει προσεχείς εκδηλώσεις."
3997
 
3998
- #: ../lib/widget-list.class.php:32
3999
  msgid "Events List"
4000
  msgstr "Λίστα Εκδηλώσεων"
4001
 
4002
- #: ../public/advanced-functions/meta.php:39
4003
- #: ../public/advanced-functions/meta.php:65
4004
- #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:55
 
 
 
 
4005
  msgid "Start:"
4006
  msgstr "Αρχή:"
4007
 
4008
- #: ../public/advanced-functions/meta.php:46
4009
- #: ../public/advanced-functions/meta.php:72
4010
- #: ../views/modules/meta/details.php:39 ../views/modules/meta/details.php:58
4011
  msgid "End:"
4012
  msgstr "Τέλος:"
4013
 
4014
  #
4015
- #: ../public/advanced-functions/meta.php:55
4016
- #: ../public/advanced-functions/meta.php:81
4017
- #: ../views/modules/meta/details.php:47 ../views/modules/meta/details.php:66
4018
  msgid "Date:"
4019
  msgstr "Ημερομηνία:"
4020
 
4021
- #: ../public/advanced-functions/meta.php:90
4022
- #: ../public/advanced-functions/meta.php:99
4023
- #: ../views/modules/meta/details.php:69
4024
  msgid "Time:"
4025
  msgstr "Ώρα:"
4026
 
4027
- #: ../public/advanced-functions/meta.php:283
4028
- #: ../public/template-tags/google-map.php:38
4029
  msgid "Click to view a Google Map"
4030
  msgstr "Κάντε κλικ για να δείτε ένα χάρτη Google"
4031
 
4032
  #
4033
- #: ../public/advanced-functions/meta.php:284
4034
- #: ../public/template-tags/google-map.php:39
4035
  msgid "+ Google Map"
4036
  msgstr "+ Χάρτης Google "
4037
 
4038
- #: ../public/advanced-functions/meta.php:295
4039
  #: ../views/modules/meta/details.php:13
4040
  msgid "Details"
4041
  msgstr "Λεπτομέρειες"
4042
 
4043
  #
4044
- #: ../public/advanced-functions/meta.php:346
4045
- #: ../views/modules/meta/details.php:97
4046
  msgid "Event Tags:"
4047
  msgstr "Ετικέτες Εκδήλωσης:"
4048
 
4049
- #: ../public/advanced-functions/meta.php:372
4050
  msgid "Origin:"
4051
  msgstr "Προέλευση:"
4052
 
4053
- #: ../public/advanced-functions/meta.php:382
4054
- msgid "Venue"
4055
- msgstr "Χώρος Διεξαγωγής"
4056
-
4057
- #: ../public/advanced-functions/meta.php:444
4058
- msgid "Organizer"
4059
- msgstr "Διοργανωτής"
4060
-
4061
  #
4062
- #: ../public/advanced-functions/meta.php:509
4063
  msgid "Event:"
4064
  msgstr "Εκδήλωση:"
4065
 
4066
- #: ../public/template-tags/day.php:94
4067
  msgid "<span>&laquo;</span> Previous Day"
4068
  msgstr "<span>&laquo;</span> Προηγούμενη Ημέρα"
4069
 
4070
- #: ../public/template-tags/day.php:96
4071
  msgid "Next Day <span>&raquo;</span>"
4072
  msgstr "Επόμενη Ημέρα <span>&raquo;</span>"
4073
 
4074
- #: ../public/template-tags/day.php:98
4075
  msgid "Yesterday"
4076
  msgstr "Εχτές"
4077
 
4078
- #: ../public/template-tags/day.php:100
4079
  msgid "Tomorrow"
4080
  msgstr "Αύριο"
4081
 
4082
  #
4083
- #: ../public/template-tags/deprecated.php:1156
4084
  msgid "Category"
4085
  msgstr "Κατηγορία"
4086
 
4087
- #: ../public/template-tags/general.php:297
4088
  msgid "Tags:"
4089
  msgstr "Ετικέτες:"
4090
 
4091
  #
4092
- #: ../public/template-tags/general.php:393
4093
  msgid "Loading Events"
4094
  msgstr "Φόρτωση Εκδηλώσεων"
4095
 
4096
- #: ../public/template-tags/general.php:573
4097
  msgid "Free"
4098
  msgstr "Δωρεάν"
4099
 
4100
- #: ../public/template-tags/general.php:1161
4101
  #, php-format
4102
  msgid "Calendar powered by %sThe Events Calendar%s"
4103
  msgstr "Το ημερολόγιο λειτουργεί με %sThe Events Calendar%s"
4104
 
4105
- #: ../public/template-tags/loop.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4106
  msgid "Events for"
4107
  msgstr "Εκδηλώσεις"
4108
 
4109
- #: ../public/template-tags/options.php:18
4110
  #, php-format
4111
  msgid "Your current Events URL is %s"
4112
  msgstr "Η τρέχουσα διεύθυνση URL των εκδηλώσεών σας είναι %s"
4113
 
4114
- #: ../public/template-tags/options.php:27
4115
  #, php-format
4116
  msgid ""
4117
  "You <strong>cannot</strong> use the same slug as above. The above should "
@@ -4122,29 +4260,29 @@ msgstr ""
4122
  "στον ενικό.<br />Το URL μεμονομένης εκδήλωσης είναι σαν: %s"
4123
 
4124
  #
4125
- #: ../views/day/nav.php:14
4126
  msgid "Day Navigation"
4127
  msgstr "Πλοήγηση Ημέρας"
4128
 
4129
- #: ../views/day/single-event.php:72 ../views/list/single-event.php:76
4130
  msgid "Find out more"
4131
  msgstr "Μάθετε περισσότερα"
4132
 
4133
  #
4134
- #: ../views/list/nav.php:15
4135
  msgid "Events List Navigation"
4136
  msgstr "Πλοήγηση Λίστας Εκδηλώσεων"
4137
 
4138
- #: ../views/list/nav.php:21 ../views/list/nav.php:27 ../views/list/nav.php:30
4139
  msgid "<span>&laquo;</span> Previous Events"
4140
  msgstr "<span>&laquo;</span> Προηγούμενες Εκδηλώσεις"
4141
 
4142
- #: ../views/list/nav.php:39 ../views/list/nav.php:42 ../views/list/nav.php:48
4143
  msgid "Next Events <span>&raquo;</span>"
4144
  msgstr "Επόμενες Εκδηλώσεις <span>&raquo;</span>"
4145
 
4146
  #
4147
- #: ../views/modules/bar.php:32 ../views/modules/bar.php:62
4148
  msgid "Find Events"
4149
  msgstr "Βρείτε Εκδηλώσεις"
4150
 
@@ -4158,30 +4296,29 @@ msgid "View As"
4158
  msgstr "Προβολή ως"
4159
 
4160
  #
4161
- #: ../views/month/nav.php:16
4162
  msgid "Calendar Month Navigation"
4163
  msgstr "Πλοηγός Μήνα Ημερολογίου"
4164
 
4165
- #: ../views/month/single-day.php:41
4166
- msgid "Events "
4167
- msgstr "Εκδηλώσεις"
4168
-
4169
  #: ../views/month/single-day.php:43
4170
- msgid "Event "
4171
- msgstr "Εκδήλωση"
 
 
 
4172
 
4173
  #
4174
- #: ../views/single-event.php:21
4175
  msgid "&laquo; All Events"
4176
  msgstr "&laquo; Όλες οι Εκδηλώσεις"
4177
 
4178
  #
4179
- #: ../views/single-event.php:39 ../views/single-event.php:80
4180
  msgid "Event Navigation"
4181
  msgstr "Πλοήγηση Εκδήλωσης"
4182
 
4183
  #
4184
- #: ../views/tickets/attendees-email.php:23
4185
  msgid "Attendee List"
4186
  msgstr "Λίστα Συμμετεχόντων"
4187
 
@@ -4189,22 +4326,96 @@ msgstr "Λίστα Συμμετεχόντων"
4189
  msgid "Your tickets"
4190
  msgstr "Τα εισιτήριά σας"
4191
 
4192
- #: ../views/tickets/email.php:318
4193
  msgid "Ticket Type"
4194
  msgstr "Τύπος Εισιτηρίου"
4195
 
4196
- #: ../views/tickets/email.php:322
4197
  msgid "Purchaser"
4198
  msgstr "Αγοραστής"
4199
 
4200
- #: ../views/widgets/list-widget.php:60
4201
  msgid "View All Events"
4202
  msgstr "Προβολή Όλων των Εκδηλώσεων"
4203
 
4204
- #: ../views/widgets/list-widget.php:66
4205
  msgid "There are no upcoming events at this time."
4206
  msgstr "Δεν υπάρχουν προσεχείς εκδηλώσεις αυτήν τη στιγμή"
4207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4208
  #~ msgid "Organizer Name:"
4209
  #~ msgstr "Όνομα Διοργανωτή:"
4210
 
2
  # This file is distributed under the same license as the The Events Calendar package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: The Events Calendar 3.8\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2014-09-26 12:49-0800\n"
8
+ "PO-Revision-Date: 2014-10-17 12:17-0800\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Yannis Troullinos <troull88@yahoo.gr>\n"
11
  "Language: el_GR\n"
18
  "_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"
19
  "X-Poedit-Basepath: ./\n"
20
  "X-Textdomain-Support: yes\n"
21
+ "X-Generator: Poedit 1.6.10\n"
22
  "X-Poedit-SearchPath-0: ..\n"
23
 
24
+ #: ../admin-views/admin-update-message.php:9
25
+ #: ../admin-views/admin-welcome-message.php:11
26
+ #, php-format
27
+ msgid "You are running Version %s and deserve a hug :-)"
28
+ msgstr "\"Τρέχετε\" την Έκδοση %s και αξίζετε μια αγκαλιά :-)"
29
+
30
+ #: ../admin-views/admin-update-message.php:32
31
+ msgid "Keep the Core Plugin <strong>FREE</strong>!"
32
+ msgstr "Διατηρήστε τον Πυρήνα του Πρόσθετου <strong>ΔΩΡΕΑΝ</strong>!"
33
+
34
+ #: ../admin-views/admin-update-message.php:33
35
+ msgid ""
36
+ "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe "
37
+ "not, but more happy users mean more contributions and help on the forums. "
38
+ "The community NEEDS your voice."
39
+ msgstr ""
40
+ "Κάθε φορά που βαθμολογείτε με <strong>5 αστέρια</strong>, μια νεράιδα "
41
+ "γεννιέται. Εντάξει, ίσως όχι, αλλά περισσότεροι χαρούμενοι χρήστες σημαίνει "
42
+ "πιο πολλή συνεισφορά και βοήθεια στα φόρουμς. Η κοινότητα ΧΡΕΙΑΖΕΤΑΙ την "
43
+ "φωνή σας."
44
+
45
+ #: ../admin-views/admin-update-message.php:34
46
+ #: ../admin-views/admin-welcome-message.php:22
47
+ msgid "Rate It"
48
+ msgstr "Βαθμολογήστε το"
49
+
50
+ #: ../admin-views/admin-update-message.php:37
51
+ msgid "PSST... Want a Discount?"
52
+ msgstr "Πσστ... Θέλετε Έκπτωση?"
53
+
54
+ #: ../admin-views/admin-update-message.php:38
55
+ msgid "We send out discounts to our core users via our newsletter."
56
+ msgstr ""
57
+ "Στέλνουμε τις εκπτώσεις μας στους ενεργούς χρήστες μέσω των newsletter μας."
58
+
59
+ #: ../admin-views/admin-update-message.php:41
60
+ #: ../admin-views/admin-welcome-message.php:30
61
+ msgid "Sign Up"
62
+ msgstr "Εγγραφείτε"
63
+
64
+ #: ../admin-views/admin-update-message.php:47
65
+ msgid "Looking for Something Special?"
66
+ msgstr "Ψάχνετε για Κάτι Ειδικό;"
67
+
68
+ #: ../admin-views/admin-update-message.php:49
69
+ msgid "Pro"
70
+ msgstr "Pro"
71
+
72
+ #: ../admin-views/admin-update-message.php:50
73
+ #: ../lib/tickets/tribe-tickets-metabox.php:26
74
+ msgid "Tickets"
75
+ msgstr "Εισιτήρια"
76
+
77
+ #
78
+ #: ../admin-views/admin-update-message.php:51
79
+ msgid "Community Events"
80
+ msgstr "Εκδηλώσεις Κοινότητας"
81
+
82
+ #: ../admin-views/admin-update-message.php:52
83
+ msgid "Filters"
84
+ msgstr "Φίλτρα"
85
+
86
+ #: ../admin-views/admin-update-message.php:53
87
+ msgid "Facebook"
88
+ msgstr "Facebook"
89
+
90
+ #: ../admin-views/admin-update-message.php:56
91
+ #: ../admin-views/admin-welcome-message.php:52
92
+ msgid "News For Events Users"
93
+ msgstr "Νέα για τους Χρήστες Εκδηλώσεων"
94
+
95
+ #
96
+ #: ../admin-views/admin-welcome-message.php:19
97
+ msgid "Keep The Events Calendar Core FREE"
98
+ msgstr "Διατηρήστε τον πυρήνα του The Events Calendar ΔΩΡΕΑΝ"
99
+
100
+ #: ../admin-views/admin-welcome-message.php:20
101
+ msgid ""
102
+ "5 star ratings help us bring TEC to more users. More happy users mean more "
103
+ "support, more features, and more of everything you know and love about The "
104
+ "Events Calendar. We couldn't do this without your support."
105
+ msgstr ""
106
+ "Βαθμολογίες με 5 αστέρια μας βοηθάνε να φέρουμε το The Events Calendar σε "
107
+ "περισσότερους χρήστες. Περισσότεροι χαρούμενοι χρήστες σημαίνει περισσότερη "
108
+ "υποστήριξη, περισσότερα χαρακτηριστικά και περισσότερο από καθετί που "
109
+ "γνωρίζετε και αγαπάτε στο The Events Calendar. Δεν θα μπορούσαμε να τα "
110
+ "κάνουμε όλα αυτά χωρίς την υποστήριξη σας."
111
+
112
+ #: ../admin-views/admin-welcome-message.php:21
113
+ msgid "Rate it five stars today!"
114
+ msgstr "Βαθμολογήστε το με 5 αστέρια σήμερα!"
115
+
116
+ #: ../admin-views/admin-welcome-message.php:25
117
+ msgid "Newsletter Signup"
118
+ msgstr "Εγγραφή στο Newsletter"
119
+
120
+ #: ../admin-views/admin-welcome-message.php:26
121
+ msgid ""
122
+ "Stay in touch with The Events Calendar Pro. We send out the occiasional "
123
+ "update, key developer notices, and even the occasional discount."
124
+ msgstr ""
125
+ "Μείνετε σε επαφή με το The Events Calendar Pro. Στέλνουμε περιστασιακά νέα "
126
+ "σχετικά με αναβαθμίσεις, ανακοινώσεις για την ανάπτυξη του plugin και "
127
+ "εκπτώσεις."
128
+
129
+ #: ../admin-views/admin-welcome-message.php:39
130
+ #: ../admin-views/tribe-options-help.php:149
131
+ msgid "Getting Started"
132
+ msgstr "Ξεκινώντας"
133
+
134
+ #: ../admin-views/admin-welcome-message.php:40
135
+ msgid "Check out the New User Primer &amp; Tutorials"
136
+ msgstr "Ρίξτε μια ματιά στο Αλφαβητάρι Νέου Χρήστη &amp; Σεμινάρια"
137
+
138
+ #: ../admin-views/admin-welcome-message.php:42
139
+ msgid "Looking for More Features?"
140
+ msgstr "Ψάχνετε για Περισσότερα Χαρακτηριστικά;"
141
+
142
+ #: ../admin-views/admin-welcome-message.php:43
143
+ msgid "Addons for Community, Tickets, Filters, Facebook and more."
144
+ msgstr "Πρόσθετα για την Κοινότητα, Εισιτήρια, Φίλτρα, Facebook και άλλα."
145
+
146
+ #: ../admin-views/admin-welcome-message.php:45
147
+ msgid "Support Resources"
148
+ msgstr "Πόροι Υποστήριξης"
149
+
150
+ #: ../admin-views/admin-welcome-message.php:46
151
+ msgid "FAQs, Documentation, Tutorials and Forums"
152
+ msgstr "Συχνές Ερωτήσεις, Έγγραφα, Σεμινάρια και Φόρουμς"
153
+
154
+ #: ../admin-views/admin-welcome-message.php:49
155
+ msgid "Release Notes"
156
+ msgstr "Σημειώσεις Έκδοσης"
157
+
158
+ #: ../admin-views/admin-welcome-message.php:50
159
+ msgid "Get the Skinny on the Latest Updates"
160
+ msgstr "Μάθετε Πληροφορίες σχετικές με τις Τελευταίες Αναβαθμίσεις "
161
+
162
+ #: ../admin-views/admin-welcome-message.php:53
163
+ msgid "Product Releases, Tutorials and Community Activity"
164
+ msgstr "Δελτία Προϊόντων, Σεμινάρια και Κοινοτική Δραστηριότητα"
165
+
166
  #
167
  #: ../admin-views/app-shop.php:4
168
  msgid "Tribe Event Add-Ons"
169
  msgstr "Πρόσθετα Εκδηλώσεων της Tribe"
170
 
171
+ #: ../admin-views/app-shop.php:54
172
  msgid "Version"
173
  msgstr "Έκδοση"
174
 
175
+ #: ../admin-views/app-shop.php:57
176
  msgid "Last Update"
177
  msgstr "Τελευταία Ενημέρωση"
178
 
179
+ #: ../admin-views/event-sidebar-options.php:13
180
  msgid "Hide From Event Listings"
181
  msgstr "Απόκρυψη από τη Λίστα Εκδηλώσεων"
182
 
183
+ #: ../admin-views/event-sidebar-options.php:15
184
  msgid "Sticky in Calendar View"
185
  msgstr "Εξέχουσα (sticky) στην Εμφάνιση Ημερολογίου"
186
 
187
+ #: ../admin-views/events-meta-box.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  msgid "Event Time &amp; Date"
189
  msgstr "Ώρα &amp; Ημερομηνία Εκδήλωσης"
190
 
191
+ #: ../admin-views/events-meta-box.php:40
192
  msgid ""
193
  "You have changed the recurrence rules of this event. Saving the event will "
194
  "update all future events. If you did not mean to change all events, then "
199
  "να αλλάξετε όλες τις εκδηλώσεις, παρακαλούμε ανανεώστε τη σελίδα."
200
 
201
  #
202
+ #: ../admin-views/events-meta-box.php:43
203
  msgid "All Day Event:"
204
  msgstr "Ολοήμερη Εκδήλωση:"
205
 
206
  #
207
+ #: ../admin-views/events-meta-box.php:49
208
  msgid "Start Date &amp; Time:"
209
  msgstr "Ημερομηνία &amp; Ώρα Έναρξης:"
210
 
211
+ #: ../admin-views/events-meta-box.php:52 ../admin-views/events-meta-box.php:73
212
  msgid "YYYY-MM-DD"
213
  msgstr "ΕΕΕΕ-ΜΜ-ΗΗ"
214
 
215
  #
216
+ #: ../admin-views/events-meta-box.php:70
217
  msgid "End Date &amp; Time:"
218
  msgstr "Ημερομηνία &amp; Ώρα Λήξης:"
219
 
220
+ #: ../admin-views/events-meta-box.php:98
221
  msgid "Event Location Details"
222
  msgstr "Λεπτομέρειες Τοποθεσίας Εκδήλωσης"
223
 
224
+ #: ../admin-views/events-meta-box.php:107
225
  msgid "Event Organizer Details"
226
  msgstr "Λεπτομέρειες Διοργανωτή Εκδήλωσης"
227
 
228
  #
229
+ #: ../admin-views/events-meta-box.php:116
230
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:66
231
  msgid "Event Website"
232
  msgstr "Site Εκδήλωσης"
233
 
234
+ #: ../admin-views/events-meta-box.php:119
235
  msgid "URL:"
236
  msgstr "URL:"
237
 
238
+ #: ../admin-views/events-meta-box.php:133
239
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
240
  msgid "Event Cost"
241
  msgstr "Κόστος Εκδήλωσης"
242
 
243
+ #: ../admin-views/events-meta-box.php:136
244
  msgid "Currency Symbol:"
245
  msgstr "Σύμβολο Νομίσματος:"
246
 
247
+ #: ../admin-views/events-meta-box.php:151
248
  msgctxt "Currency symbol position"
249
  msgid "Before cost"
250
  msgstr "Πριν την τιμή"
251
 
252
+ #: ../admin-views/events-meta-box.php:154
253
  msgctxt "Currency symbol position"
254
  msgid "After cost"
255
  msgstr "Μετά την τιμή"
256
 
257
+ #: ../admin-views/events-meta-box.php:159
258
+ #: ../public/advanced-functions/meta.php:373
259
+ #: ../views/modules/meta/details.php:96
260
  msgid "Cost:"
261
  msgstr "Κόστος:"
262
 
263
+ #: ../admin-views/events-meta-box.php:167
264
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
265
  msgstr ""
266
  "Εισάγετε 0 για εκδηλώσεις με ελεύθερη είσοδο ή αφήστε το κενό για να "
267
  "αποκρύψετε το πεδίο."
268
 
269
+ #: ../admin-views/organizer-meta-box.php:14
270
+ #: ../admin-views/venue-meta-box.php:22
271
+ #, php-format
272
  msgid "%s Name:"
273
+ msgstr "Όνομα %s:"
274
+
275
+ #: ../admin-views/organizer-meta-box.php:21
276
+ #: ../admin-views/tickets/attendees.php:52
277
+ #: ../admin-views/venue-meta-box.php:109
278
+ #: ../public/advanced-functions/meta.php:476
279
+ #: ../public/advanced-functions/meta.php:549
280
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:40
281
  msgid "Phone:"
282
  msgstr "Τηλέφωνο:"
283
 
284
+ #: ../admin-views/organizer-meta-box.php:27
285
+ #: ../admin-views/tickets/attendees.php:61
286
+ #: ../admin-views/venue-meta-box.php:116
287
+ #: ../public/advanced-functions/meta.php:418
288
+ #: ../public/advanced-functions/meta.php:506
289
+ #: ../public/advanced-functions/meta.php:579
290
+ #: ../views/modules/meta/details.php:121
291
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:45
292
  msgid "Website:"
293
  msgstr "Ιστοσελίδα:"
294
 
295
+ #: ../admin-views/organizer-meta-box.php:33
296
+ #: ../public/advanced-functions/meta.php:564
297
  #: ../views/modules/meta/organizer.php:29
298
  msgid "Email:"
299
  msgstr "Email:"
300
 
301
+ #: ../admin-views/organizer-meta-box.php:34
302
  msgid ""
303
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
304
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
310
  "spammers."
311
 
312
  #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
313
+ #: ../lib/tickets/tribe-tickets-pro.php:74
314
  msgid "Attendees"
315
  msgstr "Συμμετέχοντες"
316
 
317
  #
318
+ #: ../admin-views/tickets/attendees.php:17
319
  msgid "Event Summary"
320
  msgstr "Περίληψη Εκδήλωσης"
321
 
322
  #
323
+ #: ../admin-views/tickets/attendees.php:23
324
  msgid "Event Details"
325
  msgstr "Λεπτομέρειες Εκδήλωσης"
326
 
327
+ #: ../admin-views/tickets/attendees.php:25
328
  msgid "Start Date / Time:"
329
  msgstr "Ημερομηνία / Ώρα Έναρξης:"
330
 
331
+ #: ../admin-views/tickets/attendees.php:29
332
  msgid "End Date / Time:"
333
  msgstr "Ημερομηνία / Ώρα Λήξης:"
334
 
335
+ #: ../admin-views/tickets/attendees.php:69
336
  msgid "Ticket Sales"
337
  msgstr "Πωλήσεις Εισιτηρίων"
338
 
339
+ #: ../admin-views/tickets/attendees.php:86
340
  #, php-format
341
+ msgid "(%d awaiting review)"
342
+ msgid_plural "(%d awaiting review)"
343
+ msgstr[0] "(%d αναμένει αναθεώρηση)"
344
+ msgstr[1] "(%d αναμένουν αναθεώρηση)"
345
 
346
+ #: ../admin-views/tickets/attendees.php:90
347
  #, php-format
348
+ msgid "Sold %d %s"
349
+ msgstr "Πωλήθηκαν %d %s"
350
 
351
+ #: ../admin-views/tickets/attendees.php:93
352
+ #, php-format
353
+ msgid "Sold %d of %d %s"
354
+ msgstr "Πωλήθηκαν %d από %d %s"
355
+
356
+ #: ../admin-views/tickets/attendees.php:111
357
  msgid "Tickets sold:"
358
  msgstr "Εισιτήρια που πουλήθηκαν:"
359
 
360
+ #: ../admin-views/tickets/attendees.php:118
361
+ msgid "Finalized:"
362
+ msgstr "Οριστικοποιήθηκε:"
363
+
364
+ #: ../admin-views/tickets/attendees.php:121
365
+ msgid "Awaiting review:"
366
+ msgstr "Αναμένει αναθεώρηση:"
367
+
368
+ #: ../admin-views/tickets/attendees.php:128
369
  msgid "Checked in:"
370
  msgstr "Πέρασαν από τον έλεγχο εισιτηρίων:"
371
 
372
+ #: ../admin-views/tickets/attendees.php:146
373
  msgid "Send the attendee list by email"
374
  msgstr "Στείλτε τη λίστα συμμετεχόντων μέσω email"
375
 
376
  #
377
+ #: ../admin-views/tickets/attendees.php:150
378
  msgid "Select a User:"
379
  msgstr "Επιλέξτε ένα Χρήστη:"
380
 
381
+ #: ../admin-views/tickets/attendees.php:155
382
  msgid "Select..."
383
  msgstr "Επιλέξτε…"
384
 
385
+ #: ../admin-views/tickets/attendees.php:160
386
  msgid "or"
387
  msgstr "ή"
388
 
389
  #
390
+ #: ../admin-views/tickets/attendees.php:162
391
  msgid "Email Address:"
392
  msgstr "Διεύθυνση Email:"
393
 
396
  msgstr "Επεξεργασία"
397
 
398
  #: ../admin-views/tickets/list.php:22
399
+ #: ../lib/tickets/tribe-tickets-attendees.php:235
400
  msgid "Delete"
401
  msgstr "Διαγραφή"
402
 
409
  msgid "View"
410
  msgstr "Προβολή"
411
 
412
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:74
413
  msgid "See who purchased tickets to this event"
414
  msgstr "Δείτε ποιος αγόρασε εισιτήρια γι' αυτήν την εκδήλωση"
415
 
416
+ #: ../admin-views/tickets/list.php:67
417
+ #, php-format
418
+ msgid "Sold %d"
419
+ msgstr "Πωλήθηκαν %d"
420
+
421
+ #: ../admin-views/tickets/list.php:69
422
+ #, php-format
423
+ msgid "Sold %d of %d"
424
+ msgstr "Πωλήθηκαν %d από %d"
425
+
426
+ #: ../admin-views/tickets/meta-box.php:23
427
  msgid ""
428
  "This event was created using Community Events. Are you sure you want to sell "
429
  "tickets for it?"
431
  "Η εκδήλωση αυτή δημιουργήθηκε χρησιμοποιώντας το Community Events. Είστε "
432
  "σίγουρος ότι θέλετε να πουλήσετε εισιτήρια γι' αυτήν;"
433
 
434
+ #: ../admin-views/tickets/meta-box.php:34
435
  msgid "Upload image for the ticket header"
436
  msgstr "Ανεβάστε εικόνα για την κεφαλίδα του εισιτηρίου"
437
 
438
+ #: ../admin-views/tickets/meta-box.php:35
439
  msgid ""
440
  "The maximum image size in the email will be 580px wide by any height, and "
441
  "then scaled for mobile. If you would like \"retina\" support use an image "
446
  "υποστήριξη \"retina\" χρησιμοποιήστε μία εικόνα πλάτους 1160px."
447
 
448
  #
449
+ #: ../admin-views/tickets/meta-box.php:38
450
  msgid "Select an Image"
451
  msgstr "Επιλέξτε μία εικόνα"
452
 
453
+ #: ../admin-views/tickets/meta-box.php:46
454
  msgid "Remove"
455
  msgstr "Κατάργηση"
456
 
457
  #
458
+ #: ../admin-views/tickets/meta-box.php:64
459
+ #: ../admin-views/tickets/meta-box.php:74
460
  msgid "Add new ticket"
461
  msgstr "Προσθήκη νέου εισιτηρίου"
462
 
463
  #
464
+ #: ../admin-views/tickets/meta-box.php:75
465
  msgid "Edit ticket"
466
  msgstr "Επεξεργασία εισιτηρίου"
467
 
468
+ #: ../admin-views/tickets/meta-box.php:81
469
  msgid "Sell using:"
470
  msgstr "Πώληση με:"
471
 
472
  #
473
+ #: ../admin-views/tickets/meta-box.php:98
474
  msgid "Ticket Name:"
475
  msgstr "Όνομα Εισιτηρίου:"
476
 
477
+ #: ../admin-views/tickets/meta-box.php:105
478
  msgid "Ticket Description:"
479
  msgstr "Περιγραφή Εισιτηρίου:"
480
 
481
+ #: ../admin-views/tickets/meta-box.php:114
482
  msgid "Price:"
483
  msgstr "Τιμή:"
484
 
485
+ #: ../admin-views/tickets/meta-box.php:120
486
  msgid "(0 or empty for free tickets)"
487
  msgstr "(0 ή κενό για δωρεάν εισητήρια)"
488
 
489
  #
490
+ #: ../admin-views/tickets/meta-box.php:126
491
  msgid "Start sale:"
492
  msgstr "Έναρξη πωλήσεων:"
493
 
494
  #
495
+ #: ../admin-views/tickets/meta-box.php:150
496
  msgid "End sale:"
497
  msgstr "Λήξη πωλήσεων:"
498
 
499
+ #: ../admin-views/tickets/meta-box.php:172
500
  msgid ""
501
  "When will ticket sales occur? If you don't set a start/end date for sales, "
502
  "tickets will be available from now until the event ends."
505
  "ημερομηνία έναρξης / λήξης για τις πωλήσεις, τα εισιτήρια θα είναι διαθέσιμα "
506
  "από σήμερα μέχρι την ολοκλήρωση της εκδήλωσης."
507
 
508
+ #: ../admin-views/tickets/meta-box.php:184
509
  msgid "Save this ticket"
510
  msgstr "Αποθηκεύστε αυτό το εισητήριο"
511
 
519
  msgstr "Προεπιλεγμένο Πρότυπο Σελίδας"
520
 
521
  #
522
+ #: ../admin-views/tribe-options-display.php:32
523
  msgid "Display Settings"
524
  msgstr "Προβολή Ρυθμίσεων"
525
 
526
+ #: ../admin-views/tribe-options-display.php:37
527
  #, php-format
528
  msgid ""
529
  "<p>The settings below control the display of your calendar. If things don't "
544
  "από το Github</a></p>"
545
 
546
  #
547
+ #: ../admin-views/tribe-options-display.php:52
548
  msgid "Basic Template Settings"
549
  msgstr "Βασικές Ρυθμίσεις Προτύπου"
550
 
551
+ #: ../admin-views/tribe-options-display.php:56
552
  msgid "Default stylesheet used for events templates"
553
  msgstr ""
554
  "Προεπιλεγμένο φύλλο μορφοποίησης που χρησιμοποιείται για τα πρότυπα "
555
  "εκδηλώσεων"
556
 
557
+ #: ../admin-views/tribe-options-display.php:59
558
  msgid "Skeleton Styles"
559
  msgstr "Στυλ σκελετού"
560
 
561
+ #: ../admin-views/tribe-options-display.php:61
562
  msgid ""
563
  "Only includes enough css to achieve complex layouts like calendar and week "
564
  "view."
566
  "Περιλαμβάνει μόνο αρκετά CSS για την επίτευξη σύνθετων διατάξεων, όπως τις "
567
  "προβολές ημερολογίου και εβδομάδας."
568
 
569
+ #: ../admin-views/tribe-options-display.php:63
570
  msgid "Full Styles"
571
  msgstr "Πλήρη Στυλ"
572
 
573
+ #: ../admin-views/tribe-options-display.php:65
574
  msgid "More detailed styling, tries to grab styles from your theme."
575
  msgstr ""
576
  "Πιο σύνθετη μορφοποίηση, επιχειρεί να υιοθετήσει τη μορφοποίηση του θέματός "
577
  "σας."
578
 
579
  #
580
+ #: ../admin-views/tribe-options-display.php:67
581
  msgid "Tribe Events Styles"
582
  msgstr "Στυλ Tribe Events"
583
 
584
+ #: ../admin-views/tribe-options-display.php:69
585
  msgid "A fully designed and styled theme for your events pages."
586
  msgstr ""
587
  "Ένα πλήρως σχεδιασμένο και μορφοποιημένο θέμα για τη σελίδα των εκδηλώσεών "
588
  "σας."
589
 
590
  #
591
+ #: ../admin-views/tribe-options-display.php:76
592
  msgid "Events template"
593
  msgstr "Πρότυπο εκδηλώσεων"
594
 
595
+ #: ../admin-views/tribe-options-display.php:77
596
  msgid ""
597
  "Choose a page template to control the appearance of your calendar and event "
598
  "content."
600
  "Επιλέξτε ένα πρότυπο σελίδας για τον έλεγχο της εμφάνισης του ημερολογίου "
601
  "σας και του περιεχομένου εκδηλώσεων."
602
 
603
+ #: ../admin-views/tribe-options-display.php:85
604
  msgid "Enable event views"
605
  msgstr "Ενεργοποίηση εμφανίσεων εκδήλωσης"
606
 
607
+ #: ../admin-views/tribe-options-display.php:86
608
  msgid "You must select at least one view."
609
  msgstr "Πρέπει να επιλέξετε τουλάχιστον μία εμφάνιση."
610
 
611
+ #: ../admin-views/tribe-options-display.php:93
612
  msgid "Default view"
613
  msgstr "Προεπιλεγμένη εμφάνιση"
614
 
615
+ #: ../admin-views/tribe-options-display.php:101
616
  msgid "Disable the Event Search Bar"
617
  msgstr "Απενεργοποίση της Μπάρας Αναζήτησης Εκδηλώσεων"
618
 
619
+ #: ../admin-views/tribe-options-display.php:102
620
  msgid "Check this to use the classic header."
621
  msgstr "Επιλέξτε το για να χρησιμοποιήσετε την κλασική κεφαλίδα."
622
 
623
+ #: ../admin-views/tribe-options-display.php:108
624
  msgid "Month view events per day"
625
  msgstr "Προβολή εκδηλώσεων μήνα ανά ημέρα"
626
 
627
+ #: ../admin-views/tribe-options-display.php:109
628
  msgid "Allow more than the default 3 events per day in month view."
629
  msgstr ""
630
  "Επιτρέψτε περισσότερες από τις προεπιλεγμένες 3 εκδηλώσεις ανά ημέρα σε "
631
  "προβολή μήνα."
632
 
633
  #
634
+ #: ../admin-views/tribe-options-display.php:116
635
  msgid "Date Format Settings"
636
  msgstr "Ρυθμίσεις Προβολής Ημερομηνίας"
637
 
638
+ #: ../admin-views/tribe-options-display.php:120
639
  msgid ""
640
  "<p>The following three fields accept the date format options available to "
641
  "the php date() function. <a href=\"http://codex.wordpress.org/"
647
  "Formatting_Date_and_Time\" target=\"_blank\">Μάθετε εδώ πως να φτιάχνετε την "
648
  "δική σας μορφή ημερομηνίας</a>.</p>"
649
 
650
+ #: ../admin-views/tribe-options-display.php:124
651
  msgid "Date with year"
652
  msgstr "Ημερομηνία με έτος"
653
 
654
+ #: ../admin-views/tribe-options-display.php:125
655
  msgid ""
656
  "Enter the format to use for displaying dates with the year. Used when "
657
  "showing an event from a past or future year, also used for dates in view "
661
  "έτος. Χρησιμοποιείται για προβολή εκδήλωσης περασμένου ή επόμενου έτους, "
662
  "καθώς και για ημερομηνίες στις επικεφαλίδες προβολής."
663
 
664
+ #: ../admin-views/tribe-options-display.php:132
665
  msgid "Date without year"
666
  msgstr "Ημερομηνία χωρίς έτος"
667
 
668
+ #: ../admin-views/tribe-options-display.php:133
669
  msgid ""
670
  "Enter the format to use for displaying dates without a year. Used when "
671
  "showing an event from the current year."
673
  "Καταχωρίστε την μορφή που θα χρησιμοποιείται για προβολή ημερομηνίας χωρίς "
674
  "έτος. Χρησιμοποιείται για προβολή εκδήλωσης τρέχοντος έτους."
675
 
676
+ #: ../admin-views/tribe-options-display.php:140
677
  msgid "Month and year format"
678
  msgstr "Μορφή μήνα και έτους"
679
 
680
+ #: ../admin-views/tribe-options-display.php:141
681
  msgid ""
682
  "Enter the format to use for dates that show a month and year only. Used on "
683
  "month view."
685
  "Καταχωρίστε την μορφή που θα χρησιμοποιείται για προβολή ημερομηνίας που "
686
  "δείχνουν μόνο μήνα και έτος. Χρησιμοποιείται στην προβολή μήνα."
687
 
688
+ #: ../admin-views/tribe-options-display.php:148
689
  msgid "Date time separator"
690
  msgstr "Διαχωριστικό ημερομηνίας και ώρας"
691
 
692
+ #: ../admin-views/tribe-options-display.php:149
693
  msgid ""
694
  "Enter the separator that will be placed between the date and time, when both "
695
  "are shown."
697
  "Καταχωρίστε το διαχωριστικό που θα τοποθετηθεί μεταξύ ημερομηνίας και ώρας, "
698
  "όταν έχει επιλεχθεί η προβολή και των δύο."
699
 
700
+ #: ../admin-views/tribe-options-display.php:156
701
  msgid "Time range separator"
702
  msgstr "Διαχωριστικό εύρους ώρας"
703
 
704
+ #: ../admin-views/tribe-options-display.php:157
705
  msgid ""
706
  "Enter the separator that will be used between the start and end time of an "
707
  "event."
709
  "Καταχωρίστε το διαχωριστικό που θα τοποθετηθεί μεταξύ ώρας έναρξης και λήξης "
710
  "της εκδήλωσης."
711
 
712
+ #: ../admin-views/tribe-options-display.php:164
713
  msgid "Datepicker Date Format"
714
  msgstr "Μορφή ημερομηνίας στον επιλογέα ημερομηνίας"
715
 
716
+ #: ../admin-views/tribe-options-display.php:165
717
  msgid "Select the date format to use in datepickers"
718
  msgstr ""
719
  "Επιλογή μορφής ημερομηνίας που θα χρησιμοποιείται στους επιλογείς ημερομηνίας"
720
 
721
  #
722
+ #: ../admin-views/tribe-options-display.php:182
723
  msgid "Advanced Template Settings"
724
  msgstr "Προηγμένες Ρυθμίσεις Προτύπου"
725
 
726
  #
727
+ #: ../admin-views/tribe-options-display.php:186
728
  msgid "Add HTML before event content"
729
  msgstr "Προσθήκη HTML πριν από το περιεχόμενο της εκδήλωσης"
730
 
731
+ #: ../admin-views/tribe-options-display.php:187
732
  msgid ""
733
  "If you are familiar with HTML, you can add additional code before the event "
734
  "template. Some themes may require this to help with styling or layout."
738
  "καθώς βοηθάει στη μορφοποίηση ή διάταξη."
739
 
740
  #
741
+ #: ../admin-views/tribe-options-display.php:192
742
  msgid "Add HTML after event content"
743
  msgstr "Προσθήκη HTML μετά το περιεχόμενο της εκδήλωσης"
744
 
745
+ #: ../admin-views/tribe-options-display.php:193
746
  msgid ""
747
  "If you are familiar with HTML, you can add additional code after the event "
748
  "template. Some themes may require this to help with styling or layout."
751
  "μετά το πρότυπο εκδηλώσεων. Αυτό είναι απαραίτητο για κάποια θέματα, καθώς "
752
  "βοηθάει στη μορφοποίηση ή διάταξη."
753
 
754
+ #: ../admin-views/tribe-options-general.php:15
755
  msgid "Finding & extending your calendar."
756
  msgstr "Εύρεση & επέκταση του ημερολογίου σας."
757
 
758
+ #: ../admin-views/tribe-options-general.php:20
759
  msgid "Finding your calendar."
760
  msgstr "Εύρεση του ημερολογίου σας."
761
 
762
  #
763
+ #: ../admin-views/tribe-options-general.php:25
764
  msgid "Where's my calendar?"
765
  msgstr "Πού είναι το ημερολόγιό μου;"
766
 
767
+ #: ../admin-views/tribe-options-general.php:25
768
  msgid "Right here"
769
  msgstr "Ακριβώς εδώ"
770
 
771
+ #: ../admin-views/tribe-options-general.php:29
772
  msgid ""
773
  "Looking for additional functionality including recurring events, custom "
774
  "meta, community events, ticket sales and more?"
778
  "και άλλα;"
779
 
780
  #
781
+ #: ../admin-views/tribe-options-general.php:29
782
  msgid "Check out the available add-ons"
783
  msgstr "Ελέγξτε τις διαθέσιμες επεκτάσεις"
784
 
785
+ #: ../admin-views/tribe-options-general.php:34
786
  msgid "We hope our plugin is helping you out."
787
  msgstr "Ελπίζουμε το πρόσθετό μας να σας βοηθάει."
788
 
789
+ #: ../admin-views/tribe-options-general.php:38
790
  msgid ""
791
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
792
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
799
  "μικρό κείμενο με σύνδεσμο στο κάτω μέρος του ημερολογίου σας που να οδηγεί "
800
  "στο πρότζεκτ The Events Calendar."
801
 
802
+ #: ../admin-views/tribe-options-general.php:38
803
+ #: ../admin-views/tribe-options-general.php:43
804
  msgid "See an example of the link"
805
  msgstr "Δείτε ένα παράδειγμα του συνδέσμου"
806
 
807
+ #: ../admin-views/tribe-options-general.php:43
808
  msgid ""
809
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
810
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
818
  "στο πρότζεκτ The Events Calendar."
819
 
820
  #
821
+ #: ../admin-views/tribe-options-general.php:48
822
  msgid "Show The Events Calendar link"
823
  msgstr "Εμφάνιση του συνέσμου προς The Events Calendar"
824
 
825
  #
826
+ #: ../admin-views/tribe-options-general.php:62
827
  msgid "General Settings"
828
  msgstr "Γενικές Ρυθμίσεις"
829
 
830
+ #: ../admin-views/tribe-options-general.php:66
831
  msgid "Number of events to show per page"
832
  msgstr "Αριθμός εκδηλώσεων ανά σελίδα"
833
 
834
+ #: ../admin-views/tribe-options-general.php:73
835
  msgid "Use Javascript to control date filtering"
836
  msgstr "Χρησιμοποιήστε Javascript για να ελέγξετε το φιλτράρισμα ημερομηνιών"
837
 
838
+ #: ../admin-views/tribe-options-general.php:74
839
  msgid ""
840
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
841
  "the Display settings tab."
843
  "Αυτή η επιλογή είναι απενεργοποιημένη όταν η \"Απενεργοποίση της Μπάρας "
844
  "Αναζήτησης Εκδηλώσεων\" είναι επιλεγμένη στην καρτέλα ρυθμίσεις Προβολής."
845
 
846
+ #: ../admin-views/tribe-options-general.php:74
847
  msgid ""
848
  "Enable live ajax for datepicker on front end (User submit not required)."
849
  msgstr ""
851
  "απαιτείται υποβολή χρήστη)."
852
 
853
  #
854
+ #: ../admin-views/tribe-options-general.php:82
855
  msgid "Show comments"
856
  msgstr "Εμφάνιση σχολίων"
857
 
858
+ #: ../admin-views/tribe-options-general.php:83
859
  msgid "Enable comments on event pages."
860
  msgstr "Ενεργοποίηση σχολίων στις σελίδες εκδηλώσεων."
861
 
862
+ #: ../admin-views/tribe-options-general.php:89
863
  msgid "Include events in main blog loop"
864
  msgstr "Συμπερίληψη εκδηλώσεων στον κύριο βρόχο του ιστολογίου (blog)"
865
 
866
+ #: ../admin-views/tribe-options-general.php:90
867
  msgid ""
868
  "Show events with the site's other posts. When this box is checked, events "
869
  "will also continue to appear on the default events page."
872
  "επιλεγμένο, οι εκδηλώσεις θα συνεχίσουν επίσης να εμφανίζονται στην "
873
  "προεπιλεγμένη σελίδα των εκδηλώσεων."
874
 
875
+ #: ../admin-views/tribe-options-general.php:96
876
+ #: ../admin-views/tribe-options-general.php:102
877
  msgid "Events URL slug"
878
  msgstr "URL slug Εκδηλώσεων"
879
 
880
+ #: ../admin-views/tribe-options-general.php:97
881
  #, php-format
882
  msgid ""
883
  "You cannot edit the slug for your events page as you do not have pretty "
892
  "συνδέσμους</a>."
893
 
894
  #
895
+ #: ../admin-views/tribe-options-general.php:109
896
+ #: ../public/template-tags/options.php:20
897
  msgid "The slug used for building the events URL."
898
  msgstr "Το slug χρησιμοποιείται για την κατασκευή των URL των εκδηλώσεων."
899
 
900
+ #: ../admin-views/tribe-options-general.php:109
901
  #, php-format
902
  msgid "Your current events URL is: %s"
903
  msgstr "Η τρέχουσα διεύθυνση URL των εκδηλώσεων σας είναι: %s"
904
 
905
  #
906
+ #: ../admin-views/tribe-options-general.php:114
907
+ #: ../public/template-tags/options.php:39
908
  msgid "Here is the iCal feed URL for your events:"
909
  msgstr "Εδώ είναι το iCal feed URL για τις εκδηλώσεις σας:"
910
 
911
  #
912
+ #: ../admin-views/tribe-options-general.php:119
913
  msgid "Single event URL slug"
914
  msgstr "URL slug μεμονομένης εκδήλωσης"
915
 
916
+ #: ../admin-views/tribe-options-general.php:126
917
  #, php-format
918
  msgid ""
919
  "The above should ideally be plural, and this singular.<br />Your single "
922
  "Τo παραπάνω θα πρέπει ιδανικά να είναι στον πληθυντικό, και αυτό στον ενικό. "
923
  "<br /> Το μοναδικό URL της εκδήλωσής σας είναι: %s."
924
 
925
+ #: ../admin-views/tribe-options-general.php:131
926
  msgid "End of day cutoff"
927
  msgstr "Ανώτατο όριο τέλους ημέρας"
928
 
929
+ #: ../admin-views/tribe-options-general.php:164
930
  msgid ""
931
  "Have an event that runs past midnight? Select a time after that event's end "
932
  "to avoid showing the event on the next day's calendar."
935
  "επισήμως η ημέρα σας για να αποφευχθεί η κατά λάθος προβολή της εκδήλωσής "
936
  "σας στην επόμενη μέρα."
937
 
938
+ #: ../admin-views/tribe-options-general.php:169
939
  msgid "Default currency symbol"
940
  msgstr "Προεπιλεγμένο σύμβολο νομίσματος"
941
 
942
+ #: ../admin-views/tribe-options-general.php:170
943
  msgid ""
944
  "Set the default currency symbol for event costs. Note that this only impacts "
945
  "future events, and changes made will not apply retroactively."
948
  "Σημειώστε ότι αυτό θα έχει επίπτωση μόνο στα μελλοντικά γεγονότα και οι "
949
  "αλλαγές που θα γίνουν δεν θα ισχύσουν αναδρομικά."
950
 
951
+ #: ../admin-views/tribe-options-general.php:177
952
  msgid "Currency symbol follows value"
953
  msgstr "Σύμβολο νομίσματος μετά την τιμή"
954
 
955
+ #: ../admin-views/tribe-options-general.php:178
956
  msgid ""
957
  "The currency symbol normally precedes the value. Enabling this option "
958
  "positions the symbol after the value."
961
  "την επιλογή τοποθετεί το σύμβολο μετά την τιμή."
962
 
963
  #
964
+ #: ../admin-views/tribe-options-general.php:184
965
  msgid "Map Settings"
966
  msgstr "Ρυθμίσεις Χάρτη"
967
 
968
+ #: ../admin-views/tribe-options-general.php:188
969
  msgid "Enable Google Maps"
970
  msgstr "Ενεργοποίηση των Χαρτών Google"
971
 
972
+ #: ../admin-views/tribe-options-general.php:189
973
  msgid "Check to enable maps for events and venues."
974
  msgstr ""
975
  "Επιλέγξτε για να ενεργοποιήσετε χάρτες για τις εκδηλώσεις και τους χώρους "
976
  "διεξαγωγής."
977
 
978
+ #: ../admin-views/tribe-options-general.php:196
979
  msgid "Google Maps default zoom level"
980
  msgstr "Προεπιλεγμένο επίπεδο εστίασης για τους Χάρτες Google"
981
 
982
+ #: ../admin-views/tribe-options-general.php:197
983
  msgid "0 = zoomed out; 21 = zoomed in."
984
  msgstr "0 = σμίκρυνση, 21 = μεγέθυνση."
985
 
986
  #
987
+ #: ../admin-views/tribe-options-general.php:205
988
  msgid "Miscellaneous Settings"
989
  msgstr "Διάφορες Ρυθμίσεις"
990
 
991
+ #: ../admin-views/tribe-options-general.php:209
992
  msgid "Duplicate Venues &amp; Organizers"
993
  msgstr "Διπλότυποι Χώροι Διεξαγωγής και Διοργανωτές"
994
 
995
+ #: ../admin-views/tribe-options-general.php:209
996
+ #: ../lib/tribe-amalgamator.php:260
997
  msgid "Merge Duplicates"
998
  msgstr "Συγχώνευση Διπλότυπων"
999
 
1000
+ #: ../admin-views/tribe-options-general.php:209
1001
  msgid ""
1002
  "You might find duplicate venues and organizers when updating The Events "
1003
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
1008
  "να συγχωνευθούν αυτόματα οι πανομοιότυποι χώροι και διοργανωτές."
1009
 
1010
  #
1011
+ #: ../admin-views/tribe-options-general.php:214
1012
  msgid "Debug mode"
1013
  msgstr "Λειτουργία αποσφαλμάτωσης"
1014
 
1015
+ #: ../admin-views/tribe-options-general.php:220
1016
  #, php-format
1017
  msgid ""
1018
  "Enable this option to log debug information. By default this will log to "
1026
  "τότε σας συνιστούμε να εγκαταστήσετε το %s και να αναζητήσετε την καρτέλα "
1027
  "\"Tribe\" στην έξοδο αποσφαλμάτωσης."
1028
 
1029
+ #: ../admin-views/tribe-options-general.php:220
1030
  msgid "Debug Bar Plugin"
1031
  msgstr "Πρόσθετο Μπάρας Αποσφαλμάτωσης"
1032
 
1033
+ #: ../admin-views/tribe-options-help.php:28
1034
  msgctxt "not available"
1035
  msgid "n/a"
1036
  msgstr "μ/δ (μη διαθέσιμο)"
1037
 
1038
+ #: ../admin-views/tribe-options-help.php:29
1039
  msgid "You need to upgrade!"
1040
  msgstr "Πρέπει να αναβαθμίσετε!"
1041
 
1042
+ #: ../admin-views/tribe-options-help.php:29
1043
  msgid "You are up to date!"
1044
  msgstr "Έχετε τις τελευταίες ενημερώσεις!"
1045
 
1046
  #
1047
+ #: ../admin-views/tribe-options-help.php:52
1048
  msgid "The Events Calendar PRO"
1049
  msgstr "The Events Calendar PRO"
1050
 
1051
  #
1052
+ #: ../admin-views/tribe-options-help.php:56
1053
  msgid "The Events Calendar: Eventbrite Tickets"
1054
  msgstr "The Events Calendar: Εισητήρια Eventbrite "
1055
 
1056
  #
1057
+ #: ../admin-views/tribe-options-help.php:60
1058
  msgid "The Events Calendar: Community Events"
1059
  msgstr "The Events Calendar: Εκδηλώσεις Community"
1060
 
1061
  #
1062
+ #: ../admin-views/tribe-options-help.php:64
1063
  msgid "The Events Calendar: Facebook Events"
1064
  msgstr "The Events Calendar: Εκδηλώσεις Facebook"
1065
 
1066
  #
1067
+ #: ../admin-views/tribe-options-help.php:68
1068
  msgid "The Events Calendar: WooCommerce Tickets"
1069
  msgstr "The Events Calendar: Εισητήρια WooCommerce "
1070
 
1071
  #
1072
+ #: ../admin-views/tribe-options-help.php:73
1073
  msgid "The Events Calendar: EDD Tickets"
1074
  msgstr "The Events Calendar: Εισητήρια EDD "
1075
 
1076
  #
1077
+ #: ../admin-views/tribe-options-help.php:78
1078
  msgid "The Events Calendar: WPEC Tickets"
1079
  msgstr "The Events Calendar: Εισητήρια WPEC "
1080
 
1081
  #
1082
+ #: ../admin-views/tribe-options-help.php:83
1083
  msgid "The Events Calendar: Shopp Tickets"
1084
  msgstr "The Events Calendar: Εισητήρια Shopp "
1085
 
1086
+ #: ../admin-views/tribe-options-help.php:88
1087
  msgid "The Events Calendar: Filter Bar"
1088
  msgstr "The Events Calendar: Filter Bar"
1089
 
1090
+ #: ../admin-views/tribe-options-help.php:94
1091
+ msgid ""
1092
+ "If you're looking for help with The Events Calendar, you've come to the "
1093
+ "right place. We are committed to helping make your calendar kick ass...and "
1094
+ "hope the resources provided below will help get you there."
1095
+ msgstr ""
1096
+ "Αν ψάχνετε για βοήθεια σχετικά με το The Events Calendar, έχετε έρθει στο "
1097
+ "σωστό μέρος. Δεσμευόμαστε να σας βοηθήσουμε ώστε να κάνετε το ημερολόγιο σας "
1098
+ "πρώτο...και ελπίζουμε οι πόροι που παρέχονται παρακάτω θα σας βοηθήσουν να "
1099
+ "φτάσετε εκεί. "
1100
+
1101
+ #: ../admin-views/tribe-options-help.php:97
1102
  msgid ""
1103
  "If this is your first time using The Events Calendar, you're in for a treat "
1104
  "and are already well on your way to creating a first event. Here are some "
1109
  "εκδήλωσής. Εδώ θα βρείτε μερικά βασικά στοιχεία που θεωρούμε χρήσιμα για "
1110
  "τους νέους χρήστες."
1111
 
1112
+ #: ../admin-views/tribe-options-help.php:100
1113
  #, php-format
1114
  msgid ""
1115
  "%sOur New User Primer%s was designed for folks in your exact position. "
1122
  "συνοδεύουν τις εικόνες, το αλφαβητάρι επιχειρεί να σας απογειώσει από το "
1123
  "μηδέν στο ζενίθ σε χρόνο μηδέν."
1124
 
1125
+ #: ../admin-views/tribe-options-help.php:102
1126
  #, php-format
1127
  msgid ""
1128
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
1136
  "είναι χρήσιμη δεδομένου ότι έχει ως στόχο την αντιμετώπιση βασικών ζητημάτων "
1137
  "εγκατάστασης που δεν καλύπτονται από το Αλφαβητάρι Νέου Χρήστη."
1138
 
1139
+ #: ../admin-views/tribe-options-help.php:104
1140
  #, php-format
1141
  msgid ""
1142
  "Are you developer looking to build your own frontend view? We created an "
1147
  "Έχουμε δημιουργήσει ένα πρότυπο πρόσθετο που δείχνει πώς να καταχωρήσετε μία "
1148
  "νέα προβολή. Μπορείτε να %sτο κατεβάσετε από το GitHub%s για να ξεκινήσετε."
1149
 
1150
+ #: ../admin-views/tribe-options-help.php:106
1151
  msgid ""
1152
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
1153
  "the Events menu and adding your first event."
1155
  "Διαφορετικά, αν αισθάνεστε τολμηρός, μπορείτε να ξεκινήσετε αμέσως "
1156
  "πηγαίνοντας στο Μενού Εκδηλώσεων και προσθέτοντας την πρώτη σας εκδήλωση."
1157
 
1158
+ #: ../admin-views/tribe-options-help.php:110
1159
  #, php-format
1160
  msgid ""
1161
  "We've redone our support page from the ground up in an effort to better help "
1166
  "παρέχουμε καλύτερη βοήθεια στους χρήστες. Πηγαίντε στη %sΣελίδα Υποστήριξης"
1167
  "%s όπου θα βρείτε σημαντικούς πόρους, όπως οι εξής:"
1168
 
1169
+ #: ../admin-views/tribe-options-help.php:112
1170
  #, php-format
1171
  msgid ""
1172
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1175
  "%sΕτικέτες προτύπων, λειτουργίες και άγκιστρα & φίλτρα%s για το The Events "
1176
  "Calendar &amp; Events Calendar PRO"
1177
 
1178
+ #: ../admin-views/tribe-options-help.php:114
1179
  #, php-format
1180
  msgid ""
1181
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
1184
  "%sΣυχνές Ερωτήσεις%s που κυμαίνονται από βασικά ερωτήματα εγκατάστασης έως "
1185
  "προηγμένες τροποιποιήσεις θεμάτων."
1186
 
1187
+ #: ../admin-views/tribe-options-help.php:116
1188
  #, php-format
1189
  msgid ""
1190
  "%sTutorials%s written by both members of our team and users from the "
1195
  "κοινότητας, τα οποία καλύπτουν προσαρμοσμένα ερωτήματα, ζητήματα ενοποίησης "
1196
  "με θέματα και πρόσθετα τρίτων, κ.λπ."
1197
 
1198
+ #: ../admin-views/tribe-options-help.php:118
1199
  msgid ""
1200
  "Release notes for painting an overall picture of the plugin's lifecycle and "
1201
  "when features/bug fixes were introduced."
1203
  "Σημειώσεις για να πάρετε μία γενική εικόνα για τον κύκλο ζωής του πρόσθετου "
1204
  "και για το πότε εισήχθησαν οι λειτουργίες/διορθώσεις σφαλμάτων."
1205
 
1206
+ #: ../admin-views/tribe-options-help.php:120
1207
  #, php-format
1208
  msgid ""
1209
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
1214
  "για το The Events Calendar (συμπεριλαμβανονένων των WooTickets, Community "
1215
  "Events, Eventbrite Tickets, Facebook Events, κ.λπ.)"
1216
 
1217
+ #: ../admin-views/tribe-options-help.php:122
1218
  #, php-format
1219
  msgid ""
1220
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
1232
  "τρόπο να διαμορφώσουμε το μέλλον των εταιρικών προϊόντων ώστε να "
1233
  "ανταποκρίνονται καλύτερα στις ανάγκες της κοινότητας."
1234
 
1235
+ #: ../admin-views/tribe-options-help.php:126
1236
  #, php-format
1237
  msgid ""
1238
  "Written documentation can only take things so far...sometimes, you need help "
1242
  "μερικές φορές να χρειάζεστε τη συνδρομή ενός πραγματικού προσώπου. Αυτό "
1243
  "είναι το σημείο που το %sφόρουμ υποστήριξης%s μπαίνει στο παιχνίδι."
1244
 
1245
+ #: ../admin-views/tribe-options-help.php:127
1246
  #, php-format
1247
  msgid ""
1248
  "Users of the free The Events Calendar should post their support concerns to "
1258
  "%sΥπόμνημα Υποστήριξης%s πριν δημοσιεύσετε ένα αίτημα, ώστε να κατανοήσετε "
1259
  "τους περιορισμούς μας."
1260
 
1261
+ #: ../admin-views/tribe-options-help.php:128
1262
  msgid ""
1263
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1264
  "you report a legitimate bug that we're able to reproduce, we will log it and "
1272
  "Δυστυχώς, δεν μπορούμε να παρέχουμε προσαρμοσμένες συμβουλές ή να σας "
1273
  "βοηθήσουμε στην ενσωμάτωση με πρόσθετα και θέματα τρίτων."
1274
 
1275
+ #: ../admin-views/tribe-options-help.php:129
1276
  #, php-format
1277
  msgid ""
1278
  "If you're a user of The Events Calendar and would like more support, please "
1286
  "υποστήριξης στους PRO χρήστες σε σχέση με εκείνη που μπορούμε να προσφέρουμε "
1287
  "στο WordPress.org."
1288
 
1289
+ #: ../admin-views/tribe-options-help.php:133
1290
  #, php-format
1291
  msgid ""
1292
  "If you find that you aren't getting the level of service you've come to "
1297
  "Modern Tribe, στείλτε μας ένα e-mail στο %s ή ένα tweet στο %s και πείτε μας "
1298
  "γιατί. Θα κάνουμε ό,τι μπορούμε για να γίνει το σωστό."
1299
 
1300
+ #: ../admin-views/tribe-options-help.php:134
1301
  msgid "More..."
1302
  msgstr "Περισσότερα…"
1303
 
1304
+ #: ../admin-views/tribe-options-help.php:143
1305
  msgid ""
1306
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1307
  "for installing our labor of love!"
1310
  "να σκίσετε. Ευχαριστούμε πολύ που εγκαταστήσατε το αποτέλεσμα των κόπων και "
1311
  "της αγάπης μας!"
1312
 
1313
+ #: ../admin-views/tribe-options-help.php:152
 
 
 
 
1314
  msgid "Support Resources To Help You Kick Ass"
1315
  msgstr "Πόροι Υποστήριξης που θα σας βοηθήσουν να σκίσετε!"
1316
 
1317
+ #: ../admin-views/tribe-options-help.php:155
1318
  msgid "Forums: Because Everyone Needs A Buddy"
1319
  msgstr "Φόρουμ: Γιατί όλοι χρειάζονται ένα φιλαράκι"
1320
 
1321
+ #: ../admin-views/tribe-options-help.php:158
1322
  msgid "Not getting help?"
1323
  msgstr "Χρειάζεστε περισσότερη βοήθεια;"
1324
 
1325
+ #: ../admin-views/tribe-options-help.php:170
1326
+ #: ../lib/the-events-calendar.class.php:586
1327
+ #: ../lib/tribe-settings.class.php:132
1328
  msgid "The Events Calendar"
1329
  msgstr "The Events Calendar"
1330
 
1331
+ #: ../admin-views/tribe-options-help.php:175
1332
  msgid "Latest Version:"
1333
  msgstr "Τελευταία Έκδοση:"
1334
 
1335
+ #: ../admin-views/tribe-options-help.php:176
1336
  msgid "Author:"
1337
  msgstr "Συντάκτης:"
1338
 
1339
+ #: ../admin-views/tribe-options-help.php:176
1340
  msgid "Modern Tribe Inc"
1341
  msgstr "Modern Tribe Inc"
1342
 
1343
+ #: ../admin-views/tribe-options-help.php:179
1344
  msgid "Requires:"
1345
  msgstr "Απαιτείται:"
1346
 
1347
+ #: ../admin-views/tribe-options-help.php:179
1348
  msgid "WordPress "
1349
  msgstr "WordPress "
1350
 
1351
+ #: ../admin-views/tribe-options-help.php:181
1352
  msgid "Wordpress.org Plugin Page"
1353
  msgstr "Σελίδα Προσθέτων του Wordpress.org"
1354
 
1355
+ #: ../admin-views/tribe-options-help.php:187
1356
  msgid "Average Rating"
1357
  msgstr "Μέσος όρος βαθμολογίας"
1358
 
1359
+ #: ../admin-views/tribe-options-help.php:191
1360
  #, php-format
1361
  msgid "Based on %d rating"
1362
  msgid_plural "Based on %d ratings"
1363
  msgstr[0] "Βασισμένο σε %d βαθμολογία"
1364
  msgstr[1] "Βασισμένο σε %d βαθμολογίες"
1365
 
1366
+ #: ../admin-views/tribe-options-help.php:193
1367
  msgid "Give us 5 stars!"
1368
  msgstr "Δώστε μας 5 αστέρια!"
1369
 
1370
+ #: ../admin-views/tribe-options-help.php:197
1371
  msgid "Premium Add-Ons"
1372
  msgstr "Πρόσθετα Ανώτερης Ποιότητας"
1373
 
1374
+ #: ../admin-views/tribe-options-help.php:206
1375
  msgid "(Coming Soon!)"
1376
  msgstr "(Προσεχώς!)"
1377
 
1378
+ #: ../admin-views/tribe-options-help.php:216
1379
  msgid "News and Tutorials"
1380
  msgstr "Νέα και Οδηγοί Εκμάθησης"
1381
 
1382
  #
1383
+ #: ../admin-views/tribe-options-network.php:15
1384
  msgid "Network Settings"
1385
  msgstr "Ρυθμίσεις Δικτύου"
1386
 
1387
+ #: ../admin-views/tribe-options-network.php:19
1388
  msgid ""
1389
  "This is where all of the global network settings for Modern Tribe's The "
1390
  "Events Calendar can be modified."
1392
  "Εδώ μπορείτε να τροποποιήσετε όλες τις γενικές ρυθμίσεις δικτύου για το The "
1393
  "Events Calendar της Modern Tribe."
1394
 
1395
+ #: ../admin-views/tribe-options-network.php:27
1396
  msgid "Hide the following settings tabs on every site:"
1397
  msgstr "Απόκρυψη των παρακάτω καρτέλων ρυθμίσεων σε όλα τα site:"
1398
 
1399
+ #: ../admin-views/venue-meta-box.php:31
1400
+ #: ../public/advanced-functions/meta.php:492
1401
  msgid "Address:"
1402
  msgstr "Διεύθυνση:"
1403
 
1404
+ #: ../admin-views/venue-meta-box.php:38
1405
  msgid "City:"
1406
  msgstr "Πόλη:"
1407
 
1408
+ #: ../admin-views/venue-meta-box.php:45
1409
  msgid "Country:"
1410
  msgstr "Χώρα:"
1411
 
1412
+ #: ../admin-views/venue-meta-box.php:85
1413
  msgid "State or Province:"
1414
  msgstr "Νομός ή Προάστιο:"
1415
 
1416
+ #: ../admin-views/venue-meta-box.php:89
1417
  msgid "Select a State:"
1418
  msgstr "Επιλέξτε Νομό:"
1419
 
1420
+ #: ../admin-views/venue-meta-box.php:102
1421
  msgid "Postal Code:"
1422
  msgstr "Ταχυδρομικός Κώδικας:"
1423
 
1424
+ #: ../admin-views/venue-meta-box.php:134 ../admin-views/venue-meta-box.php:156
1425
  msgid "Show Google Map:"
1426
  msgstr "Εμφάνιση Χάρτη Google:"
1427
 
1428
+ #: ../admin-views/venue-meta-box.php:144 ../admin-views/venue-meta-box.php:166
1429
  msgid "Show Google Maps Link:"
1430
  msgstr "Εμφάνιση Συνδέσμου Χαρτών Google:"
1431
 
1432
+ #: ../admin-views/widget-admin-list.php:13
1433
  msgid "Title:"
1434
  msgstr "Τίτλος:"
1435
 
1436
+ #: ../admin-views/widget-admin-list.php:18
1437
  msgid "Show:"
1438
  msgstr "Εμφάνιση:"
1439
 
1440
+ #: ../admin-views/widget-admin-list.php:28
1441
  msgid "Show widget only if there are upcoming events:"
1442
  msgstr "Εμφάνιση του widget μόνο όταν υπάρχουν προσεχείς εκδηλώσεις:"
1443
 
1444
+ #: ../lib/Activation_Page.php:125
1445
+ msgid "Welcome to The Events Calendar"
1446
+ msgstr "Καλωσήρθατε στο The Events Calendar"
1447
+
1448
+ #: ../lib/Activation_Page.php:145
1449
+ msgid "Thanks for Updating The Events Calendar"
1450
+ msgstr "Ευχαριστούμε που αναβαθμίσατε το The Events Calendar"
1451
+
1452
  #: ../lib/io/csv/admin-views/columns.php:22
1453
  #, php-format
1454
  msgid "Column Mapping: %s"
1474
  msgstr "Δοκιμάστε Εισαγωγή"
1475
 
1476
  #
1477
+ #: ../lib/io/csv/admin-views/header.php:13
1478
  msgid "Events Import (CSV)"
1479
  msgstr "Εισαγωγή Εκδηλώσεων (CSV)"
1480
 
1546
  msgstr "Τρόπος Εισαγωγής:"
1547
 
1548
  #: ../lib/io/csv/admin-views/import.php:45
1549
+ #: ../lib/the-events-calendar.class.php:520
1550
+ #: ../public/template-tags/venue.php:52
1551
  msgid "Venues"
1552
  msgstr "Χώροι Διεξαγωγής"
1553
 
1554
  #: ../lib/io/csv/admin-views/import.php:46
1555
+ #: ../lib/the-events-calendar.class.php:536
1556
+ #: ../public/template-tags/organizer.php:59
1557
  msgid "Organizers"
1558
  msgstr "Διοργανωτές"
1559
 
1560
  #: ../lib/io/csv/admin-views/import.php:47
1561
+ #: ../lib/the-events-calendar.class.php:1416
1562
+ #: ../lib/the-events-calendar.class.php:4186
1563
  msgid "Events"
1564
  msgstr "Εκδηλώσεις"
1565
 
1567
  msgid "CSV File:"
1568
  msgstr "Αρχείο CSV:"
1569
 
1570
+ #: ../lib/io/csv/admin-views/import.php:59
1571
  msgid ""
1572
  "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1573
  "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1580
  "χρησιμοποιείστε το <a href='http://i-tools.org/charset/exec?"
1581
  "dest=utf-8&src=auto&download=1'>εργαλείο μετατροπής</a>."
1582
 
1583
+ #: ../lib/io/csv/admin-views/import.php:67
1584
  msgid "This file has column names in the first row"
1585
  msgstr "Αυτό το αρχείο έχει τα ονόματα στήλης στην πρώτη γραμμή."
1586
 
1587
+ #: ../lib/io/csv/admin-views/import.php:78
1588
  msgid "Import CSV File"
1589
  msgstr "Εισάγετε αρχείο CSV:"
1590
 
1591
+ #: ../lib/io/csv/admin-views/result.php:15
1592
  msgid "Import Result"
1593
  msgstr "Αποτέλεσμα Εισαγωγής"
1594
 
1595
+ #: ../lib/io/csv/admin-views/result.php:17
1596
  msgid "Import complete!"
1597
  msgstr "Εισαγωγή ολοκληρώθηκε!"
1598
 
1599
+ #: ../lib/io/csv/admin-views/result.php:19
1600
  #, php-format
1601
  msgid "Inserted: %d"
1602
  msgstr "Καταχωρήθηκε: %d"
1603
 
1604
+ #: ../lib/io/csv/admin-views/result.php:20
1605
  #, php-format
1606
  msgid "Updated: %d"
1607
  msgstr "Ενημερώθηκε: %d"
1608
 
1609
+ #: ../lib/io/csv/admin-views/result.php:21
1610
  #, php-format
1611
  msgid "Skipped: %d"
1612
  msgstr "Παραλείφθηκε: %d"
1613
 
1614
+ #: ../lib/io/csv/admin-views/result.php:25
1615
  msgid "The import statistics above have the following meaning:"
1616
  msgstr ""
1617
  "Τα στατιστικά στοιχεία των εισαγωγών παραπάνω έχουν την ακόλουθη έννοια:"
1618
 
1619
+ #: ../lib/io/csv/admin-views/result.php:26
1620
  msgid ""
1621
  "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1622
  "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1631
  "Μια σειρά βρέθηκε στο αρχείο CSV που δεν ήταν δυνατόν να εισαχθεί. Παρακαλώ "
1632
  "διαβάστε παρακάτω για τις μη έγκυρες γραμμές. </li></ol>"
1633
 
1634
+ #: ../lib/io/csv/admin-views/result.php:29
1635
  #, php-format
1636
  msgid "Skipped row numbers: %s"
1637
  msgstr "Οι αριθμοί γραμμών παραλείφθηκαν: %s"
1659
  msgid "Do Not Import"
1660
  msgstr "Μην Εισάγετε"
1661
 
1662
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1663
  msgid "Event Name"
1664
  msgstr "Όνομα Εκδήλωσης"
1665
 
1666
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1667
  msgid "Event Description"
1668
  msgstr "Περιγραφή Εκδήλωσης"
1669
 
1670
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1671
  msgid "Event Start Date"
1672
  msgstr "Ημερομηνία Έναρξης Εκδήλωσης"
1673
 
1674
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1675
  msgid "Event Start Time"
1676
  msgstr "Ώρα Έναρξης Εκδήλωσης"
1677
 
1678
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1679
  msgid "Event End Date"
1680
  msgstr "Ημερομηνία Λήξης Εκδήλωσης"
1681
 
1682
  #
1683
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1684
  msgid "Event End Time"
1685
  msgstr "Ώρα Λήξης Εκδήλωσης"
1686
 
1687
  #
1688
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1689
  msgid "All Day Event"
1690
  msgstr "Ολοήμερη Εκδήλωση"
1691
 
1692
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1693
  msgid "Event Venue Name"
1694
  msgstr "Όνομα Χώρου Διεξαγωγής Εκδήλωσης"
1695
 
1696
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1697
  msgid "Event Organizer Name"
1698
  msgstr "Όνομα Διοργανωτή Εκδήλωσης"
1699
 
1700
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
1701
  msgid "Event Show Map Link"
1702
  msgstr "Εμφάνιση Συνδέσμου Χάρτη Εκδήλωσης"
1703
 
1704
  #
1705
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1706
  msgid "Event Show Map"
1707
  msgstr "Εμφάνιση Χάρτη Εκδήλωσης"
1708
 
1709
  #
1710
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:64
1711
  msgid "Event Phone"
1712
  msgstr "Τηλέφωνο Εκδήλωσης"
1713
 
1714
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:65
1715
+ #: ../lib/the-events-calendar.class.php:1456
1716
+ #: ../public/template-tags/general.php:353
1717
  msgid "Event Category"
1718
  msgstr "Κατηγορία Εκδήλωσης"
1719
 
1720
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1721
  msgid "Venue Name"
1722
  msgstr "Όνομα Χώρου Διεξαγωγής:"
1723
 
1724
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1725
  msgid "Venue Country"
1726
  msgstr "Χώρα χώρου διεξαγωγής"
1727
 
1728
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1729
  msgid "Venue Address"
1730
  msgstr "Διεύθυνση Χώρου Διεξαγωγής:"
1731
 
1732
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1733
+ msgid "Venue Address 2"
1734
+ msgstr "Διεύθυνση 2 Χώρου Διεξαγωγής:"
1735
 
1736
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1737
  msgid "Venue City"
1738
  msgstr "Πόλη Χώρου Διεξαγωγής"
1739
 
1740
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
1741
  msgid "Venue State/Province"
1742
  msgstr "Νομός ή Προάστιο Χώρου Διεξαγωγής:"
1743
 
1744
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:78
1745
  msgid "Venue Zip"
1746
  msgstr "Ταχυδρομικός κώδικας Χώρου Διεξαγωγής"
1747
 
1748
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:79
1749
  msgid "Venue Phone"
1750
  msgstr "Τηλέφωνο Χώρου Διεξαγωγής:"
1751
 
1752
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1753
  msgid "Organizer Name"
1754
  msgstr "Όνομα Διοργανωτή:"
1755
 
1756
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
1757
  msgid "Organizer Email"
1758
  msgstr "Email Διοργανωτή"
1759
 
1760
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:87
1761
  msgid "Organizer Website"
1762
  msgstr "Ιστοσελίδα Διοργανωτή"
1763
 
1764
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:88
1765
  msgid "Organizer Phone"
1766
  msgstr "Τηλέφωνο Διοργανωτή"
1767
 
1775
  msgid "Missing required fields in row %d."
1776
  msgstr "Λείπουν απαιτούμενα πεδία στη γραμμή %d."
1777
 
1778
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:118
1779
  #, php-format
1780
  msgid "Failed to import record in row %d."
1781
  msgstr "Απέτυχε η εισαγωγή εγγραφής στη γραμμή %d."
1782
 
1783
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:127
1784
  #, php-format
1785
  msgid "%s (post ID %d) updated."
1786
  msgstr "%s (post ID %d) ενημερώθηκε."
1787
 
1788
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:131
1789
  #, php-format
1790
  msgid "%s (post ID %d) created."
1791
  msgstr "%s (post ID %d) δημιουργήθηκε."
1800
  msgid "Could not save %s."
1801
  msgstr "Δεν αποθηκεύτηκε το %s."
1802
 
1803
+ #: ../lib/pue/admin-views/license-key.view.php:12
1804
+ #: ../lib/pue/admin-views/license-key.view.php:16
1805
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:305
1806
  msgid "License Key"
1807
  msgstr "Κλειδί Άδειας"
1808
 
1809
+ #: ../lib/pue/admin-views/license-key.view.php:13
1810
  msgid "A valid license key is required for support and updates."
1811
  msgstr "Ένα έγκυρο κλειδί άδειας απαιτείται για υποστήριξη και ενημερώσεις."
1812
 
1813
+ #: ../lib/pue/admin-views/license-key.view.php:19
1814
  msgid "Replace empty fields"
1815
  msgstr "Αντικαταστείστε τα κενά πεδία"
1816
 
1817
+ #: ../lib/pue/admin-views/license-key.view.php:29
1818
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:306
1819
  msgid "A valid license key is required for support and updates"
1820
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
1821
 
1822
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:375
1823
  msgid "License key(s) updated."
1824
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
1825
 
1826
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:415
1827
  msgid "Sorry, key validation server is not available."
1828
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
1829
 
1830
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:417
1831
  msgid "Sorry, this key is expired."
1832
  msgstr "Λυπούμαστε, το κλειδί έχει λήξει."
1833
 
1834
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:420
1835
  msgid "Sorry, this key is out of installs."
1836
  msgstr "Λυπούμαστε, το κλειδί είναι εκτός εγκατάστασεων."
1837
 
1838
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:421
1839
+ msgid "Why am I seeing this message?"
1840
+ msgstr "Γιατί βλέπω αυτό το μήνυμα;"
1841
+
1842
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:424
1843
  msgid "Sorry, this key is not valid."
1844
  msgstr "Λυπούμαστε, το κλειδί δεν είναι έγκυρο."
1845
 
1846
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:427
1847
  #, php-format
1848
  msgid "Valid Key! Expires on %s"
1849
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1850
 
1851
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:431
1852
  #, php-format
1853
  msgid ""
1854
  "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1858
  "επικοινωνήστε με την <a href=\"%s\">υποστήριξη.</a>"
1859
 
1860
  #
1861
+ #: ../lib/template-classes/day.php:75 ../lib/template-classes/day.php:91
1862
  msgid "All Day"
1863
  msgstr "Ολοήμερη Εκδήλωση"
1864
 
1865
+ #: ../lib/template-classes/day.php:78 ../lib/template-classes/day.php:94
1866
+ msgid "Ongoing"
1867
+ msgstr "Συνεχίζεται"
1868
+
1869
+ #: ../lib/template-classes/day.php:139
1870
  #, php-format
1871
  msgid ""
1872
  "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1875
  "Δεν υπάρχουν εκδηλώσεις που να ταιριάζουν στο %s και να έχουν "
1876
  "προγραμματιστεί για <strong>%s</strong>. Δοκιμάστε άλλη ημέρα."
1877
 
1878
+ #: ../lib/template-classes/day.php:141
1879
  #, php-format
1880
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1881
  msgstr ""
1882
  "Δεν έχουν προγραμματιστεί εκδηλώσεις για <strong>%s</strong>. Δοκιμάστε άλλη "
1883
  "ημέρα."
1884
 
1885
+ #: ../lib/template-classes/month.php:115
1886
  #, php-format
1887
  msgid ""
1888
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
1891
  "Δεν βρέθηκαν αποτελέσματα για <strong>\"%s\"</strong>αυτόν το μήνα. "
1892
  "Δοκιμάστε να ψάξετε στον επόμενο μήνα."
1893
 
1894
+ #: ../lib/template-classes/month.php:118
1895
+ #: ../lib/tribe-template-factory.class.php:250
1896
+ #: ../lib/tribe-template-factory.class.php:255
1897
  #, php-format
1898
  msgid ""
1899
  "No matching events listed under %s. Please try viewing the full calendar for "
1901
  msgstr ""
1902
  "Δεν υπάρχουν εκδηλώσεις που να ταιριάζουν στο %s. Δείτε το πλήρες ημερολόγιο."
1903
 
1904
+ #: ../lib/template-classes/month.php:120
1905
+ #: ../lib/tribe-template-factory.class.php:257
1906
  msgid "There were no results found."
1907
  msgstr "Δεν βρέθηκαν αποτελέσματα."
1908
 
1909
+ #: ../lib/template-classes/single-event.php:107
1910
  msgid "This event has passed."
1911
  msgstr "Η εκδήλωση αυτή έχει παρέλθει."
1912
 
1913
+ #: ../lib/the-events-calendar.class.php:495
1914
+ #, php-format
1915
+ msgid ""
1916
+ "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1917
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
1918
+ "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
1919
+ "friendly folks at Modern Tribe."
1920
+ msgstr ""
1921
+ "Βαθμολογήστε <strong>The Events Calendar</strong> <a href=\"%1$s\" target="
1922
+ "\"_blank\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> στο <a href=\"%1$s\" "
1923
+ "target=\"_blank\">WordPress.org</a>για να διατηρηθεί αυτό το plugin δωρεάν. "
1924
+ "Ευχαριστίες από τους φιλικούς συντρόφους στην Modern Tribe."
1925
+
1926
+ #: ../lib/the-events-calendar.class.php:495
1927
+ msgid ""
1928
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1929
+ msgstr ""
1930
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1931
+
1932
+ #: ../lib/the-events-calendar.class.php:528
1933
+ #: ../public/advanced-functions/meta.php:445
1934
+ #: ../public/template-tags/venue.php:41
1935
+ msgid "Venue"
1936
+ msgstr "Venue"
1937
+
1938
+ #: ../lib/the-events-calendar.class.php:544
1939
+ #: ../public/advanced-functions/meta.php:518
1940
+ #: ../public/template-tags/organizer.php:48
1941
+ msgid "Organizer"
1942
+ msgstr "Διοργανωτής"
1943
+
1944
+ #: ../lib/the-events-calendar.class.php:591
1945
  msgid "month"
1946
  msgstr "month"
1947
 
1948
+ #: ../lib/the-events-calendar.class.php:592
1949
+ msgid "list"
1950
+ msgstr "list"
1951
+
1952
+ #: ../lib/the-events-calendar.class.php:593
1953
  msgid "upcoming"
1954
  msgstr "upcoming"
1955
 
1956
+ #: ../lib/the-events-calendar.class.php:594
1957
  msgid "past"
1958
  msgstr "past"
1959
 
1960
+ #: ../lib/the-events-calendar.class.php:595
1961
  msgid "day"
1962
  msgstr "day"
1963
 
1964
+ #: ../lib/the-events-calendar.class.php:596
1965
  msgid "today"
1966
  msgstr "today"
1967
 
1968
+ #: ../lib/the-events-calendar.class.php:615
1969
  #, php-format
1970
  msgid "Initializing Tribe Events on %s"
1971
  msgstr "Αρχικοποίηση των Tribe Events στο %s"
1972
 
1973
+ #: ../lib/the-events-calendar.class.php:732
1974
  #, php-format
1975
  msgid ""
1976
  "Your version of The Events Calendar is not up-to-date with one of your The "
1980
  "μία από τις επεκτάσεις του The Events Calendar. Παρακαλούμε %sαναβαθμίστε "
1981
  "τώρα.%s"
1982
 
1983
+ #: ../lib/the-events-calendar.class.php:752
1984
  #, php-format
1985
  msgid ""
1986
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1992
  "συνδυαστούν με τη σωστή έκδοση. %s Θέλετε να συνδυάσετε μία παλαιότερη "
1993
  "έκδοση %s;"
1994
 
 
 
1995
  #: ../lib/the-events-calendar.class.php:816
1996
+ #: ../lib/the-events-calendar.class.php:852
1997
+ #: ../lib/the-events-calendar.class.php:858
1998
  msgid "Licenses"
1999
  msgstr "Άδειες"
2000
 
2001
+ #: ../lib/the-events-calendar.class.php:821
2002
  #, php-format
2003
  msgid ""
2004
  "<p>The license key you received when completing your purchase from %s will "
2031
  "μεταβείτε στον <a href=\"%s\">Πίνακα Ελέγχου > Ενημερώσεις</a> και κάντε "
2032
  "κλικ στο \"Ελέγξτε Ξανά\".</p>"
2033
 
2034
+ #: ../lib/the-events-calendar.class.php:844
2035
  msgid "General"
2036
  msgstr "Γενικά"
2037
 
2038
+ #: ../lib/the-events-calendar.class.php:845
2039
  msgid "Display"
2040
  msgstr "Εμφάνιση"
2041
 
2042
+ #: ../lib/the-events-calendar.class.php:864
2043
+ #: ../lib/the-events-calendar.class.php:4297
2044
+ #: ../lib/the-events-calendar.class.php:4421
2045
  msgid "Help"
2046
  msgstr "Βοήθεια"
2047
 
2048
+ #: ../lib/the-events-calendar.class.php:908
2049
  #, php-format
2050
  msgid ""
2051
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
2054
  "Μας συγχωρείτε, το The Events Calendar απαιτεί WordPress έκδοσης %s ή "
2055
  "νεότερο. Παρακαλούμε αναβαθμίστε την εγκαταστασή σας."
2056
 
2057
+ #: ../lib/the-events-calendar.class.php:911
2058
  #, php-format
2059
  msgid ""
2060
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
2064
  "Επικοινωνήστε με τον Web hosting πάροχό σας για να μεταβείτε σε νεότερη "
2065
  "έκδοση της PHP."
2066
 
2067
+ #: ../lib/the-events-calendar.class.php:1377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2068
  msgid "category"
2069
  msgstr "category"
2070
 
2071
+ #: ../lib/the-events-calendar.class.php:1388
2072
  msgid "tag"
2073
  msgstr "tag"
2074
 
2075
+ #: ../lib/the-events-calendar.class.php:1417
2076
  msgid "Event"
2077
  msgstr "Εκδήλωση"
2078
 
2079
+ #: ../lib/the-events-calendar.class.php:1418
2080
+ #: ../lib/the-events-calendar.class.php:1431
2081
+ #: ../lib/the-events-calendar.class.php:1444
2082
  msgid "Add New"
2083
  msgstr "Προσθήκη Νέου"
2084
 
2085
+ #: ../lib/the-events-calendar.class.php:1419
2086
  msgid "Add New Event"
2087
  msgstr "Προσθήκη Νέας Εκδήλωσης"
2088
 
2089
+ #: ../lib/the-events-calendar.class.php:1420
2090
  msgid "Edit Event"
2091
  msgstr "Επεξεργασία Εκδήλωσης"
2092
 
2093
+ #: ../lib/the-events-calendar.class.php:1421
2094
  msgid "New Event"
2095
  msgstr "Νέα Εκδήλωση"
2096
 
2097
+ #: ../lib/the-events-calendar.class.php:1422
2098
  msgid "View Event"
2099
  msgstr "Προβολή Εκδήλωσης"
2100
 
2101
+ #: ../lib/the-events-calendar.class.php:1423
2102
  msgid "Search Events"
2103
  msgstr "Αναζήτηση Εκδηλώσεων"
2104
 
2105
+ #: ../lib/the-events-calendar.class.php:1424
2106
  msgid "No events found"
2107
  msgstr "Δεν βρέθηκε καμία εκδήλωση"
2108
 
2109
+ #: ../lib/the-events-calendar.class.php:1425
2110
  msgid "No events found in Trash"
2111
  msgstr "Δεν βρέθηκε καμία εκδήλωση στον Κάδο Ανακύκλωσης"
2112
 
2113
+ #: ../lib/the-events-calendar.class.php:1432
2114
+ #: ../lib/the-events-calendar.class.php:1445
2115
+ #, php-format
2116
  msgid "Add New %s"
2117
+ msgstr "Προσθήκη Νέου %s"
2118
 
2119
+ #: ../lib/the-events-calendar.class.php:1433
2120
+ #: ../lib/the-events-calendar.class.php:1446
2121
+ #, php-format
2122
  msgid "Edit %s"
2123
+ msgstr "Επεξεργασία %s"
2124
 
2125
+ #: ../lib/the-events-calendar.class.php:1434
2126
+ #: ../lib/the-events-calendar.class.php:1447
2127
+ #, php-format
2128
  msgid "New %s"
2129
+ msgstr "Νέος/α/ο %s"
2130
 
2131
  #
2132
+ #: ../lib/the-events-calendar.class.php:1435
2133
+ #: ../lib/the-events-calendar.class.php:1448
2134
+ #, php-format
2135
  msgid "View %s"
2136
+ msgstr "Προβολή %s"
2137
 
2138
+ #: ../lib/the-events-calendar.class.php:1436
2139
+ #: ../lib/the-events-calendar.class.php:1449
2140
+ #, php-format
2141
  msgid "Search %s"
2142
+ msgstr "Αναζήτηση %s"
2143
 
2144
+ #: ../lib/the-events-calendar.class.php:1437
2145
+ #: ../lib/the-events-calendar.class.php:1450
2146
+ #, php-format
2147
  msgid "No %s found"
2148
+ msgstr "Δεν βρέθηκε %s"
2149
 
2150
+ #: ../lib/the-events-calendar.class.php:1438
2151
+ #: ../lib/the-events-calendar.class.php:1451
2152
+ #, php-format
2153
  msgid "No %s found in Trash"
2154
+ msgstr "Δεν βρέθηκε %s στον Κάδο Ανακύκλωσης"
2155
 
2156
+ #: ../lib/the-events-calendar.class.php:1455
2157
+ #: ../lib/tribe-admin-events-list.class.php:167
2158
  msgid "Event Categories"
2159
  msgstr "Κατηγορίες Εκδηλώσεων"
2160
 
2161
+ #: ../lib/the-events-calendar.class.php:1457
2162
  msgid "Search Event Categories"
2163
  msgstr "Αναζήτηση Κατηγορίας Εκδήλωσης"
2164
 
2165
+ #: ../lib/the-events-calendar.class.php:1458
2166
  msgid "All Event Categories"
2167
  msgstr "Όλες οι Κατηγορίες Εκδηλώσεων"
2168
 
2169
+ #: ../lib/the-events-calendar.class.php:1459
2170
  msgid "Parent Event Category"
2171
  msgstr "Μητρική Κατηγορία Εκδήλωσης"
2172
 
2173
+ #: ../lib/the-events-calendar.class.php:1460
2174
  msgid "Parent Event Category:"
2175
  msgstr "Μητρική Κατηγορία Εκδήλωσης:"
2176
 
2177
+ #: ../lib/the-events-calendar.class.php:1461
2178
  msgid "Edit Event Category"
2179
  msgstr "Επεξεργασία Κατηγορίας Εκδήλωσης"
2180
 
2181
+ #: ../lib/the-events-calendar.class.php:1462
2182
  msgid "Update Event Category"
2183
  msgstr "Ενημέρωση Κατηγορίας Εκδήλωσης"
2184
 
2185
+ #: ../lib/the-events-calendar.class.php:1463
2186
  msgid "Add New Event Category"
2187
  msgstr "Προσθήκη Νέας Κατηγορίας Εκδήλωσης"
2188
 
2189
+ #: ../lib/the-events-calendar.class.php:1464
2190
  msgid "New Event Category Name"
2191
  msgstr "Όνομα Νέας Κατηγορίας Εκδήλωσης"
2192
 
2193
+ #: ../lib/the-events-calendar.class.php:1481
2194
  #, php-format
2195
  msgid "Event updated. <a href=\"%s\">View event</a>"
2196
  msgstr "Η εκδήλωση ενημερώθηκε. <a href=\"%s\">Προβολή εκδήλωσης</a>"
2197
 
2198
+ #: ../lib/the-events-calendar.class.php:1482
2199
+ #: ../lib/the-events-calendar.class.php:1501
2200
+ #: ../lib/the-events-calendar.class.php:1520
2201
  msgid "Custom field updated."
2202
  msgstr "Το προσαρμοσμένο πεδίο ενημερώθηκε."
2203
 
2204
+ #: ../lib/the-events-calendar.class.php:1483
2205
+ #: ../lib/the-events-calendar.class.php:1502
2206
+ #: ../lib/the-events-calendar.class.php:1521
2207
  msgid "Custom field deleted."
2208
  msgstr "Το προσαρμοσμένο πεδίο διαγράφηκε."
2209
 
2210
+ #: ../lib/the-events-calendar.class.php:1484
2211
  msgid "Event updated."
2212
  msgstr "Η εκδήλωση ενημερώθηκε."
2213
 
2214
+ #: ../lib/the-events-calendar.class.php:1486
2215
  #, php-format
2216
  msgid "Event restored to revision from %s"
2217
  msgstr "Η εκδήλωση αποκαταστάθηκε στην αναθεώρηση από %s"
2218
 
2219
+ #: ../lib/the-events-calendar.class.php:1487
2220
  #, php-format
2221
  msgid "Event published. <a href=\"%s\">View event</a>"
2222
  msgstr "Η εκδήλωση δημοσιεύθηκε. <a href=\"%s\">Προβολή εκδήλωσης</a>"
2223
 
2224
+ #: ../lib/the-events-calendar.class.php:1488
2225
  msgid "Event saved."
2226
  msgstr "Η εκδήλωση αποθηκεύθηκε."
2227
 
2228
+ #: ../lib/the-events-calendar.class.php:1489
2229
  #, php-format
2230
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2231
  msgstr ""
2232
  "Η εκδήλωση υποβλήθηκε. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση "
2233
  "εκδήλωσης</a>"
2234
 
2235
+ #: ../lib/the-events-calendar.class.php:1491
2236
  #, php-format
2237
  msgid ""
2238
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2241
  "Η εκδήλωση έχει προγραμματιστεί για: <strong>%1$s</strong>. <a target="
2242
  "\"_blank\" href=\"%2$s\">Προεπισκόπηση εκδήλωσης</a>"
2243
 
2244
+ #: ../lib/the-events-calendar.class.php:1493
2245
+ #: ../lib/the-events-calendar.class.php:1512
2246
+ #: ../lib/the-events-calendar.class.php:1531
2247
  msgid "M j, Y @ G:i"
2248
  msgstr "M j, Y @ G:i"
2249
 
2250
+ #: ../lib/the-events-calendar.class.php:1495
2251
  #, php-format
2252
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2253
  msgstr ""
2254
  "Το προσχέδιο της εκδήλωσης τροποποιήθηκε. <a target=\"_blank\" href=\"%s"
2255
  "\">Προεπισκόπηση εκδήλωσης</a>"
2256
 
2257
+ #: ../lib/the-events-calendar.class.php:1500
2258
+ #: ../lib/the-events-calendar.class.php:1503
2259
+ #: ../lib/the-events-calendar.class.php:1519
2260
+ #: ../lib/the-events-calendar.class.php:1522
2261
+ #, php-format
2262
  msgid "%s updated."
2263
+ msgstr "Το %s ενημερώθηκε."
2264
 
2265
+ #: ../lib/the-events-calendar.class.php:1505
2266
+ #: ../lib/the-events-calendar.class.php:1524
2267
+ #, php-format
2268
  msgid "%s restored to revision from %s"
2269
+ msgstr "Το %s αποκαταστάθηκε στην αναθεώρηση από %s"
2270
 
2271
+ #: ../lib/the-events-calendar.class.php:1506
2272
+ #: ../lib/the-events-calendar.class.php:1525
2273
+ #, php-format
2274
  msgid "%s published."
2275
+ msgstr "Το %s δημοσιεύτηκε."
2276
 
2277
  #
2278
+ #: ../lib/the-events-calendar.class.php:1507
2279
+ #: ../lib/the-events-calendar.class.php:1526
2280
+ #, php-format
2281
  msgid "%s saved."
2282
+ msgstr "Το %s αποθηκεύθηκε."
2283
 
2284
+ #: ../lib/the-events-calendar.class.php:1508
2285
+ #: ../lib/the-events-calendar.class.php:1527
2286
+ #, php-format
2287
  msgid "%s submitted."
2288
+ msgstr "Το %s καταχωρήθηκε."
2289
 
2290
+ #: ../lib/the-events-calendar.class.php:1510
2291
+ #: ../lib/the-events-calendar.class.php:1529
2292
+ #, php-format
2293
  msgid "%s scheduled for: <strong>%2$s</strong>."
2294
+ msgstr "Το %s προγραμματίστηκε για: <strong>%2$s</strong>."
2295
 
2296
+ #: ../lib/the-events-calendar.class.php:1514
2297
+ #: ../lib/the-events-calendar.class.php:1533
2298
+ #, php-format
2299
  msgid "%s draft updated."
2300
+ msgstr "Το προσχέδιο του/της %s ανανεώθηκε."
2301
 
2302
+ #: ../lib/the-events-calendar.class.php:1549
2303
+ #: ../lib/the-events-calendar.class.php:1550
 
2304
  msgid "Add New "
2305
  msgstr "Προσθήκη Νέου"
2306
 
2307
+ #: ../lib/the-events-calendar.class.php:1569
 
2308
  msgid "Use Saved "
2309
+ msgstr "Χρήση Αποθηκευμένου"
2310
 
2311
+ #: ../lib/the-events-calendar.class.php:1594
2312
+ #, php-format
2313
  msgid "Use Saved %s:"
2314
+ msgstr "Χρήση Αποθηκευμένου %s:"
2315
 
2316
+ #: ../lib/the-events-calendar.class.php:1659
2317
+ #: ../lib/the-events-calendar.class.php:1740
2318
+ #, php-format
2319
+ msgid "Use New %s"
2320
+ msgstr "Χρήση Νέου %s"
2321
 
2322
+ #: ../lib/the-events-calendar.class.php:1661
2323
+ #: ../lib/the-events-calendar.class.php:1742
2324
  #, php-format
2325
  msgid "My %s"
2326
+ msgstr "Οι %s μου"
2327
 
2328
  #
2329
+ #: ../lib/the-events-calendar.class.php:1666
2330
+ #: ../lib/the-events-calendar.class.php:1747
2331
+ #, php-format
2332
  msgid "Available %s"
2333
+ msgstr "Διαθέσιμοι %s"
2334
 
2335
  #
2336
+ #: ../lib/the-events-calendar.class.php:1677
2337
+ #: ../lib/the-events-calendar.class.php:1758
2338
+ #, php-format
2339
  msgid "No saved %s exists."
2340
+ msgstr "Δεν υπάρχουν αποθηκευμένοι %s."
2341
 
2342
+ #: ../lib/the-events-calendar.class.php:1905
 
 
 
 
 
2343
  msgid "Next"
2344
  msgstr "Επόμενο"
2345
 
2346
+ #: ../lib/the-events-calendar.class.php:1906
2347
  msgid "Prev"
2348
  msgstr "Προηγούμενο"
2349
 
2350
+ #: ../lib/the-events-calendar.class.php:1907
2351
+ #: ../public/template-tags/day.php:101
2352
  msgid "Today"
2353
  msgstr "Σήμερα"
2354
 
2355
+ #: ../lib/the-events-calendar.class.php:1908
2356
  msgid "Done"
2357
  msgstr "Τέλος"
2358
 
2359
+ #: ../lib/the-events-calendar.class.php:2117
2360
  msgid "Network"
2361
  msgstr "Δίκτυο"
2362
 
2363
+ #: ../lib/the-events-calendar.class.php:3753
2364
+ #: ../lib/the-events-calendar.class.php:3782
2365
+ #: ../public/template-tags/day.php:152 ../public/template-tags/day.php:173
2366
  msgid "Date out of range."
2367
  msgstr "Ημερομήνια εκτός ορίων."
2368
 
2369
+ #: ../lib/the-events-calendar.class.php:3812
2370
  msgid "Event Options"
2371
  msgstr "Επιλογές Εκδήλωσης"
2372
 
2373
+ #: ../lib/the-events-calendar.class.php:3819
2374
+ #: ../lib/the-events-calendar.class.php:3830
 
2375
  msgid " Information"
2376
+ msgstr "Πληροφορίες"
2377
 
2378
+ #: ../lib/the-events-calendar.class.php:4016
2379
  msgid "Support"
2380
  msgstr "Υποστήριξη"
2381
 
2382
+ #: ../lib/the-events-calendar.class.php:4019
2383
  msgid "View All Add-Ons"
2384
  msgstr "Προβολή όλων των Επεκτάσεων"
2385
 
2386
  #
2387
+ #: ../lib/the-events-calendar.class.php:4040
2388
  msgid "News from Modern Tribe"
2389
  msgstr "Νέα από την Modern Tribe"
2390
 
2391
+ #: ../lib/the-events-calendar.class.php:4132
2392
  msgid "Additional Functionality"
2393
  msgstr "Πρόσθετη Λειτουργικότητα"
2394
 
2395
+ #: ../lib/the-events-calendar.class.php:4137
2396
  msgid ""
2397
  "Looking for additional functionality including recurring events, ticket "
2398
  "sales, publicly submitted events, new views and more?"
2401
  "πωλήσεις εισιτηρίων, δημοσίως καταχωρημένες εκδηλώσεις, νέες εμφανίσεις και "
2402
  "άλλα;"
2403
 
2404
+ #: ../lib/the-events-calendar.class.php:4138
2405
  #, php-format
2406
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2407
  msgstr "Ελέγξτε τις <a href=\"%s\">διαθέσιμες επεκτάσεις</a>."
2408
 
2409
  #
2410
+ #: ../lib/the-events-calendar.class.php:4223
2411
+ #: ../lib/the-events-calendar.class.php:4349
2412
  msgid "View Calendar"
2413
  msgstr "Προβολή Ημερολογίου"
2414
 
2415
  #
2416
+ #: ../lib/the-events-calendar.class.php:4233
2417
  msgid "Add Event"
2418
  msgstr "Προσθήκη Εκδήλωσης"
2419
 
2420
  #
2421
+ #: ../lib/the-events-calendar.class.php:4244
2422
  msgid "Edit Events"
2423
  msgstr "Επεξεργασία Εκδήλωσης"
2424
 
2425
+ #: ../lib/the-events-calendar.class.php:4257
2426
  msgid "Import"
2427
  msgstr "Εισαγωγή"
2428
 
2429
+ #: ../lib/the-events-calendar.class.php:4265
2430
  msgid "CSV"
2431
  msgstr "CSV"
2432
 
2433
+ #: ../lib/the-events-calendar.class.php:4284
2434
+ #: ../lib/the-events-calendar.class.php:4403
2435
+ #: ../lib/tribe-settings.class.php:159
2436
  msgid "Settings"
2437
  msgstr "Ρυθμίσεις"
2438
 
2439
+ #: ../lib/the-events-calendar.class.php:4317
2440
  #, php-format
2441
  msgid ""
2442
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2446
  "στο %s. Για να αλλάξετε το slug των εκδηλώσεων, επισκεφθείτε τις "
2447
  "%sΕκδηλώσεις -> Ρυθμίσεις%s."
2448
 
2449
+ #: ../lib/the-events-calendar.class.php:4404
2450
  msgid "Calendar"
2451
  msgstr "Ημερολόγιο"
2452
 
2453
+ #: ../lib/the-events-calendar.class.php:4478
2454
  msgid "List"
2455
  msgstr "Λίστα"
2456
 
2457
  #
2458
+ #: ../lib/the-events-calendar.class.php:4496
2459
  msgid "Month"
2460
  msgstr "Μήνας"
2461
 
2462
+ #: ../lib/the-events-calendar.class.php:4513
2463
  msgid "Day"
2464
  msgstr "Ημέρα"
2465
 
2466
+ #: ../lib/the-events-calendar.class.php:4538
2467
+ #: ../lib/the-events-calendar.class.php:4539
2468
  msgid "Search"
2469
  msgstr "Αναζήτηση"
2470
 
2471
  #
2472
+ #: ../lib/the-events-calendar.class.php:4564
2473
+ #: ../lib/the-events-calendar.class.php:4580
2474
  msgid "Date"
2475
  msgstr "Ημερομηνία"
2476
 
2477
  #
2478
+ #: ../lib/the-events-calendar.class.php:4567
2479
  msgid "Events In"
2480
  msgstr "Εκδηλώσεις Στις "
2481
 
2482
  #
2483
+ #: ../lib/the-events-calendar.class.php:4569
2484
  msgid "Events From"
2485
  msgstr "Εκδηλώσεις Από"
2486
 
2487
+ #: ../lib/the-events-calendar.class.php:4571
2488
  msgid "Day Of"
2489
  msgstr "Ημέρα Της"
2490
 
2491
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
2492
  msgid "Order #"
2493
  msgstr "Παραγγελία #"
2494
 
2495
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
2496
  msgid "Order Status"
2497
  msgstr "Κατάσταση Παραγγελίας"
2498
 
2499
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
2500
  msgid "Purchaser name"
2501
  msgstr "Όνομα αγοραστή"
2502
 
2503
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
2504
  msgid "Purchaser email"
2505
  msgstr "Εmail αγοραστή"
2506
 
2507
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
2508
  msgid "Ticket type"
2509
  msgstr "Τύπος εισιτηρίου"
2510
 
2511
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
2512
+ #: ../views/tickets/email.php:317
2513
  msgid "Ticket #"
2514
  msgstr "Εισιτήριο #"
2515
 
2516
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
2517
+ #: ../views/tickets/email.php:329
2518
  msgid "Security Code"
2519
  msgstr "Κωδικός Ασφαλείας"
2520
 
2521
+ #: ../lib/tickets/tribe-tickets-attendees.php:72
2522
+ #: ../lib/tickets/tribe-tickets-attendees.php:166
2523
+ #: ../lib/tickets/tribe-tickets-attendees.php:233
2524
  msgid "Check in"
2525
  msgstr "Άφιξη"
2526
 
2527
+ #: ../lib/tickets/tribe-tickets-attendees.php:167
2528
+ #: ../lib/tickets/tribe-tickets-attendees.php:234
2529
  msgid "Undo Check in"
2530
  msgstr "Αναίρεση Άφιξης"
2531
 
2532
+ #: ../lib/tickets/tribe-tickets-attendees.php:202
2533
  msgid "Print"
2534
  msgstr "Εκτύπωση"
2535
 
2536
  #
2537
+ #: ../lib/tickets/tribe-tickets-attendees.php:203
2538
  msgid "Email"
2539
  msgstr "Email"
2540
 
2541
+ #: ../lib/tickets/tribe-tickets-attendees.php:212
2542
+ #: ../lib/tribe-ical.class.php:121
2543
  msgid "Export"
2544
  msgstr "Εξαγωγή"
2545
 
2546
+ #: ../lib/tickets/tribe-tickets-attendees.php:219
2547
  msgid "Filter by ticket #, order # or security code"
2548
  msgstr "Φιλτράρισμα κατά αρ. εισιτηρίου, αρ. παραγγελίας ή κωδικό ασφαλείας"
2549
 
2550
+ #: ../lib/tickets/tribe-tickets-metabox.php:71
 
 
 
 
2551
  msgid "Ticket header image"
2552
  msgstr "Εικόνα κεφαλίδας εισιτηρίου"
2553
 
2554
+ #: ../lib/tickets/tribe-tickets-metabox.php:72
2555
  msgid "Set as ticket header"
2556
  msgstr "Ορισμός ως κεφαλίδα εισιτηρίου"
2557
 
2558
+ #: ../lib/tickets/tribe-tickets-pro.php:116
2559
  msgid "You need to select a user or type a valid email address"
2560
  msgstr ""
2561
  "Πρέπει να επιλέξετε ένα χρήστη ή να πληκτρολογήσετε μία έγκυρη διεύθυνση "
2562
  "email"
2563
 
2564
+ #: ../lib/tickets/tribe-tickets-pro.php:117
2565
  msgid "Sending..."
2566
  msgstr "Αποστέλλεται…"
2567
 
2568
+ #: ../lib/tickets/tribe-tickets-pro.php:147
2569
  msgid "Columns"
2570
  msgstr "Στήλες"
2571
 
2572
+ #: ../lib/tickets/tribe-tickets-pro.php:148
2573
  msgid ""
2574
  "You can use Screen Options to select which columns you want to see. The "
2575
  "selection works in the table below, in the email, for print and for the CSV "
2579
  "που θέλετε να δείτε. Η επιλογή λειτουργεί στον παρακάτω πίνακα, στο email, "
2580
  "για εκτύπωση και για την εξαγωγή CSV."
2581
 
2582
+ #: ../lib/tickets/tribe-tickets-pro.php:242
2583
  msgid "Yes"
2584
  msgstr "Ναι"
2585
 
2586
+ # Don't change this or URL appears wrong!
2587
+ #: ../lib/tickets/tribe-tickets-pro.php:274
2588
  msgid "attendees"
2589
+ msgstr "attendees"
2590
 
2591
+ #: ../lib/tickets/tribe-tickets-pro.php:328
2592
  #, php-format
2593
  msgid "Attendee List for: %s"
2594
  msgstr "Λίστα Συμμετεχόντων για: %s"
2595
 
2596
+ #: ../lib/tickets/tribe-tickets.php:325
2597
  msgid "Your ticket has been saved."
2598
  msgstr "Το εισιτήριό σας έχει αποθηκευθεί."
2599
 
2600
+ #: ../lib/tickets/tribe-tickets.php:402
2601
  msgid "Your ticket has been deleted."
2602
  msgstr "Το εισιτήριό σας έχει διαγραφεί."
2603
 
2604
+ #: ../lib/tribe-admin-events-list.class.php:173
2605
  msgid "Start Date"
2606
  msgstr "Ημερομηνία Έναρξης"
2607
 
2608
+ #: ../lib/tribe-admin-events-list.class.php:174
2609
  msgid "End Date"
2610
  msgstr "Ημερομηνία Λήξης"
2611
 
2612
+ #: ../lib/tribe-admin-events-list.class.php:247
2613
  #, php-format
2614
  msgid "All %s"
2615
  msgstr "Όλα %s"
2616
 
2617
  #
2618
+ #: ../lib/tribe-app-shop.class.php:64 ../lib/tribe-app-shop.class.php:65
2619
+ #: ../lib/tribe-app-shop.class.php:96
2620
  msgid "Event Add-Ons"
2621
  msgstr "Πρόσθετα Εκδηλώσεων"
2622
 
 
 
 
 
2623
  #
2624
+ #: ../lib/tribe-event-api.class.php:339
2625
  msgid "Unnamed Venue"
2626
  msgstr "Ανώνυμος Χώρος Διεξαγωγής"
2627
 
2628
+ #: ../lib/tribe-event-api.class.php:415 ../lib/tribe-view-helpers.class.php:46
2629
+ #: ../public/template-tags/venue.php:275
2630
  msgid "United States"
2631
  msgstr "Ηνωμένες Πολιτείες"
2632
 
2633
+ #: ../lib/tribe-event-exception.class.php:22
2634
+ #: ../lib/tribe-event-exception.class.php:41
2635
  msgid "Error"
2636
  msgstr "Σφάλμα"
2637
 
2638
+ #: ../lib/tribe-field.class.php:211
2639
  msgid "Invalid field type specified"
2640
  msgstr "Ορίστηκε μη έγκυρος τύπος πεδίου"
2641
 
2642
+ #: ../lib/tribe-field.class.php:470
2643
  msgid "No radio options specified"
2644
  msgstr "Δεν ορίστηκαν επιλογές κουμπιών"
2645
 
2646
+ #: ../lib/tribe-field.class.php:506
2647
  msgid "No checkbox options specified"
2648
  msgstr "Δεν ορίστηκαν επιλογές κουτιών"
2649
 
2650
+ #: ../lib/tribe-field.class.php:562
2651
  msgid "No select options specified"
2652
  msgstr "Δεν ορίστηκαν επιλογές του select"
2653
 
2654
+ #: ../lib/tribe-ical.class.php:28
2655
  msgctxt "feed link"
2656
  msgid "&raquo;"
2657
  msgstr "&raquo;"
2658
 
2659
+ #: ../lib/tribe-ical.class.php:29
2660
  #, php-format
2661
  msgid "%1$s %2$s iCal Feed"
2662
  msgstr "%1$s %2$s iCal Τροφοδοσία"
2663
 
2664
+ #: ../lib/tribe-ical.class.php:77
2665
  msgid "Add to Google Calendar"
2666
  msgstr "Προσθήκη στο Ημερολόγιο Google"
2667
 
2668
  #
2669
+ #: ../lib/tribe-ical.class.php:77
2670
  msgid "Google Calendar"
2671
  msgstr "Ημερολόγιο Google "
2672
 
2673
+ #: ../lib/tribe-ical.class.php:78
2674
  msgid "Download .ics file"
2675
+ msgstr "Κατέβασμα αρχείου .ics"
2676
 
2677
+ #: ../lib/tribe-ical.class.php:78
 
2678
  msgid "iCal Export"
2679
  msgstr "Εισαγωγή iCal"
2680
 
2681
  #
2682
+ #: ../lib/tribe-ical.class.php:108
2683
  msgid "Month's Events"
2684
  msgstr "Εκδηλώσεις μήνα"
2685
 
2686
+ #: ../lib/tribe-ical.class.php:111
2687
  msgid "Week's Events"
2688
  msgstr "Εκδηλώσεις εβδομάδας"
2689
 
2690
+ #: ../lib/tribe-ical.class.php:114
2691
  msgid "Day's Events"
2692
  msgstr "Εκδηλώσεις ημέρας"
2693
 
2694
  #
2695
+ #: ../lib/tribe-ical.class.php:117
2696
  msgid "Listed Events"
2697
  msgstr "Καταχωρημένες Εκδηλώσεις"
2698
 
2699
+ #: ../lib/tribe-ical.class.php:122
2700
  msgid ""
2701
  "Use this to share calendar data with Google Calendar, Apple iCal and other "
2702
  "compatible apps"
2703
  msgstr ""
2704
+ "Χρησιμοποιείστε αυτό για να μοιράσετε τα δεδομένα ημερολόγιου στο Ημερολόγιο "
2705
+ "Google, Apple iCal ή άλλες συμβατές εφαρμογές."
2706
 
2707
  #
2708
+ #: ../lib/tribe-settings-tab.class.php:221
2709
  msgid "There are no fields setup for this tab yet."
2710
  msgstr "Δεν έχουν ρυθμιστεί ακόμα πεδία γι' αυτήν την καρτέλα."
2711
 
2712
  #
2713
+ #: ../lib/tribe-settings.class.php:159 ../lib/tribe-settings.class.php:174
2714
  msgid "The Events Calendar Settings"
2715
  msgstr "Ρυθμίσεις του The Events Calendar"
2716
 
2717
  #
2718
+ #: ../lib/tribe-settings.class.php:174
2719
  msgid "Events Settings"
2720
  msgstr "Ρυθμίσεις Εκδηλώσεων"
2721
 
2722
+ #: ../lib/tribe-settings.class.php:237
2723
  #, php-format
2724
  msgid "%s Settings"
2725
  msgstr "%s Ρυθμίσεις"
2726
 
2727
+ #: ../lib/tribe-settings.class.php:251
2728
  msgid "You've requested a non-existent tab."
2729
  msgstr "Έχετε ζητήσει μία ανύπαρκτη καρτέλα."
2730
 
2731
  #
2732
+ #: ../lib/tribe-settings.class.php:259
2733
  msgid " Save Changes"
2734
  msgstr " Αποθήκευση Αλλαγών"
2735
 
2736
+ #: ../lib/tribe-settings.class.php:309
2737
  msgid "You don't have permission to do that."
2738
  msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
2739
 
2740
+ #: ../lib/tribe-settings.class.php:315
2741
  msgid "The request was sent insecurely."
2742
  msgstr "Το αίτημα στάλθηκε με μη ασφαλή τρόπο."
2743
 
2744
+ #: ../lib/tribe-settings.class.php:321
2745
  msgid "The request wasn't sent from this tab."
2746
  msgstr "Η αίτηση δεν στάλθηκε από αυτήν την καρτέλα."
2747
 
2748
+ #: ../lib/tribe-settings.class.php:489
2749
  msgid "Your form had the following errors:"
2750
  msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
2751
 
2752
+ #: ../lib/tribe-settings.class.php:498
2753
  msgid "None of your settings were saved. Please try again."
2754
  msgstr ""
2755
  "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
2756
 
2757
+ #: ../lib/tribe-settings.class.php:498
2758
  msgid ""
2759
  "The above setting was not saved. Other settings were successfully saved."
2760
  msgid_plural ""
2767
  "επιτυχία."
2768
 
2769
  #
2770
+ #: ../lib/tribe-settings.class.php:520
2771
  msgid "Settings saved."
2772
  msgstr "Οι ρυθμίσεις αποθηκεύθηκαν."
2773
 
2774
+ #: ../lib/tribe-support.class.php:50
2775
  msgid ""
2776
  "Sometimes it's hard to tell what's going wrong without knowing more about "
2777
  "your system steup. For your convenience, we've put together a little report "
2782
  "καλύτερη εξυπηρέτησή σας, έχουμε βάλει μαζί μια μικρή αναφορά για το τι "
2783
  "ακρίβως συμβαίνει."
2784
 
2785
+ #: ../lib/tribe-support.class.php:51
2786
  msgid ""
2787
  "If you suspect that the problem you're having is related to another plugin, "
2788
  "or we're just plain having trouble reproducing your bug report, please copy "
2792
  "πρόσθετο, ή απλά δυσκολευόμαστε να αναπαράγουμε την αναφορά σφάλματος σας, "
2793
  "παρακαλούμε αντιγράψτε και στείλτε όλα αυτά στην ομάδα υποστήριξής μας."
2794
 
2795
+ #: ../lib/tribe-support.class.php:55
2796
  msgid "System Information"
2797
  msgstr "Πληροφορίες Συστήματος"
2798
 
2799
+ #: ../lib/tribe-support.class.php:141
2800
+ msgid "Unknown or not set"
2801
+ msgstr "Άγνωστο ή μη ρυθμισμένο"
2802
+
2803
+ #: ../lib/tribe-template-factory.class.php:244
2804
  #, php-format
2805
  msgid "There were no results found for <strong>\"%s\"</strong>."
2806
  msgstr "Δεν βρέθηκαν αποτελέσματα για <strong>\"%s\"</strong>."
2807
 
2808
+ #: ../lib/tribe-template-factory.class.php:246
2809
  #, php-format
2810
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2811
  msgstr ""
2812
  "Δεν βρέθηκαν αποτελέσματα για εκδηλώσεις στο ή κοντά στο <strong>\"%s\"</"
2813
  "strong>."
2814
 
2815
+ #: ../lib/tribe-template-factory.class.php:248
2816
  #, php-format
2817
  msgid ""
2818
  "No upcoming events listed under %s. Check out upcoming events for this "
2822
  "αυτή την κατηγορία ή δείτε το πλήρες ημερολόγιο."
2823
 
2824
  #
2825
+ #: ../lib/tribe-template-factory.class.php:252
2826
  msgid "No previous events "
2827
  msgstr "Δεν υπάρχουν προηγούμενες εκδηλώσεις "
2828
 
2829
+ #: ../lib/tribe-templates.class.php:592
2830
  #, php-format
2831
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2832
  msgstr ""
2833
  "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό "
2834
  "υποκατάλογο: %s"
2835
 
2836
+ #: ../lib/tribe-templates.class.php:634
2837
  #, php-format
2838
  msgid ""
2839
  "Template overrides should be moved to the correct subdirectory: "
2842
  "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό "
2843
  "υποκατάλογο: tribe_get_template_part('%s')"
2844
 
2845
+ #: ../lib/tribe-validate.class.php:76 ../lib/tribe-validate.class.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2846
  msgid "Invalid or incomplete field passed"
2847
  msgstr "Άκυρο ή ελλιπές πεδίο"
2848
 
2849
+ #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:112
2850
+ #: ../lib/tribe-validate.class.php:118
2851
  msgid "Field ID:"
2852
  msgstr "Κωδ. Πεδίου:"
2853
 
2854
+ #: ../lib/tribe-validate.class.php:111
2855
  msgid "Non-existant field validation function passed"
2856
  msgstr "Ανύπαρκτο πεδίο λειτουργίας επικύρωσης"
2857
 
2858
+ #: ../lib/tribe-validate.class.php:112
2859
  msgctxt "non-existant function name passed for field validation"
2860
  msgid "with function name:"
2861
  msgstr "με όνομα συνάρτησης:"
2862
 
2863
+ #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:151
2864
  #, php-format
2865
  msgid "%s must contain numbers and letters only"
2866
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς και γράμματα"
2867
 
2868
+ #: ../lib/tribe-validate.class.php:167
2869
  #, php-format
2870
  msgid "%s must contain numbers, letters and dots only"
2871
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς, γράμματα και τελείες"
2872
 
2873
+ #: ../lib/tribe-validate.class.php:181
2874
  #, php-format
2875
  msgid "%s must be a positive number."
2876
  msgstr "%s πρέπει να είναι ένας θετικός αριθμός."
2877
 
2878
+ #: ../lib/tribe-validate.class.php:196
2879
  #, php-format
2880
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2881
  msgstr ""
2882
  "%s πρέπει να είναι ένα έγκυρο slug (αριθμοί, γράμματα, παύλες, και κάτω "
2883
  "παύλες)."
2884
 
2885
+ #: ../lib/tribe-validate.class.php:211
2886
  #, php-format
2887
  msgid "%s must be a valid absolute URL."
2888
  msgstr "%s πρέπει να είναι έγκυρη απόλυτη διεύθυνση URL."
2889
 
2890
+ #: ../lib/tribe-validate.class.php:227 ../lib/tribe-validate.class.php:244
2891
+ #: ../lib/tribe-validate.class.php:266
2892
  #, php-format
2893
  msgid "%s must have a value that's part of its options."
2894
  msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
2895
 
2896
+ #: ../lib/tribe-validate.class.php:280
2897
  #, php-format
2898
  msgid ""
2899
  "Comparison validation failed because no comparison value was provided, for "
2902
  "Η σύγκριση επικύρωσης απέτυχε διότι δεν παρασχέθηκε αξία σύγκρισης για το "
2903
  "πεδίο %s"
2904
 
2905
+ #: ../lib/tribe-validate.class.php:287
2906
  #, php-format
2907
  msgid "%s cannot be the same as %s."
2908
  msgstr "%s δεν μπορεί να είναι το ίδιο με %s."
2909
 
2910
+ #: ../lib/tribe-validate.class.php:289
2911
  #, php-format
2912
  msgid "%s cannot be a duplicate"
2913
  msgstr "%s δεν μπορεί να είναι ένα διπλότυπο"
2914
 
2915
+ #: ../lib/tribe-validate.class.php:305
2916
  #, php-format
2917
  msgid "%s must be a number or percentage."
2918
  msgstr "%s πρέπει να είναι αριθμός ή ποσοστό."
2919
 
2920
+ #: ../lib/tribe-validate.class.php:359
2921
  #, php-format
2922
  msgid "%s must be a number between 0 and 21."
2923
  msgstr "%s πρέπει να είναι ένας αριθμός μεταξύ 0 και 21."
2924
 
2925
+ #: ../lib/tribe-validate.class.php:375
2926
  #, php-format
2927
  msgid ""
2928
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2930
  "% s πρέπει να αποτελείται μόνο από γράμματα, αριθμούς, παύλες, αποστρόφους "
2931
  "και κενά διαστήματα."
2932
 
2933
+ #: ../lib/tribe-validate.class.php:391
2934
  #, php-format
2935
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2936
  msgstr ""
2937
  "%s πρέπει να αποτελείται από γράμματα, κενά διαστήματα, αποστρόφους και "
2938
  "παύλες."
2939
 
2940
+ #: ../lib/tribe-validate.class.php:405
2941
  #, php-format
2942
  msgid "%s must consist of 5 numbers."
2943
  msgstr "%s πρέπει να αποτελείται από 5 αριθμούς."
2944
 
2945
+ #: ../lib/tribe-validate.class.php:419
2946
  #, php-format
2947
  msgid "%s must be a phone number."
2948
  msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνου."
2949
 
2950
+ #: ../lib/tribe-validate.class.php:435
2951
  msgid ""
2952
  "Country List must be formatted as one country per line in the following "
2953
  "format: <br>US, United States <br> UK, United Kingdom."
2955
  "Η λίστα χωρών πρέπει να διαμορφωθεί ως μία χώρα ανά γραμμή με την ακόλουθη "
2956
  "μορφή: <br> ΗΠΑ, Ηνωμένες Πολιτείες <br> ΗΒ, Ηνωμένο Βασίλειο."
2957
 
2958
+ #: ../lib/tribe-view-helpers.class.php:26
2959
+ #: ../lib/tribe-view-helpers.class.php:45
2960
  msgid "Select a Country:"
2961
  msgstr "Επιλογή Χώρας:"
2962
 
2963
+ #: ../lib/tribe-view-helpers.class.php:47
2964
  msgid "Afghanistan"
2965
  msgstr "Αφγανιστάν"
2966
 
2967
+ #: ../lib/tribe-view-helpers.class.php:48
2968
  msgid "Albania"
2969
  msgstr "Αλβανία"
2970
 
2971
+ #: ../lib/tribe-view-helpers.class.php:49
2972
  msgid "Algeria"
2973
  msgstr "Αλγερία"
2974
 
2975
+ #: ../lib/tribe-view-helpers.class.php:50
2976
  msgid "American Samoa"
2977
  msgstr "Αμερικάνικη Σαμόα"
2978
 
2979
+ #: ../lib/tribe-view-helpers.class.php:51
2980
  msgid "Andorra"
2981
  msgstr "Ανδόρα"
2982
 
2983
+ #: ../lib/tribe-view-helpers.class.php:52
2984
  msgid "Angola"
2985
  msgstr "Ανγκόλα"
2986
 
2987
+ #: ../lib/tribe-view-helpers.class.php:53
2988
  msgid "Anguilla"
2989
  msgstr "Ανγκουίλλα"
2990
 
2991
+ #: ../lib/tribe-view-helpers.class.php:54
2992
  msgid "Antarctica"
2993
  msgstr "Ανταρκτική"
2994
 
2995
+ #: ../lib/tribe-view-helpers.class.php:55
2996
  msgid "Antigua And Barbuda"
2997
  msgstr "Αντίγκουα και Μπαρμπούντα"
2998
 
2999
+ #: ../lib/tribe-view-helpers.class.php:56
3000
  msgid "Argentina"
3001
  msgstr "Αργεντινή"
3002
 
3003
+ #: ../lib/tribe-view-helpers.class.php:57
3004
  msgid "Armenia"
3005
  msgstr "Αρμενία"
3006
 
3007
+ #: ../lib/tribe-view-helpers.class.php:58
3008
  msgid "Aruba"
3009
  msgstr "Αρούμπα"
3010
 
3011
+ #: ../lib/tribe-view-helpers.class.php:59
3012
  msgid "Australia"
3013
  msgstr "Αυστραλία"
3014
 
3015
+ #: ../lib/tribe-view-helpers.class.php:60
3016
  msgid "Austria"
3017
  msgstr "Αυστρία"
3018
 
3019
+ #: ../lib/tribe-view-helpers.class.php:61
3020
  msgid "Azerbaijan"
3021
  msgstr "Αζερμπαϊτζάν"
3022
 
3023
+ #: ../lib/tribe-view-helpers.class.php:62
3024
  msgid "Bahamas"
3025
  msgstr "Μπαχάμες"
3026
 
3027
+ #: ../lib/tribe-view-helpers.class.php:63
3028
  msgid "Bahrain"
3029
  msgstr "Μπαχρέιν"
3030
 
3031
+ #: ../lib/tribe-view-helpers.class.php:64
3032
  msgid "Bangladesh"
3033
  msgstr "Μπανγκλαντές"
3034
 
3035
+ #: ../lib/tribe-view-helpers.class.php:65
3036
  msgid "Barbados"
3037
  msgstr "Μπαρμπάντος"
3038
 
3039
+ #: ../lib/tribe-view-helpers.class.php:66
3040
  msgid "Belarus"
3041
  msgstr "Λευκορωσία"
3042
 
3043
+ #: ../lib/tribe-view-helpers.class.php:67
3044
  msgid "Belgium"
3045
  msgstr "Βέλγιο"
3046
 
3047
+ #: ../lib/tribe-view-helpers.class.php:68
3048
  msgid "Belize"
3049
  msgstr "Μπελίζ"
3050
 
3051
+ #: ../lib/tribe-view-helpers.class.php:69
3052
  msgid "Benin"
3053
  msgstr "Μπενίν"
3054
 
3055
+ #: ../lib/tribe-view-helpers.class.php:70
3056
  msgid "Bermuda"
3057
  msgstr "Βερμούδες"
3058
 
3059
+ #: ../lib/tribe-view-helpers.class.php:71
3060
  msgid "Bhutan"
3061
  msgstr "Μπουτάν"
3062
 
3063
+ #: ../lib/tribe-view-helpers.class.php:72
3064
  msgid "Bolivia"
3065
  msgstr "Βολιβία"
3066
 
3067
+ #: ../lib/tribe-view-helpers.class.php:73
3068
  msgid "Bosnia And Herzegowina"
3069
  msgstr "Βοσνία-Ερζεγοβίνη"
3070
 
3071
+ #: ../lib/tribe-view-helpers.class.php:74
3072
  msgid "Botswana"
3073
  msgstr "Μποτσουάνα"
3074
 
3075
+ #: ../lib/tribe-view-helpers.class.php:75
3076
  msgid "Bouvet Island"
3077
  msgstr "Νήσος Μπουβέ"
3078
 
3079
+ #: ../lib/tribe-view-helpers.class.php:76
3080
  msgid "Brazil"
3081
  msgstr "Βραζιλία"
3082
 
3083
+ #: ../lib/tribe-view-helpers.class.php:77
3084
  msgid "British Indian Ocean Territory"
3085
  msgstr "Βρετανικά εδάφη του Ινδικού Ωκεανού"
3086
 
3087
+ #: ../lib/tribe-view-helpers.class.php:78
3088
  msgid "Brunei Darussalam"
3089
  msgstr "Μπρουνέι Νταρουσαλάμ"
3090
 
3091
+ #: ../lib/tribe-view-helpers.class.php:79
3092
  msgid "Bulgaria"
3093
  msgstr "Βουλγαρία"
3094
 
3095
+ #: ../lib/tribe-view-helpers.class.php:80
3096
  msgid "Burkina Faso"
3097
  msgstr "Μπουρκίνα Φάσο"
3098
 
3099
+ #: ../lib/tribe-view-helpers.class.php:81
3100
  msgid "Burundi"
3101
  msgstr "Μπουρούντι"
3102
 
3103
+ #: ../lib/tribe-view-helpers.class.php:82
3104
  msgid "Cambodia"
3105
  msgstr "Καμπότζη"
3106
 
3107
+ #: ../lib/tribe-view-helpers.class.php:83
3108
  msgid "Cameroon"
3109
  msgstr "Καμερούν"
3110
 
3111
+ #: ../lib/tribe-view-helpers.class.php:84
3112
  msgid "Canada"
3113
  msgstr "Καναδάς"
3114
 
3115
+ #: ../lib/tribe-view-helpers.class.php:85
3116
  msgid "Cape Verde"
3117
  msgstr "Πράσινο Ακρωτήριο"
3118
 
3119
+ #: ../lib/tribe-view-helpers.class.php:86
3120
  msgid "Cayman Islands"
3121
  msgstr "Νησιά Κέιμαν"
3122
 
3123
+ #: ../lib/tribe-view-helpers.class.php:87
3124
  msgid "Central African Republic"
3125
  msgstr "Κεντροαφρικανική Δημοκρατία"
3126
 
3127
+ #: ../lib/tribe-view-helpers.class.php:88
3128
  msgid "Chad"
3129
  msgstr "Τσαντ"
3130
 
3131
+ #: ../lib/tribe-view-helpers.class.php:89
3132
  msgid "Chile"
3133
  msgstr "Χιλή"
3134
 
3135
+ #: ../lib/tribe-view-helpers.class.php:90
3136
  msgid "China"
3137
  msgstr "Κίνα"
3138
 
3139
+ #: ../lib/tribe-view-helpers.class.php:91
3140
  msgid "Christmas Island"
3141
  msgstr "Νήσος των Χριστουγέννων"
3142
 
3143
+ #: ../lib/tribe-view-helpers.class.php:92
3144
  msgid "Cocos (Keeling) Islands"
3145
  msgstr "Νησιά Κόκος (Κίλινγκ)"
3146
 
3147
+ #: ../lib/tribe-view-helpers.class.php:93
3148
  msgid "Colombia"
3149
  msgstr "Κολομβία"
3150
 
3151
+ #: ../lib/tribe-view-helpers.class.php:94
3152
  msgid "Comoros"
3153
  msgstr "Κομόρες"
3154
 
3155
+ #: ../lib/tribe-view-helpers.class.php:95
3156
  msgid "Congo"
3157
  msgstr "Κονγκό"
3158
 
3159
+ #: ../lib/tribe-view-helpers.class.php:96
3160
  msgid "Congo, The Democratic Republic Of The"
3161
  msgstr "Λαϊκή Δημοκρατία του Κονγκό"
3162
 
3163
+ #: ../lib/tribe-view-helpers.class.php:97
3164
  msgid "Cook Islands"
3165
  msgstr "Νήσοι Κουκ"
3166
 
3167
+ #: ../lib/tribe-view-helpers.class.php:98
3168
  msgid "Costa Rica"
3169
  msgstr "Κόστα Ρίκα"
3170
 
3171
+ #: ../lib/tribe-view-helpers.class.php:99
3172
  msgid "Cote D'Ivoire"
3173
  msgstr "Ακτή Ελεφαντοστού"
3174
 
3175
+ #: ../lib/tribe-view-helpers.class.php:100
3176
  msgid "Croatia (Local Name: Hrvatska)"
3177
  msgstr "Κροατία (τοπική ονομασία: Hrvatska)"
3178
 
3179
+ #: ../lib/tribe-view-helpers.class.php:101
3180
  msgid "Cuba"
3181
  msgstr "Κούβα"
3182
 
3183
+ #: ../lib/tribe-view-helpers.class.php:102
3184
  msgid "Cyprus"
3185
  msgstr "Κύπρος"
3186
 
3187
+ #: ../lib/tribe-view-helpers.class.php:103
3188
  msgid "Czech Republic"
3189
  msgstr "Τσεχία"
3190
 
3191
+ #: ../lib/tribe-view-helpers.class.php:104
3192
  msgid "Denmark"
3193
  msgstr "Δανία"
3194
 
3195
+ #: ../lib/tribe-view-helpers.class.php:105
3196
  msgid "Djibouti"
3197
  msgstr "Τζιμπουτί"
3198
 
3199
+ #: ../lib/tribe-view-helpers.class.php:106
3200
  msgid "Dominica"
3201
  msgstr "Ντομίνικα"
3202
 
3203
+ #: ../lib/tribe-view-helpers.class.php:107
3204
  msgid "Dominican Republic"
3205
  msgstr "Δομινικανή Δημοκρατία"
3206
 
3207
+ #: ../lib/tribe-view-helpers.class.php:108
3208
  msgid "East Timor"
3209
  msgstr "Ανατολικό Τιμόρ"
3210
 
3211
+ #: ../lib/tribe-view-helpers.class.php:109
3212
  msgid "Ecuador"
3213
  msgstr "Εκουαδόρ"
3214
 
3215
+ #: ../lib/tribe-view-helpers.class.php:110
3216
  msgid "Egypt"
3217
  msgstr "Αίγυπτος"
3218
 
3219
+ #: ../lib/tribe-view-helpers.class.php:111
3220
  msgid "El Salvador"
3221
  msgstr "Ελ Σαλβαδόρ"
3222
 
3223
+ #: ../lib/tribe-view-helpers.class.php:112
3224
  msgid "Equatorial Guinea"
3225
  msgstr "Ισημερινή Γουινέα"
3226
 
3227
+ #: ../lib/tribe-view-helpers.class.php:113
3228
  msgid "Eritrea"
3229
  msgstr "Ερυθραία"
3230
 
3231
+ #: ../lib/tribe-view-helpers.class.php:114
3232
  msgid "Estonia"
3233
  msgstr "Εσθονία"
3234
 
3235
+ #: ../lib/tribe-view-helpers.class.php:115
3236
  msgid "Ethiopia"
3237
  msgstr "Αιθιοπία"
3238
 
3239
+ #: ../lib/tribe-view-helpers.class.php:116
3240
  msgid "Falkland Islands (Malvinas)"
3241
  msgstr "Νησιά Φώκλαντ (Μαλβίνες)"
3242
 
3243
+ #: ../lib/tribe-view-helpers.class.php:117
3244
  msgid "Faroe Islands"
3245
  msgstr "Νήσοι Φερόε"
3246
 
3247
+ #: ../lib/tribe-view-helpers.class.php:118
3248
  msgid "Fiji"
3249
  msgstr "Φίτζι"
3250
 
3251
+ #: ../lib/tribe-view-helpers.class.php:119
3252
  msgid "Finland"
3253
  msgstr "Φιλανδία"
3254
 
3255
+ #: ../lib/tribe-view-helpers.class.php:120
3256
  msgid "France"
3257
  msgstr "Γαλλία"
3258
 
3259
+ #: ../lib/tribe-view-helpers.class.php:121
3260
  msgid "France, Metropolitan"
3261
  msgstr "Γαλλία, Μητροπολιτική"
3262
 
3263
+ #: ../lib/tribe-view-helpers.class.php:122
3264
  msgid "French Guiana"
3265
  msgstr "Γαλλική Γουιάνα"
3266
 
3267
+ #: ../lib/tribe-view-helpers.class.php:123
3268
  msgid "French Polynesia"
3269
  msgstr "Γαλλική Πολυνησία"
3270
 
3271
+ #: ../lib/tribe-view-helpers.class.php:124
3272
  msgid "French Southern Territories"
3273
  msgstr "Γαλλικά Νότια Εδάφη"
3274
 
3275
+ #: ../lib/tribe-view-helpers.class.php:125
3276
  msgid "Gabon"
3277
  msgstr "Γκαμπόν"
3278
 
3279
+ #: ../lib/tribe-view-helpers.class.php:126
3280
  msgid "Gambia"
3281
  msgstr "Γκάμπια"
3282
 
3283
+ #: ../lib/tribe-view-helpers.class.php:127
3284
+ #: ../lib/tribe-view-helpers.class.php:326
3285
  msgid "Georgia"
3286
  msgstr "Γεωργία"
3287
 
3288
+ #: ../lib/tribe-view-helpers.class.php:128
3289
  msgid "Germany"
3290
  msgstr "Γερμανία"
3291
 
3292
+ #: ../lib/tribe-view-helpers.class.php:129
3293
  msgid "Ghana"
3294
  msgstr "Γκάνα"
3295
 
3296
+ #: ../lib/tribe-view-helpers.class.php:130
3297
  msgid "Gibraltar"
3298
  msgstr "Γιβλαρτάρ"
3299
 
3300
+ #: ../lib/tribe-view-helpers.class.php:131
3301
  msgid "Greece"
3302
  msgstr "Ελλάδα"
3303
 
3304
+ #: ../lib/tribe-view-helpers.class.php:132
3305
  msgid "Greenland"
3306
  msgstr "Γροιλανδία"
3307
 
3308
+ #: ../lib/tribe-view-helpers.class.php:133
3309
  msgid "Grenada"
3310
  msgstr "Γρενάδα"
3311
 
3312
+ #: ../lib/tribe-view-helpers.class.php:134
3313
  msgid "Guadeloupe"
3314
  msgstr "Γουαδελούπη"
3315
 
3316
+ #: ../lib/tribe-view-helpers.class.php:135
3317
  msgid "Guam"
3318
  msgstr "Γκουάμ"
3319
 
3320
+ #: ../lib/tribe-view-helpers.class.php:136
3321
  msgid "Guatemala"
3322
  msgstr "Γουατεμάλα"
3323
 
3324
+ #: ../lib/tribe-view-helpers.class.php:137
3325
  msgid "Guinea"
3326
  msgstr "Γουινέα"
3327
 
3328
+ #: ../lib/tribe-view-helpers.class.php:138
3329
  msgid "Guinea-Bissau"
3330
  msgstr "Γουινέα-Μπισάου"
3331
 
3332
+ #: ../lib/tribe-view-helpers.class.php:139
3333
  msgid "Guyana"
3334
  msgstr "Γουιάνα"
3335
 
3336
+ #: ../lib/tribe-view-helpers.class.php:140
3337
  msgid "Haiti"
3338
  msgstr "Αϊτή"
3339
 
3340
+ #: ../lib/tribe-view-helpers.class.php:141
3341
  msgid "Heard And Mc Donald Islands"
3342
  msgstr "Νήσοι Χερντ και Mc Donald"
3343
 
3344
+ #: ../lib/tribe-view-helpers.class.php:142
3345
  msgid "Holy See (Vatican City State)"
3346
  msgstr "Αγία Έδρα (Πόλη του Βατικανού)"
3347
 
3348
+ #: ../lib/tribe-view-helpers.class.php:143
3349
  msgid "Honduras"
3350
  msgstr "Ονδούρα"
3351
 
3352
+ #: ../lib/tribe-view-helpers.class.php:144
3353
  msgid "Hong Kong"
3354
  msgstr "Χόνγκ Κόνγκ"
3355
 
3356
+ #: ../lib/tribe-view-helpers.class.php:145
3357
  msgid "Hungary"
3358
  msgstr "Ουγγαρία"
3359
 
3360
+ #: ../lib/tribe-view-helpers.class.php:146
3361
  msgid "Iceland"
3362
  msgstr "Ισλανδία"
3363
 
3364
+ #: ../lib/tribe-view-helpers.class.php:147
3365
  msgid "India"
3366
  msgstr "Ινδία"
3367
 
3368
+ #: ../lib/tribe-view-helpers.class.php:148
3369
  msgid "Indonesia"
3370
  msgstr "Ινδονησία"
3371
 
3372
+ #: ../lib/tribe-view-helpers.class.php:149
3373
  msgid "Iran (Islamic Republic Of)"
3374
  msgstr "Ιράν (Ισλαμική Δημοκρατία του)"
3375
 
3376
+ #: ../lib/tribe-view-helpers.class.php:150
3377
  msgid "Iraq"
3378
  msgstr "Ιράκ"
3379
 
3380
+ #: ../lib/tribe-view-helpers.class.php:151
3381
  msgid "Ireland"
3382
  msgstr "Ιρλανδία"
3383
 
3384
+ #: ../lib/tribe-view-helpers.class.php:152
3385
  msgid "Israel"
3386
  msgstr "Ισραήλ"
3387
 
3388
+ #: ../lib/tribe-view-helpers.class.php:153
3389
  msgid "Italy"
3390
  msgstr "Ιταλία"
3391
 
3392
+ #: ../lib/tribe-view-helpers.class.php:154
3393
  msgid "Jamaica"
3394
  msgstr "Τζαμάικα"
3395
 
3396
+ #: ../lib/tribe-view-helpers.class.php:155
3397
  msgid "Japan"
3398
  msgstr "Ιαπωνία"
3399
 
3400
+ #: ../lib/tribe-view-helpers.class.php:156
3401
  msgid "Jordan"
3402
  msgstr "Ιορδανία"
3403
 
3404
+ #: ../lib/tribe-view-helpers.class.php:157
3405
  msgid "Kazakhstan"
3406
  msgstr "Καζακστάν"
3407
 
3408
+ #: ../lib/tribe-view-helpers.class.php:158
3409
  msgid "Kenya"
3410
  msgstr "Κένυα"
3411
 
3412
+ #: ../lib/tribe-view-helpers.class.php:159
3413
  msgid "Kiribati"
3414
  msgstr "Κιριμπάτι"
3415
 
3416
+ #: ../lib/tribe-view-helpers.class.php:160
3417
  msgid "Korea, Democratic People's Republic Of"
3418
  msgstr "Κορέα, Λαϊκή Δημοκρατία της Κίνας"
3419
 
3420
+ #: ../lib/tribe-view-helpers.class.php:161
3421
  msgid "Korea, Republic Of"
3422
  msgstr "Κορέα, Δημοκρατία της"
3423
 
3424
+ #: ../lib/tribe-view-helpers.class.php:162
3425
  msgid "Kuwait"
3426
  msgstr "Κουβέιτ"
3427
 
3428
+ #: ../lib/tribe-view-helpers.class.php:163
3429
  msgid "Kyrgyzstan"
3430
  msgstr "Κιργιστάν"
3431
 
3432
+ #: ../lib/tribe-view-helpers.class.php:164
3433
  msgid "Lao People's Democratic Republic"
3434
  msgstr "Δημοκρατική Δημοκρατία του Λάος"
3435
 
3436
+ #: ../lib/tribe-view-helpers.class.php:165
3437
  msgid "Latvia"
3438
  msgstr "Λετονία"
3439
 
3440
+ #: ../lib/tribe-view-helpers.class.php:166
3441
  msgid "Lebanon"
3442
  msgstr "Λίβανος"
3443
 
3444
+ #: ../lib/tribe-view-helpers.class.php:167
3445
  msgid "Lesotho"
3446
  msgstr "Λεσόθο"
3447
 
3448
+ #: ../lib/tribe-view-helpers.class.php:168
3449
  msgid "Liberia"
3450
  msgstr "Λιβερία"
3451
 
3452
+ #: ../lib/tribe-view-helpers.class.php:169
3453
  msgid "Libya"
3454
  msgstr "Λιβύη"
3455
 
3456
+ #: ../lib/tribe-view-helpers.class.php:170
3457
  msgid "Liechtenstein"
3458
  msgstr "Λιχτενστάιν"
3459
 
3460
+ #: ../lib/tribe-view-helpers.class.php:171
3461
  msgid "Lithuania"
3462
  msgstr "Λιθουανία"
3463
 
3464
+ #: ../lib/tribe-view-helpers.class.php:172
3465
  msgid "Luxembourg"
3466
  msgstr "Λουξεμβούργο"
3467
 
3468
+ #: ../lib/tribe-view-helpers.class.php:173
3469
  msgid "Macau"
3470
  msgstr "Μακάου"
3471
 
3472
  #
3473
+ #: ../lib/tribe-view-helpers.class.php:174
3474
  msgid "Macedonia"
3475
  msgstr "Π.Γ.Δ.Μ."
3476
 
3477
+ #: ../lib/tribe-view-helpers.class.php:175
3478
  msgid "Madagascar"
3479
  msgstr "Μαδαγασκάρη"
3480
 
3481
+ #: ../lib/tribe-view-helpers.class.php:176
3482
  msgid "Malawi"
3483
  msgstr "Μαλάουι"
3484
 
3485
+ #: ../lib/tribe-view-helpers.class.php:177
3486
  msgid "Malaysia"
3487
  msgstr "Μαλαισία"
3488
 
3489
+ #: ../lib/tribe-view-helpers.class.php:178
3490
  msgid "Maldives"
3491
  msgstr "Μαλδίβες"
3492
 
3493
+ #: ../lib/tribe-view-helpers.class.php:179
3494
  msgid "Mali"
3495
  msgstr "Μάλι"
3496
 
3497
+ #: ../lib/tribe-view-helpers.class.php:180
3498
  msgid "Malta"
3499
  msgstr "Μάλτα"
3500
 
3501
+ #: ../lib/tribe-view-helpers.class.php:181
3502
  msgid "Marshall Islands"
3503
  msgstr "Νήσοι Μάρσαλ"
3504
 
3505
+ #: ../lib/tribe-view-helpers.class.php:182
3506
  msgid "Martinique"
3507
  msgstr "Μαρτινίκα"
3508
 
3509
+ #: ../lib/tribe-view-helpers.class.php:183
3510
  msgid "Mauritania"
3511
  msgstr "Μαυριτανία"
3512
 
3513
+ #: ../lib/tribe-view-helpers.class.php:184
3514
  msgid "Mauritius"
3515
  msgstr "Μαυρίκιος"
3516
 
3517
+ #: ../lib/tribe-view-helpers.class.php:185
3518
  msgid "Mayotte"
3519
  msgstr "Μαγιότ"
3520
 
3521
+ #: ../lib/tribe-view-helpers.class.php:186
3522
  msgid "Mexico"
3523
  msgstr "Μεξικό"
3524
 
3525
+ #: ../lib/tribe-view-helpers.class.php:187
3526
  msgid "Micronesia, Federated States Of"
3527
  msgstr "Μικρονησία, Ομόσπονδα Κράτη της"
3528
 
3529
+ #: ../lib/tribe-view-helpers.class.php:188
3530
  msgid "Moldova, Republic Of"
3531
  msgstr "Μολδαβία, Δημοκρατία της"
3532
 
3533
+ #: ../lib/tribe-view-helpers.class.php:189
3534
  msgid "Monaco"
3535
  msgstr "Μονακό"
3536
 
3537
+ #: ../lib/tribe-view-helpers.class.php:190
3538
  msgid "Mongolia"
3539
  msgstr "Μονγκολία"
3540
 
3541
+ #: ../lib/tribe-view-helpers.class.php:191
3542
  msgid "Montenegro"
3543
  msgstr "Μαυροβούνιο"
3544
 
3545
+ #: ../lib/tribe-view-helpers.class.php:192
3546
  msgid "Montserrat"
3547
  msgstr "Μοντσεράτ"
3548
 
3549
+ #: ../lib/tribe-view-helpers.class.php:193
3550
  msgid "Morocco"
3551
  msgstr "Μαρόκο"
3552
 
3553
+ #: ../lib/tribe-view-helpers.class.php:194
3554
  msgid "Mozambique"
3555
  msgstr "Μοζαμβίκη"
3556
 
3557
+ #: ../lib/tribe-view-helpers.class.php:195
3558
  msgid "Myanmar"
3559
  msgstr "Μιανμάρ"
3560
 
3561
+ #: ../lib/tribe-view-helpers.class.php:196
3562
  msgid "Namibia"
3563
  msgstr "Ναμίμπια"
3564
 
3565
+ #: ../lib/tribe-view-helpers.class.php:197
3566
  msgid "Nauru"
3567
  msgstr "Ναούρου"
3568
 
3569
+ #: ../lib/tribe-view-helpers.class.php:198
3570
  msgid "Nepal"
3571
  msgstr "Νεπάλ"
3572
 
3573
+ #: ../lib/tribe-view-helpers.class.php:199
3574
  msgid "Netherlands"
3575
  msgstr "Ολλανδία"
3576
 
3577
+ #: ../lib/tribe-view-helpers.class.php:200
3578
  msgid "Netherlands Antilles"
3579
  msgstr "Ολλανδικές Αντίλλες"
3580
 
3581
+ #: ../lib/tribe-view-helpers.class.php:201
3582
  msgid "New Caledonia"
3583
  msgstr "Νέα Καληδονία"
3584
 
3585
+ #: ../lib/tribe-view-helpers.class.php:202
3586
  msgid "New Zealand"
3587
  msgstr "Νέα Ζηλανδία"
3588
 
3589
+ #: ../lib/tribe-view-helpers.class.php:203
3590
  msgid "Nicaragua"
3591
  msgstr "Νικαράγουα"
3592
 
3593
+ #: ../lib/tribe-view-helpers.class.php:204
3594
  msgid "Niger"
3595
  msgstr "Νίγηρας"
3596
 
3597
+ #: ../lib/tribe-view-helpers.class.php:205
3598
  msgid "Nigeria"
3599
  msgstr "Νιγηρία"
3600
 
3601
+ #: ../lib/tribe-view-helpers.class.php:206
3602
  msgid "Niue"
3603
  msgstr "Νιούε"
3604
 
3605
+ #: ../lib/tribe-view-helpers.class.php:207
3606
  msgid "Norfolk Island"
3607
  msgstr "Νήσος Νόρφολκ"
3608
 
3609
+ #: ../lib/tribe-view-helpers.class.php:208
3610
  msgid "Northern Mariana Islands"
3611
  msgstr "Βόρειες Μαριάνες Νήσοι"
3612
 
3613
+ #: ../lib/tribe-view-helpers.class.php:209
3614
  msgid "Norway"
3615
  msgstr "Νορβηγία"
3616
 
3617
+ #: ../lib/tribe-view-helpers.class.php:210
3618
  msgid "Oman"
3619
  msgstr "Ομάν"
3620
 
3621
+ #: ../lib/tribe-view-helpers.class.php:211
3622
  msgid "Pakistan"
3623
  msgstr "Πακιστάν"
3624
 
3625
+ #: ../lib/tribe-view-helpers.class.php:212
3626
  msgid "Palau"
3627
  msgstr "Παλάου"
3628
 
3629
+ #: ../lib/tribe-view-helpers.class.php:213
3630
  msgid "Panama"
3631
  msgstr "Παναμάς"
3632
 
3633
+ #: ../lib/tribe-view-helpers.class.php:214
3634
  msgid "Papua New Guinea"
3635
  msgstr "Παπούα Νέα Γουινέα"
3636
 
3637
+ #: ../lib/tribe-view-helpers.class.php:215
3638
  msgid "Paraguay"
3639
  msgstr "Παραγουάη"
3640
 
3641
+ #: ../lib/tribe-view-helpers.class.php:216
3642
  msgid "Peru"
3643
  msgstr "Περού"
3644
 
3645
+ #: ../lib/tribe-view-helpers.class.php:217
3646
  msgid "Philippines"
3647
  msgstr "Φιλιππίνες"
3648
 
3649
+ #: ../lib/tribe-view-helpers.class.php:218
3650
  msgid "Pitcairn"
3651
  msgstr "Πίτκερν"
3652
 
3653
+ #: ../lib/tribe-view-helpers.class.php:219
3654
  msgid "Poland"
3655
  msgstr "Πολωνία"
3656
 
3657
+ #: ../lib/tribe-view-helpers.class.php:220
3658
  msgid "Portugal"
3659
  msgstr "Πορτογαλία"
3660
 
3661
+ #: ../lib/tribe-view-helpers.class.php:221
3662
  msgid "Puerto Rico"
3663
  msgstr "Πουέρτο Ρίκο"
3664
 
3665
+ #: ../lib/tribe-view-helpers.class.php:222
3666
  msgid "Qatar"
3667
  msgstr "Κατάρ"
3668
 
3669
+ #: ../lib/tribe-view-helpers.class.php:223
3670
  msgid "Reunion"
3671
  msgstr "Ρεουνιόν"
3672
 
3673
+ #: ../lib/tribe-view-helpers.class.php:224
3674
  msgid "Romania"
3675
  msgstr "Ρουμανία"
3676
 
3677
+ #: ../lib/tribe-view-helpers.class.php:225
3678
  msgid "Russian Federation"
3679
  msgstr "Ρωσική Ομοσπονδία"
3680
 
3681
+ #: ../lib/tribe-view-helpers.class.php:226
3682
  msgid "Rwanda"
3683
  msgstr "Ρουάντα"
3684
 
3685
+ #: ../lib/tribe-view-helpers.class.php:227
3686
  msgid "Saint Kitts And Nevis"
3687
  msgstr "Άγιος Χριστόφορος και Νέβις"
3688
 
3689
+ #: ../lib/tribe-view-helpers.class.php:228
3690
  msgid "Saint Lucia"
3691
  msgstr "Αγία Λουκία"
3692
 
3693
+ #: ../lib/tribe-view-helpers.class.php:229
3694
  msgid "Saint Vincent And The Grenadines"
3695
  msgstr "Άγιος Βικέντιος και Γρεναδίνες"
3696
 
3697
+ #: ../lib/tribe-view-helpers.class.php:230
3698
  msgid "Samoa"
3699
  msgstr "Σαμόα"
3700
 
3701
+ #: ../lib/tribe-view-helpers.class.php:231
3702
  msgid "San Marino"
3703
  msgstr "Σαν Μαρίνο"
3704
 
3705
+ #: ../lib/tribe-view-helpers.class.php:232
3706
  msgid "Sao Tome And Principe"
3707
  msgstr "Σάο Τομέ και Πρίνσιπε"
3708
 
3709
+ #: ../lib/tribe-view-helpers.class.php:233
3710
  msgid "Saudi Arabia"
3711
  msgstr "Σαουδική Αραβία"
3712
 
3713
+ #: ../lib/tribe-view-helpers.class.php:234
3714
  msgid "Senegal"
3715
  msgstr "Σενεγάλη"
3716
 
3717
+ #: ../lib/tribe-view-helpers.class.php:235
3718
  msgid "Serbia"
3719
  msgstr "Σερβία"
3720
 
3721
+ #: ../lib/tribe-view-helpers.class.php:236
3722
  msgid "Seychelles"
3723
  msgstr "Σεϋχέλλες"
3724
 
3725
+ #: ../lib/tribe-view-helpers.class.php:237
3726
  msgid "Sierra Leone"
3727
  msgstr "Σιέρα Λεόνε"
3728
 
3729
+ #: ../lib/tribe-view-helpers.class.php:238
3730
  msgid "Singapore"
3731
  msgstr "Σιγκαπούρη"
3732
 
3733
+ #: ../lib/tribe-view-helpers.class.php:239
3734
  msgid "Slovakia (Slovak Republic)"
3735
  msgstr "Σλοβακία (Δημοκρατία της Σλοβακίας)"
3736
 
3737
+ #: ../lib/tribe-view-helpers.class.php:240
3738
  msgid "Slovenia"
3739
  msgstr "Σλοβενία"
3740
 
3741
+ #: ../lib/tribe-view-helpers.class.php:241
3742
  msgid "Solomon Islands"
3743
  msgstr "Νησιά Σολομώντα"
3744
 
3745
+ #: ../lib/tribe-view-helpers.class.php:242
3746
  msgid "Somalia"
3747
  msgstr "Σομαλία"
3748
 
3749
+ #: ../lib/tribe-view-helpers.class.php:243
3750
  msgid "South Africa"
3751
  msgstr "Νότια Αφρική"
3752
 
3753
+ #: ../lib/tribe-view-helpers.class.php:244
3754
  msgid "South Georgia, South Sandwich Islands"
3755
  msgstr "Νότια Γεωργία, Νότια Νησιά Σάντουιτς"
3756
 
3757
+ #: ../lib/tribe-view-helpers.class.php:245
3758
  msgid "Spain"
3759
  msgstr "Ισπανία"
3760
 
3761
+ #: ../lib/tribe-view-helpers.class.php:246
3762
  msgid "Sri Lanka"
3763
  msgstr "Σρι Λάνκα"
3764
 
3765
+ #: ../lib/tribe-view-helpers.class.php:247
3766
  msgid "St. Helena"
3767
  msgstr "Αγία Ελένη"
3768
 
3769
+ #: ../lib/tribe-view-helpers.class.php:248
3770
  msgid "St. Pierre And Miquelon"
3771
  msgstr "Άγιος Πέτρος και Μικελόν"
3772
 
3773
+ #: ../lib/tribe-view-helpers.class.php:249
3774
  msgid "Sudan"
3775
  msgstr "Σουδάν"
3776
 
3777
+ #: ../lib/tribe-view-helpers.class.php:250
3778
  msgid "Suriname"
3779
  msgstr "Σουρινάμ"
3780
 
3781
+ #: ../lib/tribe-view-helpers.class.php:251
3782
  msgid "Svalbard And Jan Mayen Islands"
3783
  msgstr "Νήσοι Σβάλμπαρντ και Γιαν Μαγιέν"
3784
 
3785
+ #: ../lib/tribe-view-helpers.class.php:252
3786
  msgid "Swaziland"
3787
  msgstr "Ζουαζιλάνδη"
3788
 
3789
+ #: ../lib/tribe-view-helpers.class.php:253
3790
  msgid "Sweden"
3791
  msgstr "Σουηδία"
3792
 
3793
+ #: ../lib/tribe-view-helpers.class.php:254
3794
  msgid "Switzerland"
3795
  msgstr "Ελβετία"
3796
 
3797
+ #: ../lib/tribe-view-helpers.class.php:255
3798
  msgid "Syrian Arab Republic"
3799
  msgstr "Αραβική Δημοκρατία της Συρίας"
3800
 
3801
+ #: ../lib/tribe-view-helpers.class.php:256
3802
  msgid "Taiwan"
3803
  msgstr "Ταϊβάν"
3804
 
3805
+ #: ../lib/tribe-view-helpers.class.php:257
3806
  msgid "Tajikistan"
3807
  msgstr "Τατζικιστάν"
3808
 
3809
+ #: ../lib/tribe-view-helpers.class.php:258
3810
  msgid "Tanzania, United Republic Of"
3811
  msgstr "Τανζανία, Ενωμένη Δημοκρατία της"
3812
 
3813
+ #: ../lib/tribe-view-helpers.class.php:259
3814
  msgid "Thailand"
3815
  msgstr "Ταϊλάνδη"
3816
 
3817
+ #: ../lib/tribe-view-helpers.class.php:260
3818
  msgid "Togo"
3819
  msgstr "Τόγκο"
3820
 
3821
+ #: ../lib/tribe-view-helpers.class.php:261
3822
  msgid "Tokelau"
3823
  msgstr "Τοκελάου"
3824
 
3825
+ #: ../lib/tribe-view-helpers.class.php:262
3826
  msgid "Tonga"
3827
  msgstr "Τοκελάου"
3828
 
3829
+ #: ../lib/tribe-view-helpers.class.php:263
3830
  msgid "Trinidad And Tobago"
3831
  msgstr "Τρινιντάντ και Τομπάγκο"
3832
 
3833
+ #: ../lib/tribe-view-helpers.class.php:264
3834
  msgid "Tunisia"
3835
  msgstr "Τυνησία"
3836
 
3837
+ #: ../lib/tribe-view-helpers.class.php:265
3838
  msgid "Turkey"
3839
  msgstr "Τουρκία"
3840
 
3841
+ #: ../lib/tribe-view-helpers.class.php:266
3842
  msgid "Turkmenistan"
3843
  msgstr "Τουρκμενιστάν"
3844
 
3845
+ #: ../lib/tribe-view-helpers.class.php:267
3846
  msgid "Turks And Caicos Islands"
3847
  msgstr "Νήσοι Τερκς και Κάικος"
3848
 
3849
+ #: ../lib/tribe-view-helpers.class.php:268
3850
  msgid "Tuvalu"
3851
  msgstr "Τουβαλού"
3852
 
3853
+ #: ../lib/tribe-view-helpers.class.php:269
3854
  msgid "Uganda"
3855
  msgstr "Ουγκάντα"
3856
 
3857
+ #: ../lib/tribe-view-helpers.class.php:270
3858
  msgid "Ukraine"
3859
  msgstr "Ουκρανία"
3860
 
3861
+ #: ../lib/tribe-view-helpers.class.php:271
3862
  msgid "United Arab Emirates"
3863
  msgstr "Ηνωμένα Αραβικά Εμιράτα"
3864
 
3865
+ #: ../lib/tribe-view-helpers.class.php:272
3866
  msgid "United Kingdom"
3867
  msgstr "Ηνωμένο Βασίλειο"
3868
 
3869
+ #: ../lib/tribe-view-helpers.class.php:273
3870
  msgid "United States Minor Outlying Islands"
3871
  msgstr "Ηνωμένες Πολιτείες Μικρά Απομονωμένα Νησιά"
3872
 
3873
+ #: ../lib/tribe-view-helpers.class.php:274
3874
  msgid "Uruguay"
3875
  msgstr "Ουρουγουάη"
3876
 
3877
+ #: ../lib/tribe-view-helpers.class.php:275
3878
  msgid "Uzbekistan"
3879
  msgstr "Ουζμπεκιστάν"
3880
 
3881
+ #: ../lib/tribe-view-helpers.class.php:276
3882
  msgid "Vanuatu"
3883
  msgstr "Βανουάτου"
3884
 
3885
+ #: ../lib/tribe-view-helpers.class.php:277
3886
  msgid "Venezuela"
3887
  msgstr "Βενεζουέλα"
3888
 
3889
+ #: ../lib/tribe-view-helpers.class.php:278
3890
  msgid "Viet Nam"
3891
  msgstr "Βιετνάμ"
3892
 
3893
+ #: ../lib/tribe-view-helpers.class.php:279
3894
  msgid "Virgin Islands (British)"
3895
  msgstr "Παρθένοι Νήσοι (Βρετανικοί)"
3896
 
3897
+ #: ../lib/tribe-view-helpers.class.php:280
3898
  msgid "Virgin Islands (U.S.)"
3899
  msgstr "Παρθένες Νήσοι (ΗΠΑ)"
3900
 
3901
+ #: ../lib/tribe-view-helpers.class.php:281
3902
  msgid "Wallis And Futuna Islands"
3903
  msgstr "Νήσοι Ουαλίς και Φουτουνά"
3904
 
3905
+ #: ../lib/tribe-view-helpers.class.php:282
3906
  msgid "Western Sahara"
3907
  msgstr "Δυτική Σαχάρα"
3908
 
3909
+ #: ../lib/tribe-view-helpers.class.php:283
3910
  msgid "Yemen"
3911
  msgstr "Υεμένη"
3912
 
3913
+ #: ../lib/tribe-view-helpers.class.php:284
3914
  msgid "Zambia"
3915
  msgstr "Ζάμπια"
3916
 
3917
+ #: ../lib/tribe-view-helpers.class.php:285
3918
  msgid "Zimbabwe"
3919
  msgstr "Ζιμπάμπουε"
3920
 
3921
+ #: ../lib/tribe-view-helpers.class.php:316
3922
  msgid "Alabama"
3923
  msgstr "Αλαμπάμα"
3924
 
3925
+ #: ../lib/tribe-view-helpers.class.php:317
3926
  msgid "Alaska"
3927
  msgstr "Αλάσκα"
3928
 
3929
+ #: ../lib/tribe-view-helpers.class.php:318
3930
  msgid "Arizona"
3931
  msgstr "Αριζόνα"
3932
 
3933
+ #: ../lib/tribe-view-helpers.class.php:319
3934
  msgid "Arkansas"
3935
  msgstr "Αρκάνσας"
3936
 
3937
+ #: ../lib/tribe-view-helpers.class.php:320
3938
  msgid "California"
3939
  msgstr "Καλιφόρνια"
3940
 
3941
+ #: ../lib/tribe-view-helpers.class.php:321
3942
  msgid "Colorado"
3943
  msgstr "Κολοράντο"
3944
 
3945
+ #: ../lib/tribe-view-helpers.class.php:322
3946
  msgid "Connecticut"
3947
  msgstr "Κονέκτικατ"
3948
 
3949
+ #: ../lib/tribe-view-helpers.class.php:323
3950
  msgid "Delaware"
3951
  msgstr "Ντέλαγουερ"
3952
 
3953
+ #: ../lib/tribe-view-helpers.class.php:324
3954
  msgid "District of Columbia"
3955
  msgstr "Περιφέρεια της Κολούμπια"
3956
 
3957
+ #: ../lib/tribe-view-helpers.class.php:325
3958
  msgid "Florida"
3959
  msgstr "Φλόριντα"
3960
 
3961
+ #: ../lib/tribe-view-helpers.class.php:327
3962
  msgid "Hawaii"
3963
  msgstr "Χαβάη"
3964
 
3965
+ #: ../lib/tribe-view-helpers.class.php:328
3966
  msgid "Idaho"
3967
  msgstr "Αϊντάχο"
3968
 
3969
+ #: ../lib/tribe-view-helpers.class.php:329
3970
  msgid "Illinois"
3971
  msgstr "Ιλλινόις"
3972
 
3973
+ #: ../lib/tribe-view-helpers.class.php:330
3974
  msgid "Indiana"
3975
  msgstr "Ιντιάνα"
3976
 
3977
+ #: ../lib/tribe-view-helpers.class.php:331
3978
  msgid "Iowa"
3979
  msgstr "Αϊόβα"
3980
 
3981
+ #: ../lib/tribe-view-helpers.class.php:332
3982
  msgid "Kansas"
3983
  msgstr "Κάνσας"
3984
 
3985
+ #: ../lib/tribe-view-helpers.class.php:333
3986
  msgid "Kentucky"
3987
  msgstr "Κεντάκι"
3988
 
3989
+ #: ../lib/tribe-view-helpers.class.php:334
3990
  msgid "Louisiana"
3991
  msgstr "Λουιζιάνα"
3992
 
3993
+ #: ../lib/tribe-view-helpers.class.php:335
3994
  msgid "Maine"
3995
  msgstr "Μέιν"
3996
 
3997
+ #: ../lib/tribe-view-helpers.class.php:336
3998
  msgid "Maryland"
3999
  msgstr "Μέριλαντ"
4000
 
4001
+ #: ../lib/tribe-view-helpers.class.php:337
4002
  msgid "Massachusetts"
4003
  msgstr "Μασαχουσέτη"
4004
 
4005
+ #: ../lib/tribe-view-helpers.class.php:338
4006
  msgid "Michigan"
4007
  msgstr "Μίτσιγκαν"
4008
 
4009
+ #: ../lib/tribe-view-helpers.class.php:339
4010
  msgid "Minnesota"
4011
  msgstr "Μινεσότα"
4012
 
4013
+ #: ../lib/tribe-view-helpers.class.php:340
4014
  msgid "Mississippi"
4015
  msgstr "Μισισίπι"
4016
 
4017
+ #: ../lib/tribe-view-helpers.class.php:341
4018
  msgid "Missouri"
4019
  msgstr "Μιζούρι"
4020
 
4021
+ #: ../lib/tribe-view-helpers.class.php:342
4022
  msgid "Montana"
4023
  msgstr "Μοντάνα"
4024
 
4025
+ #: ../lib/tribe-view-helpers.class.php:343
4026
  msgid "Nebraska"
4027
  msgstr "Νεμπράσκα"
4028
 
4029
+ #: ../lib/tribe-view-helpers.class.php:344
4030
  msgid "Nevada"
4031
  msgstr "Νεβάδα"
4032
 
4033
+ #: ../lib/tribe-view-helpers.class.php:345
4034
  msgid "New Hampshire"
4035
  msgstr "Νιου Χάμσαϊρ"
4036
 
4037
+ #: ../lib/tribe-view-helpers.class.php:346
4038
  msgid "New Jersey"
4039
  msgstr "Νιου Τζέρσεϊ"
4040
 
4041
+ #: ../lib/tribe-view-helpers.class.php:347
4042
  msgid "New Mexico"
4043
  msgstr "Νέο Μεξικό"
4044
 
4045
+ #: ../lib/tribe-view-helpers.class.php:348
4046
  msgid "New York"
4047
  msgstr "Νέα Υόρκη"
4048
 
4049
+ #: ../lib/tribe-view-helpers.class.php:349
4050
  msgid "North Carolina"
4051
  msgstr "Βόρεια Καρολίνα"
4052
 
4053
+ #: ../lib/tribe-view-helpers.class.php:350
4054
  msgid "North Dakota"
4055
  msgstr "Βόρεια Ντακότα"
4056
 
4057
+ #: ../lib/tribe-view-helpers.class.php:351
4058
  msgid "Ohio"
4059
  msgstr "Οχάιο"
4060
 
4061
+ #: ../lib/tribe-view-helpers.class.php:352
4062
  msgid "Oklahoma"
4063
  msgstr "Οκλαχόμα"
4064
 
4065
+ #: ../lib/tribe-view-helpers.class.php:353
4066
  msgid "Oregon"
4067
  msgstr "Όρεγκον"
4068
 
4069
+ #: ../lib/tribe-view-helpers.class.php:354
4070
  msgid "Pennsylvania"
4071
  msgstr "Πενσυλβάνια"
4072
 
4073
+ #: ../lib/tribe-view-helpers.class.php:355
4074
  msgid "Rhode Island"
4075
  msgstr "Ρόουντ Άιλαντ"
4076
 
4077
+ #: ../lib/tribe-view-helpers.class.php:356
4078
  msgid "South Carolina"
4079
  msgstr "Νότια Καρολίνα"
4080
 
4081
+ #: ../lib/tribe-view-helpers.class.php:357
4082
  msgid "South Dakota"
4083
  msgstr "Νότια Ντακότα"
4084
 
4085
+ #: ../lib/tribe-view-helpers.class.php:358
4086
  msgid "Tennessee"
4087
  msgstr "Τενεσί"
4088
 
4089
+ #: ../lib/tribe-view-helpers.class.php:359
4090
  msgid "Texas"
4091
  msgstr "Τέξας"
4092
 
4093
+ #: ../lib/tribe-view-helpers.class.php:360
4094
  msgid "Utah"
4095
  msgstr "Γιούτα"
4096
 
4097
+ #: ../lib/tribe-view-helpers.class.php:361
4098
  msgid "Vermont"
4099
  msgstr "Βερμόντ"
4100
 
4101
+ #: ../lib/tribe-view-helpers.class.php:362
4102
  msgid "Virginia"
4103
  msgstr "Βιρτζίνια"
4104
 
4105
+ #: ../lib/tribe-view-helpers.class.php:363
4106
  msgid "Washington"
4107
  msgstr "Ουάσιγκτον"
4108
 
4109
+ #: ../lib/tribe-view-helpers.class.php:364
4110
  msgid "West Virginia"
4111
  msgstr "Δυτική Βιρτζίνια"
4112
 
4113
+ #: ../lib/tribe-view-helpers.class.php:365
4114
  msgid "Wisconsin"
4115
  msgstr "Ουισκόνσιν"
4116
 
4117
+ #: ../lib/tribe-view-helpers.class.php:366
4118
  msgid "Wyoming"
4119
  msgstr "Ουαϊόμινγκ"
4120
 
4121
  #
4122
+ #: ../lib/widget-list.class.php:26
4123
  msgid "A widget that displays upcoming events."
4124
  msgstr "Ένα widget που εμφανίζει προσεχείς εκδηλώσεις."
4125
 
4126
+ #: ../lib/widget-list.class.php:34
4127
  msgid "Events List"
4128
  msgstr "Λίστα Εκδηλώσεων"
4129
 
4130
+ #: ../lib/widget-list.class.php:162 ../public/template-tags/loop.php:129
4131
+ msgid "Upcoming Events"
4132
+ msgstr "Προσεχείς Εκδηλώσεις"
4133
+
4134
+ #: ../public/advanced-functions/meta.php:42
4135
+ #: ../public/advanced-functions/meta.php:74
4136
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:61
4137
  msgid "Start:"
4138
  msgstr "Αρχή:"
4139
 
4140
+ #: ../public/advanced-functions/meta.php:51
4141
+ #: ../public/advanced-functions/meta.php:83
4142
+ #: ../views/modules/meta/details.php:41 ../views/modules/meta/details.php:66
4143
  msgid "End:"
4144
  msgstr "Τέλος:"
4145
 
4146
  #
4147
+ #: ../public/advanced-functions/meta.php:62
4148
+ #: ../public/advanced-functions/meta.php:94
4149
+ #: ../views/modules/meta/details.php:51 ../views/modules/meta/details.php:76
4150
  msgid "Date:"
4151
  msgstr "Ημερομηνία:"
4152
 
4153
+ #: ../public/advanced-functions/meta.php:105
4154
+ #: ../public/advanced-functions/meta.php:116
4155
+ #: ../views/modules/meta/details.php:81
4156
  msgid "Time:"
4157
  msgstr "Ώρα:"
4158
 
4159
+ #: ../public/advanced-functions/meta.php:329
4160
+ #: ../public/template-tags/google-map.php:44
4161
  msgid "Click to view a Google Map"
4162
  msgstr "Κάντε κλικ για να δείτε ένα χάρτη Google"
4163
 
4164
  #
4165
+ #: ../public/advanced-functions/meta.php:330
4166
+ #: ../public/template-tags/google-map.php:45
4167
  msgid "+ Google Map"
4168
  msgstr "+ Χάρτης Google "
4169
 
4170
+ #: ../public/advanced-functions/meta.php:343
4171
  #: ../views/modules/meta/details.php:13
4172
  msgid "Details"
4173
  msgstr "Λεπτομέρειες"
4174
 
4175
  #
4176
+ #: ../public/advanced-functions/meta.php:403
4177
+ #: ../views/modules/meta/details.php:115
4178
  msgid "Event Tags:"
4179
  msgstr "Ετικέτες Εκδήλωσης:"
4180
 
4181
+ #: ../public/advanced-functions/meta.php:433
4182
  msgid "Origin:"
4183
  msgstr "Προέλευση:"
4184
 
 
 
 
 
 
 
 
 
4185
  #
4186
+ #: ../public/advanced-functions/meta.php:594
4187
  msgid "Event:"
4188
  msgstr "Εκδήλωση:"
4189
 
4190
+ #: ../public/template-tags/day.php:103
4191
  msgid "<span>&laquo;</span> Previous Day"
4192
  msgstr "<span>&laquo;</span> Προηγούμενη Ημέρα"
4193
 
4194
+ #: ../public/template-tags/day.php:105
4195
  msgid "Next Day <span>&raquo;</span>"
4196
  msgstr "Επόμενη Ημέρα <span>&raquo;</span>"
4197
 
4198
+ #: ../public/template-tags/day.php:107
4199
  msgid "Yesterday"
4200
  msgstr "Εχτές"
4201
 
4202
+ #: ../public/template-tags/day.php:109
4203
  msgid "Tomorrow"
4204
  msgstr "Αύριο"
4205
 
4206
  #
4207
+ #: ../public/template-tags/deprecated.php:1283
4208
  msgid "Category"
4209
  msgstr "Κατηγορία"
4210
 
4211
+ #: ../public/template-tags/general.php:385
4212
  msgid "Tags:"
4213
  msgstr "Ετικέτες:"
4214
 
4215
  #
4216
+ #: ../public/template-tags/general.php:489
4217
  msgid "Loading Events"
4218
  msgstr "Φόρτωση Εκδηλώσεων"
4219
 
4220
+ #: ../public/template-tags/general.php:679
4221
  msgid "Free"
4222
  msgstr "Δωρεάν"
4223
 
4224
+ #: ../public/template-tags/general.php:1336
4225
  #, php-format
4226
  msgid "Calendar powered by %sThe Events Calendar%s"
4227
  msgstr "Το ημερολόγιο λειτουργεί με %sThe Events Calendar%s"
4228
 
4229
+ #: ../public/template-tags/loop.php:134
4230
+ #, php-format
4231
+ msgid "Events for %1$s - %2$s"
4232
+ msgstr "Εκδηλώσεις για %1$s - %2$s"
4233
+
4234
+ #: ../public/template-tags/loop.php:136
4235
+ msgid "Past Events"
4236
+ msgstr "Προηγούμενες Εκδηλώσεις"
4237
+
4238
+ #: ../public/template-tags/loop.php:141
4239
+ #, php-format
4240
+ msgid "Events for %s"
4241
+ msgstr "Εκδηλώσεις %s"
4242
+
4243
+ #: ../public/template-tags/loop.php:148
4244
  msgid "Events for"
4245
  msgstr "Εκδηλώσεις"
4246
 
4247
+ #: ../public/template-tags/options.php:20
4248
  #, php-format
4249
  msgid "Your current Events URL is %s"
4250
  msgstr "Η τρέχουσα διεύθυνση URL των εκδηλώσεών σας είναι %s"
4251
 
4252
+ #: ../public/template-tags/options.php:29
4253
  #, php-format
4254
  msgid ""
4255
  "You <strong>cannot</strong> use the same slug as above. The above should "
4260
  "στον ενικό.<br />Το URL μεμονομένης εκδήλωσης είναι σαν: %s"
4261
 
4262
  #
4263
+ #: ../views/day/nav.php:16
4264
  msgid "Day Navigation"
4265
  msgstr "Πλοήγηση Ημέρας"
4266
 
4267
+ #: ../views/day/single-event.php:74 ../views/list/single-event.php:80
4268
  msgid "Find out more"
4269
  msgstr "Μάθετε περισσότερα"
4270
 
4271
  #
4272
+ #: ../views/list/nav.php:17
4273
  msgid "Events List Navigation"
4274
  msgstr "Πλοήγηση Λίστας Εκδηλώσεων"
4275
 
4276
+ #: ../views/list/nav.php:23
4277
  msgid "<span>&laquo;</span> Previous Events"
4278
  msgstr "<span>&laquo;</span> Προηγούμενες Εκδηλώσεις"
4279
 
4280
+ #: ../views/list/nav.php:30
4281
  msgid "Next Events <span>&raquo;</span>"
4282
  msgstr "Επόμενες Εκδηλώσεις <span>&raquo;</span>"
4283
 
4284
  #
4285
+ #: ../views/modules/bar.php:32 ../views/modules/bar.php:63
4286
  msgid "Find Events"
4287
  msgstr "Βρείτε Εκδηλώσεις"
4288
 
4296
  msgstr "Προβολή ως"
4297
 
4298
  #
4299
+ #: ../views/month/nav.php:18
4300
  msgid "Calendar Month Navigation"
4301
  msgstr "Πλοηγός Μήνα Ημερολογίου"
4302
 
 
 
 
 
4303
  #: ../views/month/single-day.php:43
4304
+ #, php-format
4305
+ msgid "View 1 Event"
4306
+ msgid_plural "View All %s Events"
4307
+ msgstr[0] "Προβολή Μιας Εκδήλωσης"
4308
+ msgstr[1] "Προβολή Όλων των Εκδηλώσεων %s"
4309
 
4310
  #
4311
+ #: ../views/single-event.php:24
4312
  msgid "&laquo; All Events"
4313
  msgstr "&laquo; Όλες οι Εκδηλώσεις"
4314
 
4315
  #
4316
+ #: ../views/single-event.php:43 ../views/single-event.php:89
4317
  msgid "Event Navigation"
4318
  msgstr "Πλοήγηση Εκδήλωσης"
4319
 
4320
  #
4321
+ #: ../views/tickets/attendees-email.php:24
4322
  msgid "Attendee List"
4323
  msgstr "Λίστα Συμμετεχόντων"
4324
 
4326
  msgid "Your tickets"
4327
  msgstr "Τα εισιτήριά σας"
4328
 
4329
+ #: ../views/tickets/email.php:321
4330
  msgid "Ticket Type"
4331
  msgstr "Τύπος Εισιτηρίου"
4332
 
4333
+ #: ../views/tickets/email.php:325
4334
  msgid "Purchaser"
4335
  msgstr "Αγοραστής"
4336
 
4337
+ #: ../views/widgets/list-widget.php:63
4338
  msgid "View All Events"
4339
  msgstr "Προβολή Όλων των Εκδηλώσεων"
4340
 
4341
+ #: ../views/widgets/list-widget.php:70
4342
  msgid "There are no upcoming events at this time."
4343
  msgstr "Δεν υπάρχουν προσεχείς εκδηλώσεις αυτήν τη στιγμή"
4344
 
4345
+ #
4346
+ #~ msgid "Auditing Information"
4347
+ #~ msgstr "Πληροφορίες Ελέγχου"
4348
+
4349
+ #~ msgid "Created by:"
4350
+ #~ msgstr "Δημιουργήθηκε από:"
4351
+
4352
+ #~ msgid "Audit Trail:"
4353
+ #~ msgstr "Διαδρομή Ελέγχου:"
4354
+
4355
+ #~ msgid "Events this month"
4356
+ #~ msgstr "Εκδηλώσεις αυτόν τον μήνα"
4357
+
4358
+ #~ msgid "Use New "
4359
+ #~ msgstr "Χρήση Νέου"
4360
+
4361
+ #~ msgid "Tribe"
4362
+ #~ msgstr "Tribe"
4363
+
4364
+ #~ msgid ""
4365
+ #~ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make "
4366
+ #~ "sure you have backed up before proceeding any further. You can easily <a "
4367
+ #~ "href=\"%s\">revert to an old version</a> if you want to backup first. "
4368
+ #~ "This upgrade includes two major steps, <a href=\"%s\">migrating data</a> "
4369
+ #~ "&amp; updating your templates as necessary. There have been significant "
4370
+ #~ "changes to the template tags and functions. Check out our <a href=\"%s"
4371
+ #~ "\">walk-through on the upgrade</a> before proceeding and check out the "
4372
+ #~ "FAQ &amp; Knowledge base from the <a href=\"%s\">support page</a>. If "
4373
+ #~ "you're new to The Events Calendar, you may want to review our <a href=\"%s"
4374
+ #~ "\">new user primer</a>.<br/><br/> You have events that need to be "
4375
+ #~ "migrated. Please visit the bottom of the <a href=\"%s\">settings page</"
4376
+ #~ "a> to perform the migration."
4377
+ #~ msgstr ""
4378
+ #~ "Καλωσήρθατε στο Events 2.0! Πρόκειται για μία ΤΕΡΑΣΤΙΑ αναβάθμιση από το "
4379
+ #~ "1.6.5. Παρακαλούμε βεβαιωθείτε ότι έχετε δημιουργήσει αντίγραφα ασφαλείας "
4380
+ #~ "πριν προχωρήσετε περαιτέρω. Μπορείτε εύκολα <a href=\"%s\">να επιστρέψετε "
4381
+ #~ "σε μία παλαιότερη έκδοση</a> αν θέλετε να δημιουργήσετε αντίγραφα "
4382
+ #~ "ασφαλείας πρώτα. Η αναβάθμιση περιλαμβάνει δύο βασικά βήματα, <a href=\"%s"
4383
+ #~ "\">μετατροπή &amp; μετεγκατάσταση δεδομένων</a> &amp; ενημέρωση των "
4384
+ #~ "προτύπων σας ανάλογα με τις ανάγκες σας. Υπήρξαν σημαντικές αλλαγές στις "
4385
+ #~ "ετικέτες προτύπων και τις λειτουργίες. Δείτε την <a href=\"%s"
4386
+ #~ "\">παρουσίαση της αναβάθμισης</a> πριν συνεχίσετε, καθώς και τις Συχνές "
4387
+ #~ "Ερωτήσεις &amp; Βάση Γνώσεων στη <a href=\"%s\">σελίδα υποστήριξης</a>. "
4388
+ #~ "Αν είστε νέος χρήστης του The Events Calendar, ενδεχομένως να θέλετε να "
4389
+ #~ "μελετήσετε το <a href=\"%s\">Αλφαβητάρι Νέου Χρήστη</a>.<br/><br/> Έχετε "
4390
+ #~ "εκδηλώσεις που χρειάζονται μετατροπή &amp; μετεγκατάσταση. Παρακαλούμε, "
4391
+ #~ "πηγαίντε στο κάτω μέρος της <a href=\"%s\">σελίδας ρυθμίσεων</a> για να "
4392
+ #~ "πραγματοποιήσετε τη μετατροπή &amp; μετεγκατάσταση."
4393
+
4394
+ #~ msgid ""
4395
+ #~ "It appears that you have some old events calendar data that needs to be "
4396
+ #~ "upgraded. Please be sure to back up your database before initiating the "
4397
+ #~ "upgrade. This process can not be undone."
4398
+ #~ msgstr ""
4399
+ #~ "Φαίνεται ότι υπάρχουν κάποια παλαιότερα δεδομένα του ημερολογίου "
4400
+ #~ "εκδηλώσεων που πρέπει να αναβαθμιστούν. Παρακαλούμε βεβαιωθείτε ότι έχετε "
4401
+ #~ "δημιουργήσει αντίγραφο της βάσης δεδομένων πριν ξεκινήσετε τη διαδικασία "
4402
+ #~ "αναβάθμισης. Αυτή η διαδικασία δεν μπορεί να αναιρεθεί."
4403
+
4404
+ #~ msgid "Migrate Data!"
4405
+ #~ msgstr "Μετατροπή &amp; Μετεγκατάσταση Δεδομένων!"
4406
+
4407
+ #~ msgid "You successfully migrated (%d) entries."
4408
+ #~ msgstr "Μετατρέψατε και μετεγκαταστήσατε επιτυχώς (%d) καταχωρήσεις."
4409
+
4410
+ #~ msgid "Install has 1 or more legacy event!"
4411
+ #~ msgstr "Η εγκατάσταση έχει 1 ή περισσότερες παλαιού τύπου εκδηλώσεις!"
4412
+
4413
+ #~ msgid "Events "
4414
+ #~ msgstr "Εκδηλώσεις"
4415
+
4416
+ #~ msgid "Event "
4417
+ #~ msgstr "Εκδήλωση"
4418
+
4419
  #~ msgid "Organizer Name:"
4420
  #~ msgstr "Όνομα Διοργανωτή:"
4421
 
lang/tribe-events-calendar-es_ES.mo CHANGED
File without changes
lang/tribe-events-calendar-es_ES.po CHANGED
File without changes
lang/tribe-events-calendar-fi.mo CHANGED
File without changes
lang/tribe-events-calendar-fi.po CHANGED
File without changes
lang/tribe-events-calendar-fr_FR.mo CHANGED
Binary file
lang/tribe-events-calendar-fr_FR.po CHANGED
@@ -5,9 +5,9 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-02-04 18:03-0800\n"
9
- "PO-Revision-Date: 2014-03-06 16:51-0800\n"
10
- "Last-Translator: Laurent Proulx <Laurent.proulx@procure.ca>\n"
11
  "Language-Team: Dom Monhardt <thatsniceuk@gmail.com>\n"
12
  "Language: fr\n"
13
  "MIME-Version: 1.0\n"
@@ -19,51 +19,171 @@ msgstr ""
19
  "_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"
20
  "X-Poedit-Basepath: ./\n"
21
  "X-Textdomain-Support: yes\n"
22
- "X-Generator: Poedit 1.6.4\n"
23
  "X-Language: fr_CH\n"
24
  "X-Source-Language: en\n"
25
  "X-Poedit-SearchPath-0: ..\n"
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  #
28
  #: ../admin-views/app-shop.php:4
29
  msgid "Tribe Event Add-Ons"
30
  msgstr "Modules Tribe Event"
31
 
32
- #: ../admin-views/app-shop.php:50
33
  msgid "Version"
34
  msgstr "Version"
35
 
36
  #
37
- #: ../admin-views/app-shop.php:53
38
  msgid "Last Update"
39
  msgstr "Dernière mise-à-jour"
40
 
41
- #: ../admin-views/event-sidebar-options.php:11
42
  msgid "Hide From Event Listings"
43
  msgstr "Masquer sur la liste des événements"
44
 
45
- #: ../admin-views/event-sidebar-options.php:12
46
  msgid "Sticky in Calendar View"
47
  msgstr "Mettre en avant sur l'affichage du Calendrier"
48
 
49
- #
50
- #: ../admin-views/events-audit-trail.php:41
51
- msgid "Auditing Information"
52
- msgstr "Informations de comptes"
53
-
54
- #: ../admin-views/events-audit-trail.php:47
55
- msgid "Created by:"
56
- msgstr "Crée par :"
57
-
58
- #: ../admin-views/events-audit-trail.php:51
59
- msgid "Audit Trail:"
60
- msgstr "Piste d'Audit :"
61
-
62
- #: ../admin-views/events-meta-box.php:26
63
  msgid "Event Time &amp; Date"
64
  msgstr "Date et heure de l'événement "
65
 
66
- #: ../admin-views/events-meta-box.php:32
67
  msgid ""
68
  "You have changed the recurrence rules of this event. Saving the event will "
69
  "update all future events. If you did not mean to change all events, then "
@@ -74,88 +194,106 @@ msgstr ""
74
  "vous voulez faire, rafraîchissez votre page. "
75
 
76
  #
77
- #: ../admin-views/events-meta-box.php:35
78
  msgid "All Day Event:"
79
  msgstr "Événement sur toute la journée :"
80
 
81
  #
82
- #: ../admin-views/events-meta-box.php:39
83
  msgid "Start Date &amp; Time:"
84
  msgstr "Heure et date de début :"
85
 
86
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
87
  msgid "YYYY-MM-DD"
88
  msgstr "AAAA-MM-JJ "
89
 
90
  #
91
- #: ../admin-views/events-meta-box.php:60
92
  msgid "End Date &amp; Time:"
93
  msgstr "Heure et date de fin :"
94
 
95
- #: ../admin-views/events-meta-box.php:85
96
  msgid "Event Location Details"
97
  msgstr "Coordonnées du lieu de l'événement :"
98
 
99
- #: ../admin-views/events-meta-box.php:93
100
  msgid "Event Organizer Details"
101
  msgstr "Coordonnées de l'organisateur "
102
 
103
  #
104
- #: ../admin-views/events-meta-box.php:101
 
105
  msgid "Event Website"
106
  msgstr "Site Internet de l'Événement"
107
 
108
- #: ../admin-views/events-meta-box.php:104
109
  msgid "URL:"
110
  msgstr "Lien :"
111
 
112
- #: ../admin-views/events-meta-box.php:115
113
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
114
  msgid "Event Cost"
115
  msgstr "Prix d'entrée de l'événement "
116
 
117
- #: ../admin-views/events-meta-box.php:118
118
  msgid "Currency Symbol:"
119
  msgstr "Symbole de la devise"
120
 
121
- #: ../admin-views/events-meta-box.php:134
122
- #: ../public/advanced-functions/meta.php:319
 
 
 
 
 
 
 
 
 
 
 
123
  msgid "Cost:"
124
  msgstr "Prix :"
125
 
126
- #: ../admin-views/events-meta-box.php:139
127
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
128
  msgstr ""
129
  "Entrer un 0 pour les événements gratuits ou laisser vide pour cacher le "
130
  "champ."
131
 
132
- #: ../admin-views/organizer-meta-box.php:12
133
- msgid "Organizer Name:"
134
- msgstr "Nom de l'organisateur :"
 
 
135
 
136
- #: ../admin-views/organizer-meta-box.php:19
137
- #: ../admin-views/venue-meta-box.php:93
138
- #: ../admin-views/tickets/attendees.php:39
139
- #: ../public/advanced-functions/meta.php:407
140
- #: ../public/advanced-functions/meta.php:469
 
141
  msgid "Phone:"
142
  msgstr "Téléphone :"
143
 
144
- #: ../admin-views/organizer-meta-box.php:23
145
- #: ../admin-views/venue-meta-box.php:97
146
- #: ../admin-views/tickets/attendees.php:45
147
- #: ../public/advanced-functions/meta.php:358
148
- #: ../public/advanced-functions/meta.php:433
149
- #: ../public/advanced-functions/meta.php:495
 
 
150
  msgid "Website:"
151
  msgstr "Site Web :"
152
 
153
- #: ../admin-views/organizer-meta-box.php:27
154
- #: ../public/advanced-functions/meta.php:482
 
155
  msgid "Email:"
156
  msgstr "Courriel :"
157
 
158
- #: ../admin-views/organizer-meta-box.php:28
159
  msgid ""
160
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
161
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
@@ -165,54 +303,206 @@ msgstr ""
165
  "obfuscate\">noircir (Anglais)</a> les adresses e-mail publiées sur votre "
166
  "site pour empêcher qu'elles soient collectées par des spammeurs."
167
 
168
- #: ../admin-views/recurrence-dialog.php:13
169
- msgid ""
170
- "Would you like to change only this instance of the event, or all future "
171
- "events in this series?"
172
- msgstr ""
173
- "Voulez-vous pouvoir changer seulement l'instance de cet événement, ou tous "
174
- "les futures événements de cette ensemble?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
 
176
- #: ../admin-views/recurrence-dialog.php:15
177
- #: ../admin-views/recurrence-dialog.php:23
178
- msgid "Only This Event:"
179
- msgstr "Seulement cet Événement :"
180
 
181
- #: ../admin-views/recurrence-dialog.php:15
182
- msgid "All other future events in the series will remain the same."
183
  msgstr ""
184
- "Tous les autres futures événements dans cet ensemble resterons les mêmes."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
  #
187
- #: ../admin-views/recurrence-dialog.php:16
188
- #: ../admin-views/recurrence-dialog.php:24
189
- msgid "All Events:"
190
- msgstr "Tous les Événements :"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
 
192
- #: ../admin-views/recurrence-dialog.php:16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  msgid ""
194
- "All future events in the series will be changed. Any changes made to other "
195
- "events will be kept."
196
  msgstr ""
197
- "Tous les futures Événements de cette ensemble seront changés. Tous "
198
- "changements effectués sur les autres événements seront inchangés."
 
 
 
 
199
 
200
- #: ../admin-views/recurrence-dialog.php:21
201
  msgid ""
202
- "Would you like to delete only this instance of the event, or all future "
203
- "events in this series?"
 
204
  msgstr ""
205
- "Voulez-vous pouvoir changer seulement l'instance de cet événement, ou tous "
206
- "les futures événements de cette ensemble?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
207
 
208
- #: ../admin-views/recurrence-dialog.php:23
209
- msgid "All other future events in the series will not be deleted."
 
 
210
  msgstr ""
211
- "Tous les autres futures événements de cet ensemble ne seront pas supprimés."
 
 
212
 
213
- #: ../admin-views/recurrence-dialog.php:24
214
- msgid "All future events in the series will be deleted."
215
- msgstr "Tous les futures événements de cet ensemble seront supprimés."
 
216
 
217
  #: ../admin-views/tribe-options-display.php:4
218
  msgid "Default Events Template"
@@ -224,11 +514,11 @@ msgstr "Thème par défaut des pages"
224
 
225
  # Settings for Display : Paramètres d'affichage
226
  # Display the settings : Afficher les paramètres
227
- #: ../admin-views/tribe-options-display.php:29
228
  msgid "Display Settings"
229
  msgstr "Paramètres d'affichage"
230
 
231
- #: ../admin-views/tribe-options-display.php:34
232
  #, php-format
233
  msgid ""
234
  "<p>The settings below control the display of your calendar. If things don't "
@@ -249,20 +539,20 @@ msgstr ""
249
  "(anglais)</a></p>."
250
 
251
  #
252
- #: ../admin-views/tribe-options-display.php:49
253
  msgid "Basic Template Settings"
254
  msgstr "Réglages de base du thème"
255
 
256
  #
257
- #: ../admin-views/tribe-options-display.php:53
258
  msgid "Default stylesheet used for events templates"
259
  msgstr "Feuille de style par défaut utilisée pour les modèles d'événements"
260
 
261
- #: ../admin-views/tribe-options-display.php:56
262
  msgid "Skeleton Styles"
263
  msgstr "Styles de maquette"
264
 
265
- #: ../admin-views/tribe-options-display.php:58
266
  msgid ""
267
  "Only includes enough css to achieve complex layouts like calendar and week "
268
  "view."
@@ -270,30 +560,30 @@ msgstr ""
270
  "Incluer uniquement le CSS nécessaire pour afficher les éléments complexes "
271
  "comme la vue calendrier ou par semaine."
272
 
273
- #: ../admin-views/tribe-options-display.php:60
274
  msgid "Full Styles"
275
  msgstr "Styles complets"
276
 
277
- #: ../admin-views/tribe-options-display.php:62
278
  msgid "More detailed styling, tries to grab styles from your theme."
279
  msgstr ""
280
  "Apparence plus détaillée, essaie de réutiliser le style de votre thème."
281
 
282
  #
283
- #: ../admin-views/tribe-options-display.php:64
284
  msgid "Tribe Events Styles"
285
  msgstr "Styles d'événements Tribe"
286
 
287
- #: ../admin-views/tribe-options-display.php:66
288
  msgid "A fully designed and styled theme for your events pages."
289
  msgstr "Apparence complète pour les événements."
290
 
291
  #
292
- #: ../admin-views/tribe-options-display.php:73
293
  msgid "Events template"
294
  msgstr "Modèle d'événements"
295
 
296
- #: ../admin-views/tribe-options-display.php:74
297
  msgid ""
298
  "Choose a page template to control the appearance of your calendar and event "
299
  "content."
@@ -301,45 +591,118 @@ msgstr ""
301
  "Choisissez un modèle de page pour contrôler l'apparence de votre calendrier "
302
  "et le contenu de vos événements."
303
 
304
- #: ../admin-views/tribe-options-display.php:82
305
  msgid "Enable event views"
306
  msgstr "Activer les affichages d'événement"
307
 
308
- #: ../admin-views/tribe-options-display.php:83
309
  msgid "You must select at least one view."
310
  msgstr "Veuillez sélectionner au moins un affichage."
311
 
312
- #: ../admin-views/tribe-options-display.php:90
313
  msgid "Default view"
314
  msgstr "Affichage par défaut"
315
 
316
- #: ../admin-views/tribe-options-display.php:98
317
  msgid "Disable the Event Search Bar"
318
  msgstr "Désactiver la barre de recherche d'événement"
319
 
320
- #: ../admin-views/tribe-options-display.php:99
321
  msgid "Check this to use the classic header."
322
  msgstr "Cochez afin d'utiliser l'en-tête classic."
323
 
324
- #: ../admin-views/tribe-options-display.php:105
325
  msgid "Month view events per day"
326
  msgstr "Nombre d'événements par jour en vue mensuelle"
327
 
328
- #: ../admin-views/tribe-options-display.php:106
329
  msgid "Allow more than the default 3 events per day in month view."
330
  msgstr "Permettre plus de 3 événements par défaut de la vue mensuelle."
331
 
332
  #
333
- #: ../admin-views/tribe-options-display.php:113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  msgid "Advanced Template Settings"
335
  msgstr "Réglages avancés du thème"
336
 
337
  #
338
- #: ../admin-views/tribe-options-display.php:117
339
  msgid "Add HTML before event content"
340
  msgstr "Ajouter le code HTML avant le contenu de l'événement"
341
 
342
- #: ../admin-views/tribe-options-display.php:118
343
  msgid ""
344
  "If you are familiar with HTML, you can add additional code before the event "
345
  "template. Some themes may require this to help with styling or layout."
@@ -349,11 +712,11 @@ msgstr ""
349
  "styles ou la mise en page."
350
 
351
  #
352
- #: ../admin-views/tribe-options-display.php:123
353
  msgid "Add HTML after event content"
354
  msgstr "Ajouter le code HTML après le contenu de l'événement"
355
 
356
- #: ../admin-views/tribe-options-display.php:124
357
  msgid ""
358
  "If you are familiar with HTML, you can add additional code after the event "
359
  "template. Some themes may require this to help with styling or layout."
@@ -362,24 +725,24 @@ msgstr ""
362
  "après le gabarit de l'événement. Certains thèmes en ont besoin pour "
363
  "renforcer les styles ou la mise en page."
364
 
365
- #: ../admin-views/tribe-options-general.php:14
366
  msgid "Finding & extending your calendar."
367
  msgstr "Trouver et étendre votre calendrier."
368
 
369
- #: ../admin-views/tribe-options-general.php:19
370
  msgid "Finding your calendar."
371
  msgstr "Trouver votre calendrier."
372
 
373
  #
374
- #: ../admin-views/tribe-options-general.php:24
375
  msgid "Where's my calendar?"
376
  msgstr "Où est mon calendrier?"
377
 
378
- #: ../admin-views/tribe-options-general.php:24
379
  msgid "Right here"
380
  msgstr "Juste ici"
381
 
382
- #: ../admin-views/tribe-options-general.php:28
383
  msgid ""
384
  "Looking for additional functionality including recurring events, custom "
385
  "meta, community events, ticket sales and more?"
@@ -388,15 +751,15 @@ msgstr ""
388
  "personnalisés, community évents, vente de billets et encore plus ? "
389
 
390
  #
391
- #: ../admin-views/tribe-options-general.php:28
392
  msgid "Check out the available add-ons"
393
  msgstr "Consultez les modules disponibles"
394
 
395
- #: ../admin-views/tribe-options-general.php:33
396
  msgid "We hope our plugin is helping you out."
397
  msgstr "Nous espérons que notre plugin vous aide."
398
 
399
- #: ../admin-views/tribe-options-general.php:37
400
  msgid ""
401
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
402
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -408,12 +771,12 @@ msgstr ""
408
  "est de la reconnaissance. Ajouter un petit lien en bas de votre calendrier "
409
  "qui redirige sur le site du projet Events Calendar."
410
 
411
- #: ../admin-views/tribe-options-general.php:37
412
- #: ../admin-views/tribe-options-general.php:42
413
  msgid "See an example of the link"
414
  msgstr "Voir un exemple de lien"
415
 
416
- #: ../admin-views/tribe-options-general.php:42
417
  msgid ""
418
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
419
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -426,24 +789,24 @@ msgstr ""
426
  "qui redirige sur le site du projet Events Calendar."
427
 
428
  #
429
- #: ../admin-views/tribe-options-general.php:47
430
  msgid "Show The Events Calendar link"
431
  msgstr "Voir le lien de The Event Calendar"
432
 
433
  #
434
- #: ../admin-views/tribe-options-general.php:61
435
  msgid "General Settings"
436
  msgstr "Réglages généraux"
437
 
438
- #: ../admin-views/tribe-options-general.php:65
439
  msgid "Number of events to show per page"
440
  msgstr "Nombre d'événements à afficher par page"
441
 
442
- #: ../admin-views/tribe-options-general.php:72
443
  msgid "Use Javascript to control date filtering"
444
  msgstr "Utilisez Javascript pour contrôler le filtrage de la date"
445
 
446
- #: ../admin-views/tribe-options-general.php:73
447
  msgid ""
448
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
449
  "the Display settings tab."
@@ -451,7 +814,7 @@ msgstr ""
451
  "Cette option est désactivée lorsque\"Désactiver la barre de recherche "
452
  "d'événement\" est coché dans l'onglet Paramètres d'affichage."
453
 
454
- #: ../admin-views/tribe-options-general.php:73
455
  msgid ""
456
  "Enable live ajax for datepicker on front end (User submit not required)."
457
  msgstr ""
@@ -459,19 +822,19 @@ msgstr ""
459
  "end). Ne requiert pas la soumission de l'utilisateur."
460
 
461
  #
462
- #: ../admin-views/tribe-options-general.php:81
463
  msgid "Show comments"
464
  msgstr "Afficher les commentaires"
465
 
466
- #: ../admin-views/tribe-options-general.php:82
467
  msgid "Enable comments on event pages."
468
  msgstr "Activer les commentaires sur les pages d'événements."
469
 
470
- #: ../admin-views/tribe-options-general.php:88
471
  msgid "Include events in main blog loop"
472
  msgstr "Intègre les événements dans la boucle principale du blog"
473
 
474
- #: ../admin-views/tribe-options-general.php:89
475
  msgid ""
476
  "Show events with the site's other posts. When this box is checked, events "
477
  "will also continue to appear on the default events page."
@@ -480,12 +843,12 @@ msgstr ""
480
  "est cochée, les événements seront toujours affichés sur la page d'événements "
481
  "par défaut."
482
 
483
- #: ../admin-views/tribe-options-general.php:95
484
- #: ../admin-views/tribe-options-general.php:101
485
  msgid "Events URL slug"
486
  msgstr "Nom (slug) de L'URL des événements"
487
 
488
- #: ../admin-views/tribe-options-general.php:96
489
  #, php-format
490
  msgid ""
491
  "You cannot edit the slug for your events page as you do not have pretty "
@@ -499,28 +862,28 @@ msgstr ""
499
  "nom (slug), <a href=\"%soptions-permalink.php\">Activer les permaliens</a>."
500
 
501
  #
502
- #: ../admin-views/tribe-options-general.php:108
503
  #: ../public/template-tags/options.php:20
504
  msgid "The slug used for building the events URL."
505
  msgstr "Le nom (slug) utilisé pour créer l'URL des événements."
506
 
507
- #: ../admin-views/tribe-options-general.php:108
508
  #, php-format
509
  msgid "Your current events URL is: %s"
510
  msgstr "Le lien de l'événement est : %s"
511
 
512
  #
513
- #: ../admin-views/tribe-options-general.php:113
514
- #: ../public/template-tags/options.php:43
515
  msgid "Here is the iCal feed URL for your events:"
516
  msgstr "Voici le lien du flux iCal pour vos événements :"
517
 
518
  #
519
- #: ../admin-views/tribe-options-general.php:118
520
  msgid "Single event URL slug"
521
  msgstr "Permalien pour un événement unique"
522
 
523
- #: ../admin-views/tribe-options-general.php:125
524
  #, php-format
525
  msgid ""
526
  "The above should ideally be plural, and this singular.<br />Your single "
@@ -529,11 +892,11 @@ msgstr ""
529
  "Ci-dessus devrait idéalement être au pluriel, et celui ci au singulier. <br/"
530
  ">Le lien pour vos événements uniques est: %s"
531
 
532
- #: ../admin-views/tribe-options-general.php:130
533
  msgid "End of day cutoff"
534
  msgstr "Heure de clôture de la fin de journée"
535
 
536
- #: ../admin-views/tribe-options-general.php:138
537
  msgid ""
538
  "Have an event that runs past midnight? Select a time after that event's end "
539
  "to avoid showing the event on the next day's calendar."
@@ -542,11 +905,11 @@ msgstr ""
542
  "de votre événement pour éviter de montrer cet événement sur la journée "
543
  "suivante."
544
 
545
- #: ../admin-views/tribe-options-general.php:143
546
  msgid "Default currency symbol"
547
  msgstr "Symbole de devise par défaut"
548
 
549
- #: ../admin-views/tribe-options-general.php:144
550
  msgid ""
551
  "Set the default currency symbol for event costs. Note that this only impacts "
552
  "future events, and changes made will not apply retroactively."
@@ -555,11 +918,11 @@ msgstr ""
555
  "Veuillez noter que cela agira seulement sur les futurs événements, les "
556
  "changements effectués ne s'appliquerons pas rétroactivement."
557
 
558
- #: ../admin-views/tribe-options-general.php:151
559
  msgid "Currency symbol follows value"
560
  msgstr "Symbole de la devise doit être après la valeur"
561
 
562
- #: ../admin-views/tribe-options-general.php:152
563
  msgid ""
564
  "The currency symbol normally precedes the value. Enabling this option "
565
  "positions the symbol after the value."
@@ -568,41 +931,41 @@ msgstr ""
568
  "option, ceci positionnera le symbole après la valeur."
569
 
570
  #
571
- #: ../admin-views/tribe-options-general.php:158
572
  msgid "Map Settings"
573
  msgstr "Réglages des cartes"
574
 
575
- #: ../admin-views/tribe-options-general.php:162
576
  msgid "Enable Google Maps"
577
  msgstr "Autoriser Google Maps "
578
 
579
- #: ../admin-views/tribe-options-general.php:163
580
  msgid "Check to enable maps for events and venues."
581
  msgstr "Activer pour autoriser les cartes pour événements et lieux."
582
 
583
- #: ../admin-views/tribe-options-general.php:170
584
  msgid "Google Maps default zoom level"
585
  msgstr "Niveau de zoom par défaut de Google Maps"
586
 
587
- #: ../admin-views/tribe-options-general.php:171
588
  msgid "0 = zoomed out; 21 = zoomed in."
589
  msgstr "0 = Zoom minimum; 21 = Zoom maximum"
590
 
591
  #
592
- #: ../admin-views/tribe-options-general.php:179
593
  msgid "Miscellaneous Settings"
594
  msgstr "Paramètres divers"
595
 
596
- #: ../admin-views/tribe-options-general.php:183
597
  msgid "Duplicate Venues &amp; Organizers"
598
  msgstr "Lieux et organisateurs dupliqués"
599
 
600
- #: ../admin-views/tribe-options-general.php:183
601
- #: ../lib/tribe-amalgamator.php:252
602
  msgid "Merge Duplicates"
603
  msgstr "Fusionner les duplicatas"
604
 
605
- #: ../admin-views/tribe-options-general.php:183
606
  msgid ""
607
  "You might find duplicate venues and organizers when updating The Events "
608
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
@@ -614,11 +977,11 @@ msgstr ""
614
  "identiques"
615
 
616
  #
617
- #: ../admin-views/tribe-options-general.php:188
618
  msgid "Debug mode"
619
  msgstr "Mode de débogage"
620
 
621
- #: ../admin-views/tribe-options-general.php:194
622
  #, php-format
623
  msgid ""
624
  "Enable this option to log debug information. By default this will log to "
@@ -632,64 +995,76 @@ msgstr ""
632
  "enregistrés sur votre navigateur, nous vous recommandons d'installer %s et "
633
  "de rechercher l'onglet \"Tribe\"."
634
 
635
- #: ../admin-views/tribe-options-general.php:194
636
  msgid "Debug Bar Plugin"
637
  msgstr "Plugin Debug Bar"
638
 
639
- #: ../admin-views/tribe-options-help.php:19
 
 
 
 
 
640
  msgid "You need to upgrade!"
641
  msgstr "Vous devez mettre à jour!"
642
 
643
- #: ../admin-views/tribe-options-help.php:19
644
  msgid "You are up to date!"
645
  msgstr "Vous avez la dernière version!"
646
 
647
  #
648
- #: ../admin-views/tribe-options-help.php:42
649
  msgid "The Events Calendar PRO"
650
  msgstr "The Events Calendar PRO"
651
 
652
  #
653
- #: ../admin-views/tribe-options-help.php:46
654
  msgid "The Events Calendar: Eventbrite Tickets"
655
  msgstr "The Events Calendar: Eventbrite billets"
656
 
657
  #
658
- #: ../admin-views/tribe-options-help.php:50
659
  msgid "The Events Calendar: Community Events"
660
  msgstr "The Events Calendar: Community Events"
661
 
662
  #
663
- #: ../admin-views/tribe-options-help.php:54
664
  msgid "The Events Calendar: Facebook Events"
665
  msgstr "The Events Calendar: Facebook événements"
666
 
667
  #
668
- #: ../admin-views/tribe-options-help.php:58
669
  msgid "The Events Calendar: WooCommerce Tickets"
670
  msgstr "The Events Calendar: WooCommerce Tickets"
671
 
672
  #
673
- #: ../admin-views/tribe-options-help.php:63
674
  msgid "The Events Calendar: EDD Tickets"
675
  msgstr "The Events Calendar: EDD Tickets"
676
 
677
  #
678
- #: ../admin-views/tribe-options-help.php:68
679
  msgid "The Events Calendar: WPEC Tickets"
680
  msgstr "The Events Calendar: WPEC Tickets"
681
 
682
  #
683
- #: ../admin-views/tribe-options-help.php:73
684
  msgid "The Events Calendar: Shopp Tickets"
685
  msgstr "The Events Calendar: Shopp Tickets"
686
 
687
- #
688
- #: ../admin-views/tribe-options-help.php:78
689
- msgid "The Events Calendar: Filter Bar (coming early 2014)"
690
- msgstr "The Events Calendar: Barre de filtrage (à venir au début 2014)"
 
 
 
 
 
 
 
691
 
692
- #: ../admin-views/tribe-options-help.php:87
693
  msgid ""
694
  "If this is your first time using The Events Calendar, you're in for a treat "
695
  "and are already well on your way to creating a first event. Here are some "
@@ -699,7 +1074,7 @@ msgstr ""
699
  "la bonne voie pour créer votre premier événement. Voici quelques "
700
  "explications de base que nous avons trouvé utile de partager aux débutants."
701
 
702
- #: ../admin-views/tribe-options-help.php:90
703
  #, php-format
704
  msgid ""
705
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -712,7 +1087,7 @@ msgstr ""
712
  "de captures d'écran, ce guide a pour objectif de vous amener rapidement à "
713
  "maitriser ce plugin."
714
 
715
- #: ../admin-views/tribe-options-help.php:92
716
  #, php-format
717
  msgid ""
718
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -726,7 +1101,7 @@ msgstr ""
726
  "répondre aux questions les plus courantes qui ne sont pas répondus dans "
727
  "notre Guide du Nouvel Utilisateur."
728
 
729
- #: ../admin-views/tribe-options-help.php:94
730
  #, php-format
731
  msgid ""
732
  "Are you developer looking to build your own frontend view? We created an "
@@ -737,7 +1112,7 @@ msgstr ""
737
  "avons créé un plugin d'exemple qui montre comment procéder. Vous pouvez "
738
  "%stélécharger ce plugin sur GitHub%s pour débuter."
739
 
740
- #: ../admin-views/tribe-options-help.php:96
741
  msgid ""
742
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
743
  "the Events menu and adding your first event."
@@ -746,7 +1121,7 @@ msgstr ""
746
  "en vous dirigeant vers le menu Événements et en ajoutant votre premier "
747
  "événement."
748
 
749
- #: ../admin-views/tribe-options-help.php:100
750
  #, php-format
751
  msgid ""
752
  "We've redone our support page from the ground up in an effort to better help "
@@ -757,7 +1132,7 @@ msgstr ""
757
  "mieux aider nos utilisateurs. Dirigez vous sur notre %sPage de Support%s et "
758
  "vous découvrirez un tas de nouvelles ressources, incluant :"
759
 
760
- #: ../admin-views/tribe-options-help.php:102
761
  #, php-format
762
  msgid ""
763
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
@@ -766,7 +1141,7 @@ msgstr ""
766
  "%sTags pour Template, fonctions, et crochets (hooks) & filtres%s pour The "
767
  "Events Calendar &amp; Events Calendar PRO"
768
 
769
- #: ../admin-views/tribe-options-help.php:104
770
  #, php-format
771
  msgid ""
772
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
@@ -775,7 +1150,7 @@ msgstr ""
775
  "%sFoire Aux Questions%s : Réponses aux questions d'installation les plus "
776
  "basiques jusqu'aux fonctions plus avancées de personnalisation"
777
 
778
- #: ../admin-views/tribe-options-help.php:106
779
  #, php-format
780
  msgid ""
781
  "%sTutorials%s written by both members of our team and users from the "
@@ -786,7 +1161,7 @@ msgstr ""
786
  "utilisateurs de la communauté, abordant requêtes particulières, "
787
  "l'intégration à des thèmes et plugins de tierces parties, etc."
788
 
789
- #: ../admin-views/tribe-options-help.php:108
790
  msgid ""
791
  "Release notes for painting an overall picture of the plugin's lifecycle and "
792
  "when features/bug fixes were introduced."
@@ -794,7 +1169,7 @@ msgstr ""
794
  "Notes de distribution sur l'évolution du plugin et l'introduction de "
795
  "nouvelles fonctionnalités/correctifs"
796
 
797
- #: ../admin-views/tribe-options-help.php:110
798
  #, php-format
799
  msgid ""
800
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
@@ -805,7 +1180,7 @@ msgstr ""
805
  "de Modern Tribe pour The Events Calendar (incluant WooTickets, Community "
806
  "Events, Eventbrite Tickets, Facebook Events, etc.)"
807
 
808
- #: ../admin-views/tribe-options-help.php:112
809
  #, php-format
810
  msgid ""
811
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
@@ -823,7 +1198,7 @@ msgstr ""
823
  "votre propre demande et aidez nous à dessiner le future de nos produits de "
824
  "façon à mieux répondre aux besoins de la communauté."
825
 
826
- #: ../admin-views/tribe-options-help.php:116
827
  #, php-format
828
  msgid ""
829
  "Written documentation can only take things so far...sometimes, you need help "
@@ -833,7 +1208,7 @@ msgstr ""
833
  "avez besoin de l'aide de vrais personnes. C'est pourquoi nous vous invitons "
834
  "à utiliser notre %sForum de Support%s."
835
 
836
- #: ../admin-views/tribe-options-help.php:117
837
  #, php-format
838
  msgid ""
839
  "Users of the free The Events Calendar should post their support concerns to "
@@ -849,7 +1224,7 @@ msgstr ""
849
  "%sdiscussion importante sur les Attentes par rapport au support%s avant de "
850
  "publier quoi que ce soit afin de bien comprendre nos limitations."
851
 
852
- #: ../admin-views/tribe-options-help.php:118
853
  msgid ""
854
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
855
  "you report a legitimate bug that we're able to reproduce, we will log it and "
@@ -865,7 +1240,7 @@ msgstr ""
865
  "personnalisation ou d'intégration avec des plugins ou thèmes de tierces "
866
  "parties."
867
 
868
- #: ../admin-views/tribe-options-help.php:119
869
  #, php-format
870
  msgid ""
871
  "If you're a user of The Events Calendar and would like more support, please "
@@ -879,7 +1254,7 @@ msgstr ""
879
  "plus poussée aux utilisateurs payants pour vos besoin de personnalisation/"
880
  "intégration que nous pouvons le faire sur WordPress.org."
881
 
882
- #: ../admin-views/tribe-options-help.php:123
883
  #, php-format
884
  msgid ""
885
  "If you find that you aren't getting the level of service you've come to "
@@ -891,11 +1266,11 @@ msgstr ""
891
  "écrivez un tweet sur %s (en anglais) en nous disant pourquoi. Nous ferons "
892
  "notre possible pour corriger la situation."
893
 
894
- #: ../admin-views/tribe-options-help.php:124
895
  msgid "More..."
896
  msgstr "Plus..."
897
 
898
- #: ../admin-views/tribe-options-help.php:132
899
  msgid ""
900
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
901
  "for installing our labor of love!"
@@ -903,79 +1278,82 @@ msgstr ""
903
  "Salut! Nous sommes Modern Tribe et on est la pour t'aider à déchirer! Merci "
904
  "beaucoup pour installer notre travail d'amour!"
905
 
906
- #: ../admin-views/tribe-options-help.php:138
907
- msgid "Getting Started"
908
- msgstr "Mise en route"
909
-
910
- #: ../admin-views/tribe-options-help.php:141
911
  msgid "Support Resources To Help You Kick Ass"
912
  msgstr "Documents d'aide pour t'aider à déchirer"
913
 
914
- #: ../admin-views/tribe-options-help.php:144
915
  msgid "Forums: Because Everyone Needs A Buddy"
916
  msgstr "Forums : Parce que tout le monde à besoin d'un ami"
917
 
918
- #: ../admin-views/tribe-options-help.php:147
919
  msgid "Not getting help?"
920
  msgstr "Vous n'arrivez pas à obtenir de l'aide?"
921
 
922
- #: ../admin-views/tribe-options-help.php:159
923
- #: ../lib/the-events-calendar.class.php:512
924
- #: ../lib/tribe-settings.class.php:135
925
  msgid "The Events Calendar"
926
  msgstr "The Events Calendar"
927
 
928
- #: ../admin-views/tribe-options-help.php:163
929
  msgid "Latest Version:"
930
  msgstr "Dernière version :"
931
 
932
- #: ../admin-views/tribe-options-help.php:164
933
  msgid "Author:"
934
  msgstr "Auteur :"
935
 
936
  #
937
- #: ../admin-views/tribe-options-help.php:164
938
  msgid "Modern Tribe Inc"
939
  msgstr "Modern Tribe Inc"
940
 
941
- #: ../admin-views/tribe-options-help.php:165
942
  msgid "Requires:"
943
  msgstr "Requiert :"
944
 
945
- #: ../admin-views/tribe-options-help.php:165
946
  msgid "WordPress "
947
  msgstr "WordPress"
948
 
949
- #: ../admin-views/tribe-options-help.php:166
950
  msgid "Wordpress.org Plugin Page"
951
  msgstr "Page de plugins Wordpress.org"
952
 
953
- #: ../admin-views/tribe-options-help.php:171
954
  msgid "Average Rating"
955
  msgstr "Note moyenne"
956
 
957
- #: ../admin-views/tribe-options-help.php:176
 
 
 
 
 
 
 
958
  msgid "Give us 5 stars!"
959
  msgstr "Donnez nous 5 étoiles!"
960
 
961
- #: ../admin-views/tribe-options-help.php:179
962
  msgid "Premium Add-Ons"
963
  msgstr "Modules Premiums"
964
 
965
- #: ../admin-views/tribe-options-help.php:185
966
  msgid "(Coming Soon!)"
967
  msgstr "(À venir!)"
968
 
969
- #: ../admin-views/tribe-options-help.php:192
970
  msgid "News and Tutorials"
971
  msgstr "News et tutoriaux"
972
 
973
  #
974
- #: ../admin-views/tribe-options-network.php:14
975
  msgid "Network Settings"
976
  msgstr "Réglages du réseau"
977
 
978
- #: ../admin-views/tribe-options-network.php:18
979
  msgid ""
980
  "This is where all of the global network settings for Modern Tribe's The "
981
  "Events Calendar can be modified."
@@ -983,813 +1361,1010 @@ msgstr ""
983
  "C'est ici que tous les réglages globaux de réseau du plugin The Events "
984
  "Calendar de Modern Tribe peuvent être modifiés."
985
 
986
- #: ../admin-views/tribe-options-network.php:26
987
  msgid "Hide the following settings tabs on every site:"
988
  msgstr "Masquer les onglets de réglages suivants sur chaque site :"
989
 
990
- #: ../admin-views/venue-meta-box.php:20
991
- msgid "Venue Name:"
992
- msgstr "Nom de la salle :"
993
-
994
- #: ../admin-views/venue-meta-box.php:27
995
- #: ../public/advanced-functions/meta.php:421
996
  msgid "Address:"
997
  msgstr "Adresse :"
998
 
999
- #: ../admin-views/venue-meta-box.php:31
1000
  msgid "City:"
1001
  msgstr "Ville :"
1002
 
1003
- #: ../admin-views/venue-meta-box.php:35
1004
  msgid "Country:"
1005
  msgstr "Pays :"
1006
 
1007
- #: ../admin-views/venue-meta-box.php:73
1008
  msgid "State or Province:"
1009
  msgstr "Etat ou province :"
1010
 
1011
- #: ../admin-views/venue-meta-box.php:76
1012
  msgid "Select a State:"
1013
  msgstr "Sélectionner un Etat :"
1014
 
1015
- #: ../admin-views/venue-meta-box.php:89
1016
  msgid "Postal Code:"
1017
  msgstr "Code Postal :"
1018
 
1019
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
1020
  msgid "Show Google Map:"
1021
  msgstr "Afficher Google Map "
1022
 
1023
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
1024
  msgid "Show Google Maps Link:"
1025
  msgstr "Afficher le lien Google Maps"
1026
 
1027
- #: ../admin-views/widget-admin-list.php:11
1028
  msgid "Title:"
1029
  msgstr "Titre :"
1030
 
1031
- #: ../admin-views/widget-admin-list.php:16
1032
  msgid "Show:"
1033
  msgstr "Afficher :"
1034
 
1035
- #: ../admin-views/widget-admin-list.php:24
1036
  msgid "Show widget only if there are upcoming events:"
1037
  msgstr "Afficher le widget uniquement s'il y a des événements à venir :"
1038
 
1039
- #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
1040
- #: ../lib/tickets/tribe-tickets-pro.php:73
1041
- msgid "Attendees"
1042
- msgstr "Participants"
1043
-
1044
- #
1045
- #: ../admin-views/tickets/attendees.php:14
1046
- msgid "Event Summary"
1047
- msgstr "Résumé de l'événement"
1048
-
1049
- #
1050
- #: ../admin-views/tickets/attendees.php:22
1051
- msgid "Event Details"
1052
- msgstr "Détails de l'événement"
1053
-
1054
- #: ../admin-views/tickets/attendees.php:24
1055
- msgid "Start Date / Time:"
1056
- msgstr "Date/heure de début :"
1057
-
1058
- #: ../admin-views/tickets/attendees.php:26
1059
- msgid "End Date / Time:"
1060
- msgstr "Date/heure de fin :"
1061
-
1062
- #: ../admin-views/tickets/attendees.php:34
1063
- msgid "Venue:"
1064
- msgstr "Lieu :"
1065
-
1066
- #: ../admin-views/tickets/attendees.php:52
1067
- msgid "Ticket Sales"
1068
- msgstr "Vente de tickets"
1069
 
1070
- #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
1071
- #, php-format
1072
- msgid "Sold %d"
1073
- msgstr "%d Vendus"
1074
 
1075
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
1076
  #, php-format
1077
- msgid "Sold %d of %d"
1078
- msgstr "%d vendus sur %d"
1079
-
1080
- #: ../admin-views/tickets/attendees.php:81
1081
- msgid "Tickets sold:"
1082
- msgstr "Tickets vendus :"
1083
 
1084
- #: ../admin-views/tickets/attendees.php:85
1085
- msgid "Checked in:"
1086
- msgstr "Participants enregistrés"
 
 
1087
 
1088
- #: ../admin-views/tickets/attendees.php:105
1089
- msgid "Send the attendee list by email"
1090
- msgstr "Envoyer la liste des participants par email"
1091
 
1092
  #
1093
- #: ../admin-views/tickets/attendees.php:109
1094
- msgid "Select a User:"
1095
- msgstr "Sélectionner un utilisateur :"
1096
-
1097
- #: ../admin-views/tickets/attendees.php:110
1098
- msgid "Select..."
1099
- msgstr "Sélectionner..."
1100
 
1101
- #: ../admin-views/tickets/attendees.php:112
1102
- msgid "or"
1103
- msgstr "ou"
1104
 
1105
  #
1106
- #: ../admin-views/tickets/attendees.php:114
1107
- msgid "Email Address:"
1108
- msgstr "Adresse Email :"
1109
-
1110
- #: ../admin-views/tickets/list.php:21
1111
- msgid "Edit"
1112
- msgstr "Editer"
1113
 
1114
- #: ../admin-views/tickets/list.php:22
1115
- msgid "Delete"
1116
- msgstr "Supprimer"
1117
 
1118
- #: ../admin-views/tickets/list.php:24
1119
- #, php-format
1120
- msgid "Edit in %s"
1121
- msgstr "Modifier dans %s"
 
1122
 
1123
- #: ../admin-views/tickets/list.php:27
1124
- #: ../lib/tribe-admin-events-list.class.php:53
1125
- msgid "View"
1126
- msgstr "Voir"
1127
 
1128
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
1129
- msgid "See who purchased tickets to this event"
1130
- msgstr "Voir qui à acheté des tickets pour cet événement"
1131
 
1132
- #: ../admin-views/tickets/meta-box.php:21
 
1133
  msgid ""
1134
- "This event was created using Community Events. Are you sure you want to sell "
1135
- "tickets for it?"
1136
  msgstr ""
1137
- "Cet événement à été crée avec Community Events. Êtes-vous sûr de vouloir "
1138
- "vendre des tickets pour cet événement?"
1139
-
1140
- #: ../admin-views/tickets/meta-box.php:32
1141
- msgid "Upload image for the ticket header"
1142
- msgstr "Transférer image pour l'entête du ticket"
1143
 
1144
- #: ../admin-views/tickets/meta-box.php:33
1145
  msgid ""
1146
- "The maximum image size in the email will be 580px wide by any height, and "
1147
- "then scaled for mobile. If you would like \"retina\" support use an image "
1148
- "sized to 1160px wide."
1149
  msgstr ""
1150
- "La taille maximum d'une image pour un email est de 580px de large, elles "
1151
- "seront mis à l'échelle pour les mobiles. Si vous souhaitez le support "
1152
- "\"retina\", utilisez une image de 1160px de large."
1153
-
1154
- #
1155
- #: ../admin-views/tickets/meta-box.php:36
1156
- msgid "Select an Image"
1157
- msgstr "Sélectionner une image"
1158
-
1159
- #: ../admin-views/tickets/meta-box.php:44
1160
- msgid "Remove"
1161
- msgstr "Supprimer"
1162
 
1163
- #
1164
- #: ../admin-views/tickets/meta-box.php:62
1165
- #: ../admin-views/tickets/meta-box.php:72
1166
- msgid "Add new ticket"
1167
- msgstr "Ajouter nouveau ticket"
 
 
 
 
1168
 
1169
- #
1170
- #: ../admin-views/tickets/meta-box.php:73
1171
- msgid "Edit ticket"
1172
- msgstr "Modifier ticket"
1173
 
1174
- #: ../admin-views/tickets/meta-box.php:79
1175
- msgid "Sell using:"
1176
- msgstr "Vendre en utilisant :"
 
 
 
 
 
1177
 
1178
- #
1179
- #: ../admin-views/tickets/meta-box.php:96
1180
- msgid "Ticket Name:"
1181
- msgstr "Titre du ticket :"
1182
 
1183
- #: ../admin-views/tickets/meta-box.php:103
1184
- msgid "Ticket Description:"
1185
- msgstr "Description du ticket :"
1186
 
1187
- #: ../admin-views/tickets/meta-box.php:112
1188
- msgid "Price:"
1189
- msgstr "Prix :"
 
 
1190
 
1191
- #: ../admin-views/tickets/meta-box.php:118
1192
- msgid "(0 or empty for free tickets)"
1193
- msgstr "(0 or vide pour des billets gratuits)"
 
 
1194
 
1195
- #
1196
- #: ../admin-views/tickets/meta-box.php:124
1197
- msgid "Start sale:"
1198
- msgstr "Début de la vente :"
 
1199
 
1200
- #
1201
- #: ../admin-views/tickets/meta-box.php:148
1202
- msgid "End sale:"
1203
- msgstr "Fin de la vente :"
1204
 
1205
- #: ../admin-views/tickets/meta-box.php:170
1206
  msgid ""
1207
- "When will ticket sales occur? If you don't set a start/end date for sales, "
1208
- "tickets will be available from now until the event ends."
 
 
1209
  msgstr ""
1210
- "Quand est ce que la vente des tickets aura lieu? Si vous n'entrez pas de "
1211
- "date de début/fin de vente, les tickets seront disponibles entre maintenant "
1212
- "jusqu'à la fin de l'événement."
1213
-
1214
- #: ../lib/the-events-calendar.class.php:517
1215
- msgid "month"
1216
- msgstr "mois"
1217
 
1218
- #: ../lib/the-events-calendar.class.php:518
1219
- msgid "upcoming"
1220
- msgstr "à venir"
1221
 
1222
- #: ../lib/the-events-calendar.class.php:519
1223
- msgid "past"
1224
- msgstr "terminé"
1225
 
1226
- #: ../lib/the-events-calendar.class.php:521
1227
- msgid "venue"
1228
- msgstr "lieu"
1229
 
1230
- #: ../lib/the-events-calendar.class.php:531
1231
- #, php-format
1232
- msgid "Initializing Tribe Events on %s"
1233
- msgstr "Initialisation de Tribe Events à %s"
1234
 
1235
- #: ../lib/the-events-calendar.class.php:644
1236
  #, php-format
1237
- msgid ""
1238
- "Your version of The Events Calendar is not up-to-date with one of your The "
1239
- "Events Calendar add-ons. Please %supdate now.%s"
1240
- msgstr ""
1241
- "Votre version de The Event Calendar n'est pas à jour avec un de vos module "
1242
- "de The Event Calendar. Veuillez %sMettre à jour.%s"
1243
 
1244
- #: ../lib/the-events-calendar.class.php:661
1245
  #, php-format
1246
- msgid ""
1247
- "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1248
- "dependencies on The Events Calendar and will not function properly unless "
1249
- "paired with the right version. %sWant to pair an older version%s?"
1250
- msgstr ""
1251
- "Les plugins suivant ne sont pas à jour : <b>%s</b>. Tous les modules "
1252
- "complémentaires contiennent des dépendances de The Events Calendar et ne "
1253
- "fonctionneront pas correctement à moins qu'ils soient jumelés à leur version "
1254
- "correspondante. %sBesoin d'une version précédente%s?"
1255
-
1256
- #: ../lib/the-events-calendar.class.php:725
1257
- #: ../lib/the-events-calendar.class.php:760
1258
- #: ../lib/the-events-calendar.class.php:762
1259
- msgid "Licenses"
1260
- msgstr "Licences"
1261
 
1262
- #: ../lib/the-events-calendar.class.php:729
1263
  #, php-format
1264
- msgid ""
1265
- "<p>The license key you received when completing your purchase from %s will "
1266
- "grant you access to support and updates until it expires. You do not need to "
1267
- "enter the key below for the plugins to work, but you will need to enter it "
1268
- "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1269
- "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1270
- "unique license key. Simply paste the key into its appropriate field on "
1271
- "below, and give it a moment to validate. You know you're set when a green "
1272
- "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1273
- "seeing a red message telling you that your key isn't valid or is out of "
1274
- "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1275
- "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1276
- "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1277
- "and click \"Check Again\".</p>"
1278
- msgstr ""
1279
- "<p>La clé de la licence que vous avez reçu lors de la complétion de l'achat "
1280
- "depuis %s vous donnera accès au support et mises à jours jusqu'à expiration. "
1281
- "Vous n'avez pas besoin d'insérer la clé ci-dessous pour que le plugin "
1282
- "fonctionne, mais vous en aurez besoin pour recevoir les mises à jour "
1283
- "automatiques. <strong>Votre clé de licence se trouve ici : <a href=\"%s\">"
1284
- "%s</a></strong>.</p> <p> Chaque module payant à sa propre clé de licence. "
1285
- "Copier/Coller simplement la clé sur le champ correspondant ci-dessous et "
1286
- "veuillez attendre un moment pour sa validation. Tout est fonctionnel "
1287
- "lorsqu'une date d'expiration s'affiche en vert ainsi qu'un message \"valide"
1288
- "\".</p> <p>Si un message s'affiche en rouge indiquant que votre clé n'est "
1289
- "pas valide ou excède la limite d'installations, veuillez vous rendre sur <a "
1290
- "href=\"%s\" target=\"_blank\">%s</a>pour gérer vos installations ou "
1291
- "renouvellements / mise-à-jour de votre licence.</p> <p>Mise à jour non "
1292
- "affichée? Allez sur <a href=\"%s\">Tableau de Bord > Mises à jours</a> et "
1293
- "cliquez \"Vérifier à nouveau\".</p>"
1294
-
1295
- #: ../lib/the-events-calendar.class.php:752
1296
- msgid "General"
1297
- msgstr "Général"
1298
-
1299
- #: ../lib/the-events-calendar.class.php:753
1300
- msgid "Display"
1301
- msgstr "Affichage"
1302
-
1303
- #: ../lib/the-events-calendar.class.php:765
1304
- #: ../lib/the-events-calendar.class.php:4000
1305
- #: ../lib/the-events-calendar.class.php:4096
1306
- msgid "Help"
1307
- msgstr "Aide"
1308
 
1309
- #: ../lib/the-events-calendar.class.php:804
1310
- #, php-format
1311
- msgid ""
1312
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1313
- "your WordPress install."
1314
  msgstr ""
1315
- "Désolé, le plugin The Events Calendar requiert WordPress %s ou + . Mettez à "
1316
- "jour votre installation WordPress "
1317
 
1318
- #: ../lib/the-events-calendar.class.php:807
1319
- #, php-format
1320
  msgid ""
1321
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1322
- "about moving you to a newer version of PHP."
 
 
 
1323
  msgstr ""
1324
- "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. "
1325
- "Voyez avec votre hébergeur pour voir comment vous pouvez changer ça. "
1326
-
1327
- #: ../lib/the-events-calendar.class.php:1022 ../lib/widget-list.class.php:180
1328
- #: ../public/template-tags/loop.php:138
1329
- msgid "Upcoming Events"
1330
- msgstr "Événements à venir "
1331
-
1332
- #: ../lib/the-events-calendar.class.php:1025
1333
- #: ../public/template-tags/loop.php:168
1334
- msgid "Past Events"
1335
- msgstr "Événements passés"
1336
-
1337
- #: ../lib/the-events-calendar.class.php:1030
1338
- #: ../lib/the-events-calendar.class.php:1037
1339
- #: ../public/template-tags/loop.php:173
1340
- #, php-format
1341
- msgid "Events for %s"
1342
- msgstr "Événements pour %s"
1343
-
1344
- #: ../lib/the-events-calendar.class.php:1032
1345
- msgid "Events this month"
1346
- msgstr "Événements du mois"
1347
 
1348
- #: ../lib/the-events-calendar.class.php:1044
1349
  #, php-format
1350
- msgid "Events at %s"
1351
- msgstr "Événements à %s"
1352
-
1353
- #: ../lib/the-events-calendar.class.php:1063
1354
- msgid "No description has been entered for this event."
1355
- msgstr "Aucune description n'a été rentrée pour cet événement. "
1356
 
1357
- #: ../lib/the-events-calendar.class.php:1325
1358
- msgid "category"
1359
- msgstr "catégorie"
 
 
1360
 
1361
- #: ../lib/the-events-calendar.class.php:1335
1362
- msgid "tag"
1363
- msgstr "Mot-clef"
 
1364
 
1365
- #: ../lib/the-events-calendar.class.php:1362
1366
- #: ../lib/the-events-calendar.class.php:3930
1367
- #: ../lib/the-events-calendar.class.php:3991
1368
- #: ../lib/io/csv/admin-views/import.php:47
1369
- msgid "Events"
1370
- msgstr "Événements"
1371
 
1372
- #: ../lib/the-events-calendar.class.php:1363
1373
- msgid "Event"
1374
- msgstr "Evénément"
1375
 
1376
- #: ../lib/the-events-calendar.class.php:1364
1377
- #: ../lib/the-events-calendar.class.php:1377
1378
- #: ../lib/the-events-calendar.class.php:1390
1379
- msgid "Add New"
1380
- msgstr "Nouveau "
1381
 
1382
- #: ../lib/the-events-calendar.class.php:1365
1383
- msgid "Add New Event"
1384
- msgstr "Nouvel événement "
1385
 
1386
- #: ../lib/the-events-calendar.class.php:1366
1387
- msgid "Edit Event"
1388
- msgstr "Editer l'événement "
1389
 
1390
- #: ../lib/the-events-calendar.class.php:1367
1391
- msgid "New Event"
1392
- msgstr "Nouvel événement "
1393
 
1394
- #: ../lib/the-events-calendar.class.php:1368
1395
- msgid "View Event"
1396
- msgstr "Voir l'événement "
1397
 
1398
- #: ../lib/the-events-calendar.class.php:1369
1399
- msgid "Search Events"
1400
- msgstr "Rechercher des événements "
1401
 
1402
- #: ../lib/the-events-calendar.class.php:1370
1403
- msgid "No events found"
1404
- msgstr "Aucun événement "
 
1405
 
1406
- #: ../lib/the-events-calendar.class.php:1371
1407
- msgid "No events found in Trash"
1408
- msgstr "Aucun événement dans la corbeille "
 
1409
 
1410
- #: ../lib/the-events-calendar.class.php:1375
1411
- #: ../lib/the-events-calendar.class.php:1487
1412
- #: ../lib/io/csv/admin-views/import.php:45
1413
- msgid "Venues"
1414
- msgstr "Lieux"
1415
 
1416
- #: ../lib/the-events-calendar.class.php:1376
1417
- #: ../public/advanced-functions/meta.php:381 ../views/tickets/email.php:343
1418
- msgid "Venue"
1419
- msgstr "Lieu"
1420
 
1421
- #: ../lib/the-events-calendar.class.php:1378
1422
- msgid "Add New Venue"
1423
- msgstr "Nouveau lieu"
1424
 
1425
- #: ../lib/the-events-calendar.class.php:1379
1426
- msgid "Edit Venue"
1427
- msgstr "Editer le lieu"
 
1428
 
1429
- #: ../lib/the-events-calendar.class.php:1380
1430
- msgid "New Venue"
1431
- msgstr "Nouveau Lieu"
 
1432
 
1433
- #: ../lib/the-events-calendar.class.php:1381
1434
- msgid "View Venue"
1435
- msgstr "Voir Lieu"
 
 
1436
 
1437
- #: ../lib/the-events-calendar.class.php:1382
1438
- msgid "Search Venues"
1439
- msgstr "Rechercher des lieux"
1440
 
1441
- #: ../lib/the-events-calendar.class.php:1383
1442
- msgid "No venue found"
1443
- msgstr "Aucun lieu trouvé"
1444
 
1445
- #: ../lib/the-events-calendar.class.php:1384
1446
- msgid "No venues found in Trash"
1447
- msgstr "Aucun lieu trouvé dans la poubelle"
1448
 
1449
- #: ../lib/the-events-calendar.class.php:1388
1450
- #: ../lib/the-events-calendar.class.php:1488
1451
- #: ../lib/io/csv/admin-views/import.php:46
1452
- msgid "Organizers"
1453
- msgstr "Organisateurs"
1454
 
1455
- #: ../lib/the-events-calendar.class.php:1389
1456
- #: ../public/advanced-functions/meta.php:443 ../views/tickets/email.php:362
1457
- msgid "Organizer"
1458
- msgstr "Organisateur"
1459
 
1460
- #: ../lib/the-events-calendar.class.php:1391
1461
- msgid "Add New Organizer"
1462
- msgstr "Nouvel organisateur"
1463
 
1464
- #: ../lib/the-events-calendar.class.php:1392
1465
- msgid "Edit Organizer"
1466
- msgstr "Editer l'organisateur"
1467
 
1468
- #: ../lib/the-events-calendar.class.php:1393
1469
- msgid "New Organizer"
1470
- msgstr "Nouvel organisateur"
1471
 
1472
- #
1473
- #: ../lib/the-events-calendar.class.php:1394
1474
- msgid "View Organizer"
1475
- msgstr "Voir Organisateur"
1476
 
1477
- #: ../lib/the-events-calendar.class.php:1395
1478
- msgid "Search Organizers"
1479
- msgstr "Rechercher des organisateurs"
1480
 
1481
- #: ../lib/the-events-calendar.class.php:1396
1482
- msgid "No organizer found"
1483
- msgstr "Pas d'organisateurs"
1484
 
1485
- #: ../lib/the-events-calendar.class.php:1397
1486
- msgid "No organizers found in Trash"
1487
- msgstr "Aucun organisateur dans la Poubelle"
1488
 
1489
- #: ../lib/the-events-calendar.class.php:1401
1490
- #: ../lib/tribe-admin-events-list.class.php:226
1491
- msgid "Event Categories"
1492
- msgstr "Catégories d'événements"
1493
 
1494
- #: ../lib/the-events-calendar.class.php:1402
1495
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1496
- msgid "Event Category"
1497
- msgstr "Catégorie de l'événement"
1498
 
1499
- #: ../lib/the-events-calendar.class.php:1403
1500
- msgid "Search Event Categories"
1501
- msgstr "Rechercher des catégories"
 
1502
 
1503
- #: ../lib/the-events-calendar.class.php:1404
1504
- msgid "All Event Categories"
1505
- msgstr "Toutes les catégories"
 
1506
 
1507
- #: ../lib/the-events-calendar.class.php:1405
1508
- msgid "Parent Event Category"
1509
- msgstr "Catégorie parente"
 
1510
 
1511
- #: ../lib/the-events-calendar.class.php:1406
1512
- msgid "Parent Event Category:"
1513
- msgstr "Catégorie parente :"
 
1514
 
1515
- #: ../lib/the-events-calendar.class.php:1407
1516
- msgid "Edit Event Category"
1517
- msgstr "Éditer la catégorie de l'événement "
 
1518
 
1519
- #: ../lib/the-events-calendar.class.php:1408
1520
- msgid "Update Event Category"
1521
- msgstr "Mettre à jour la catégories de l'événement "
 
 
 
1522
 
1523
- #: ../lib/the-events-calendar.class.php:1409
1524
- msgid "Add New Event Category"
1525
- msgstr "Nouvelle catégorie d'événement "
1526
 
1527
- #: ../lib/the-events-calendar.class.php:1410
1528
- msgid "New Event Category Name"
1529
- msgstr "Nouveau nom de la catégorie d'événement "
1530
 
1531
- #: ../lib/the-events-calendar.class.php:1426
1532
- #, php-format
1533
- msgid "Event updated. <a href=\"%s\">View event</a>"
1534
- msgstr "Événement mis à jour. <a href=\"%s\">Voir</a> "
1535
 
1536
- #: ../lib/the-events-calendar.class.php:1427
1537
- #: ../lib/the-events-calendar.class.php:1444
1538
- #: ../lib/the-events-calendar.class.php:1461
1539
- msgid "Custom field updated."
1540
- msgstr "Champ Personnalisé mis à jour. "
1541
 
1542
- #: ../lib/the-events-calendar.class.php:1428
1543
- #: ../lib/the-events-calendar.class.php:1445
1544
- #: ../lib/the-events-calendar.class.php:1462
1545
- msgid "Custom field deleted."
1546
- msgstr "Champ Personnalisé effacé. "
1547
 
1548
- #: ../lib/the-events-calendar.class.php:1429
1549
- msgid "Event updated."
1550
- msgstr "Événement mis à jour."
1551
 
1552
- #: ../lib/the-events-calendar.class.php:1431
1553
- #, php-format
1554
- msgid "Event restored to revision from %s"
1555
- msgstr "Evénement restauré à la dernière révision depuis %s"
1556
 
1557
- #: ../lib/the-events-calendar.class.php:1432
1558
- #, php-format
1559
- msgid "Event published. <a href=\"%s\">View event</a>"
1560
- msgstr "Événement publié. <a href=\"%s\">Voir</a> "
1561
 
1562
- #: ../lib/the-events-calendar.class.php:1433
1563
- msgid "Event saved."
1564
- msgstr "Événement enregistré"
1565
 
1566
- #: ../lib/the-events-calendar.class.php:1434
1567
  #, php-format
1568
- msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1569
- msgstr "Événement enregistré. <a href=\"%s\">Aperçu</a> "
1570
 
1571
- #: ../lib/the-events-calendar.class.php:1435
1572
  #, php-format
1573
  msgid ""
1574
- "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1575
- "\">Preview event</a>"
1576
  msgstr ""
1577
- "Événement programmé pour le : <strong>%1$s</strong>. <a target=\"_blank\" "
1578
- "href=\"%2$s\">Aperçu</a> "
1579
 
1580
- #: ../lib/the-events-calendar.class.php:1437
1581
- #: ../lib/the-events-calendar.class.php:1454
1582
- #: ../lib/the-events-calendar.class.php:1471
1583
- msgid "M j, Y @ G:i"
1584
- msgstr "M j, A @ G:i "
1585
 
1586
- #: ../lib/the-events-calendar.class.php:1438
1587
- #, php-format
1588
- msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1589
  msgstr ""
1590
- "Brouillon de l'événement mis à jour. <a target=\"_blank\" href=\"%s"
1591
- "\">Aperçu</a> "
1592
 
1593
- #: ../lib/the-events-calendar.class.php:1443
1594
- #, php-format
1595
- msgid "Venue updated. <a href=\"%s\">View venue</a>"
1596
- msgstr "Lieu mis à jour <a href=\"%s\">Voir le lieu</a>"
 
 
 
 
1597
 
1598
- #: ../lib/the-events-calendar.class.php:1446
1599
- msgid "Venue updated."
1600
- msgstr "Lieu mis à jour"
 
 
 
1601
 
1602
- #: ../lib/the-events-calendar.class.php:1448
1603
  #, php-format
1604
- msgid "Venue restored to revision from %s"
1605
- msgstr "Lieu restauré à la dernière révision depuis %s"
 
 
 
 
1606
 
1607
- #: ../lib/the-events-calendar.class.php:1449
1608
- #, php-format
1609
- msgid "Venue published. <a href=\"%s\">View venue</a>"
1610
- msgstr "Lieu publié. <a href=\"%s\">Voir</a>"
 
 
 
 
 
 
1611
 
1612
- #: ../lib/the-events-calendar.class.php:1450
1613
- msgid "Venue saved."
1614
- msgstr "Lieu enregistré."
 
1615
 
1616
- #: ../lib/the-events-calendar.class.php:1451
1617
- #, php-format
1618
- msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1619
- msgstr "Lieu soumis. <a target=\"_blank\" href=\"%s\">Aperçu</a>"
1620
 
1621
- #: ../lib/the-events-calendar.class.php:1452
1622
  #, php-format
1623
  msgid ""
1624
- "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1625
- "\">Preview venue</a>"
 
 
1626
  msgstr ""
1627
- "Lieu prévu pour : <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1628
- "\">Aperçu</a>"
1629
 
1630
- #: ../lib/the-events-calendar.class.php:1455
1631
- #, php-format
1632
- msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1633
  msgstr ""
1634
- "Brouillon du lieu mis à jour. <a target=\"_blank\" href=\"%s\">Aperçu</a>"
1635
 
1636
- #: ../lib/the-events-calendar.class.php:1460
1637
- #, php-format
1638
- msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1639
- msgstr "Organisateur mis à jour. <a href=\"%s\">Voir</a> "
 
1640
 
1641
- #: ../lib/the-events-calendar.class.php:1463
1642
- msgid "Organizer updated."
1643
- msgstr "Organisateur mis à jour."
 
 
1644
 
1645
- #: ../lib/the-events-calendar.class.php:1465
1646
- #, php-format
1647
- msgid "Organizer restored to revision from %s"
1648
- msgstr "Organisateur restauré à la dernière révision depuis %s"
1649
 
1650
- #: ../lib/the-events-calendar.class.php:1466
1651
- #, php-format
1652
- msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1653
- msgstr "Organisateur publié. <a href=\"%s\">Voir</a>"
 
 
 
 
 
 
 
 
 
 
 
 
1654
 
1655
- #: ../lib/the-events-calendar.class.php:1467
1656
- msgid "Organizer saved."
1657
- msgstr "Organisateur enregistré."
 
1658
 
1659
- #: ../lib/the-events-calendar.class.php:1468
1660
  #, php-format
1661
- msgid ""
1662
- "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1663
- msgstr "Organisateur soumis. <a target=\"_blank\" href=\"%s\">Aperçu</a> "
1664
 
1665
- #: ../lib/the-events-calendar.class.php:1469
1666
  #, php-format
1667
  msgid ""
1668
- "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1669
- "\"%2$s\">Preview organizer</a>"
1670
  msgstr ""
1671
- "Organisateur prévu pour : <strong>%1$s</strong>. <a target=\"_blank\" href="
1672
- "\"%2$s\">Aperçu</a>"
1673
 
1674
- #: ../lib/the-events-calendar.class.php:1472
1675
  #, php-format
1676
  msgid ""
1677
- "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1678
- "a>"
 
1679
  msgstr ""
1680
- "Brouillon de l'organisateur mis à jour. <a target=\"_blank\" href=\"%s"
1681
- "\">Aperçu</a>"
 
 
1682
 
1683
- #: ../lib/the-events-calendar.class.php:1507
1684
- msgid "Use Saved Venue:"
1685
- msgstr "Utiliser un lieu enregistré :"
 
 
1686
 
1687
- #: ../lib/the-events-calendar.class.php:1530
1688
- msgid "Use Saved Organizer:"
1689
- msgstr "Utiliser un organisateur déjà enregistré "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1690
 
1691
- #: ../lib/the-events-calendar.class.php:1570
1692
- msgid "Use New Venue"
1693
- msgstr "Utiliser un nouveau lieu"
1694
 
1695
- #
1696
- #: ../lib/the-events-calendar.class.php:1572
1697
- msgid "My Venues"
1698
- msgstr "Mes Salles"
1699
 
1700
- #
1701
- #: ../lib/the-events-calendar.class.php:1577
1702
- msgid "Available Venues"
1703
- msgstr "Salles disponibles"
 
1704
 
1705
- #
1706
- #: ../lib/the-events-calendar.class.php:1588
1707
- msgid "No saved venue exists."
1708
- msgstr "Il n'y a pas de salles existantes."
 
 
 
 
1709
 
1710
- #: ../lib/the-events-calendar.class.php:1627
1711
- msgid "Use New Organizer"
1712
- msgstr "Nouvel organisateur"
 
 
 
 
 
1713
 
1714
- #
1715
- #: ../lib/the-events-calendar.class.php:1629
1716
- msgid "My Organizers"
1717
- msgstr "Mes Organisateurs"
1718
 
1719
- #
1720
- #: ../lib/the-events-calendar.class.php:1634
1721
- msgid "Available Organizers"
1722
- msgstr "Organisateurs disponibles"
1723
 
1724
- #
1725
- #: ../lib/the-events-calendar.class.php:1645
1726
- msgid "No saved organizer exists."
1727
- msgstr "Il n'y a pas d'organisateurs existants."
1728
 
1729
- #: ../lib/the-events-calendar.class.php:1823
1730
- msgid "Next"
1731
- msgstr "Suivant"
 
 
1732
 
1733
- #: ../lib/the-events-calendar.class.php:1824
1734
- msgid "Prev"
1735
- msgstr "Précédent"
1736
 
1737
- #: ../lib/the-events-calendar.class.php:1825
1738
- msgid "Today"
1739
- msgstr "Aujourd'hui "
1740
 
1741
- #: ../lib/the-events-calendar.class.php:1826
1742
- msgid "Done"
1743
- msgstr "Terminé"
1744
 
1745
- #: ../lib/the-events-calendar.class.php:2035
1746
- msgid "Network"
1747
- msgstr "Réseau"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1748
 
1749
  #
1750
- #: ../lib/the-events-calendar.class.php:2979
1751
- msgid "Unnamed Venue"
1752
- msgstr "Salle non nommée"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1753
 
1754
  #
1755
- #: ../lib/the-events-calendar.class.php:3069
1756
- msgid "Unnamed Organizer"
1757
- msgstr "Organisateur non nommé"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1758
 
1759
- #: ../lib/the-events-calendar.class.php:3545
1760
- #: ../lib/the-events-calendar.class.php:3562
 
1761
  msgid "Date out of range."
1762
  msgstr "La date est hors de portée (out of range)"
1763
 
1764
- #: ../lib/the-events-calendar.class.php:3575
1765
  msgid "Event Options"
1766
  msgstr "Options de l'événement"
1767
 
1768
- #: ../lib/the-events-calendar.class.php:3577
1769
- msgid "Venue Information"
 
 
1770
  msgstr "Information sur le lieu"
1771
 
1772
- #: ../lib/the-events-calendar.class.php:3582
1773
- msgid "Organizer Information"
1774
- msgstr "A propos de l'organisateur"
1775
-
1776
- #: ../lib/the-events-calendar.class.php:3779
1777
  msgid "Support"
1778
  msgstr "Support"
1779
 
1780
- #: ../lib/the-events-calendar.class.php:3782
1781
  msgid "View All Add-Ons"
1782
  msgstr "Voir tous les Add-Ons "
1783
 
1784
- #: ../lib/the-events-calendar.class.php:3799
1785
  msgid "News from Modern Tribe"
1786
  msgstr "Actu de Modern Tribe"
1787
 
1788
- #: ../lib/the-events-calendar.class.php:3880
1789
  msgid "Additional Functionality"
1790
  msgstr "Fonctionnalité supplémentaire "
1791
 
1792
- #: ../lib/the-events-calendar.class.php:3885
1793
  msgid ""
1794
  "Looking for additional functionality including recurring events, ticket "
1795
  "sales, publicly submitted events, new views and more?"
@@ -1798,34 +2373,43 @@ msgstr ""
1798
  "\", \"Vente de tickets\", Événements publiques\", nouveaux modes "
1799
  "d'affichages et bien plus?"
1800
 
1801
- #: ../lib/the-events-calendar.class.php:3885
1802
  #, php-format
1803
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1804
  msgstr "Visitez les <a href=\"%s\">Modules disponibles</a>."
1805
 
1806
  #
1807
- #: ../lib/the-events-calendar.class.php:3957
1808
- #: ../lib/the-events-calendar.class.php:4048
1809
  msgid "View Calendar"
1810
  msgstr "Afficher Calendrier"
1811
 
1812
  #
1813
- #: ../lib/the-events-calendar.class.php:3965
1814
  msgid "Add Event"
1815
  msgstr "Ajouter Événement"
1816
 
1817
  #
1818
- #: ../lib/the-events-calendar.class.php:3974
1819
  msgid "Edit Events"
1820
  msgstr "Modifier Événements"
1821
 
1822
- #: ../lib/the-events-calendar.class.php:3983
1823
- #: ../lib/the-events-calendar.class.php:4084
1824
- #: ../lib/tribe-settings.class.php:164
 
 
 
 
 
 
 
 
 
1825
  msgid "Settings"
1826
  msgstr "Préférences"
1827
 
1828
- #: ../lib/the-events-calendar.class.php:4019
1829
  #, php-format
1830
  msgid ""
1831
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
@@ -1835,185 +2419,368 @@ msgstr ""
1835
  "ici %s. Pour changer le permalien des événements, visitez %sÉvénements -> "
1836
  "Régalges%s."
1837
 
1838
- #: ../lib/the-events-calendar.class.php:4085
1839
  msgid "Calendar"
1840
  msgstr "Calendrier"
1841
 
1842
- #: ../lib/the-events-calendar.class.php:4170
1843
  msgid "List"
1844
  msgstr "Liste"
1845
 
1846
  #
1847
- #: ../lib/the-events-calendar.class.php:4181
1848
  msgid "Month"
1849
  msgstr "Mois"
1850
 
1851
- #: ../lib/the-events-calendar.class.php:4200
1852
- #: ../lib/the-events-calendar.class.php:4202
 
 
 
 
 
1853
  msgid "Search"
1854
  msgstr "Recherche"
1855
 
1856
  #
1857
- #: ../lib/the-events-calendar.class.php:4222
1858
- #: ../lib/the-events-calendar.class.php:4234
1859
  msgid "Date"
1860
  msgstr "Date"
1861
 
1862
  #
1863
- #: ../lib/the-events-calendar.class.php:4225
1864
  msgid "Events In"
1865
  msgstr "Événements dans"
1866
 
1867
  #
1868
- #: ../lib/the-events-calendar.class.php:4227
1869
  msgid "Events From"
1870
  msgstr "Événement de"
1871
 
1872
- #: ../lib/the-events-calendar.class.php:4415 ../views/list/nav.php:23
1873
- #: ../views/list/nav.php:29 ../views/list/nav.php:32
1874
- msgid "&laquo; Previous Events"
1875
- msgstr "&laquo; Événements précédents "
1876
 
1877
- #: ../lib/the-events-calendar.class.php:4416 ../views/list/nav.php:41
1878
- #: ../views/list/nav.php:44 ../views/list/nav.php:50
1879
- msgid "Next Events &raquo;"
1880
- msgstr "Prochains événements &raquo;"
1881
 
1882
- #: ../lib/tribe-admin-events-list.class.php:53
1883
- #, php-format
1884
- msgid "View &#8220;%s&#8221;"
1885
- msgstr "Voir &#8220;%s&#8221;"
1886
 
1887
- #: ../lib/tribe-admin-events-list.class.php:231
1888
- msgid "Start Date"
1889
- msgstr "Date de début : "
1890
 
1891
- #: ../lib/tribe-admin-events-list.class.php:232
1892
- msgid "End Date"
1893
- msgstr "Date de fin : "
1894
 
1895
- #: ../lib/tribe-admin-events-list.class.php:234
1896
- msgid "Recurring?"
1897
- msgstr "Se répète ?"
1898
 
1899
- #: ../lib/tribe-admin-events-list.class.php:298
1900
- #: ../lib/tickets/tribe-tickets-pro.php:229
1901
- msgid "Yes"
1902
- msgstr "Oui"
1903
 
1904
- #: ../lib/tribe-admin-events-list.class.php:298
1905
- msgid "No"
1906
- msgstr "Non"
 
1907
 
1908
- #: ../lib/tribe-admin-events-list.class.php:376
1909
- #, php-format
1910
- msgid "All %s"
1911
- msgstr "Tous %s"
 
1912
 
1913
- #
1914
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1915
- #: ../lib/tribe-app-shop.class.php:87
1916
- msgid "Event Add-Ons"
1917
- msgstr "Modules d'événement"
1918
 
1919
- #: ../lib/tribe-debug-bar.class.php:29
1920
- msgid "Tribe"
1921
- msgstr "Tribe"
1922
 
1923
- #: ../lib/tribe-event-api.class.php:374 ../lib/tribe-view-helpers.class.php:44
1924
- #: ../public/template-tags/venue.php:240
1925
- msgid "United States"
1926
- msgstr "USA"
1927
 
1928
- #: ../lib/tribe-event-exception.class.php:17
1929
- #: ../lib/tribe-event-exception.class.php:34
1930
- msgid "Error"
1931
- msgstr "Erreur"
 
1932
 
1933
- #: ../lib/tribe-field.class.php:182
1934
- msgid "Invalid field type specified"
1935
- msgstr "Type de champ spécifié invalide"
1936
 
1937
- #: ../lib/tribe-field.class.php:452
1938
- msgid "No radio options specified"
1939
- msgstr "Il n'y a pas d'options radio spécifié"
1940
 
1941
- #: ../lib/tribe-field.class.php:489
1942
- msgid "No checkbox options specified"
1943
- msgstr "Il n'y a pas d'options de case à cochée spécifié"
1944
 
1945
- #: ../lib/tribe-field.class.php:544
1946
- msgid "No select options specified"
1947
- msgstr "Il n'y a pas d'option de liste déroulante spécifié"
 
1948
 
1949
- #
1950
- #: ../lib/tribe-settings-tab.class.php:219
1951
- msgid "There are no fields setup for this tab yet."
1952
- msgstr "Il n'y a pas encore de configuration de champs pour cet onglet."
1953
 
1954
- #
1955
- #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
1956
- msgid "The Events Calendar Settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1957
  msgstr "Réglages de The Events Calendar"
1958
 
1959
  #
1960
- #: ../lib/tribe-settings.class.php:176
1961
  msgid "Events Settings"
1962
  msgstr "Réglages d'événements"
1963
 
1964
- #: ../lib/tribe-settings.class.php:225
1965
  #, php-format
1966
  msgid "%s Settings"
1967
  msgstr "Préférences %s "
1968
 
1969
- #: ../lib/tribe-settings.class.php:239
1970
  msgid "You've requested a non-existent tab."
1971
  msgstr "Vous avez requis un onglet non-existant."
1972
 
1973
  #
1974
- #: ../lib/tribe-settings.class.php:247
1975
  msgid " Save Changes"
1976
  msgstr "Sauvegarder changements"
1977
 
1978
- #: ../lib/tribe-settings.class.php:299
1979
  msgid "You don't have permission to do that."
1980
  msgstr "Vous n'avez pas la permission d'effectuer ceci."
1981
 
1982
- #: ../lib/tribe-settings.class.php:305
1983
  msgid "The request was sent insecurely."
1984
  msgstr "La requête à été envoyé de manière non sécurisée."
1985
 
1986
- #: ../lib/tribe-settings.class.php:311
1987
  msgid "The request wasn't sent from this tab."
1988
  msgstr "La requête n'à pas été envoyé depuis cet onglet."
1989
 
1990
- #: ../lib/tribe-settings.class.php:476
1991
  msgid "Your form had the following errors:"
1992
  msgstr "Votre formulaire contiens les erreurs suivantes :"
1993
 
1994
- #: ../lib/tribe-settings.class.php:485
1995
  msgid "None of your settings were saved. Please try again."
1996
  msgstr ""
1997
  "Aucuns de vos réglages n'ont été sauvés. Merci de ré-essayer à nouveau."
1998
 
 
 
 
 
 
 
 
 
1999
  #
2000
- #: ../lib/tribe-settings.class.php:509
2001
  msgid "Settings saved."
2002
  msgstr "Réglages sauvegardés."
2003
 
2004
- #: ../lib/tribe-template-factory.class.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2005
  #, php-format
2006
  msgid "There were no results found for <strong>\"%s\"</strong>."
2007
  msgstr "Il n'y a pas de résultats trouvés pour <strong>\"%s\"</strong>."
2008
 
2009
- #: ../lib/tribe-template-factory.class.php:235
2010
  #, php-format
2011
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2012
  msgstr ""
2013
  "Il n'y a pas de résultats trouvés pour les événements dans ou proche de "
2014
  "<strong>\"%s\"</strong>."
2015
 
2016
- #: ../lib/tribe-template-factory.class.php:238
2017
  #, php-format
2018
  msgid ""
2019
  "No upcoming events listed under %s. Check out upcoming events for this "
@@ -2022,33 +2789,19 @@ msgstr ""
2022
  "Pas d'événements à venir listé sous %s. Consultez les événements à venir "
2023
  "dans cette catégorie, ou regardez le calendrier complet."
2024
 
2025
- #: ../lib/tribe-template-factory.class.php:241
2026
- #, php-format
2027
- msgid ""
2028
- "No matching events listed under %s. Check out upcoming events for this "
2029
- "category or view the full calendar."
2030
- msgstr ""
2031
- "Pas d'événements correspondant listé sous %s. Consultez les événements à "
2032
- "venir dans cette catégorie, ou regardez le calendrier complet."
2033
-
2034
  #
2035
- #: ../lib/tribe-template-factory.class.php:244
2036
  msgid "No previous events "
2037
  msgstr "Il n'y a pas d'anciens événements."
2038
 
2039
- #: ../lib/tribe-template-factory.class.php:247
2040
- #: ../lib/template-classes/month.php:115
2041
- msgid "There were no results found."
2042
- msgstr "Aucun résultat trouvé."
2043
-
2044
- #: ../lib/tribe-templates.class.php:530
2045
  #, php-format
2046
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2047
  msgstr ""
2048
  "Les remplacements de modèle devraient être déplacés vers le sous-répertoire "
2049
  "approprié : %s"
2050
 
2051
- #: ../lib/tribe-templates.class.php:571
2052
  #, php-format
2053
  msgid ""
2054
  "Template overrides should be moved to the correct subdirectory: "
@@ -2057,109 +2810,58 @@ msgstr ""
2057
  "Les remplacements de modèle devraient être déplacés vers le sous-répertoire "
2058
  "approprié : tribe_get_template_part('%s')"
2059
 
2060
- #: ../lib/tribe-the-events-calendar-import.class.php:64
2061
- #, php-format
2062
- msgid ""
2063
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2064
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
2065
- "\">revert to an old version</a> if you want to backup first. This upgrade "
2066
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2067
- "your templates as necessary. There have been significant changes to the "
2068
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2069
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2070
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2071
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2072
- "><br/> You have events that need to be migrated. Please visit the bottom of "
2073
- "the <a href=\"%s\">settings page</a> to perform the migration."
2074
- msgstr ""
2075
- "Bienvenue à Events 2.0! C'est une énorme mise à jour depuis la version "
2076
- "1.6.5. Merci de vous assurer d'avoir effectué vos sauvegardes avant de "
2077
- "continuer. Vous pouvez facilement <a href=\"%s\">revenir à l'ancienne "
2078
- "version</a> si vous sauvegardez en premier. Cette mise à jour comprend deux "
2079
- "grandes étapes, <a href=\"%s\">la migration des données</a> & et la mise à "
2080
- "jour de vos thèmes si nécessaire. Il y a eu des changements significatifs "
2081
- "aux \"tags\" et fonctions des thèmes. Jettez un oeil au <a href=\"%s"
2082
- "\">parcours de mise à jour</a>avant de procéder et allez voir FAQ & et la "
2083
- "Base de connaissance depuis la <a href=\"%s\">page du support</a>. Si vous "
2084
- "découvrez The Events Calendar, vous pourriez vouloir lire notre<a href=\"%s"
2085
- "\">tour d'horizon pour les nouveaux utilisateurs</a>.<br/><br/> Certains "
2086
- "événements ont besoin de migrer. Merci de visite le bas de la <a href=\"%s"
2087
- "\">page des réglages</a> pour effectuer la migration."
2088
-
2089
- #: ../lib/tribe-the-events-calendar-import.class.php:86
2090
- msgid "Upgrade from The Events Calendar"
2091
- msgstr "Mise à jour depuis The Events Calendar"
2092
-
2093
- #: ../lib/tribe-the-events-calendar-import.class.php:87
2094
- msgid ""
2095
- "It appears that you have some old events calendar data that needs to be "
2096
- "upgraded. Please be sure to back up your database before initiating the "
2097
- "upgrade. This process can not be undone."
2098
- msgstr ""
2099
- "Apparemment, vous avez des vieux événements qui devraient être mis à jour. "
2100
- "Vérifiez bien votre backup de base de données avant de lancer la mise à "
2101
- "jour. Ce processus ne peut être abandonné. "
2102
-
2103
- #: ../lib/tribe-the-events-calendar-import.class.php:88
2104
- msgid "Migrate Data!"
2105
- msgstr "Migrer les données"
2106
-
2107
- #: ../lib/tribe-the-events-calendar-import.class.php:166
2108
- #, php-format
2109
- msgid "You successfully migrated (%d) entries."
2110
- msgstr "Vous avez migré avec succès (%d) articles."
2111
-
2112
- #: ../lib/tribe-the-events-calendar-import.class.php:242
2113
- msgid "Install has 1 or more legacy event!"
2114
- msgstr "Installation à 1 ou plusieurs événements hérités !"
2115
-
2116
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
2117
  msgid "Invalid or incomplete field passed"
2118
  msgstr "Champs inséré incomplet ou invalide"
2119
 
2120
- #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
2121
- #: ../lib/tribe-validate.class.php:116
2122
  msgid "Field ID:"
2123
  msgstr "Identifiant du Champ :"
2124
 
2125
- #: ../lib/tribe-validate.class.php:109
2126
  msgid "Non-existant field validation function passed"
2127
  msgstr "Fonction de validation du champ inséré non existant"
2128
 
2129
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
 
 
 
 
 
2130
  #, php-format
2131
  msgid "%s must contain numbers and letters only"
2132
  msgstr "%s doit contenir nombres et lettres seulement"
2133
 
2134
- #: ../lib/tribe-validate.class.php:171
2135
  #, php-format
2136
  msgid "%s must contain numbers, letters and dots only"
2137
  msgstr "%s doit contenir nombres, lettres et points seulement"
2138
 
2139
- #: ../lib/tribe-validate.class.php:187
2140
  #, php-format
2141
  msgid "%s must be a positive number."
2142
  msgstr "%s doit être un nombre positif."
2143
 
2144
- #: ../lib/tribe-validate.class.php:204
2145
  #, php-format
2146
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2147
  msgstr ""
2148
  "%s doit être un permalien valide (nombre, lettres, tirets et tirets de "
2149
  "soulignement)."
2150
 
2151
- #: ../lib/tribe-validate.class.php:221
2152
  #, php-format
2153
  msgid "%s must be a valid absolute URL."
2154
  msgstr "%s doit être un URL absolu valide."
2155
 
2156
- #: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
2157
- #: ../lib/tribe-validate.class.php:279
2158
  #, php-format
2159
  msgid "%s must have a value that's part of its options."
2160
  msgstr "%s doit être une valeur qui fait parti de ses options."
2161
 
2162
- #: ../lib/tribe-validate.class.php:295
2163
  #, php-format
2164
  msgid ""
2165
  "Comparison validation failed because no comparison value was provided, for "
@@ -2168,27 +2870,27 @@ msgstr ""
2168
  "Validation de comparaison échoué parce qu'il n'y a pas de valeur de "
2169
  "comparaison fourni pour le champ %s"
2170
 
2171
- #: ../lib/tribe-validate.class.php:302
2172
  #, php-format
2173
  msgid "%s cannot be the same as %s."
2174
  msgstr "%s ne peut être le même que %s."
2175
 
2176
- #: ../lib/tribe-validate.class.php:304
2177
  #, php-format
2178
  msgid "%s cannot be a duplicate"
2179
  msgstr "%s ne peut être un duplicata"
2180
 
2181
- #: ../lib/tribe-validate.class.php:322
2182
  #, php-format
2183
  msgid "%s must be a number or percentage."
2184
  msgstr "%s doit être un nombre ou un pourcentage."
2185
 
2186
- #: ../lib/tribe-validate.class.php:386
2187
  #, php-format
2188
  msgid "%s must be a number between 0 and 21."
2189
  msgstr "%s doit être un nombre entre 0 et 21."
2190
 
2191
- #: ../lib/tribe-validate.class.php:404
2192
  #, php-format
2193
  msgid ""
2194
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
@@ -2196,22 +2898,22 @@ msgstr ""
2196
  "%s doit contenir seulement des lettres, nombres, tirets, apostrophes et "
2197
  "espaces."
2198
 
2199
- #: ../lib/tribe-validate.class.php:422
2200
  #, php-format
2201
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2202
  msgstr "%s doit comporter des lettres, espaces, apostrophes et tirets."
2203
 
2204
- #: ../lib/tribe-validate.class.php:438
2205
  #, php-format
2206
  msgid "%s must consist of 5 numbers."
2207
  msgstr "%s doit comprendre au moins 5 nombres."
2208
 
2209
- #: ../lib/tribe-validate.class.php:454
2210
  #, php-format
2211
  msgid "%s must be a phone number."
2212
  msgstr "%s doit être un numéro de téléphone."
2213
 
2214
- #: ../lib/tribe-validate.class.php:472
2215
  msgid ""
2216
  "Country List must be formatted as one country per line in the following "
2217
  "format: <br>US, United States <br> UK, United Kingdom."
@@ -2219,1726 +2921,1301 @@ msgstr ""
2219
  "Liste de Pays doit être formaté avec un pays par ligne et avec le format "
2220
  "suivant: <br>FR, France <br> UK, United Kingdom."
2221
 
2222
- #: ../lib/tribe-view-helpers.class.php:24
2223
- #: ../lib/tribe-view-helpers.class.php:43
2224
  msgid "Select a Country:"
2225
  msgstr "Sélectionnez un pays"
2226
 
2227
- #: ../lib/tribe-view-helpers.class.php:45
2228
  msgid "Afghanistan"
2229
  msgstr "Afghanistan"
2230
 
2231
- #: ../lib/tribe-view-helpers.class.php:46
2232
  msgid "Albania"
2233
  msgstr "Albanie"
2234
 
2235
- #: ../lib/tribe-view-helpers.class.php:47
2236
  msgid "Algeria"
2237
  msgstr "Algerie"
2238
 
2239
- #: ../lib/tribe-view-helpers.class.php:48
2240
  msgid "American Samoa"
2241
  msgstr "American Samoa"
2242
 
2243
- #: ../lib/tribe-view-helpers.class.php:49
2244
  msgid "Andorra"
2245
  msgstr "Andorra"
2246
 
2247
- #: ../lib/tribe-view-helpers.class.php:50
2248
  msgid "Angola"
2249
  msgstr "Angola"
2250
 
2251
- #: ../lib/tribe-view-helpers.class.php:51
2252
  msgid "Anguilla"
2253
  msgstr "Anguilla"
2254
 
2255
- #: ../lib/tribe-view-helpers.class.php:52
2256
  msgid "Antarctica"
2257
  msgstr "Antarctica"
2258
 
2259
- #: ../lib/tribe-view-helpers.class.php:53
2260
  msgid "Antigua And Barbuda"
2261
  msgstr "Antigua And Barbuda"
2262
 
2263
- #: ../lib/tribe-view-helpers.class.php:54
2264
  msgid "Argentina"
2265
  msgstr "Argentina"
2266
 
2267
- #: ../lib/tribe-view-helpers.class.php:55
2268
  msgid "Armenia"
2269
  msgstr "Armenia"
2270
 
2271
- #: ../lib/tribe-view-helpers.class.php:56
2272
  msgid "Aruba"
2273
  msgstr "Aruba"
2274
 
2275
- #: ../lib/tribe-view-helpers.class.php:57
2276
  msgid "Australia"
2277
  msgstr "Australia"
2278
 
2279
- #: ../lib/tribe-view-helpers.class.php:58
2280
  msgid "Austria"
2281
  msgstr "Austria"
2282
 
2283
- #: ../lib/tribe-view-helpers.class.php:59
2284
  msgid "Azerbaijan"
2285
  msgstr "Azerbaijan"
2286
 
2287
- #: ../lib/tribe-view-helpers.class.php:60
2288
  msgid "Bahamas"
2289
  msgstr "Bahamas"
2290
 
2291
- #: ../lib/tribe-view-helpers.class.php:61
2292
  msgid "Bahrain"
2293
  msgstr "Bahrain"
2294
 
2295
- #: ../lib/tribe-view-helpers.class.php:62
2296
  msgid "Bangladesh"
2297
  msgstr "Bangladesh"
2298
 
2299
- #: ../lib/tribe-view-helpers.class.php:63
2300
  msgid "Barbados"
2301
  msgstr "Barbados"
2302
 
2303
- #: ../lib/tribe-view-helpers.class.php:64
2304
  msgid "Belarus"
2305
  msgstr "Belarus"
2306
 
2307
- #: ../lib/tribe-view-helpers.class.php:65
2308
  msgid "Belgium"
2309
  msgstr "Belgium"
2310
 
2311
- #: ../lib/tribe-view-helpers.class.php:66
2312
  msgid "Belize"
2313
  msgstr "Belize"
2314
 
2315
- #: ../lib/tribe-view-helpers.class.php:67
2316
  msgid "Benin"
2317
  msgstr "Benin"
2318
 
2319
- #: ../lib/tribe-view-helpers.class.php:68
2320
  msgid "Bermuda"
2321
  msgstr "Bermuda"
2322
 
2323
- #: ../lib/tribe-view-helpers.class.php:69
2324
  msgid "Bhutan"
2325
  msgstr "Bhutan"
2326
 
2327
- #: ../lib/tribe-view-helpers.class.php:70
2328
  msgid "Bolivia"
2329
  msgstr "Bolivia"
2330
 
2331
- #: ../lib/tribe-view-helpers.class.php:71
2332
  msgid "Bosnia And Herzegowina"
2333
  msgstr "Bosnia And Herzegowina"
2334
 
2335
- #: ../lib/tribe-view-helpers.class.php:72
2336
  msgid "Botswana"
2337
  msgstr "Botswana"
2338
 
2339
- #: ../lib/tribe-view-helpers.class.php:73
2340
  msgid "Bouvet Island"
2341
  msgstr "Bouvet Island"
2342
 
2343
- #: ../lib/tribe-view-helpers.class.php:74
2344
  msgid "Brazil"
2345
  msgstr "Brazil"
2346
 
2347
- #: ../lib/tribe-view-helpers.class.php:75
2348
  msgid "British Indian Ocean Territory"
2349
  msgstr "British Indian Ocean Territory"
2350
 
2351
- #: ../lib/tribe-view-helpers.class.php:76
2352
  msgid "Brunei Darussalam"
2353
  msgstr "Brunei Darussalam"
2354
 
2355
- #: ../lib/tribe-view-helpers.class.php:77
2356
  msgid "Bulgaria"
2357
  msgstr "Bulgaria"
2358
 
2359
- #: ../lib/tribe-view-helpers.class.php:78
2360
  msgid "Burkina Faso"
2361
  msgstr "Burkina Faso"
2362
 
2363
- #: ../lib/tribe-view-helpers.class.php:79
2364
  msgid "Burundi"
2365
  msgstr "Burundi"
2366
 
2367
- #: ../lib/tribe-view-helpers.class.php:80
2368
  msgid "Cambodia"
2369
  msgstr "Cambodia"
2370
 
2371
- #: ../lib/tribe-view-helpers.class.php:81
2372
  msgid "Cameroon"
2373
  msgstr "Cameroon"
2374
 
2375
- #: ../lib/tribe-view-helpers.class.php:82
2376
  msgid "Canada"
2377
  msgstr "Canada"
2378
 
2379
- #: ../lib/tribe-view-helpers.class.php:83
2380
  msgid "Cape Verde"
2381
  msgstr "Cape Verde"
2382
 
2383
- #: ../lib/tribe-view-helpers.class.php:84
2384
  msgid "Cayman Islands"
2385
  msgstr "Cayman Islands"
2386
 
2387
- #: ../lib/tribe-view-helpers.class.php:85
2388
  msgid "Central African Republic"
2389
  msgstr "Central African Republic"
2390
 
2391
- #: ../lib/tribe-view-helpers.class.php:86
2392
  msgid "Chad"
2393
  msgstr "Chad"
2394
 
2395
- #: ../lib/tribe-view-helpers.class.php:87
2396
  msgid "Chile"
2397
  msgstr "Chile"
2398
 
2399
- #: ../lib/tribe-view-helpers.class.php:88
2400
  msgid "China"
2401
  msgstr "China"
2402
 
2403
- #: ../lib/tribe-view-helpers.class.php:89
2404
  msgid "Christmas Island"
2405
  msgstr "Christmas Island"
2406
 
2407
- #: ../lib/tribe-view-helpers.class.php:90
2408
  msgid "Cocos (Keeling) Islands"
2409
  msgstr "Cocos (Keeling) Islands"
2410
 
2411
- #: ../lib/tribe-view-helpers.class.php:91
2412
  msgid "Colombia"
2413
  msgstr "Colombia"
2414
 
2415
- #: ../lib/tribe-view-helpers.class.php:92
2416
  msgid "Comoros"
2417
  msgstr "Comoros"
2418
 
2419
- #: ../lib/tribe-view-helpers.class.php:93
2420
  msgid "Congo"
2421
  msgstr "Congo"
2422
 
2423
- #: ../lib/tribe-view-helpers.class.php:94
2424
  msgid "Congo, The Democratic Republic Of The"
2425
  msgstr "Congo, The Democratic Republic Of The"
2426
 
2427
- #: ../lib/tribe-view-helpers.class.php:95
2428
  msgid "Cook Islands"
2429
  msgstr "Cook Islands"
2430
 
2431
- #: ../lib/tribe-view-helpers.class.php:96
2432
  msgid "Costa Rica"
2433
  msgstr "Costa Rica"
2434
 
2435
- #: ../lib/tribe-view-helpers.class.php:97
2436
  msgid "Cote D'Ivoire"
2437
  msgstr "Cote D'Ivoire"
2438
 
2439
- #: ../lib/tribe-view-helpers.class.php:98
2440
  msgid "Croatia (Local Name: Hrvatska)"
2441
  msgstr "Croatia (Local Name: Hrvatska)"
2442
 
2443
- #: ../lib/tribe-view-helpers.class.php:99
2444
  msgid "Cuba"
2445
  msgstr "Cuba"
2446
 
2447
- #: ../lib/tribe-view-helpers.class.php:100
2448
  msgid "Cyprus"
2449
  msgstr "Cyprus"
2450
 
2451
- #: ../lib/tribe-view-helpers.class.php:101
2452
  msgid "Czech Republic"
2453
  msgstr "Czech Republic"
2454
 
2455
- #: ../lib/tribe-view-helpers.class.php:102
2456
  msgid "Denmark"
2457
  msgstr "Denmark"
2458
 
2459
- #: ../lib/tribe-view-helpers.class.php:103
2460
  msgid "Djibouti"
2461
  msgstr "Djibouti"
2462
 
2463
- #: ../lib/tribe-view-helpers.class.php:104
2464
  msgid "Dominica"
2465
  msgstr "Dominica"
2466
 
2467
- #: ../lib/tribe-view-helpers.class.php:105
2468
  msgid "Dominican Republic"
2469
  msgstr "Dominican Republic"
2470
 
2471
- #: ../lib/tribe-view-helpers.class.php:106
2472
  msgid "East Timor"
2473
  msgstr "East Timor"
2474
 
2475
- #: ../lib/tribe-view-helpers.class.php:107
2476
  msgid "Ecuador"
2477
  msgstr "Ecuador"
2478
 
2479
- #: ../lib/tribe-view-helpers.class.php:108
2480
  msgid "Egypt"
2481
  msgstr "Egypt"
2482
 
2483
- #: ../lib/tribe-view-helpers.class.php:109
2484
  msgid "El Salvador"
2485
  msgstr "El Salvador"
2486
 
2487
- #: ../lib/tribe-view-helpers.class.php:110
2488
  msgid "Equatorial Guinea"
2489
  msgstr "Equatorial Guinea"
2490
 
2491
- #: ../lib/tribe-view-helpers.class.php:111
2492
  msgid "Eritrea"
2493
  msgstr "Eritrea"
2494
 
2495
- #: ../lib/tribe-view-helpers.class.php:112
2496
  msgid "Estonia"
2497
  msgstr "Estonia"
2498
 
2499
- #: ../lib/tribe-view-helpers.class.php:113
2500
  msgid "Ethiopia"
2501
  msgstr "Ethiopia"
2502
 
2503
- #: ../lib/tribe-view-helpers.class.php:114
2504
  msgid "Falkland Islands (Malvinas)"
2505
  msgstr "Falkland Islands (Malvinas)"
2506
 
2507
- #: ../lib/tribe-view-helpers.class.php:115
2508
  msgid "Faroe Islands"
2509
  msgstr "Faroe Islands"
2510
 
2511
- #: ../lib/tribe-view-helpers.class.php:116
2512
  msgid "Fiji"
2513
  msgstr "Fiji"
2514
 
2515
- #: ../lib/tribe-view-helpers.class.php:117
2516
  msgid "Finland"
2517
  msgstr "Finland"
2518
 
2519
- #: ../lib/tribe-view-helpers.class.php:118
2520
  msgid "France"
2521
  msgstr "France"
2522
 
2523
- #: ../lib/tribe-view-helpers.class.php:119
2524
  msgid "France, Metropolitan"
2525
  msgstr "France Métropolitaine"
2526
 
2527
- #: ../lib/tribe-view-helpers.class.php:120
2528
  msgid "French Guiana"
2529
  msgstr "Guyane Française"
2530
 
2531
- #: ../lib/tribe-view-helpers.class.php:121
2532
  msgid "French Polynesia"
2533
  msgstr "Polynésie Française"
2534
 
2535
- #: ../lib/tribe-view-helpers.class.php:122
2536
  msgid "French Southern Territories"
2537
  msgstr "Territoires d'Outre-Mer"
2538
 
2539
- #: ../lib/tribe-view-helpers.class.php:123
2540
  msgid "Gabon"
2541
  msgstr "Gabon"
2542
 
2543
- #: ../lib/tribe-view-helpers.class.php:124
2544
  msgid "Gambia"
2545
  msgstr "Gambia"
2546
 
2547
- #: ../lib/tribe-view-helpers.class.php:125
2548
- #: ../lib/tribe-view-helpers.class.php:318
2549
  msgid "Georgia"
2550
  msgstr "Georgia"
2551
 
2552
- #: ../lib/tribe-view-helpers.class.php:126
2553
  msgid "Germany"
2554
  msgstr "Germany"
2555
 
2556
- #: ../lib/tribe-view-helpers.class.php:127
2557
  msgid "Ghana"
2558
  msgstr "Ghana"
2559
 
2560
- #: ../lib/tribe-view-helpers.class.php:128
2561
  msgid "Gibraltar"
2562
  msgstr "Gibraltar"
2563
 
2564
- #: ../lib/tribe-view-helpers.class.php:129
2565
  msgid "Greece"
2566
  msgstr "Greece"
2567
 
2568
- #: ../lib/tribe-view-helpers.class.php:130
2569
  msgid "Greenland"
2570
  msgstr "Greenland"
2571
 
2572
- #: ../lib/tribe-view-helpers.class.php:131
2573
  msgid "Grenada"
2574
  msgstr "Grenada"
2575
 
2576
- #: ../lib/tribe-view-helpers.class.php:132
2577
  msgid "Guadeloupe"
2578
  msgstr "Guadeloupe"
2579
 
2580
- #: ../lib/tribe-view-helpers.class.php:133
2581
  msgid "Guam"
2582
  msgstr "Guam"
2583
 
2584
- #: ../lib/tribe-view-helpers.class.php:134
2585
  msgid "Guatemala"
2586
  msgstr "Guatemala"
2587
 
2588
- #: ../lib/tribe-view-helpers.class.php:135
2589
  msgid "Guinea"
2590
  msgstr "Guinea"
2591
 
2592
- #: ../lib/tribe-view-helpers.class.php:136
2593
  msgid "Guinea-Bissau"
2594
  msgstr "Guinea-Bissau"
2595
 
2596
- #: ../lib/tribe-view-helpers.class.php:137
2597
  msgid "Guyana"
2598
  msgstr "Guyana"
2599
 
2600
- #: ../lib/tribe-view-helpers.class.php:138
2601
  msgid "Haiti"
2602
  msgstr "Haiti"
2603
 
2604
- #: ../lib/tribe-view-helpers.class.php:139
2605
  msgid "Heard And Mc Donald Islands"
2606
  msgstr "Heard And Mc Donald Islands"
2607
 
2608
- #: ../lib/tribe-view-helpers.class.php:140
2609
  msgid "Holy See (Vatican City State)"
2610
  msgstr "Holy See (Vatican City State)"
2611
 
2612
- #: ../lib/tribe-view-helpers.class.php:141
2613
  msgid "Honduras"
2614
  msgstr "Honduras"
2615
 
2616
- #: ../lib/tribe-view-helpers.class.php:142
2617
  msgid "Hong Kong"
2618
  msgstr "Hong Kong"
2619
 
2620
- #: ../lib/tribe-view-helpers.class.php:143
2621
  msgid "Hungary"
2622
  msgstr "Hungary"
2623
 
2624
- #: ../lib/tribe-view-helpers.class.php:144
2625
  msgid "Iceland"
2626
  msgstr "Iceland"
2627
 
2628
- #: ../lib/tribe-view-helpers.class.php:145
2629
  msgid "India"
2630
  msgstr "India"
2631
 
2632
- #: ../lib/tribe-view-helpers.class.php:146
2633
  msgid "Indonesia"
2634
  msgstr "Indonesia"
2635
 
2636
- #: ../lib/tribe-view-helpers.class.php:147
2637
  msgid "Iran (Islamic Republic Of)"
2638
  msgstr "Iran (Islamic Republic Of)"
2639
 
2640
- #: ../lib/tribe-view-helpers.class.php:148
2641
  msgid "Iraq"
2642
  msgstr "Iraq"
2643
 
2644
- #: ../lib/tribe-view-helpers.class.php:149
2645
  msgid "Ireland"
2646
  msgstr "Ireland"
2647
 
2648
- #: ../lib/tribe-view-helpers.class.php:150
2649
  msgid "Israel"
2650
  msgstr "Israel"
2651
 
2652
- #: ../lib/tribe-view-helpers.class.php:151
2653
  msgid "Italy"
2654
  msgstr "Italy"
2655
 
2656
- #: ../lib/tribe-view-helpers.class.php:152
2657
  msgid "Jamaica"
2658
  msgstr "Jamaica"
2659
 
2660
- #: ../lib/tribe-view-helpers.class.php:153
2661
  msgid "Japan"
2662
  msgstr "Japan"
2663
 
2664
- #: ../lib/tribe-view-helpers.class.php:154
2665
  msgid "Jordan"
2666
  msgstr "Jordan"
2667
 
2668
- #: ../lib/tribe-view-helpers.class.php:155
2669
  msgid "Kazakhstan"
2670
  msgstr "Kazakhstan"
2671
 
2672
- #: ../lib/tribe-view-helpers.class.php:156
2673
  msgid "Kenya"
2674
  msgstr "Kenya"
2675
 
2676
- #: ../lib/tribe-view-helpers.class.php:157
2677
  msgid "Kiribati"
2678
  msgstr "Kiribati"
2679
 
2680
- #: ../lib/tribe-view-helpers.class.php:158
2681
  msgid "Korea, Democratic People's Republic Of"
2682
  msgstr "Korea, Democratic People's Republic Of"
2683
 
2684
- #: ../lib/tribe-view-helpers.class.php:159
2685
  msgid "Korea, Republic Of"
2686
  msgstr "Korea, Republic Of"
2687
 
2688
- #: ../lib/tribe-view-helpers.class.php:160
2689
  msgid "Kuwait"
2690
  msgstr "Kuwait"
2691
 
2692
- #: ../lib/tribe-view-helpers.class.php:161
2693
  msgid "Kyrgyzstan"
2694
  msgstr "Kyrgyzstan"
2695
 
2696
- #: ../lib/tribe-view-helpers.class.php:162
2697
  msgid "Lao People's Democratic Republic"
2698
  msgstr "Lao People's Democratic Republic"
2699
 
2700
- #: ../lib/tribe-view-helpers.class.php:163
2701
  msgid "Latvia"
2702
  msgstr "Latvia"
2703
 
2704
- #: ../lib/tribe-view-helpers.class.php:164
2705
  msgid "Lebanon"
2706
  msgstr "Lebanon"
2707
 
2708
- #: ../lib/tribe-view-helpers.class.php:165
2709
  msgid "Lesotho"
2710
  msgstr "Lesotho"
2711
 
2712
- #: ../lib/tribe-view-helpers.class.php:166
2713
  msgid "Liberia"
2714
  msgstr "Liberia"
2715
 
2716
- #: ../lib/tribe-view-helpers.class.php:167
2717
  msgid "Libya"
2718
  msgstr "Libya"
2719
 
2720
- #: ../lib/tribe-view-helpers.class.php:168
2721
  msgid "Liechtenstein"
2722
  msgstr "Liechtenstein"
2723
 
2724
- #: ../lib/tribe-view-helpers.class.php:169
2725
  msgid "Lithuania"
2726
  msgstr "Lithuania"
2727
 
2728
- #: ../lib/tribe-view-helpers.class.php:170
2729
  msgid "Luxembourg"
2730
  msgstr "Luxembourg"
2731
 
2732
- #: ../lib/tribe-view-helpers.class.php:171
2733
  msgid "Macau"
2734
  msgstr "Macau"
2735
 
2736
- #: ../lib/tribe-view-helpers.class.php:172
2737
  msgid "Macedonia"
2738
  msgstr "Macedonia"
2739
 
2740
- #: ../lib/tribe-view-helpers.class.php:173
2741
  msgid "Madagascar"
2742
  msgstr "Madagascar"
2743
 
2744
- #: ../lib/tribe-view-helpers.class.php:174
2745
  msgid "Malawi"
2746
  msgstr "Malawi"
2747
 
2748
- #: ../lib/tribe-view-helpers.class.php:175
2749
  msgid "Malaysia"
2750
  msgstr "Malaysia"
2751
 
2752
- #: ../lib/tribe-view-helpers.class.php:176
2753
  msgid "Maldives"
2754
  msgstr "Maldives"
2755
 
2756
- #: ../lib/tribe-view-helpers.class.php:177
2757
  msgid "Mali"
2758
  msgstr "Mali"
2759
 
2760
- #: ../lib/tribe-view-helpers.class.php:178
2761
  msgid "Malta"
2762
  msgstr "Malta"
2763
 
2764
- #: ../lib/tribe-view-helpers.class.php:179
2765
  msgid "Marshall Islands"
2766
  msgstr "Marshall Islands"
2767
 
2768
- #: ../lib/tribe-view-helpers.class.php:180
2769
  msgid "Martinique"
2770
  msgstr "Martinique"
2771
 
2772
- #: ../lib/tribe-view-helpers.class.php:181
2773
  msgid "Mauritania"
2774
  msgstr "Mauritania"
2775
 
2776
- #: ../lib/tribe-view-helpers.class.php:182
2777
  msgid "Mauritius"
2778
  msgstr "Mauritius"
2779
 
2780
- #: ../lib/tribe-view-helpers.class.php:183
2781
  msgid "Mayotte"
2782
  msgstr "Mayotte"
2783
 
2784
- #: ../lib/tribe-view-helpers.class.php:184
2785
  msgid "Mexico"
2786
  msgstr "Mexico"
2787
 
2788
- #: ../lib/tribe-view-helpers.class.php:185
2789
  msgid "Micronesia, Federated States Of"
2790
  msgstr "Micronesia, Federated States Of"
2791
 
2792
- #: ../lib/tribe-view-helpers.class.php:186
2793
  msgid "Moldova, Republic Of"
2794
  msgstr "Moldova, Republic Of"
2795
 
2796
- #: ../lib/tribe-view-helpers.class.php:187
2797
  msgid "Monaco"
2798
  msgstr "Monaco"
2799
 
2800
- #: ../lib/tribe-view-helpers.class.php:188
2801
  msgid "Mongolia"
2802
  msgstr "Mongolia"
2803
 
2804
- #: ../lib/tribe-view-helpers.class.php:189
2805
  msgid "Montenegro"
2806
  msgstr "Montenegro"
2807
 
2808
- #: ../lib/tribe-view-helpers.class.php:190
2809
  msgid "Montserrat"
2810
  msgstr "Montserrat"
2811
 
2812
- #: ../lib/tribe-view-helpers.class.php:191
2813
  msgid "Morocco"
2814
  msgstr "Morocco"
2815
 
2816
- #: ../lib/tribe-view-helpers.class.php:192
2817
  msgid "Mozambique"
2818
  msgstr "Mozambique"
2819
 
2820
- #: ../lib/tribe-view-helpers.class.php:193
2821
  msgid "Myanmar"
2822
  msgstr "Myanmar"
2823
 
2824
- #: ../lib/tribe-view-helpers.class.php:194
2825
  msgid "Namibia"
2826
  msgstr "Namibia"
2827
 
2828
- #: ../lib/tribe-view-helpers.class.php:195
2829
  msgid "Nauru"
2830
  msgstr "Nauru"
2831
 
2832
- #: ../lib/tribe-view-helpers.class.php:196
2833
  msgid "Nepal"
2834
  msgstr "Nepal"
2835
 
2836
- #: ../lib/tribe-view-helpers.class.php:197
2837
  msgid "Netherlands"
2838
  msgstr "Netherlands"
2839
 
2840
- #: ../lib/tribe-view-helpers.class.php:198
2841
  msgid "Netherlands Antilles"
2842
  msgstr "Netherlands Antilles"
2843
 
2844
- #: ../lib/tribe-view-helpers.class.php:199
2845
  msgid "New Caledonia"
2846
  msgstr "Nouvelle Calédonie"
2847
 
2848
- #: ../lib/tribe-view-helpers.class.php:200
2849
  msgid "New Zealand"
2850
  msgstr "Nouvelle Zélande"
2851
 
2852
- #: ../lib/tribe-view-helpers.class.php:201
2853
  msgid "Nicaragua"
2854
  msgstr "Nicaragua"
2855
 
2856
- #: ../lib/tribe-view-helpers.class.php:202
2857
  msgid "Niger"
2858
  msgstr "Niger"
2859
 
2860
- #: ../lib/tribe-view-helpers.class.php:203
2861
  msgid "Nigeria"
2862
  msgstr "Nigeria"
2863
 
2864
- #: ../lib/tribe-view-helpers.class.php:204
2865
  msgid "Niue"
2866
  msgstr "Niue"
2867
 
2868
- #: ../lib/tribe-view-helpers.class.php:205
2869
  msgid "Norfolk Island"
2870
  msgstr "Norfolk Island"
2871
 
2872
- #: ../lib/tribe-view-helpers.class.php:206
2873
  msgid "Northern Mariana Islands"
2874
  msgstr "Northern Mariana Islands"
2875
 
2876
- #: ../lib/tribe-view-helpers.class.php:207
2877
  msgid "Norway"
2878
  msgstr "Norway"
2879
 
2880
- #: ../lib/tribe-view-helpers.class.php:208
2881
  msgid "Oman"
2882
  msgstr "Oman"
2883
 
2884
- #: ../lib/tribe-view-helpers.class.php:209
2885
  msgid "Pakistan"
2886
  msgstr "Pakistan"
2887
 
2888
- #: ../lib/tribe-view-helpers.class.php:210
2889
  msgid "Palau"
2890
  msgstr "Palau"
2891
 
2892
- #: ../lib/tribe-view-helpers.class.php:211
2893
  msgid "Panama"
2894
  msgstr "Panama"
2895
 
2896
- #: ../lib/tribe-view-helpers.class.php:212
2897
  msgid "Papua New Guinea"
2898
  msgstr "Papua New Guinea"
2899
 
2900
- #: ../lib/tribe-view-helpers.class.php:213
2901
  msgid "Paraguay"
2902
  msgstr "Paraguay"
2903
 
2904
- #: ../lib/tribe-view-helpers.class.php:214
2905
  msgid "Peru"
2906
  msgstr "Peru"
2907
 
2908
- #: ../lib/tribe-view-helpers.class.php:215
2909
  msgid "Philippines"
2910
  msgstr "Philippines"
2911
 
2912
- #: ../lib/tribe-view-helpers.class.php:216
2913
  msgid "Pitcairn"
2914
  msgstr "Pitcairn"
2915
 
2916
- #: ../lib/tribe-view-helpers.class.php:217
2917
  msgid "Poland"
2918
  msgstr "Poland"
2919
 
2920
- #: ../lib/tribe-view-helpers.class.php:218
2921
  msgid "Portugal"
2922
  msgstr "Portugal"
2923
 
2924
- #: ../lib/tribe-view-helpers.class.php:219
2925
  msgid "Puerto Rico"
2926
  msgstr "Puerto Rico"
2927
 
2928
- #: ../lib/tribe-view-helpers.class.php:220
2929
  msgid "Qatar"
2930
  msgstr "Qatar"
2931
 
2932
- #: ../lib/tribe-view-helpers.class.php:221
2933
  msgid "Reunion"
2934
  msgstr "Reunion"
2935
 
2936
- #: ../lib/tribe-view-helpers.class.php:222
2937
  msgid "Romania"
2938
  msgstr "Romania"
2939
 
2940
- #: ../lib/tribe-view-helpers.class.php:223
2941
  msgid "Russian Federation"
2942
  msgstr "Russian Federation"
2943
 
2944
- #: ../lib/tribe-view-helpers.class.php:224
2945
  msgid "Rwanda"
2946
  msgstr "Rwanda"
2947
 
2948
- #: ../lib/tribe-view-helpers.class.php:225
2949
  msgid "Saint Kitts And Nevis"
2950
  msgstr "Saint Kitts And Nevis"
2951
 
2952
- #: ../lib/tribe-view-helpers.class.php:226
2953
  msgid "Saint Lucia"
2954
  msgstr "Saint Lucia"
2955
 
2956
- #: ../lib/tribe-view-helpers.class.php:227
2957
  msgid "Saint Vincent And The Grenadines"
2958
  msgstr "Saint Vincent And The Grenadines"
2959
 
2960
- #: ../lib/tribe-view-helpers.class.php:228
2961
  msgid "Samoa"
2962
  msgstr "Samoa"
2963
 
2964
- #: ../lib/tribe-view-helpers.class.php:229
2965
  msgid "San Marino"
2966
  msgstr "San Marino"
2967
 
2968
- #: ../lib/tribe-view-helpers.class.php:230
2969
  msgid "Sao Tome And Principe"
2970
  msgstr "Sao Tome And Principe"
2971
 
2972
- #: ../lib/tribe-view-helpers.class.php:231
2973
  msgid "Saudi Arabia"
2974
  msgstr "Saudi Arabia"
2975
 
2976
- #: ../lib/tribe-view-helpers.class.php:232
2977
  msgid "Senegal"
2978
  msgstr "Senegal"
2979
 
2980
- #: ../lib/tribe-view-helpers.class.php:233
2981
  msgid "Serbia"
2982
  msgstr "Serbia"
2983
 
2984
- #: ../lib/tribe-view-helpers.class.php:234
2985
  msgid "Seychelles"
2986
  msgstr "Seychelles"
2987
 
2988
- #: ../lib/tribe-view-helpers.class.php:235
2989
  msgid "Sierra Leone"
2990
  msgstr "Sierra Leone"
2991
 
2992
- #: ../lib/tribe-view-helpers.class.php:236
2993
  msgid "Singapore"
2994
  msgstr "Singapore"
2995
 
2996
- #: ../lib/tribe-view-helpers.class.php:237
2997
  msgid "Slovakia (Slovak Republic)"
2998
  msgstr "Slovakia (Slovak Republic)"
2999
 
3000
- #: ../lib/tribe-view-helpers.class.php:238
3001
  msgid "Slovenia"
3002
  msgstr "Slovenia"
3003
 
3004
- #: ../lib/tribe-view-helpers.class.php:239
3005
  msgid "Solomon Islands"
3006
  msgstr "Solomon Islands"
3007
 
3008
- #: ../lib/tribe-view-helpers.class.php:240
3009
  msgid "Somalia"
3010
  msgstr "Somalia"
3011
 
3012
- #: ../lib/tribe-view-helpers.class.php:241
3013
  msgid "South Africa"
3014
  msgstr "South Africa"
3015
 
3016
- #: ../lib/tribe-view-helpers.class.php:242
3017
  msgid "South Georgia, South Sandwich Islands"
3018
  msgstr "South Georgia, South Sandwich Islands"
3019
 
3020
- #: ../lib/tribe-view-helpers.class.php:243
3021
  msgid "Spain"
3022
  msgstr "Spain"
3023
 
3024
- #: ../lib/tribe-view-helpers.class.php:244
3025
  msgid "Sri Lanka"
3026
  msgstr "Sri Lanka"
3027
 
3028
- #: ../lib/tribe-view-helpers.class.php:245
3029
  msgid "St. Helena"
3030
  msgstr "St. Helena"
3031
 
3032
- #: ../lib/tribe-view-helpers.class.php:246
3033
  msgid "St. Pierre And Miquelon"
3034
  msgstr "St. Pierre And Miquelon"
3035
 
3036
- #: ../lib/tribe-view-helpers.class.php:247
3037
  msgid "Sudan"
3038
  msgstr "Sudan"
3039
 
3040
- #: ../lib/tribe-view-helpers.class.php:248
3041
  msgid "Suriname"
3042
  msgstr "Suriname"
3043
 
3044
- #: ../lib/tribe-view-helpers.class.php:249
3045
  msgid "Svalbard And Jan Mayen Islands"
3046
  msgstr "Svalbard And Jan Mayen Islands"
3047
 
3048
- #: ../lib/tribe-view-helpers.class.php:250
3049
  msgid "Swaziland"
3050
  msgstr "Swaziland"
3051
 
3052
- #: ../lib/tribe-view-helpers.class.php:251
3053
  msgid "Sweden"
3054
  msgstr "Sweden"
3055
 
3056
- #: ../lib/tribe-view-helpers.class.php:252
3057
  msgid "Switzerland"
3058
  msgstr "Switzerland"
3059
 
3060
- #: ../lib/tribe-view-helpers.class.php:253
3061
  msgid "Syrian Arab Republic"
3062
  msgstr "Syrian Arab Republic"
3063
 
3064
- #: ../lib/tribe-view-helpers.class.php:254
3065
  msgid "Taiwan"
3066
  msgstr "Taiwan"
3067
 
3068
- #: ../lib/tribe-view-helpers.class.php:255
3069
  msgid "Tajikistan"
3070
  msgstr "Tajikistan"
3071
 
3072
- #: ../lib/tribe-view-helpers.class.php:256
3073
  msgid "Tanzania, United Republic Of"
3074
  msgstr "Tanzania, United Republic Of"
3075
 
3076
- #: ../lib/tribe-view-helpers.class.php:257
3077
  msgid "Thailand"
3078
  msgstr "Thailand"
3079
 
3080
- #: ../lib/tribe-view-helpers.class.php:258
3081
  msgid "Togo"
3082
  msgstr "Togo"
3083
 
3084
- #: ../lib/tribe-view-helpers.class.php:259
3085
  msgid "Tokelau"
3086
  msgstr "Tokelau"
3087
 
3088
- #: ../lib/tribe-view-helpers.class.php:260
3089
  msgid "Tonga"
3090
  msgstr "Tonga"
3091
 
3092
- #: ../lib/tribe-view-helpers.class.php:261
3093
  msgid "Trinidad And Tobago"
3094
  msgstr "Trinidad And Tobago"
3095
 
3096
- #: ../lib/tribe-view-helpers.class.php:262
3097
  msgid "Tunisia"
3098
  msgstr "Tunisia"
3099
 
3100
- #: ../lib/tribe-view-helpers.class.php:263
3101
  msgid "Turkey"
3102
  msgstr "Turkey"
3103
 
3104
- #: ../lib/tribe-view-helpers.class.php:264
3105
  msgid "Turkmenistan"
3106
  msgstr "Turkmenistan"
3107
 
3108
- #: ../lib/tribe-view-helpers.class.php:265
3109
  msgid "Turks And Caicos Islands"
3110
  msgstr "Turks And Caicos Islands"
3111
 
3112
- #: ../lib/tribe-view-helpers.class.php:266
3113
  msgid "Tuvalu"
3114
  msgstr "Tuvalu"
3115
 
3116
- #: ../lib/tribe-view-helpers.class.php:267
3117
  msgid "Uganda"
3118
  msgstr "Uganda"
3119
 
3120
- #: ../lib/tribe-view-helpers.class.php:268
3121
  msgid "Ukraine"
3122
  msgstr "Ukraine"
3123
 
3124
- #: ../lib/tribe-view-helpers.class.php:269
3125
  msgid "United Arab Emirates"
3126
  msgstr "United Arab Emirates"
3127
 
3128
- #: ../lib/tribe-view-helpers.class.php:270
3129
  msgid "United Kingdom"
3130
  msgstr "United Kingdom"
3131
 
3132
- #: ../lib/tribe-view-helpers.class.php:271
3133
  msgid "United States Minor Outlying Islands"
3134
  msgstr "United States Minor Outlying Islands"
3135
 
3136
- #: ../lib/tribe-view-helpers.class.php:272
3137
  msgid "Uruguay"
3138
  msgstr "Uruguay"
3139
 
3140
- #: ../lib/tribe-view-helpers.class.php:273
3141
  msgid "Uzbekistan"
3142
  msgstr "Uzbekistan"
3143
 
3144
- #: ../lib/tribe-view-helpers.class.php:274
3145
  msgid "Vanuatu"
3146
  msgstr "Vanuatu"
3147
 
3148
- #: ../lib/tribe-view-helpers.class.php:275
3149
  msgid "Venezuela"
3150
  msgstr "Venezuela"
3151
 
3152
- #: ../lib/tribe-view-helpers.class.php:276
3153
  msgid "Viet Nam"
3154
  msgstr "Viet Nam"
3155
 
3156
- #: ../lib/tribe-view-helpers.class.php:277
3157
  msgid "Virgin Islands (British)"
3158
  msgstr "Virgin Islands (British)"
3159
 
3160
- #: ../lib/tribe-view-helpers.class.php:278
3161
  msgid "Virgin Islands (U.S.)"
3162
  msgstr "Virgin Islands (U.S.)"
3163
 
3164
- #: ../lib/tribe-view-helpers.class.php:279
3165
  msgid "Wallis And Futuna Islands"
3166
  msgstr "Wallis And Futuna Islands"
3167
 
3168
- #: ../lib/tribe-view-helpers.class.php:280
3169
  msgid "Western Sahara"
3170
  msgstr "Western Sahara"
3171
 
3172
- #: ../lib/tribe-view-helpers.class.php:281
3173
  msgid "Yemen"
3174
  msgstr "Yemen"
3175
 
3176
- #: ../lib/tribe-view-helpers.class.php:282
3177
  msgid "Zambia"
3178
  msgstr "Zambia"
3179
 
3180
- #: ../lib/tribe-view-helpers.class.php:283
3181
  msgid "Zimbabwe"
3182
  msgstr "Zimbabwe"
3183
 
3184
- #: ../lib/tribe-view-helpers.class.php:308
3185
  msgid "Alabama"
3186
  msgstr "Alabama"
3187
 
3188
- #: ../lib/tribe-view-helpers.class.php:309
3189
  msgid "Alaska"
3190
  msgstr "Alaska"
3191
 
3192
- #: ../lib/tribe-view-helpers.class.php:310
3193
  msgid "Arizona"
3194
  msgstr "Arizona"
3195
 
3196
- #: ../lib/tribe-view-helpers.class.php:311
3197
  msgid "Arkansas"
3198
  msgstr "Arkansas"
3199
 
3200
- #: ../lib/tribe-view-helpers.class.php:312
3201
  msgid "California"
3202
  msgstr "California"
3203
 
3204
- #: ../lib/tribe-view-helpers.class.php:313
3205
  msgid "Colorado"
3206
  msgstr "Colorado"
3207
 
3208
- #: ../lib/tribe-view-helpers.class.php:314
3209
  msgid "Connecticut"
3210
  msgstr "Connecticut"
3211
 
3212
- #: ../lib/tribe-view-helpers.class.php:315
3213
  msgid "Delaware"
3214
  msgstr "Delaware"
3215
 
3216
- #: ../lib/tribe-view-helpers.class.php:316
3217
  msgid "District of Columbia"
3218
  msgstr "District of Columbia"
3219
 
3220
- #: ../lib/tribe-view-helpers.class.php:317
3221
  msgid "Florida"
3222
  msgstr "Florida"
3223
 
3224
- #: ../lib/tribe-view-helpers.class.php:319
3225
  msgid "Hawaii"
3226
  msgstr "Hawaii"
3227
 
3228
- #: ../lib/tribe-view-helpers.class.php:320
3229
  msgid "Idaho"
3230
  msgstr "Idaho"
3231
 
3232
- #: ../lib/tribe-view-helpers.class.php:321
3233
  msgid "Illinois"
3234
  msgstr "Illinois"
3235
 
3236
- #: ../lib/tribe-view-helpers.class.php:322
3237
  msgid "Indiana"
3238
  msgstr "Indiana"
3239
 
3240
- #: ../lib/tribe-view-helpers.class.php:323
3241
  msgid "Iowa"
3242
  msgstr "Iowa"
3243
 
3244
- #: ../lib/tribe-view-helpers.class.php:324
3245
  msgid "Kansas"
3246
  msgstr "Kansas"
3247
 
3248
- #: ../lib/tribe-view-helpers.class.php:325
3249
- msgid "Kentucky"
3250
- msgstr "Kentucky"
3251
-
3252
- #: ../lib/tribe-view-helpers.class.php:326
3253
- msgid "Louisiana"
3254
- msgstr "Louisiana"
3255
-
3256
- #: ../lib/tribe-view-helpers.class.php:327
3257
- msgid "Maine"
3258
- msgstr "Maine"
3259
-
3260
- #: ../lib/tribe-view-helpers.class.php:328
3261
- msgid "Maryland"
3262
- msgstr "Maryland"
3263
-
3264
- #: ../lib/tribe-view-helpers.class.php:329
3265
- msgid "Massachusetts"
3266
- msgstr "Massachusetts"
3267
-
3268
- #: ../lib/tribe-view-helpers.class.php:330
3269
- msgid "Michigan"
3270
- msgstr "Michigan"
3271
-
3272
- #: ../lib/tribe-view-helpers.class.php:331
3273
- msgid "Minnesota"
3274
- msgstr "Minnesota"
3275
-
3276
- #: ../lib/tribe-view-helpers.class.php:332
3277
- msgid "Mississippi"
3278
- msgstr "Mississippi"
3279
-
3280
- #: ../lib/tribe-view-helpers.class.php:333
3281
- msgid "Missouri"
3282
- msgstr "Missouri"
3283
-
3284
- #: ../lib/tribe-view-helpers.class.php:334
3285
- msgid "Montana"
3286
- msgstr "Montana"
3287
-
3288
- #: ../lib/tribe-view-helpers.class.php:335
3289
- msgid "Nebraska"
3290
- msgstr "Nebraska"
3291
-
3292
- #: ../lib/tribe-view-helpers.class.php:336
3293
- msgid "Nevada"
3294
- msgstr "Nevada"
3295
-
3296
- #: ../lib/tribe-view-helpers.class.php:337
3297
- msgid "New Hampshire"
3298
- msgstr "New Hampshire"
3299
-
3300
- #: ../lib/tribe-view-helpers.class.php:338
3301
- msgid "New Jersey"
3302
- msgstr "New Jersey"
3303
-
3304
- #: ../lib/tribe-view-helpers.class.php:339
3305
- msgid "New Mexico"
3306
- msgstr "Nouveau Mexique"
3307
-
3308
- #: ../lib/tribe-view-helpers.class.php:340
3309
- msgid "New York"
3310
- msgstr "New York"
3311
-
3312
- #: ../lib/tribe-view-helpers.class.php:341
3313
- msgid "North Carolina"
3314
- msgstr "North Carolina"
3315
-
3316
- #: ../lib/tribe-view-helpers.class.php:342
3317
- msgid "North Dakota"
3318
- msgstr "North Dakota"
3319
-
3320
- #: ../lib/tribe-view-helpers.class.php:343
3321
- msgid "Ohio"
3322
- msgstr "Ohio"
3323
-
3324
- #: ../lib/tribe-view-helpers.class.php:344
3325
- msgid "Oklahoma"
3326
- msgstr "Oklahoma"
3327
-
3328
- #: ../lib/tribe-view-helpers.class.php:345
3329
- msgid "Oregon"
3330
- msgstr "Oregon"
3331
-
3332
- #: ../lib/tribe-view-helpers.class.php:346
3333
- msgid "Pennsylvania"
3334
- msgstr "Pennsylvania"
3335
-
3336
- #: ../lib/tribe-view-helpers.class.php:347
3337
- msgid "Rhode Island"
3338
- msgstr "Rhode Island"
3339
-
3340
- #: ../lib/tribe-view-helpers.class.php:348
3341
- msgid "South Carolina"
3342
- msgstr "South Carolina"
3343
-
3344
- #: ../lib/tribe-view-helpers.class.php:349
3345
- msgid "South Dakota"
3346
- msgstr "South Dakota"
3347
-
3348
- #: ../lib/tribe-view-helpers.class.php:350
3349
- msgid "Tennessee"
3350
- msgstr "Tennessee"
3351
-
3352
- #: ../lib/tribe-view-helpers.class.php:351
3353
- msgid "Texas"
3354
- msgstr "Texas"
3355
-
3356
- #: ../lib/tribe-view-helpers.class.php:352
3357
- msgid "Utah"
3358
- msgstr "Utah"
3359
-
3360
- #: ../lib/tribe-view-helpers.class.php:353
3361
- msgid "Vermont"
3362
- msgstr "Vermont"
3363
-
3364
- #: ../lib/tribe-view-helpers.class.php:354
3365
- msgid "Virginia"
3366
- msgstr "Virginia"
3367
-
3368
- #: ../lib/tribe-view-helpers.class.php:355
3369
- msgid "Washington"
3370
- msgstr "Washington"
3371
-
3372
- #: ../lib/tribe-view-helpers.class.php:356
3373
- msgid "West Virginia"
3374
- msgstr "West Virginia"
3375
-
3376
- #: ../lib/tribe-view-helpers.class.php:357
3377
- msgid "Wisconsin"
3378
- msgstr "Wisconsin"
3379
-
3380
- #: ../lib/tribe-view-helpers.class.php:358
3381
- msgid "Wyoming"
3382
- msgstr "Wyoming"
3383
-
3384
- #
3385
- #: ../lib/widget-list.class.php:21
3386
- msgid "A widget that displays upcoming events."
3387
- msgstr "Un widget qui affiche les événements à venir."
3388
-
3389
- #: ../lib/widget-list.class.php:27
3390
- msgid "Events List"
3391
- msgstr "Liste d'événements"
3392
-
3393
- #: ../lib/widget-list.class.php:129
3394
- msgid "View All Events"
3395
- msgstr "Voir tous les événements"
3396
-
3397
- #: ../lib/widget-list.class.php:131
3398
- msgid "View All Events in Category"
3399
- msgstr "Tous les événement dans la Catégorie"
3400
-
3401
- #: ../lib/widget-list.class.php:136
3402
- msgid "There are no upcoming events at this time."
3403
- msgstr "Aucun événement à venir prochainement."
3404
-
3405
- #: ../lib/io/csv/admin-views/columns.php:22
3406
- #, php-format
3407
- msgid "Column Mapping: %s"
3408
- msgstr "Cartographie (mapping) des colonnes : %s"
3409
-
3410
- #: ../lib/io/csv/admin-views/columns.php:28
3411
- msgid "Please choose the fields that best match the columns in your CSV file."
3412
- msgstr ""
3413
- "Veuillez choisir les champs qui correspondent le mieux aux colonnes de votre "
3414
- "fichier CSV."
3415
-
3416
- #: ../lib/io/csv/admin-views/columns.php:33
3417
- msgid "Column Headings"
3418
- msgstr "En-tête des colonnes"
3419
-
3420
- #
3421
- #: ../lib/io/csv/admin-views/columns.php:34
3422
- msgid "Event Fields"
3423
- msgstr "Champs des événement"
3424
-
3425
- #: ../lib/io/csv/admin-views/columns.php:45
3426
- msgid "Perform Import"
3427
- msgstr "Démarrer l'importation"
3428
-
3429
- #
3430
- #: ../lib/io/csv/admin-views/header.php:11
3431
- msgid "Events Import (CSV)"
3432
- msgstr "Importation d'événement (CSV)"
3433
-
3434
- #: ../lib/io/csv/admin-views/import.php:17
3435
- msgid "Import Instructions"
3436
- msgstr " Instructions d'importation"
3437
-
3438
- #: ../lib/io/csv/admin-views/import.php:20
3439
- msgid "If your events have Organizers or Venues, please import those first."
3440
- msgstr ""
3441
- "Si vos événements ont des Organisateurs ou des Lieux, s'il vous plaît "
3442
- "importer les en premier."
3443
-
3444
- #: ../lib/io/csv/admin-views/import.php:21
3445
- msgid "To import organizers or venues:"
3446
- msgstr "Pour importer des organisateurs ou des lieux:"
3447
-
3448
- #: ../lib/io/csv/admin-views/import.php:23
3449
- msgid "Select the appropriate import type."
3450
- msgstr "Sélectionnez le type d'importation approprié."
3451
-
3452
- #: ../lib/io/csv/admin-views/import.php:24
3453
- #: ../lib/io/csv/admin-views/import.php:30
3454
- msgid ""
3455
- "Upload a CSV file with one record on each line. The first line may contain "
3456
- "column names (check the box below)."
3457
- msgstr ""
3458
- "Télécharger un fichier CSV avec un enregistrement sur ​​chaque ligne. La "
3459
- "première ligne peut contenir les noms de colonnes (cochez la case ci-"
3460
- "dessous)."
3461
-
3462
- #: ../lib/io/csv/admin-views/import.php:25
3463
- msgid ""
3464
- "One column in your CSV should have the Organizer/Venue name. All other "
3465
- "fields are optional."
3466
- msgstr ""
3467
- "Une colonne dans votre fichier CSV devrait avoir obligatoirement le nom de "
3468
- "l'Organisateur / le nom du Lieu. Tous les autres champs sont facultatifs."
3469
-
3470
- #: ../lib/io/csv/admin-views/import.php:26
3471
- #: ../lib/io/csv/admin-views/import.php:32
3472
- msgid ""
3473
- "After you upload your file, you'll have the opportunity to indicate how the "
3474
- "columns in your CSV map to fields in The Events Calendar."
3475
- msgstr ""
3476
- "Après avoir téléchargé votre fichier, vous aurez la possibilité d'indiquer "
3477
- "comment les colonnes de votre fichier CSV sont arrimées aux champs dans le "
3478
- "calendrier des événements."
3479
-
3480
- #: ../lib/io/csv/admin-views/import.php:28
3481
- msgid "After importing your Organizers and Venues, import your Events:"
3482
- msgstr ""
3483
- "Après avoir importé les Organisateurs et Lieux, importer vos événements:"
3484
-
3485
- #: ../lib/io/csv/admin-views/import.php:31
3486
- msgid ""
3487
- "One column in your CSV should have the Event title. Another should have the "
3488
- "Event start date. All other fields are optional."
3489
- msgstr ""
3490
- "Une colonne dans votre fichier CSV doit avoir le titre de l'événement. Un "
3491
- "autre doit avoir la date de début de l'événement. Tous les autres champs "
3492
- "sont facultatifs."
3493
-
3494
- #: ../lib/io/csv/admin-views/import.php:36
3495
- #, php-format
3496
- msgid "Questions? <a href=\"%s\">Watch the video</a>."
3497
- msgstr "Questions? <a href=\"%s\">Voir la vidéo</a>."
3498
-
3499
- #: ../lib/io/csv/admin-views/import.php:43
3500
- msgid "Import Type:"
3501
- msgstr "Type d'importation:"
3502
-
3503
- #: ../lib/io/csv/admin-views/import.php:55
3504
- msgid "CSV File:"
3505
- msgstr "Fichier CSV:"
3506
-
3507
- #: ../lib/io/csv/admin-views/import.php:58
3508
- msgid ""
3509
- "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
3510
- "is UTF-8 encoded? Make sure to specify the character encoding when you save "
3511
- "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
3512
- "dest=utf-8&src=auto&download=1'>conversion tool</a>."
3513
- msgstr ""
3514
- "Choisissez un fichier formaté adéquatement : Un fichier CSV encodé au format "
3515
- "UTF-8. Vous ne savez pas si votre fichier est encodé au format UTF-8? "
3516
- "Veuillez vérifier de spécifier l'encodage des charactères lorsque vous "
3517
- "sauvegardez le fichier, ou passez le par un <a href='http://i-tools.org/"
3518
- "charset/exec?dest=utf-8&src=auto&download=1'>outil de conversion</a>."
3519
-
3520
- #: ../lib/io/csv/admin-views/import.php:66
3521
- msgid "This file has column names in the first row"
3522
- msgstr "Ce fichier dispose d'une colonne de nom comme première ligne"
3523
-
3524
- #: ../lib/io/csv/admin-views/import.php:77
3525
- msgid "Import CSV File"
3526
- msgstr "Importer le fichier CSV"
3527
-
3528
- #: ../lib/io/csv/admin-views/result.php:13
3529
- msgid "Import Result"
3530
- msgstr "Résultat d'importation"
3531
-
3532
- #: ../lib/io/csv/admin-views/result.php:15
3533
- msgid "Import complete!"
3534
- msgstr "Importation terminée!"
3535
-
3536
- #: ../lib/io/csv/admin-views/result.php:17
3537
- #, php-format
3538
- msgid "Inserted: %d"
3539
- msgstr "Inséré: %d"
3540
-
3541
- #: ../lib/io/csv/admin-views/result.php:18
3542
- #, php-format
3543
- msgid "Updated: %d"
3544
- msgstr "Mis à jour: %d"
3545
-
3546
- #: ../lib/io/csv/admin-views/result.php:19
3547
- #, php-format
3548
- msgid "Skipped: %d"
3549
- msgstr "Ignoré: %d"
3550
-
3551
- #: ../lib/io/csv/admin-views/result.php:23
3552
- msgid "The import statistics above have the following meaning:"
3553
- msgstr ""
3554
- "Les statistiques d'importation ci-dessus ont la signification suivante:"
3555
-
3556
- #: ../lib/io/csv/admin-views/result.php:24
3557
- msgid ""
3558
- "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
3559
- "li><li><strong>Updated:</strong> An item was found with the same name and/or "
3560
- "start date. The existing item was updated with the new value from the file.</"
3561
- "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
3562
- "not be imported. Please see below for the invalid rows.</li></ol>"
3563
- msgstr ""
3564
- "<ol><li><strong>Inséré:</strong> Une nouvelle entrée a été inséré avec "
3565
- "succès</li><li><strong>Mis à jour:</strong> Une entrée a été trouvé avec le "
3566
- "même name et/ou date de début. L'entrée existante a été mis à jour avec la "
3567
- "nouvelle valeur du fichier.</li><li><strong>Ignoré:</strong> Une ligne a été "
3568
- "trouvé dans le fichier CSV qui ne pouvait pas être importée. Veuillez "
3569
- "vérifier ci-dessous les lignes invalides.</li></ol>"
3570
-
3571
- #: ../lib/io/csv/admin-views/result.php:27
3572
- #, php-format
3573
- msgid "Skipped row numbers: %s"
3574
- msgstr "Numéros des lignes ignorées: %s"
3575
-
3576
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
3577
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
3578
- msgid "CSV Import"
3579
- msgstr "Importer CSV"
3580
-
3581
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
3582
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
3583
- msgid "The file went away. Please try again."
3584
- msgstr "Le fichier a disparu. Merci de ré-essayer à nouveau."
3585
-
3586
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
3587
- msgid "We were unable to process your request. Please try again."
3588
- msgstr ""
3589
- "Nous sommes dans l'incapacité de traiter votre demande. Veuillez recommencer."
3590
-
3591
- #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
3592
- msgid "<p>The following fields are required for a successful import:</p>"
3593
- msgstr "<p>Les champs suivant sont requis pour réussir l'importation:</p>"
3594
-
3595
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
3596
- msgid "Do Not Import"
3597
- msgstr "Ne pas importer"
3598
-
3599
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
3600
- msgid "Event Name"
3601
- msgstr "Nom de l'événement"
3602
-
3603
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
3604
- msgid "Event Description"
3605
- msgstr "Description de l'événement"
3606
-
3607
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
3608
- msgid "Event Start Date"
3609
- msgstr "Date de début de l'événement"
3610
-
3611
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
3612
- msgid "Event Start Time"
3613
- msgstr "Heure de début de l'événement"
3614
-
3615
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
3616
- msgid "Event End Date"
3617
- msgstr "Date de fin de l'événement"
3618
-
3619
- #
3620
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
3621
- msgid "Event End Time"
3622
- msgstr "Heure de fin de l'événement"
3623
-
3624
- #
3625
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
3626
- msgid "All Day Event"
3627
- msgstr "Événement sur toute la journée"
3628
-
3629
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
3630
- msgid "Event Venue Name"
3631
- msgstr "Nom de la salle"
3632
-
3633
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
3634
- msgid "Event Organizer Name"
3635
- msgstr "Nom de l'organisateur"
3636
-
3637
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
3638
- msgid "Event Show Map Link"
3639
- msgstr "Affichier le lien de la carte de l'événement"
3640
-
3641
- #
3642
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
3643
- msgid "Event Show Map"
3644
- msgstr "Afficher la carte de l'événement"
3645
-
3646
- #
3647
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
3648
- msgid "Event Phone"
3649
- msgstr "Numéro de téléphone de l'événement"
3650
-
3651
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
3652
- msgid "Venue Name"
3653
- msgstr "Nom de la salle"
3654
-
3655
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
3656
- msgid "Venue Country"
3657
- msgstr "Pays de la salle"
3658
-
3659
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
3660
- msgid "Venue Address"
3661
- msgstr "Adresse de la salle"
3662
-
3663
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
3664
- msgid "Venue Addres 2"
3665
- msgstr "Adresse secondaire de la salle"
3666
-
3667
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
3668
- msgid "Venue City"
3669
- msgstr "Ville de la salle"
3670
-
3671
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
3672
- msgid "Venue State/Province"
3673
- msgstr "État/Province de la salle"
3674
-
3675
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
3676
- msgid "Venue Zip"
3677
- msgstr "Code postal de la salle"
3678
-
3679
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
3680
- msgid "Venue Phone"
3681
- msgstr "Numéro de téléphone de la salle"
3682
-
3683
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
3684
- msgid "Organizer Name"
3685
- msgstr "Nom de l'organisateur"
3686
-
3687
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
3688
- msgid "Organizer Email"
3689
- msgstr "Email de l'organisateur"
3690
 
3691
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
3692
- msgid "Organizer Website"
3693
- msgstr "Site web de l'organisateur"
3694
 
3695
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
3696
- msgid "Organizer Phone"
3697
- msgstr "Numéro de téléphone de l'organisateur"
3698
 
3699
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
3700
- #, php-format
3701
- msgid "No importer defined for %s"
3702
- msgstr "Pas d'importeur définit pour %s"
3703
 
3704
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
3705
- #, php-format
3706
- msgid "Missing required fields in row %d."
3707
- msgstr "Champs requis manquant à la ligne %d."
3708
 
3709
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
3710
- #, php-format
3711
- msgid "Failed to import record in row %d."
3712
- msgstr "Importation de l'enregistrement échoué à la ligne %d."
3713
 
3714
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
3715
- #, php-format
3716
- msgid "%s (post ID %d) updated."
3717
- msgstr "%s (post ID %d) mis à jour."
3718
 
3719
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
3720
- #, php-format
3721
- msgid "%s (post ID %d) created."
3722
- msgstr "%s (post ID %d) créé."
3723
 
3724
- #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
3725
- #, php-format
3726
- msgid "Temporary file not found. Could not save %s."
3727
- msgstr "Fichier temporaire introuvable. Impossible de sauvegarder %s."
3728
 
3729
- #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
3730
- #, php-format
3731
- msgid "Could not save %s."
3732
- msgstr "Impossible de sauvegarder %s."
3733
 
3734
- #: ../lib/template-classes/month.php:112
3735
- #, php-format
3736
- msgid ""
3737
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
3738
- "searching next month."
3739
- msgstr ""
3740
- "Il n'y a pas de résultats trouvés pour <strong>\"%s\"</strong> dans ce mois. "
3741
- "Essayez de rechercher dans le mois prochain."
3742
 
3743
- #: ../lib/template-classes/single-event.php:101
3744
- msgid "This event has passed."
3745
- msgstr "Cet événement est terminé"
3746
 
3747
- #: ../lib/tickets/tribe-tickets-attendees.php:67
3748
- msgid "Order #"
3749
- msgstr "Commande #"
3750
 
3751
- #: ../lib/tickets/tribe-tickets-attendees.php:68
3752
- msgid "Order Status"
3753
- msgstr "Statut de la Commande"
3754
 
3755
- #: ../lib/tickets/tribe-tickets-attendees.php:69
3756
- msgid "Purchaser name"
3757
- msgstr "Nom de l'acheteur"
3758
 
3759
- #: ../lib/tickets/tribe-tickets-attendees.php:70
3760
- msgid "Purchaser email"
3761
- msgstr "Email de l'acheteur"
3762
 
3763
- #: ../lib/tickets/tribe-tickets-attendees.php:71
3764
- msgid "Ticket type"
3765
- msgstr "Type de ticket"
3766
 
3767
- #: ../lib/tickets/tribe-tickets-attendees.php:72
3768
- #: ../views/tickets/email.php:316
3769
- msgid "Ticket #"
3770
- msgstr "Ticket #"
3771
 
3772
- #: ../lib/tickets/tribe-tickets-attendees.php:73
3773
- #: ../views/tickets/email.php:328
3774
- msgid "Security Code"
3775
- msgstr "Code de sécurité"
3776
 
3777
- #: ../lib/tickets/tribe-tickets-attendees.php:74
3778
- #: ../lib/tickets/tribe-tickets-attendees.php:151
3779
- #: ../lib/tickets/tribe-tickets-attendees.php:207
3780
- msgid "Check in"
3781
- msgstr "Enregistrement du participant"
3782
 
3783
- #: ../lib/tickets/tribe-tickets-attendees.php:152
3784
- #: ../lib/tickets/tribe-tickets-attendees.php:207
3785
- msgid "Undo Check in"
3786
- msgstr "Annuler l'enregistrement"
3787
 
3788
- #: ../lib/tickets/tribe-tickets-attendees.php:186
3789
- msgid "Print"
3790
- msgstr "Imprimer"
3791
 
3792
- #
3793
- #: ../lib/tickets/tribe-tickets-attendees.php:187
3794
- msgid "Email"
3795
- msgstr "Email"
3796
 
3797
- #
3798
- #: ../lib/tickets/tribe-tickets-attendees.php:188
3799
- msgid "Export"
3800
- msgstr "Export"
3801
 
3802
- #: ../lib/tickets/tribe-tickets-attendees.php:194
3803
- msgid "Filter by ticket #, order # or security code"
3804
- msgstr "Filtrer par ticket #, commande # ou code de sécurité"
3805
 
3806
- #: ../lib/tickets/tribe-tickets-metabox.php:24
3807
- msgid "Tickets"
3808
- msgstr "Tickets"
3809
 
3810
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3811
- msgid "Ticket header image"
3812
- msgstr "Image d'entête du ticket"
3813
 
3814
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3815
- msgid "Set as ticket header"
3816
- msgstr "Définir en tant qu'entête de ticket"
3817
 
3818
- #: ../lib/tickets/tribe-tickets-pro.php:107
3819
- msgid "You need to select a user or type a valid email address"
3820
- msgstr ""
3821
- "Vous devez sélectionner un utilisateur ou insérer une adresse email valide"
3822
 
3823
- #: ../lib/tickets/tribe-tickets-pro.php:108
3824
- msgid "Sending..."
3825
- msgstr "Envoi..."
3826
 
3827
- #: ../lib/tickets/tribe-tickets-pro.php:136
3828
- msgid "Columns"
3829
- msgstr "Colonnes"
3830
 
3831
- #: ../lib/tickets/tribe-tickets-pro.php:137
3832
- msgid ""
3833
- "You can use Screen Options to select which columns you want to see. The "
3834
- "selection works in the table below, in the email, for print and for the CSV "
3835
- "export."
3836
- msgstr ""
3837
- "Vous pouvez utiliser les options d'écran pour sélectionner quelle colonne "
3838
- "vous souhaitez consulter. La sélection fonctionne pour le tableau ci-"
3839
- "dessous, pour l'email, l'impression et pour l'export CSV."
3840
 
3841
- #: ../lib/tickets/tribe-tickets-pro.php:258
3842
- msgid "attendees"
3843
- msgstr "participants"
3844
 
3845
- #: ../lib/tickets/tribe-tickets-pro.php:308
3846
- #, php-format
3847
- msgid "Attendee List for: %s"
3848
- msgstr "Liste de participants pour : %s"
3849
 
3850
- #: ../lib/tickets/tribe-tickets.php:298
3851
- msgid "Your ticket has been saved."
3852
- msgstr "Votre ticket à été sauvegardé."
 
3853
 
3854
- #: ../lib/tickets/tribe-tickets.php:375
3855
- msgid "Your ticket has been deleted."
3856
- msgstr "Votre ticket à été supprimé."
 
 
 
 
3857
 
3858
- #: ../public/advanced-functions/meta.php:39
3859
- #: ../public/advanced-functions/meta.php:65
 
3860
  msgid "Start:"
3861
  msgstr "Début :"
3862
 
3863
- #: ../public/advanced-functions/meta.php:46
3864
- #: ../public/advanced-functions/meta.php:72
 
3865
  msgid "End:"
3866
  msgstr "Fin :"
3867
 
3868
- #: ../public/advanced-functions/meta.php:55
3869
- #: ../public/advanced-functions/meta.php:81
 
3870
  msgid "Date:"
3871
  msgstr "Date :"
3872
 
3873
- #: ../public/advanced-functions/meta.php:90
3874
- #: ../public/advanced-functions/meta.php:99
 
3875
  msgid "Time:"
3876
  msgstr "Heure:"
3877
 
3878
- #: ../public/advanced-functions/meta.php:282
 
3879
  msgid "Click to view a Google Map"
3880
  msgstr "Cliquez pour voir une Google Map"
3881
 
3882
  #
3883
- #: ../public/advanced-functions/meta.php:283
 
3884
  msgid "+ Google Map"
3885
  msgstr "+ Google Map"
3886
 
3887
- #: ../public/advanced-functions/meta.php:294
 
3888
  msgid "Details"
3889
  msgstr "Détails"
3890
 
3891
  #
3892
- #: ../public/advanced-functions/meta.php:345
 
3893
  msgid "Event Tags:"
3894
  msgstr "Mots-clefs de l'événement :"
3895
 
3896
- #: ../public/advanced-functions/meta.php:371
3897
  msgid "Origin:"
3898
  msgstr "Origine :"
3899
 
3900
- #: ../public/advanced-functions/meta.php:508
3901
  msgid "Event:"
3902
  msgstr "Evénément :"
3903
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3904
  #
3905
- #: ../public/template-tags/deprecated.php:1143
3906
  msgid "Category"
3907
  msgstr "Catégorie"
3908
 
3909
- #: ../public/template-tags/general.php:308
3910
  msgid "Tags:"
3911
  msgstr "Mots-clefs :"
3912
 
3913
  #
3914
- #: ../public/template-tags/general.php:409
3915
  msgid "Loading Events"
3916
  msgstr "Chargement des événements"
3917
 
3918
- #: ../public/template-tags/general.php:571
3919
  msgid "Free"
3920
  msgstr "Gratuit"
3921
 
3922
- #
3923
- #: ../public/template-tags/general.php:757
3924
- msgid "Recurring Event"
3925
- msgstr "Événement récurrent"
3926
 
3927
- #: ../public/template-tags/general.php:760
3928
- msgid "(See all)"
3929
- msgstr "(Voir tous)"
 
 
 
 
 
3930
 
3931
- #: ../public/template-tags/general.php:1072
3932
  #, php-format
3933
- msgid "Calendar powered by %sThe Events Calendar%s"
3934
- msgstr "Calendrier créer avec %sThe Events Calendar%s"
 
 
 
 
 
3935
 
3936
  #: ../public/template-tags/options.php:20
3937
  #, php-format
3938
  msgid "Your current Events URL is %s"
3939
  msgstr "Votre URL d'événement est %s"
3940
 
3941
- #: ../public/template-tags/options.php:31
3942
  #, php-format
3943
  msgid ""
3944
  "You <strong>cannot</strong> use the same slug as above. The above should "
@@ -3949,35 +4226,39 @@ msgstr ""
3949
  "être singulier. <br />Votre URL d'événement unique est: %s"
3950
 
3951
  #
3952
- #: ../views/single-event.php:23
3953
- msgid "&laquo; All Events"
3954
- msgstr "&laquo; Tous les événements"
3955
-
3956
- #
3957
- #: ../views/single-event.php:42 ../views/single-event.php:73
3958
- msgid "Event Navigation"
3959
  msgstr "Navigation de l'événement"
3960
 
 
 
 
 
3961
  #
3962
  #: ../views/list/nav.php:17
3963
  msgid "Events List Navigation"
3964
  msgstr "Navigation par Liste d'événements"
3965
 
3966
- #: ../views/list/single-event.php:76
3967
- msgid "Find out more"
3968
- msgstr "Découvrir plus d'infos"
 
 
 
 
3969
 
3970
  #
3971
- #: ../views/modules/bar.php:34 ../views/modules/bar.php:64
3972
  msgid "Find Events"
3973
  msgstr "Trouver des événements"
3974
 
3975
- #: ../views/modules/bar.php:41
3976
  msgid "Event Views Navigation"
3977
  msgstr "Navigation par l'affichage des événements"
3978
 
3979
  #
3980
- #: ../views/modules/bar.php:42
3981
  msgid "View As"
3982
  msgstr "Voir en tant que"
3983
 
@@ -3986,22 +4267,136 @@ msgstr "Voir en tant que"
3986
  msgid "Calendar Month Navigation"
3987
  msgstr "Navigation par Calendrier mensuel"
3988
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3989
  #
3990
- #: ../views/tickets/attendees-email.php:25
3991
  msgid "Attendee List"
3992
  msgstr "Liste de participants"
3993
 
3994
- #: ../views/tickets/email.php:39
3995
  msgid "Your tickets"
3996
  msgstr "Vos tickets"
3997
 
3998
- #: ../views/tickets/email.php:320
3999
  msgid "Ticket Type"
4000
  msgstr "Type de ticket"
4001
 
4002
- #: ../views/tickets/email.php:324
4003
  msgid "Purchaser"
4004
  msgstr "Acheteur"
4005
 
4006
- #~ msgid "Eventbrite Tickets"
4007
- #~ msgstr "Eventbrite Tickets"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2014-09-26 12:49-0800\n"
9
+ "PO-Revision-Date: 2014-11-21 16:20-0800\n"
10
+ "Last-Translator: \n"
11
  "Language-Team: Dom Monhardt <thatsniceuk@gmail.com>\n"
12
  "Language: fr\n"
13
  "MIME-Version: 1.0\n"
19
  "_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"
20
  "X-Poedit-Basepath: ./\n"
21
  "X-Textdomain-Support: yes\n"
22
+ "X-Generator: Poedit 1.6.10\n"
23
  "X-Language: fr_CH\n"
24
  "X-Source-Language: en\n"
25
  "X-Poedit-SearchPath-0: ..\n"
26
 
27
+ #: ../admin-views/admin-update-message.php:9
28
+ #: ../admin-views/admin-welcome-message.php:11
29
+ #, php-format
30
+ msgid "You are running Version %s and deserve a hug :-)"
31
+ msgstr ""
32
+
33
+ #: ../admin-views/admin-update-message.php:32
34
+ msgid "Keep the Core Plugin <strong>FREE</strong>!"
35
+ msgstr ""
36
+
37
+ #: ../admin-views/admin-update-message.php:33
38
+ msgid ""
39
+ "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe "
40
+ "not, but more happy users mean more contributions and help on the forums. "
41
+ "The community NEEDS your voice."
42
+ msgstr ""
43
+
44
+ #: ../admin-views/admin-update-message.php:34
45
+ #: ../admin-views/admin-welcome-message.php:22
46
+ msgid "Rate It"
47
+ msgstr ""
48
+
49
+ #: ../admin-views/admin-update-message.php:37
50
+ msgid "PSST... Want a Discount?"
51
+ msgstr ""
52
+
53
+ #: ../admin-views/admin-update-message.php:38
54
+ msgid "We send out discounts to our core users via our newsletter."
55
+ msgstr ""
56
+
57
+ #: ../admin-views/admin-update-message.php:41
58
+ #: ../admin-views/admin-welcome-message.php:30
59
+ msgid "Sign Up"
60
+ msgstr ""
61
+
62
+ #: ../admin-views/admin-update-message.php:47
63
+ msgid "Looking for Something Special?"
64
+ msgstr ""
65
+
66
+ #: ../admin-views/admin-update-message.php:49
67
+ msgid "Pro"
68
+ msgstr ""
69
+
70
+ #: ../admin-views/admin-update-message.php:50
71
+ #: ../lib/tickets/tribe-tickets-metabox.php:26
72
+ msgid "Tickets"
73
+ msgstr "Tickets"
74
+
75
+ #
76
+ #: ../admin-views/admin-update-message.php:51
77
+ #, fuzzy
78
+ msgid "Community Events"
79
+ msgstr "Modifier Événements"
80
+
81
+ #: ../admin-views/admin-update-message.php:52
82
+ msgid "Filters"
83
+ msgstr ""
84
+
85
+ #: ../admin-views/admin-update-message.php:53
86
+ msgid "Facebook"
87
+ msgstr ""
88
+
89
+ #: ../admin-views/admin-update-message.php:56
90
+ #: ../admin-views/admin-welcome-message.php:52
91
+ #, fuzzy
92
+ msgid "News For Events Users"
93
+ msgstr "Nouvel événement "
94
+
95
+ #
96
+ #: ../admin-views/admin-welcome-message.php:19
97
+ #, fuzzy
98
+ msgid "Keep The Events Calendar Core FREE"
99
+ msgstr "The Events Calendar PRO"
100
+
101
+ #: ../admin-views/admin-welcome-message.php:20
102
+ msgid ""
103
+ "5 star ratings help us bring TEC to more users. More happy users mean more "
104
+ "support, more features, and more of everything you know and love about The "
105
+ "Events Calendar. We couldn't do this without your support."
106
+ msgstr ""
107
+
108
+ #: ../admin-views/admin-welcome-message.php:21
109
+ msgid "Rate it five stars today!"
110
+ msgstr ""
111
+
112
+ #: ../admin-views/admin-welcome-message.php:25
113
+ msgid "Newsletter Signup"
114
+ msgstr ""
115
+
116
+ #: ../admin-views/admin-welcome-message.php:26
117
+ msgid ""
118
+ "Stay in touch with The Events Calendar Pro. We send out the occiasional "
119
+ "update, key developer notices, and even the occasional discount."
120
+ msgstr ""
121
+
122
+ #: ../admin-views/admin-welcome-message.php:39
123
+ #: ../admin-views/tribe-options-help.php:149
124
+ msgid "Getting Started"
125
+ msgstr "Mise en route"
126
+
127
+ #: ../admin-views/admin-welcome-message.php:40
128
+ msgid "Check out the New User Primer &amp; Tutorials"
129
+ msgstr ""
130
+
131
+ #: ../admin-views/admin-welcome-message.php:42
132
+ msgid "Looking for More Features?"
133
+ msgstr ""
134
+
135
+ #: ../admin-views/admin-welcome-message.php:43
136
+ msgid "Addons for Community, Tickets, Filters, Facebook and more."
137
+ msgstr ""
138
+
139
+ #: ../admin-views/admin-welcome-message.php:45
140
+ #, fuzzy
141
+ msgid "Support Resources"
142
+ msgstr "Documents d'aide pour t'aider à déchirer"
143
+
144
+ #: ../admin-views/admin-welcome-message.php:46
145
+ msgid "FAQs, Documentation, Tutorials and Forums"
146
+ msgstr ""
147
+
148
+ #: ../admin-views/admin-welcome-message.php:49
149
+ msgid "Release Notes"
150
+ msgstr ""
151
+
152
+ #: ../admin-views/admin-welcome-message.php:50
153
+ msgid "Get the Skinny on the Latest Updates"
154
+ msgstr ""
155
+
156
+ #: ../admin-views/admin-welcome-message.php:53
157
+ msgid "Product Releases, Tutorials and Community Activity"
158
+ msgstr ""
159
+
160
  #
161
  #: ../admin-views/app-shop.php:4
162
  msgid "Tribe Event Add-Ons"
163
  msgstr "Modules Tribe Event"
164
 
165
+ #: ../admin-views/app-shop.php:54
166
  msgid "Version"
167
  msgstr "Version"
168
 
169
  #
170
+ #: ../admin-views/app-shop.php:57
171
  msgid "Last Update"
172
  msgstr "Dernière mise-à-jour"
173
 
174
+ #: ../admin-views/event-sidebar-options.php:13
175
  msgid "Hide From Event Listings"
176
  msgstr "Masquer sur la liste des événements"
177
 
178
+ #: ../admin-views/event-sidebar-options.php:15
179
  msgid "Sticky in Calendar View"
180
  msgstr "Mettre en avant sur l'affichage du Calendrier"
181
 
182
+ #: ../admin-views/events-meta-box.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  msgid "Event Time &amp; Date"
184
  msgstr "Date et heure de l'événement "
185
 
186
+ #: ../admin-views/events-meta-box.php:40
187
  msgid ""
188
  "You have changed the recurrence rules of this event. Saving the event will "
189
  "update all future events. If you did not mean to change all events, then "
194
  "vous voulez faire, rafraîchissez votre page. "
195
 
196
  #
197
+ #: ../admin-views/events-meta-box.php:43
198
  msgid "All Day Event:"
199
  msgstr "Événement sur toute la journée :"
200
 
201
  #
202
+ #: ../admin-views/events-meta-box.php:49
203
  msgid "Start Date &amp; Time:"
204
  msgstr "Heure et date de début :"
205
 
206
+ #: ../admin-views/events-meta-box.php:52 ../admin-views/events-meta-box.php:73
207
  msgid "YYYY-MM-DD"
208
  msgstr "AAAA-MM-JJ "
209
 
210
  #
211
+ #: ../admin-views/events-meta-box.php:70
212
  msgid "End Date &amp; Time:"
213
  msgstr "Heure et date de fin :"
214
 
215
+ #: ../admin-views/events-meta-box.php:98
216
  msgid "Event Location Details"
217
  msgstr "Coordonnées du lieu de l'événement :"
218
 
219
+ #: ../admin-views/events-meta-box.php:107
220
  msgid "Event Organizer Details"
221
  msgstr "Coordonnées de l'organisateur "
222
 
223
  #
224
+ #: ../admin-views/events-meta-box.php:116
225
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:66
226
  msgid "Event Website"
227
  msgstr "Site Internet de l'Événement"
228
 
229
+ #: ../admin-views/events-meta-box.php:119
230
  msgid "URL:"
231
  msgstr "Lien :"
232
 
233
+ #: ../admin-views/events-meta-box.php:133
234
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
235
  msgid "Event Cost"
236
  msgstr "Prix d'entrée de l'événement "
237
 
238
+ #: ../admin-views/events-meta-box.php:136
239
  msgid "Currency Symbol:"
240
  msgstr "Symbole de la devise"
241
 
242
+ #: ../admin-views/events-meta-box.php:151
243
+ msgctxt "Currency symbol position"
244
+ msgid "Before cost"
245
+ msgstr ""
246
+
247
+ #: ../admin-views/events-meta-box.php:154
248
+ msgctxt "Currency symbol position"
249
+ msgid "After cost"
250
+ msgstr ""
251
+
252
+ #: ../admin-views/events-meta-box.php:159
253
+ #: ../public/advanced-functions/meta.php:373
254
+ #: ../views/modules/meta/details.php:96
255
  msgid "Cost:"
256
  msgstr "Prix :"
257
 
258
+ #: ../admin-views/events-meta-box.php:167
259
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
260
  msgstr ""
261
  "Entrer un 0 pour les événements gratuits ou laisser vide pour cacher le "
262
  "champ."
263
 
264
+ #: ../admin-views/organizer-meta-box.php:14
265
+ #: ../admin-views/venue-meta-box.php:22
266
+ #, fuzzy, php-format
267
+ msgid "%s Name:"
268
+ msgstr "Nom de la salle :"
269
 
270
+ #: ../admin-views/organizer-meta-box.php:21
271
+ #: ../admin-views/tickets/attendees.php:52
272
+ #: ../admin-views/venue-meta-box.php:109
273
+ #: ../public/advanced-functions/meta.php:476
274
+ #: ../public/advanced-functions/meta.php:549
275
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:40
276
  msgid "Phone:"
277
  msgstr "Téléphone :"
278
 
279
+ #: ../admin-views/organizer-meta-box.php:27
280
+ #: ../admin-views/tickets/attendees.php:61
281
+ #: ../admin-views/venue-meta-box.php:116
282
+ #: ../public/advanced-functions/meta.php:418
283
+ #: ../public/advanced-functions/meta.php:506
284
+ #: ../public/advanced-functions/meta.php:579
285
+ #: ../views/modules/meta/details.php:121
286
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:45
287
  msgid "Website:"
288
  msgstr "Site Web :"
289
 
290
+ #: ../admin-views/organizer-meta-box.php:33
291
+ #: ../public/advanced-functions/meta.php:564
292
+ #: ../views/modules/meta/organizer.php:29
293
  msgid "Email:"
294
  msgstr "Courriel :"
295
 
296
+ #: ../admin-views/organizer-meta-box.php:34
297
  msgid ""
298
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
299
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
303
  "obfuscate\">noircir (Anglais)</a> les adresses e-mail publiées sur votre "
304
  "site pour empêcher qu'elles soient collectées par des spammeurs."
305
 
306
+ #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
307
+ #: ../lib/tickets/tribe-tickets-pro.php:74
308
+ msgid "Attendees"
309
+ msgstr "Participants"
310
+
311
+ #
312
+ #: ../admin-views/tickets/attendees.php:17
313
+ msgid "Event Summary"
314
+ msgstr "Résumé de l'événement"
315
+
316
+ #
317
+ #: ../admin-views/tickets/attendees.php:23
318
+ msgid "Event Details"
319
+ msgstr "Détails de l'événement"
320
+
321
+ #: ../admin-views/tickets/attendees.php:25
322
+ msgid "Start Date / Time:"
323
+ msgstr "Date/heure de début :"
324
+
325
+ #: ../admin-views/tickets/attendees.php:29
326
+ msgid "End Date / Time:"
327
+ msgstr "Date/heure de fin :"
328
+
329
+ #: ../admin-views/tickets/attendees.php:69
330
+ msgid "Ticket Sales"
331
+ msgstr "Vente de tickets"
332
+
333
+ #: ../admin-views/tickets/attendees.php:86
334
+ #, php-format
335
+ msgid "(%d awaiting review)"
336
+ msgid_plural "(%d awaiting review)"
337
+ msgstr[0] ""
338
+ msgstr[1] ""
339
+
340
+ #: ../admin-views/tickets/attendees.php:90
341
+ #, fuzzy, php-format
342
+ msgid "Sold %d %s"
343
+ msgstr "%d Vendus"
344
+
345
+ #: ../admin-views/tickets/attendees.php:93
346
+ #, fuzzy, php-format
347
+ msgid "Sold %d of %d %s"
348
+ msgstr "%d vendus sur %d"
349
+
350
+ #: ../admin-views/tickets/attendees.php:111
351
+ msgid "Tickets sold:"
352
+ msgstr "Tickets vendus :"
353
 
354
+ #: ../admin-views/tickets/attendees.php:118
355
+ msgid "Finalized:"
356
+ msgstr ""
 
357
 
358
+ #: ../admin-views/tickets/attendees.php:121
359
+ msgid "Awaiting review:"
360
  msgstr ""
361
+
362
+ #: ../admin-views/tickets/attendees.php:128
363
+ msgid "Checked in:"
364
+ msgstr "Participants enregistrés"
365
+
366
+ #: ../admin-views/tickets/attendees.php:146
367
+ msgid "Send the attendee list by email"
368
+ msgstr "Envoyer la liste des participants par email"
369
+
370
+ #
371
+ #: ../admin-views/tickets/attendees.php:150
372
+ msgid "Select a User:"
373
+ msgstr "Sélectionner un utilisateur :"
374
+
375
+ #: ../admin-views/tickets/attendees.php:155
376
+ msgid "Select..."
377
+ msgstr "Sélectionner..."
378
+
379
+ #: ../admin-views/tickets/attendees.php:160
380
+ msgid "or"
381
+ msgstr "ou"
382
 
383
  #
384
+ #: ../admin-views/tickets/attendees.php:162
385
+ msgid "Email Address:"
386
+ msgstr "Adresse Email :"
387
+
388
+ #: ../admin-views/tickets/list.php:21
389
+ msgid "Edit"
390
+ msgstr "Editer"
391
+
392
+ #: ../admin-views/tickets/list.php:22
393
+ #: ../lib/tickets/tribe-tickets-attendees.php:235
394
+ msgid "Delete"
395
+ msgstr "Supprimer"
396
+
397
+ #: ../admin-views/tickets/list.php:24
398
+ #, php-format
399
+ msgid "Edit in %s"
400
+ msgstr "Modifier dans %s"
401
+
402
+ #: ../admin-views/tickets/list.php:27
403
+ msgid "View"
404
+ msgstr "Voir"
405
 
406
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:74
407
+ msgid "See who purchased tickets to this event"
408
+ msgstr "Voir qui à acheté des tickets pour cet événement"
409
+
410
+ #: ../admin-views/tickets/list.php:67
411
+ #, php-format
412
+ msgid "Sold %d"
413
+ msgstr "%d Vendus"
414
+
415
+ #: ../admin-views/tickets/list.php:69
416
+ #, php-format
417
+ msgid "Sold %d of %d"
418
+ msgstr "%d vendus sur %d"
419
+
420
+ #: ../admin-views/tickets/meta-box.php:23
421
  msgid ""
422
+ "This event was created using Community Events. Are you sure you want to sell "
423
+ "tickets for it?"
424
  msgstr ""
425
+ "Cet événement à été crée avec Community Events. Êtes-vous sûr de vouloir "
426
+ "vendre des tickets pour cet événement?"
427
+
428
+ #: ../admin-views/tickets/meta-box.php:34
429
+ msgid "Upload image for the ticket header"
430
+ msgstr "Transférer image pour l'entête du ticket"
431
 
432
+ #: ../admin-views/tickets/meta-box.php:35
433
  msgid ""
434
+ "The maximum image size in the email will be 580px wide by any height, and "
435
+ "then scaled for mobile. If you would like \"retina\" support use an image "
436
+ "sized to 1160px wide."
437
  msgstr ""
438
+ "La taille maximum d'une image pour un email est de 580px de large, elles "
439
+ "seront mis à l'échelle pour les mobiles. Si vous souhaitez le support "
440
+ "\"retina\", utilisez une image de 1160px de large."
441
+
442
+ #
443
+ #: ../admin-views/tickets/meta-box.php:38
444
+ msgid "Select an Image"
445
+ msgstr "Sélectionner une image"
446
+
447
+ #: ../admin-views/tickets/meta-box.php:46
448
+ msgid "Remove"
449
+ msgstr "Supprimer"
450
+
451
+ #
452
+ #: ../admin-views/tickets/meta-box.php:64
453
+ #: ../admin-views/tickets/meta-box.php:74
454
+ msgid "Add new ticket"
455
+ msgstr "Ajouter nouveau ticket"
456
+
457
+ #
458
+ #: ../admin-views/tickets/meta-box.php:75
459
+ msgid "Edit ticket"
460
+ msgstr "Modifier ticket"
461
+
462
+ #: ../admin-views/tickets/meta-box.php:81
463
+ msgid "Sell using:"
464
+ msgstr "Vendre en utilisant :"
465
+
466
+ #
467
+ #: ../admin-views/tickets/meta-box.php:98
468
+ msgid "Ticket Name:"
469
+ msgstr "Titre du ticket :"
470
+
471
+ #: ../admin-views/tickets/meta-box.php:105
472
+ msgid "Ticket Description:"
473
+ msgstr "Description du ticket :"
474
+
475
+ #: ../admin-views/tickets/meta-box.php:114
476
+ msgid "Price:"
477
+ msgstr "Prix :"
478
+
479
+ #: ../admin-views/tickets/meta-box.php:120
480
+ msgid "(0 or empty for free tickets)"
481
+ msgstr "(0 or vide pour des billets gratuits)"
482
+
483
+ #
484
+ #: ../admin-views/tickets/meta-box.php:126
485
+ msgid "Start sale:"
486
+ msgstr "Début de la vente :"
487
+
488
+ #
489
+ #: ../admin-views/tickets/meta-box.php:150
490
+ msgid "End sale:"
491
+ msgstr "Fin de la vente :"
492
 
493
+ #: ../admin-views/tickets/meta-box.php:172
494
+ msgid ""
495
+ "When will ticket sales occur? If you don't set a start/end date for sales, "
496
+ "tickets will be available from now until the event ends."
497
  msgstr ""
498
+ "Quand est ce que la vente des tickets aura lieu? Si vous n'entrez pas de "
499
+ "date de début/fin de vente, les tickets seront disponibles entre maintenant "
500
+ "jusqu'à la fin de l'événement."
501
 
502
+ #: ../admin-views/tickets/meta-box.php:184
503
+ #, fuzzy
504
+ msgid "Save this ticket"
505
+ msgstr "Définir en tant qu'entête de ticket"
506
 
507
  #: ../admin-views/tribe-options-display.php:4
508
  msgid "Default Events Template"
514
 
515
  # Settings for Display : Paramètres d'affichage
516
  # Display the settings : Afficher les paramètres
517
+ #: ../admin-views/tribe-options-display.php:32
518
  msgid "Display Settings"
519
  msgstr "Paramètres d'affichage"
520
 
521
+ #: ../admin-views/tribe-options-display.php:37
522
  #, php-format
523
  msgid ""
524
  "<p>The settings below control the display of your calendar. If things don't "
539
  "(anglais)</a></p>."
540
 
541
  #
542
+ #: ../admin-views/tribe-options-display.php:52
543
  msgid "Basic Template Settings"
544
  msgstr "Réglages de base du thème"
545
 
546
  #
547
+ #: ../admin-views/tribe-options-display.php:56
548
  msgid "Default stylesheet used for events templates"
549
  msgstr "Feuille de style par défaut utilisée pour les modèles d'événements"
550
 
551
+ #: ../admin-views/tribe-options-display.php:59
552
  msgid "Skeleton Styles"
553
  msgstr "Styles de maquette"
554
 
555
+ #: ../admin-views/tribe-options-display.php:61
556
  msgid ""
557
  "Only includes enough css to achieve complex layouts like calendar and week "
558
  "view."
560
  "Incluer uniquement le CSS nécessaire pour afficher les éléments complexes "
561
  "comme la vue calendrier ou par semaine."
562
 
563
+ #: ../admin-views/tribe-options-display.php:63
564
  msgid "Full Styles"
565
  msgstr "Styles complets"
566
 
567
+ #: ../admin-views/tribe-options-display.php:65
568
  msgid "More detailed styling, tries to grab styles from your theme."
569
  msgstr ""
570
  "Apparence plus détaillée, essaie de réutiliser le style de votre thème."
571
 
572
  #
573
+ #: ../admin-views/tribe-options-display.php:67
574
  msgid "Tribe Events Styles"
575
  msgstr "Styles d'événements Tribe"
576
 
577
+ #: ../admin-views/tribe-options-display.php:69
578
  msgid "A fully designed and styled theme for your events pages."
579
  msgstr "Apparence complète pour les événements."
580
 
581
  #
582
+ #: ../admin-views/tribe-options-display.php:76
583
  msgid "Events template"
584
  msgstr "Modèle d'événements"
585
 
586
+ #: ../admin-views/tribe-options-display.php:77
587
  msgid ""
588
  "Choose a page template to control the appearance of your calendar and event "
589
  "content."
591
  "Choisissez un modèle de page pour contrôler l'apparence de votre calendrier "
592
  "et le contenu de vos événements."
593
 
594
+ #: ../admin-views/tribe-options-display.php:85
595
  msgid "Enable event views"
596
  msgstr "Activer les affichages d'événement"
597
 
598
+ #: ../admin-views/tribe-options-display.php:86
599
  msgid "You must select at least one view."
600
  msgstr "Veuillez sélectionner au moins un affichage."
601
 
602
+ #: ../admin-views/tribe-options-display.php:93
603
  msgid "Default view"
604
  msgstr "Affichage par défaut"
605
 
606
+ #: ../admin-views/tribe-options-display.php:101
607
  msgid "Disable the Event Search Bar"
608
  msgstr "Désactiver la barre de recherche d'événement"
609
 
610
+ #: ../admin-views/tribe-options-display.php:102
611
  msgid "Check this to use the classic header."
612
  msgstr "Cochez afin d'utiliser l'en-tête classic."
613
 
614
+ #: ../admin-views/tribe-options-display.php:108
615
  msgid "Month view events per day"
616
  msgstr "Nombre d'événements par jour en vue mensuelle"
617
 
618
+ #: ../admin-views/tribe-options-display.php:109
619
  msgid "Allow more than the default 3 events per day in month view."
620
  msgstr "Permettre plus de 3 événements par défaut de la vue mensuelle."
621
 
622
  #
623
+ #: ../admin-views/tribe-options-display.php:116
624
+ #, fuzzy
625
+ msgid "Date Format Settings"
626
+ msgstr "Réglages généraux"
627
+
628
+ #: ../admin-views/tribe-options-display.php:120
629
+ msgid ""
630
+ "<p>The following three fields accept the date format options available to "
631
+ "the php date() function. <a href=\"http://codex.wordpress.org/"
632
+ "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
633
+ "format here</a>.</p>"
634
+ msgstr ""
635
+
636
+ #: ../admin-views/tribe-options-display.php:124
637
+ msgid "Date with year"
638
+ msgstr ""
639
+
640
+ #: ../admin-views/tribe-options-display.php:125
641
+ msgid ""
642
+ "Enter the format to use for displaying dates with the year. Used when "
643
+ "showing an event from a past or future year, also used for dates in view "
644
+ "headers."
645
+ msgstr ""
646
+
647
+ #: ../admin-views/tribe-options-display.php:132
648
+ msgid "Date without year"
649
+ msgstr ""
650
+
651
+ #: ../admin-views/tribe-options-display.php:133
652
+ msgid ""
653
+ "Enter the format to use for displaying dates without a year. Used when "
654
+ "showing an event from the current year."
655
+ msgstr ""
656
+
657
+ #: ../admin-views/tribe-options-display.php:140
658
+ msgid "Month and year format"
659
+ msgstr ""
660
+
661
+ #: ../admin-views/tribe-options-display.php:141
662
+ msgid ""
663
+ "Enter the format to use for dates that show a month and year only. Used on "
664
+ "month view."
665
+ msgstr ""
666
+
667
+ #: ../admin-views/tribe-options-display.php:148
668
+ msgid "Date time separator"
669
+ msgstr ""
670
+
671
+ #: ../admin-views/tribe-options-display.php:149
672
+ msgid ""
673
+ "Enter the separator that will be placed between the date and time, when both "
674
+ "are shown."
675
+ msgstr ""
676
+
677
+ #: ../admin-views/tribe-options-display.php:156
678
+ msgid "Time range separator"
679
+ msgstr ""
680
+
681
+ #: ../admin-views/tribe-options-display.php:157
682
+ msgid ""
683
+ "Enter the separator that will be used between the start and end time of an "
684
+ "event."
685
+ msgstr ""
686
+
687
+ #: ../admin-views/tribe-options-display.php:164
688
+ msgid "Datepicker Date Format"
689
+ msgstr ""
690
+
691
+ #: ../admin-views/tribe-options-display.php:165
692
+ msgid "Select the date format to use in datepickers"
693
+ msgstr ""
694
+
695
+ #
696
+ #: ../admin-views/tribe-options-display.php:182
697
  msgid "Advanced Template Settings"
698
  msgstr "Réglages avancés du thème"
699
 
700
  #
701
+ #: ../admin-views/tribe-options-display.php:186
702
  msgid "Add HTML before event content"
703
  msgstr "Ajouter le code HTML avant le contenu de l'événement"
704
 
705
+ #: ../admin-views/tribe-options-display.php:187
706
  msgid ""
707
  "If you are familiar with HTML, you can add additional code before the event "
708
  "template. Some themes may require this to help with styling or layout."
712
  "styles ou la mise en page."
713
 
714
  #
715
+ #: ../admin-views/tribe-options-display.php:192
716
  msgid "Add HTML after event content"
717
  msgstr "Ajouter le code HTML après le contenu de l'événement"
718
 
719
+ #: ../admin-views/tribe-options-display.php:193
720
  msgid ""
721
  "If you are familiar with HTML, you can add additional code after the event "
722
  "template. Some themes may require this to help with styling or layout."
725
  "après le gabarit de l'événement. Certains thèmes en ont besoin pour "
726
  "renforcer les styles ou la mise en page."
727
 
728
+ #: ../admin-views/tribe-options-general.php:15
729
  msgid "Finding & extending your calendar."
730
  msgstr "Trouver et étendre votre calendrier."
731
 
732
+ #: ../admin-views/tribe-options-general.php:20
733
  msgid "Finding your calendar."
734
  msgstr "Trouver votre calendrier."
735
 
736
  #
737
+ #: ../admin-views/tribe-options-general.php:25
738
  msgid "Where's my calendar?"
739
  msgstr "Où est mon calendrier?"
740
 
741
+ #: ../admin-views/tribe-options-general.php:25
742
  msgid "Right here"
743
  msgstr "Juste ici"
744
 
745
+ #: ../admin-views/tribe-options-general.php:29
746
  msgid ""
747
  "Looking for additional functionality including recurring events, custom "
748
  "meta, community events, ticket sales and more?"
751
  "personnalisés, community évents, vente de billets et encore plus ? "
752
 
753
  #
754
+ #: ../admin-views/tribe-options-general.php:29
755
  msgid "Check out the available add-ons"
756
  msgstr "Consultez les modules disponibles"
757
 
758
+ #: ../admin-views/tribe-options-general.php:34
759
  msgid "We hope our plugin is helping you out."
760
  msgstr "Nous espérons que notre plugin vous aide."
761
 
762
+ #: ../admin-views/tribe-options-general.php:38
763
  msgid ""
764
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
765
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
771
  "est de la reconnaissance. Ajouter un petit lien en bas de votre calendrier "
772
  "qui redirige sur le site du projet Events Calendar."
773
 
774
+ #: ../admin-views/tribe-options-general.php:38
775
+ #: ../admin-views/tribe-options-general.php:43
776
  msgid "See an example of the link"
777
  msgstr "Voir un exemple de lien"
778
 
779
+ #: ../admin-views/tribe-options-general.php:43
780
  msgid ""
781
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
782
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
789
  "qui redirige sur le site du projet Events Calendar."
790
 
791
  #
792
+ #: ../admin-views/tribe-options-general.php:48
793
  msgid "Show The Events Calendar link"
794
  msgstr "Voir le lien de The Event Calendar"
795
 
796
  #
797
+ #: ../admin-views/tribe-options-general.php:62
798
  msgid "General Settings"
799
  msgstr "Réglages généraux"
800
 
801
+ #: ../admin-views/tribe-options-general.php:66
802
  msgid "Number of events to show per page"
803
  msgstr "Nombre d'événements à afficher par page"
804
 
805
+ #: ../admin-views/tribe-options-general.php:73
806
  msgid "Use Javascript to control date filtering"
807
  msgstr "Utilisez Javascript pour contrôler le filtrage de la date"
808
 
809
+ #: ../admin-views/tribe-options-general.php:74
810
  msgid ""
811
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
812
  "the Display settings tab."
814
  "Cette option est désactivée lorsque\"Désactiver la barre de recherche "
815
  "d'événement\" est coché dans l'onglet Paramètres d'affichage."
816
 
817
+ #: ../admin-views/tribe-options-general.php:74
818
  msgid ""
819
  "Enable live ajax for datepicker on front end (User submit not required)."
820
  msgstr ""
822
  "end). Ne requiert pas la soumission de l'utilisateur."
823
 
824
  #
825
+ #: ../admin-views/tribe-options-general.php:82
826
  msgid "Show comments"
827
  msgstr "Afficher les commentaires"
828
 
829
+ #: ../admin-views/tribe-options-general.php:83
830
  msgid "Enable comments on event pages."
831
  msgstr "Activer les commentaires sur les pages d'événements."
832
 
833
+ #: ../admin-views/tribe-options-general.php:89
834
  msgid "Include events in main blog loop"
835
  msgstr "Intègre les événements dans la boucle principale du blog"
836
 
837
+ #: ../admin-views/tribe-options-general.php:90
838
  msgid ""
839
  "Show events with the site's other posts. When this box is checked, events "
840
  "will also continue to appear on the default events page."
843
  "est cochée, les événements seront toujours affichés sur la page d'événements "
844
  "par défaut."
845
 
846
+ #: ../admin-views/tribe-options-general.php:96
847
+ #: ../admin-views/tribe-options-general.php:102
848
  msgid "Events URL slug"
849
  msgstr "Nom (slug) de L'URL des événements"
850
 
851
+ #: ../admin-views/tribe-options-general.php:97
852
  #, php-format
853
  msgid ""
854
  "You cannot edit the slug for your events page as you do not have pretty "
862
  "nom (slug), <a href=\"%soptions-permalink.php\">Activer les permaliens</a>."
863
 
864
  #
865
+ #: ../admin-views/tribe-options-general.php:109
866
  #: ../public/template-tags/options.php:20
867
  msgid "The slug used for building the events URL."
868
  msgstr "Le nom (slug) utilisé pour créer l'URL des événements."
869
 
870
+ #: ../admin-views/tribe-options-general.php:109
871
  #, php-format
872
  msgid "Your current events URL is: %s"
873
  msgstr "Le lien de l'événement est : %s"
874
 
875
  #
876
+ #: ../admin-views/tribe-options-general.php:114
877
+ #: ../public/template-tags/options.php:39
878
  msgid "Here is the iCal feed URL for your events:"
879
  msgstr "Voici le lien du flux iCal pour vos événements :"
880
 
881
  #
882
+ #: ../admin-views/tribe-options-general.php:119
883
  msgid "Single event URL slug"
884
  msgstr "Permalien pour un événement unique"
885
 
886
+ #: ../admin-views/tribe-options-general.php:126
887
  #, php-format
888
  msgid ""
889
  "The above should ideally be plural, and this singular.<br />Your single "
892
  "Ci-dessus devrait idéalement être au pluriel, et celui ci au singulier. <br/"
893
  ">Le lien pour vos événements uniques est: %s"
894
 
895
+ #: ../admin-views/tribe-options-general.php:131
896
  msgid "End of day cutoff"
897
  msgstr "Heure de clôture de la fin de journée"
898
 
899
+ #: ../admin-views/tribe-options-general.php:164
900
  msgid ""
901
  "Have an event that runs past midnight? Select a time after that event's end "
902
  "to avoid showing the event on the next day's calendar."
905
  "de votre événement pour éviter de montrer cet événement sur la journée "
906
  "suivante."
907
 
908
+ #: ../admin-views/tribe-options-general.php:169
909
  msgid "Default currency symbol"
910
  msgstr "Symbole de devise par défaut"
911
 
912
+ #: ../admin-views/tribe-options-general.php:170
913
  msgid ""
914
  "Set the default currency symbol for event costs. Note that this only impacts "
915
  "future events, and changes made will not apply retroactively."
918
  "Veuillez noter que cela agira seulement sur les futurs événements, les "
919
  "changements effectués ne s'appliquerons pas rétroactivement."
920
 
921
+ #: ../admin-views/tribe-options-general.php:177
922
  msgid "Currency symbol follows value"
923
  msgstr "Symbole de la devise doit être après la valeur"
924
 
925
+ #: ../admin-views/tribe-options-general.php:178
926
  msgid ""
927
  "The currency symbol normally precedes the value. Enabling this option "
928
  "positions the symbol after the value."
931
  "option, ceci positionnera le symbole après la valeur."
932
 
933
  #
934
+ #: ../admin-views/tribe-options-general.php:184
935
  msgid "Map Settings"
936
  msgstr "Réglages des cartes"
937
 
938
+ #: ../admin-views/tribe-options-general.php:188
939
  msgid "Enable Google Maps"
940
  msgstr "Autoriser Google Maps "
941
 
942
+ #: ../admin-views/tribe-options-general.php:189
943
  msgid "Check to enable maps for events and venues."
944
  msgstr "Activer pour autoriser les cartes pour événements et lieux."
945
 
946
+ #: ../admin-views/tribe-options-general.php:196
947
  msgid "Google Maps default zoom level"
948
  msgstr "Niveau de zoom par défaut de Google Maps"
949
 
950
+ #: ../admin-views/tribe-options-general.php:197
951
  msgid "0 = zoomed out; 21 = zoomed in."
952
  msgstr "0 = Zoom minimum; 21 = Zoom maximum"
953
 
954
  #
955
+ #: ../admin-views/tribe-options-general.php:205
956
  msgid "Miscellaneous Settings"
957
  msgstr "Paramètres divers"
958
 
959
+ #: ../admin-views/tribe-options-general.php:209
960
  msgid "Duplicate Venues &amp; Organizers"
961
  msgstr "Lieux et organisateurs dupliqués"
962
 
963
+ #: ../admin-views/tribe-options-general.php:209
964
+ #: ../lib/tribe-amalgamator.php:260
965
  msgid "Merge Duplicates"
966
  msgstr "Fusionner les duplicatas"
967
 
968
+ #: ../admin-views/tribe-options-general.php:209
969
  msgid ""
970
  "You might find duplicate venues and organizers when updating The Events "
971
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
977
  "identiques"
978
 
979
  #
980
+ #: ../admin-views/tribe-options-general.php:214
981
  msgid "Debug mode"
982
  msgstr "Mode de débogage"
983
 
984
+ #: ../admin-views/tribe-options-general.php:220
985
  #, php-format
986
  msgid ""
987
  "Enable this option to log debug information. By default this will log to "
995
  "enregistrés sur votre navigateur, nous vous recommandons d'installer %s et "
996
  "de rechercher l'onglet \"Tribe\"."
997
 
998
+ #: ../admin-views/tribe-options-general.php:220
999
  msgid "Debug Bar Plugin"
1000
  msgstr "Plugin Debug Bar"
1001
 
1002
+ #: ../admin-views/tribe-options-help.php:28
1003
+ msgctxt "not available"
1004
+ msgid "n/a"
1005
+ msgstr ""
1006
+
1007
+ #: ../admin-views/tribe-options-help.php:29
1008
  msgid "You need to upgrade!"
1009
  msgstr "Vous devez mettre à jour!"
1010
 
1011
+ #: ../admin-views/tribe-options-help.php:29
1012
  msgid "You are up to date!"
1013
  msgstr "Vous avez la dernière version!"
1014
 
1015
  #
1016
+ #: ../admin-views/tribe-options-help.php:52
1017
  msgid "The Events Calendar PRO"
1018
  msgstr "The Events Calendar PRO"
1019
 
1020
  #
1021
+ #: ../admin-views/tribe-options-help.php:56
1022
  msgid "The Events Calendar: Eventbrite Tickets"
1023
  msgstr "The Events Calendar: Eventbrite billets"
1024
 
1025
  #
1026
+ #: ../admin-views/tribe-options-help.php:60
1027
  msgid "The Events Calendar: Community Events"
1028
  msgstr "The Events Calendar: Community Events"
1029
 
1030
  #
1031
+ #: ../admin-views/tribe-options-help.php:64
1032
  msgid "The Events Calendar: Facebook Events"
1033
  msgstr "The Events Calendar: Facebook événements"
1034
 
1035
  #
1036
+ #: ../admin-views/tribe-options-help.php:68
1037
  msgid "The Events Calendar: WooCommerce Tickets"
1038
  msgstr "The Events Calendar: WooCommerce Tickets"
1039
 
1040
  #
1041
+ #: ../admin-views/tribe-options-help.php:73
1042
  msgid "The Events Calendar: EDD Tickets"
1043
  msgstr "The Events Calendar: EDD Tickets"
1044
 
1045
  #
1046
+ #: ../admin-views/tribe-options-help.php:78
1047
  msgid "The Events Calendar: WPEC Tickets"
1048
  msgstr "The Events Calendar: WPEC Tickets"
1049
 
1050
  #
1051
+ #: ../admin-views/tribe-options-help.php:83
1052
  msgid "The Events Calendar: Shopp Tickets"
1053
  msgstr "The Events Calendar: Shopp Tickets"
1054
 
1055
+ #: ../admin-views/tribe-options-help.php:88
1056
+ #, fuzzy
1057
+ msgid "The Events Calendar: Filter Bar"
1058
+ msgstr "The Events Calendar"
1059
+
1060
+ #: ../admin-views/tribe-options-help.php:94
1061
+ msgid ""
1062
+ "If you're looking for help with The Events Calendar, you've come to the "
1063
+ "right place. We are committed to helping make your calendar kick ass...and "
1064
+ "hope the resources provided below will help get you there."
1065
+ msgstr ""
1066
 
1067
+ #: ../admin-views/tribe-options-help.php:97
1068
  msgid ""
1069
  "If this is your first time using The Events Calendar, you're in for a treat "
1070
  "and are already well on your way to creating a first event. Here are some "
1074
  "la bonne voie pour créer votre premier événement. Voici quelques "
1075
  "explications de base que nous avons trouvé utile de partager aux débutants."
1076
 
1077
+ #: ../admin-views/tribe-options-help.php:100
1078
  #, php-format
1079
  msgid ""
1080
  "%sOur New User Primer%s was designed for folks in your exact position. "
1087
  "de captures d'écran, ce guide a pour objectif de vous amener rapidement à "
1088
  "maitriser ce plugin."
1089
 
1090
+ #: ../admin-views/tribe-options-help.php:102
1091
  #, php-format
1092
  msgid ""
1093
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
1101
  "répondre aux questions les plus courantes qui ne sont pas répondus dans "
1102
  "notre Guide du Nouvel Utilisateur."
1103
 
1104
+ #: ../admin-views/tribe-options-help.php:104
1105
  #, php-format
1106
  msgid ""
1107
  "Are you developer looking to build your own frontend view? We created an "
1112
  "avons créé un plugin d'exemple qui montre comment procéder. Vous pouvez "
1113
  "%stélécharger ce plugin sur GitHub%s pour débuter."
1114
 
1115
+ #: ../admin-views/tribe-options-help.php:106
1116
  msgid ""
1117
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
1118
  "the Events menu and adding your first event."
1121
  "en vous dirigeant vers le menu Événements et en ajoutant votre premier "
1122
  "événement."
1123
 
1124
+ #: ../admin-views/tribe-options-help.php:110
1125
  #, php-format
1126
  msgid ""
1127
  "We've redone our support page from the ground up in an effort to better help "
1132
  "mieux aider nos utilisateurs. Dirigez vous sur notre %sPage de Support%s et "
1133
  "vous découvrirez un tas de nouvelles ressources, incluant :"
1134
 
1135
+ #: ../admin-views/tribe-options-help.php:112
1136
  #, php-format
1137
  msgid ""
1138
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1141
  "%sTags pour Template, fonctions, et crochets (hooks) & filtres%s pour The "
1142
  "Events Calendar &amp; Events Calendar PRO"
1143
 
1144
+ #: ../admin-views/tribe-options-help.php:114
1145
  #, php-format
1146
  msgid ""
1147
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
1150
  "%sFoire Aux Questions%s : Réponses aux questions d'installation les plus "
1151
  "basiques jusqu'aux fonctions plus avancées de personnalisation"
1152
 
1153
+ #: ../admin-views/tribe-options-help.php:116
1154
  #, php-format
1155
  msgid ""
1156
  "%sTutorials%s written by both members of our team and users from the "
1161
  "utilisateurs de la communauté, abordant requêtes particulières, "
1162
  "l'intégration à des thèmes et plugins de tierces parties, etc."
1163
 
1164
+ #: ../admin-views/tribe-options-help.php:118
1165
  msgid ""
1166
  "Release notes for painting an overall picture of the plugin's lifecycle and "
1167
  "when features/bug fixes were introduced."
1169
  "Notes de distribution sur l'évolution du plugin et l'introduction de "
1170
  "nouvelles fonctionnalités/correctifs"
1171
 
1172
+ #: ../admin-views/tribe-options-help.php:120
1173
  #, php-format
1174
  msgid ""
1175
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
1180
  "de Modern Tribe pour The Events Calendar (incluant WooTickets, Community "
1181
  "Events, Eventbrite Tickets, Facebook Events, etc.)"
1182
 
1183
+ #: ../admin-views/tribe-options-help.php:122
1184
  #, php-format
1185
  msgid ""
1186
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
1198
  "votre propre demande et aidez nous à dessiner le future de nos produits de "
1199
  "façon à mieux répondre aux besoins de la communauté."
1200
 
1201
+ #: ../admin-views/tribe-options-help.php:126
1202
  #, php-format
1203
  msgid ""
1204
  "Written documentation can only take things so far...sometimes, you need help "
1208
  "avez besoin de l'aide de vrais personnes. C'est pourquoi nous vous invitons "
1209
  "à utiliser notre %sForum de Support%s."
1210
 
1211
+ #: ../admin-views/tribe-options-help.php:127
1212
  #, php-format
1213
  msgid ""
1214
  "Users of the free The Events Calendar should post their support concerns to "
1224
  "%sdiscussion importante sur les Attentes par rapport au support%s avant de "
1225
  "publier quoi que ce soit afin de bien comprendre nos limitations."
1226
 
1227
+ #: ../admin-views/tribe-options-help.php:128
1228
  msgid ""
1229
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1230
  "you report a legitimate bug that we're able to reproduce, we will log it and "
1240
  "personnalisation ou d'intégration avec des plugins ou thèmes de tierces "
1241
  "parties."
1242
 
1243
+ #: ../admin-views/tribe-options-help.php:129
1244
  #, php-format
1245
  msgid ""
1246
  "If you're a user of The Events Calendar and would like more support, please "
1254
  "plus poussée aux utilisateurs payants pour vos besoin de personnalisation/"
1255
  "intégration que nous pouvons le faire sur WordPress.org."
1256
 
1257
+ #: ../admin-views/tribe-options-help.php:133
1258
  #, php-format
1259
  msgid ""
1260
  "If you find that you aren't getting the level of service you've come to "
1266
  "écrivez un tweet sur %s (en anglais) en nous disant pourquoi. Nous ferons "
1267
  "notre possible pour corriger la situation."
1268
 
1269
+ #: ../admin-views/tribe-options-help.php:134
1270
  msgid "More..."
1271
  msgstr "Plus..."
1272
 
1273
+ #: ../admin-views/tribe-options-help.php:143
1274
  msgid ""
1275
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1276
  "for installing our labor of love!"
1278
  "Salut! Nous sommes Modern Tribe et on est la pour t'aider à déchirer! Merci "
1279
  "beaucoup pour installer notre travail d'amour!"
1280
 
1281
+ #: ../admin-views/tribe-options-help.php:152
 
 
 
 
1282
  msgid "Support Resources To Help You Kick Ass"
1283
  msgstr "Documents d'aide pour t'aider à déchirer"
1284
 
1285
+ #: ../admin-views/tribe-options-help.php:155
1286
  msgid "Forums: Because Everyone Needs A Buddy"
1287
  msgstr "Forums : Parce que tout le monde à besoin d'un ami"
1288
 
1289
+ #: ../admin-views/tribe-options-help.php:158
1290
  msgid "Not getting help?"
1291
  msgstr "Vous n'arrivez pas à obtenir de l'aide?"
1292
 
1293
+ #: ../admin-views/tribe-options-help.php:170
1294
+ #: ../lib/the-events-calendar.class.php:586
1295
+ #: ../lib/tribe-settings.class.php:132
1296
  msgid "The Events Calendar"
1297
  msgstr "The Events Calendar"
1298
 
1299
+ #: ../admin-views/tribe-options-help.php:175
1300
  msgid "Latest Version:"
1301
  msgstr "Dernière version :"
1302
 
1303
+ #: ../admin-views/tribe-options-help.php:176
1304
  msgid "Author:"
1305
  msgstr "Auteur :"
1306
 
1307
  #
1308
+ #: ../admin-views/tribe-options-help.php:176
1309
  msgid "Modern Tribe Inc"
1310
  msgstr "Modern Tribe Inc"
1311
 
1312
+ #: ../admin-views/tribe-options-help.php:179
1313
  msgid "Requires:"
1314
  msgstr "Requiert :"
1315
 
1316
+ #: ../admin-views/tribe-options-help.php:179
1317
  msgid "WordPress "
1318
  msgstr "WordPress"
1319
 
1320
+ #: ../admin-views/tribe-options-help.php:181
1321
  msgid "Wordpress.org Plugin Page"
1322
  msgstr "Page de plugins Wordpress.org"
1323
 
1324
+ #: ../admin-views/tribe-options-help.php:187
1325
  msgid "Average Rating"
1326
  msgstr "Note moyenne"
1327
 
1328
+ #: ../admin-views/tribe-options-help.php:191
1329
+ #, php-format
1330
+ msgid "Based on %d rating"
1331
+ msgid_plural "Based on %d ratings"
1332
+ msgstr[0] ""
1333
+ msgstr[1] ""
1334
+
1335
+ #: ../admin-views/tribe-options-help.php:193
1336
  msgid "Give us 5 stars!"
1337
  msgstr "Donnez nous 5 étoiles!"
1338
 
1339
+ #: ../admin-views/tribe-options-help.php:197
1340
  msgid "Premium Add-Ons"
1341
  msgstr "Modules Premiums"
1342
 
1343
+ #: ../admin-views/tribe-options-help.php:206
1344
  msgid "(Coming Soon!)"
1345
  msgstr "(À venir!)"
1346
 
1347
+ #: ../admin-views/tribe-options-help.php:216
1348
  msgid "News and Tutorials"
1349
  msgstr "News et tutoriaux"
1350
 
1351
  #
1352
+ #: ../admin-views/tribe-options-network.php:15
1353
  msgid "Network Settings"
1354
  msgstr "Réglages du réseau"
1355
 
1356
+ #: ../admin-views/tribe-options-network.php:19
1357
  msgid ""
1358
  "This is where all of the global network settings for Modern Tribe's The "
1359
  "Events Calendar can be modified."
1361
  "C'est ici que tous les réglages globaux de réseau du plugin The Events "
1362
  "Calendar de Modern Tribe peuvent être modifiés."
1363
 
1364
+ #: ../admin-views/tribe-options-network.php:27
1365
  msgid "Hide the following settings tabs on every site:"
1366
  msgstr "Masquer les onglets de réglages suivants sur chaque site :"
1367
 
1368
+ #: ../admin-views/venue-meta-box.php:31
1369
+ #: ../public/advanced-functions/meta.php:492
 
 
 
 
1370
  msgid "Address:"
1371
  msgstr "Adresse :"
1372
 
1373
+ #: ../admin-views/venue-meta-box.php:38
1374
  msgid "City:"
1375
  msgstr "Ville :"
1376
 
1377
+ #: ../admin-views/venue-meta-box.php:45
1378
  msgid "Country:"
1379
  msgstr "Pays :"
1380
 
1381
+ #: ../admin-views/venue-meta-box.php:85
1382
  msgid "State or Province:"
1383
  msgstr "Etat ou province :"
1384
 
1385
+ #: ../admin-views/venue-meta-box.php:89
1386
  msgid "Select a State:"
1387
  msgstr "Sélectionner un Etat :"
1388
 
1389
+ #: ../admin-views/venue-meta-box.php:102
1390
  msgid "Postal Code:"
1391
  msgstr "Code Postal :"
1392
 
1393
+ #: ../admin-views/venue-meta-box.php:134 ../admin-views/venue-meta-box.php:156
1394
  msgid "Show Google Map:"
1395
  msgstr "Afficher Google Map "
1396
 
1397
+ #: ../admin-views/venue-meta-box.php:144 ../admin-views/venue-meta-box.php:166
1398
  msgid "Show Google Maps Link:"
1399
  msgstr "Afficher le lien Google Maps"
1400
 
1401
+ #: ../admin-views/widget-admin-list.php:13
1402
  msgid "Title:"
1403
  msgstr "Titre :"
1404
 
1405
+ #: ../admin-views/widget-admin-list.php:18
1406
  msgid "Show:"
1407
  msgstr "Afficher :"
1408
 
1409
+ #: ../admin-views/widget-admin-list.php:28
1410
  msgid "Show widget only if there are upcoming events:"
1411
  msgstr "Afficher le widget uniquement s'il y a des événements à venir :"
1412
 
1413
+ #: ../lib/Activation_Page.php:125
1414
+ #, fuzzy
1415
+ msgid "Welcome to The Events Calendar"
1416
+ msgstr "The Events Calendar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1417
 
1418
+ #: ../lib/Activation_Page.php:145
1419
+ #, fuzzy
1420
+ msgid "Thanks for Updating The Events Calendar"
1421
+ msgstr "Mise à jour depuis The Events Calendar"
1422
 
1423
+ #: ../lib/io/csv/admin-views/columns.php:22
1424
  #, php-format
1425
+ msgid "Column Mapping: %s"
1426
+ msgstr "Cartographie (mapping) des colonnes : %s"
 
 
 
 
1427
 
1428
+ #: ../lib/io/csv/admin-views/columns.php:28
1429
+ msgid "Please choose the fields that best match the columns in your CSV file."
1430
+ msgstr ""
1431
+ "Veuillez choisir les champs qui correspondent le mieux aux colonnes de votre "
1432
+ "fichier CSV."
1433
 
1434
+ #: ../lib/io/csv/admin-views/columns.php:33
1435
+ msgid "Column Headings"
1436
+ msgstr "En-tête des colonnes"
1437
 
1438
  #
1439
+ #: ../lib/io/csv/admin-views/columns.php:34
1440
+ msgid "Event Fields"
1441
+ msgstr "Champs des événement"
 
 
 
 
1442
 
1443
+ #: ../lib/io/csv/admin-views/columns.php:45
1444
+ msgid "Perform Import"
1445
+ msgstr "Démarrer l'importation"
1446
 
1447
  #
1448
+ #: ../lib/io/csv/admin-views/header.php:13
1449
+ msgid "Events Import (CSV)"
1450
+ msgstr "Importation d'événement (CSV)"
 
 
 
 
1451
 
1452
+ #: ../lib/io/csv/admin-views/import.php:17
1453
+ msgid "Import Instructions"
1454
+ msgstr " Instructions d'importation"
1455
 
1456
+ #: ../lib/io/csv/admin-views/import.php:20
1457
+ msgid "If your events have Organizers or Venues, please import those first."
1458
+ msgstr ""
1459
+ "Si vos événements ont des Organisateurs ou des Lieux, s'il vous plaît "
1460
+ "importer les en premier."
1461
 
1462
+ #: ../lib/io/csv/admin-views/import.php:21
1463
+ msgid "To import organizers or venues:"
1464
+ msgstr "Pour importer des organisateurs ou des lieux:"
 
1465
 
1466
+ #: ../lib/io/csv/admin-views/import.php:23
1467
+ msgid "Select the appropriate import type."
1468
+ msgstr "Sélectionnez le type d'importation approprié."
1469
 
1470
+ #: ../lib/io/csv/admin-views/import.php:24
1471
+ #: ../lib/io/csv/admin-views/import.php:30
1472
  msgid ""
1473
+ "Upload a CSV file with one record on each line. The first line may contain "
1474
+ "column names (check the box below)."
1475
  msgstr ""
1476
+ "Télécharger un fichier CSV avec un enregistrement sur ​​chaque ligne. La "
1477
+ "première ligne peut contenir les noms de colonnes (cochez la case ci-"
1478
+ "dessous)."
 
 
 
1479
 
1480
+ #: ../lib/io/csv/admin-views/import.php:25
1481
  msgid ""
1482
+ "One column in your CSV should have the Organizer/Venue name. All other "
1483
+ "fields are optional."
 
1484
  msgstr ""
1485
+ "Une colonne dans votre fichier CSV devrait avoir obligatoirement le nom de "
1486
+ "l'Organisateur / le nom du Lieu. Tous les autres champs sont facultatifs."
 
 
 
 
 
 
 
 
 
 
1487
 
1488
+ #: ../lib/io/csv/admin-views/import.php:26
1489
+ #: ../lib/io/csv/admin-views/import.php:32
1490
+ msgid ""
1491
+ "After you upload your file, you'll have the opportunity to indicate how the "
1492
+ "columns in your CSV map to fields in The Events Calendar."
1493
+ msgstr ""
1494
+ "Après avoir téléchargé votre fichier, vous aurez la possibilité d'indiquer "
1495
+ "comment les colonnes de votre fichier CSV sont arrimées aux champs dans le "
1496
+ "calendrier des événements."
1497
 
1498
+ #: ../lib/io/csv/admin-views/import.php:28
1499
+ msgid "After importing your Organizers and Venues, import your Events:"
1500
+ msgstr ""
1501
+ "Après avoir importé les Organisateurs et Lieux, importer vos événements:"
1502
 
1503
+ #: ../lib/io/csv/admin-views/import.php:31
1504
+ msgid ""
1505
+ "One column in your CSV should have the Event title. Another should have the "
1506
+ "Event start date. All other fields are optional."
1507
+ msgstr ""
1508
+ "Une colonne dans votre fichier CSV doit avoir le titre de l'événement. Un "
1509
+ "autre doit avoir la date de début de l'événement. Tous les autres champs "
1510
+ "sont facultatifs."
1511
 
1512
+ #: ../lib/io/csv/admin-views/import.php:36
1513
+ #, php-format
1514
+ msgid "Questions? <a href=\"%s\">Watch the video</a>."
1515
+ msgstr "Questions? <a href=\"%s\">Voir la vidéo</a>."
1516
 
1517
+ #: ../lib/io/csv/admin-views/import.php:43
1518
+ msgid "Import Type:"
1519
+ msgstr "Type d'importation:"
1520
 
1521
+ #: ../lib/io/csv/admin-views/import.php:45
1522
+ #: ../lib/the-events-calendar.class.php:520
1523
+ #: ../public/template-tags/venue.php:52
1524
+ msgid "Venues"
1525
+ msgstr "Lieux"
1526
 
1527
+ #: ../lib/io/csv/admin-views/import.php:46
1528
+ #: ../lib/the-events-calendar.class.php:536
1529
+ #: ../public/template-tags/organizer.php:59
1530
+ msgid "Organizers"
1531
+ msgstr "Organisateurs"
1532
 
1533
+ #: ../lib/io/csv/admin-views/import.php:47
1534
+ #: ../lib/the-events-calendar.class.php:1416
1535
+ #: ../lib/the-events-calendar.class.php:4186
1536
+ msgid "Events"
1537
+ msgstr "Événements"
1538
 
1539
+ #: ../lib/io/csv/admin-views/import.php:55
1540
+ msgid "CSV File:"
1541
+ msgstr "Fichier CSV:"
 
1542
 
1543
+ #: ../lib/io/csv/admin-views/import.php:59
1544
  msgid ""
1545
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1546
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1547
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
1548
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1549
  msgstr ""
1550
+ "Choisissez un fichier formaté adéquatement : Un fichier CSV encodé au format "
1551
+ "UTF-8. Vous ne savez pas si votre fichier est encodé au format UTF-8? "
1552
+ "Veuillez vérifier de spécifier l'encodage des charactères lorsque vous "
1553
+ "sauvegardez le fichier, ou passez le par un <a href='http://i-tools.org/"
1554
+ "charset/exec?dest=utf-8&src=auto&download=1'>outil de conversion</a>."
 
 
1555
 
1556
+ #: ../lib/io/csv/admin-views/import.php:67
1557
+ msgid "This file has column names in the first row"
1558
+ msgstr "Ce fichier dispose d'une colonne de nom comme première ligne"
1559
 
1560
+ #: ../lib/io/csv/admin-views/import.php:78
1561
+ msgid "Import CSV File"
1562
+ msgstr "Importer le fichier CSV"
1563
 
1564
+ #: ../lib/io/csv/admin-views/result.php:15
1565
+ msgid "Import Result"
1566
+ msgstr "Résultat d'importation"
1567
 
1568
+ #: ../lib/io/csv/admin-views/result.php:17
1569
+ msgid "Import complete!"
1570
+ msgstr "Importation terminée!"
 
1571
 
1572
+ #: ../lib/io/csv/admin-views/result.php:19
1573
  #, php-format
1574
+ msgid "Inserted: %d"
1575
+ msgstr "Inséré: %d"
 
 
 
 
1576
 
1577
+ #: ../lib/io/csv/admin-views/result.php:20
1578
  #, php-format
1579
+ msgid "Updated: %d"
1580
+ msgstr "Mis à jour: %d"
 
 
 
 
 
 
 
 
 
 
 
 
 
1581
 
1582
+ #: ../lib/io/csv/admin-views/result.php:21
1583
  #, php-format
1584
+ msgid "Skipped: %d"
1585
+ msgstr "Ignoré: %d"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1586
 
1587
+ #: ../lib/io/csv/admin-views/result.php:25
1588
+ msgid "The import statistics above have the following meaning:"
 
 
 
1589
  msgstr ""
1590
+ "Les statistiques d'importation ci-dessus ont la signification suivante:"
 
1591
 
1592
+ #: ../lib/io/csv/admin-views/result.php:26
 
1593
  msgid ""
1594
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1595
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1596
+ "start date. The existing item was updated with the new value from the file.</"
1597
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
1598
+ "not be imported. Please see below for the invalid rows.</li></ol>"
1599
  msgstr ""
1600
+ "<ol><li><strong>Inséré:</strong> Une nouvelle entrée a été inséré avec "
1601
+ "succès</li><li><strong>Mis à jour:</strong> Une entrée a été trouvé avec le "
1602
+ "même name et/ou date de début. L'entrée existante a été mis à jour avec la "
1603
+ "nouvelle valeur du fichier.</li><li><strong>Ignoré:</strong> Une ligne a été "
1604
+ "trouvé dans le fichier CSV qui ne pouvait pas être importée. Veuillez "
1605
+ "vérifier ci-dessous les lignes invalides.</li></ol>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1606
 
1607
+ #: ../lib/io/csv/admin-views/result.php:29
1608
  #, php-format
1609
+ msgid "Skipped row numbers: %s"
1610
+ msgstr "Numéros des lignes ignorées: %s"
 
 
 
 
1611
 
1612
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
1613
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
1614
+ #, fuzzy
1615
+ msgid "Import: CSV"
1616
+ msgstr "Importer le fichier CSV"
1617
 
1618
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
1619
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
1620
+ msgid "The file went away. Please try again."
1621
+ msgstr "Le fichier a disparu. Merci de ré-essayer à nouveau."
1622
 
1623
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
1624
+ msgid "We were unable to process your request. Please try again."
1625
+ msgstr ""
1626
+ "Nous sommes dans l'incapacité de traiter votre demande. Veuillez recommencer."
 
 
1627
 
1628
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
1629
+ msgid "<p>The following fields are required for a successful import:</p>"
1630
+ msgstr "<p>Les champs suivant sont requis pour réussir l'importation:</p>"
1631
 
1632
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
1633
+ msgid "Do Not Import"
1634
+ msgstr "Ne pas importer"
 
 
1635
 
1636
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1637
+ msgid "Event Name"
1638
+ msgstr "Nom de l'événement"
1639
 
1640
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1641
+ msgid "Event Description"
1642
+ msgstr "Description de l'événement"
1643
 
1644
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1645
+ msgid "Event Start Date"
1646
+ msgstr "Date de début de l'événement"
1647
 
1648
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1649
+ msgid "Event Start Time"
1650
+ msgstr "Heure de début de l'événement"
1651
 
1652
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1653
+ msgid "Event End Date"
1654
+ msgstr "Date de fin de l'événement"
1655
 
1656
+ #
1657
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1658
+ msgid "Event End Time"
1659
+ msgstr "Heure de fin de l'événement"
1660
 
1661
+ #
1662
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1663
+ msgid "All Day Event"
1664
+ msgstr "Événement sur toute la journée"
1665
 
1666
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1667
+ msgid "Event Venue Name"
1668
+ msgstr "Nom de la salle"
 
 
1669
 
1670
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1671
+ msgid "Event Organizer Name"
1672
+ msgstr "Nom de l'organisateur"
 
1673
 
1674
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
1675
+ msgid "Event Show Map Link"
1676
+ msgstr "Affichier le lien de la carte de l'événement"
1677
 
1678
+ #
1679
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1680
+ msgid "Event Show Map"
1681
+ msgstr "Afficher la carte de l'événement"
1682
 
1683
+ #
1684
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:64
1685
+ msgid "Event Phone"
1686
+ msgstr "Numéro de téléphone de l'événement"
1687
 
1688
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:65
1689
+ #: ../lib/the-events-calendar.class.php:1456
1690
+ #: ../public/template-tags/general.php:353
1691
+ msgid "Event Category"
1692
+ msgstr "Catégorie de l'événement"
1693
 
1694
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1695
+ msgid "Venue Name"
1696
+ msgstr "Nom de la salle"
1697
 
1698
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1699
+ msgid "Venue Country"
1700
+ msgstr "Pays de la salle"
1701
 
1702
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1703
+ msgid "Venue Address"
1704
+ msgstr "Adresse de la salle"
1705
 
1706
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1707
+ #, fuzzy
1708
+ msgid "Venue Address 2"
1709
+ msgstr "Adresse secondaire de la salle"
 
1710
 
1711
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1712
+ msgid "Venue City"
1713
+ msgstr "Ville de la salle"
 
1714
 
1715
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
1716
+ msgid "Venue State/Province"
1717
+ msgstr "État/Province de la salle"
1718
 
1719
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:78
1720
+ msgid "Venue Zip"
1721
+ msgstr "Code postal de la salle"
1722
 
1723
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:79
1724
+ msgid "Venue Phone"
1725
+ msgstr "Numéro de téléphone de la salle"
1726
 
1727
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1728
+ msgid "Organizer Name"
1729
+ msgstr "Nom de l'organisateur"
 
1730
 
1731
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
1732
+ msgid "Organizer Email"
1733
+ msgstr "Email de l'organisateur"
1734
 
1735
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:87
1736
+ msgid "Organizer Website"
1737
+ msgstr "Site web de l'organisateur"
1738
 
1739
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:88
1740
+ msgid "Organizer Phone"
1741
+ msgstr "Numéro de téléphone de l'organisateur"
1742
 
1743
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
1744
+ #, php-format
1745
+ msgid "No importer defined for %s"
1746
+ msgstr "Pas d'importeur définit pour %s"
1747
 
1748
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
1749
+ #, php-format
1750
+ msgid "Missing required fields in row %d."
1751
+ msgstr "Champs requis manquant à la ligne %d."
1752
 
1753
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:118
1754
+ #, php-format
1755
+ msgid "Failed to import record in row %d."
1756
+ msgstr "Importation de l'enregistrement échoué à la ligne %d."
1757
 
1758
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:127
1759
+ #, php-format
1760
+ msgid "%s (post ID %d) updated."
1761
+ msgstr "%s (post ID %d) mis à jour."
1762
 
1763
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:131
1764
+ #, php-format
1765
+ msgid "%s (post ID %d) created."
1766
+ msgstr "%s (post ID %d) créé."
1767
 
1768
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
1769
+ #, php-format
1770
+ msgid "Temporary file not found. Could not save %s."
1771
+ msgstr "Fichier temporaire introuvable. Impossible de sauvegarder %s."
1772
 
1773
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
1774
+ #, php-format
1775
+ msgid "Could not save %s."
1776
+ msgstr "Impossible de sauvegarder %s."
1777
 
1778
+ #: ../lib/pue/admin-views/license-key.view.php:12
1779
+ #: ../lib/pue/admin-views/license-key.view.php:16
1780
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:305
1781
+ #, fuzzy
1782
+ msgid "License Key"
1783
+ msgstr "Licences"
1784
 
1785
+ #: ../lib/pue/admin-views/license-key.view.php:13
1786
+ msgid "A valid license key is required for support and updates."
1787
+ msgstr ""
1788
 
1789
+ #: ../lib/pue/admin-views/license-key.view.php:19
1790
+ msgid "Replace empty fields"
1791
+ msgstr ""
1792
 
1793
+ #: ../lib/pue/admin-views/license-key.view.php:29
1794
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:306
1795
+ msgid "A valid license key is required for support and updates"
1796
+ msgstr ""
1797
 
1798
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:375
1799
+ #, fuzzy
1800
+ msgid "License key(s) updated."
1801
+ msgstr "Lieu mis à jour"
 
1802
 
1803
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:415
1804
+ msgid "Sorry, key validation server is not available."
1805
+ msgstr ""
 
 
1806
 
1807
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:417
1808
+ msgid "Sorry, this key is expired."
1809
+ msgstr ""
1810
 
1811
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:420
1812
+ msgid "Sorry, this key is out of installs."
1813
+ msgstr ""
 
1814
 
1815
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:421
1816
+ msgid "Why am I seeing this message?"
1817
+ msgstr ""
 
1818
 
1819
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:424
1820
+ msgid "Sorry, this key is not valid."
1821
+ msgstr ""
1822
 
1823
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:427
1824
  #, php-format
1825
+ msgid "Valid Key! Expires on %s"
1826
+ msgstr ""
1827
 
1828
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:431
1829
  #, php-format
1830
  msgid ""
1831
+ "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1832
+ "\">support.</a>"
1833
  msgstr ""
 
 
1834
 
1835
+ #
1836
+ #: ../lib/template-classes/day.php:75 ../lib/template-classes/day.php:91
1837
+ #, fuzzy
1838
+ msgid "All Day"
1839
+ msgstr "Événement sur toute la journée"
1840
 
1841
+ #: ../lib/template-classes/day.php:78 ../lib/template-classes/day.php:94
1842
+ msgid "Ongoing"
 
1843
  msgstr ""
 
 
1844
 
1845
+ #: ../lib/template-classes/day.php:139
1846
+ #, fuzzy, php-format
1847
+ msgid ""
1848
+ "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1849
+ "try another day."
1850
+ msgstr ""
1851
+ "Pas d'événements correspondant listé sous %s. Consultez les événements à "
1852
+ "venir dans cette catégorie, ou regardez le calendrier complet."
1853
 
1854
+ #: ../lib/template-classes/day.php:141
1855
+ #, fuzzy, php-format
1856
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1857
+ msgstr ""
1858
+ "Événement programmé pour le : <strong>%1$s</strong>. <a target=\"_blank\" "
1859
+ "href=\"%2$s\">Aperçu</a> "
1860
 
1861
+ #: ../lib/template-classes/month.php:115
1862
  #, php-format
1863
+ msgid ""
1864
+ "There were no results found for <strong>\"%s\"</strong> this month. Try "
1865
+ "searching next month."
1866
+ msgstr ""
1867
+ "Il n'y a pas de résultats trouvés pour <strong>\"%s\"</strong> dans ce mois. "
1868
+ "Essayez de rechercher dans le mois prochain."
1869
 
1870
+ #: ../lib/template-classes/month.php:118
1871
+ #: ../lib/tribe-template-factory.class.php:250
1872
+ #: ../lib/tribe-template-factory.class.php:255
1873
+ #, fuzzy, php-format
1874
+ msgid ""
1875
+ "No matching events listed under %s. Please try viewing the full calendar for "
1876
+ "a complete list of events."
1877
+ msgstr ""
1878
+ "Pas d'événements correspondant listé sous %s. Consultez les événements à "
1879
+ "venir dans cette catégorie, ou regardez le calendrier complet."
1880
 
1881
+ #: ../lib/template-classes/month.php:120
1882
+ #: ../lib/tribe-template-factory.class.php:257
1883
+ msgid "There were no results found."
1884
+ msgstr "Aucun résultat trouvé."
1885
 
1886
+ #: ../lib/template-classes/single-event.php:107
1887
+ msgid "This event has passed."
1888
+ msgstr "Cet événement est terminé"
 
1889
 
1890
+ #: ../lib/the-events-calendar.class.php:495
1891
  #, php-format
1892
  msgid ""
1893
+ "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1894
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
1895
+ "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
1896
+ "friendly folks at Modern Tribe."
1897
  msgstr ""
 
 
1898
 
1899
+ #: ../lib/the-events-calendar.class.php:495
1900
+ msgid ""
1901
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1902
  msgstr ""
 
1903
 
1904
+ #: ../lib/the-events-calendar.class.php:528
1905
+ #: ../public/advanced-functions/meta.php:445
1906
+ #: ../public/template-tags/venue.php:41
1907
+ msgid "Venue"
1908
+ msgstr "Lieu"
1909
 
1910
+ #: ../lib/the-events-calendar.class.php:544
1911
+ #: ../public/advanced-functions/meta.php:518
1912
+ #: ../public/template-tags/organizer.php:48
1913
+ msgid "Organizer"
1914
+ msgstr "Organisateur"
1915
 
1916
+ #: ../lib/the-events-calendar.class.php:591
1917
+ msgid "month"
1918
+ msgstr "mois"
 
1919
 
1920
+ #: ../lib/the-events-calendar.class.php:592
1921
+ msgid "list"
1922
+ msgstr ""
1923
+
1924
+ #: ../lib/the-events-calendar.class.php:593
1925
+ msgid "upcoming"
1926
+ msgstr "à venir"
1927
+
1928
+ #: ../lib/the-events-calendar.class.php:594
1929
+ msgid "past"
1930
+ msgstr "terminé"
1931
+
1932
+ #: ../lib/the-events-calendar.class.php:595
1933
+ #, fuzzy
1934
+ msgid "day"
1935
+ msgstr "Aujourd'hui "
1936
 
1937
+ #: ../lib/the-events-calendar.class.php:596
1938
+ #, fuzzy
1939
+ msgid "today"
1940
+ msgstr "Aujourd'hui "
1941
 
1942
+ #: ../lib/the-events-calendar.class.php:615
1943
  #, php-format
1944
+ msgid "Initializing Tribe Events on %s"
1945
+ msgstr "Initialisation de Tribe Events à %s"
 
1946
 
1947
+ #: ../lib/the-events-calendar.class.php:732
1948
  #, php-format
1949
  msgid ""
1950
+ "Your version of The Events Calendar is not up-to-date with one of your The "
1951
+ "Events Calendar add-ons. Please %supdate now.%s"
1952
  msgstr ""
1953
+ "Votre version de The Event Calendar n'est pas à jour avec un de vos module "
1954
+ "de The Event Calendar. Veuillez %sMettre à jour.%s"
1955
 
1956
+ #: ../lib/the-events-calendar.class.php:752
1957
  #, php-format
1958
  msgid ""
1959
+ "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1960
+ "dependencies on The Events Calendar and will not function properly unless "
1961
+ "paired with the right version. %sWant to pair an older version%s?"
1962
  msgstr ""
1963
+ "Les plugins suivant ne sont pas à jour : <b>%s</b>. Tous les modules "
1964
+ "complémentaires contiennent des dépendances de The Events Calendar et ne "
1965
+ "fonctionneront pas correctement à moins qu'ils soient jumelés à leur version "
1966
+ "correspondante. %sBesoin d'une version précédente%s?"
1967
 
1968
+ #: ../lib/the-events-calendar.class.php:816
1969
+ #: ../lib/the-events-calendar.class.php:852
1970
+ #: ../lib/the-events-calendar.class.php:858
1971
+ msgid "Licenses"
1972
+ msgstr "Licences"
1973
 
1974
+ #: ../lib/the-events-calendar.class.php:821
1975
+ #, php-format
1976
+ msgid ""
1977
+ "<p>The license key you received when completing your purchase from %s will "
1978
+ "grant you access to support and updates until it expires. You do not need to "
1979
+ "enter the key below for the plugins to work, but you will need to enter it "
1980
+ "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1981
+ "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1982
+ "unique license key. Simply paste the key into its appropriate field on "
1983
+ "below, and give it a moment to validate. You know you're set when a green "
1984
+ "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1985
+ "seeing a red message telling you that your key isn't valid or is out of "
1986
+ "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1987
+ "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1988
+ "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1989
+ "and click \"Check Again\".</p>"
1990
+ msgstr ""
1991
+ "<p>La clé de la licence que vous avez reçu lors de la complétion de l'achat "
1992
+ "depuis %s vous donnera accès au support et mises à jours jusqu'à expiration. "
1993
+ "Vous n'avez pas besoin d'insérer la clé ci-dessous pour que le plugin "
1994
+ "fonctionne, mais vous en aurez besoin pour recevoir les mises à jour "
1995
+ "automatiques. <strong>Votre clé de licence se trouve ici : <a href=\"%s\">"
1996
+ "%s</a></strong>.</p> <p> Chaque module payant à sa propre clé de licence. "
1997
+ "Copier/Coller simplement la clé sur le champ correspondant ci-dessous et "
1998
+ "veuillez attendre un moment pour sa validation. Tout est fonctionnel "
1999
+ "lorsqu'une date d'expiration s'affiche en vert ainsi qu'un message \"valide"
2000
+ "\".</p> <p>Si un message s'affiche en rouge indiquant que votre clé n'est "
2001
+ "pas valide ou excède la limite d'installations, veuillez vous rendre sur <a "
2002
+ "href=\"%s\" target=\"_blank\">%s</a>pour gérer vos installations ou "
2003
+ "renouvellements / mise-à-jour de votre licence.</p> <p>Mise à jour non "
2004
+ "affichée? Allez sur <a href=\"%s\">Tableau de Bord > Mises à jours</a> et "
2005
+ "cliquez \"Vérifier à nouveau\".</p>"
2006
 
2007
+ #: ../lib/the-events-calendar.class.php:844
2008
+ msgid "General"
2009
+ msgstr "Général"
2010
 
2011
+ #: ../lib/the-events-calendar.class.php:845
2012
+ msgid "Display"
2013
+ msgstr "Affichage"
 
2014
 
2015
+ #: ../lib/the-events-calendar.class.php:864
2016
+ #: ../lib/the-events-calendar.class.php:4297
2017
+ #: ../lib/the-events-calendar.class.php:4421
2018
+ msgid "Help"
2019
+ msgstr "Aide"
2020
 
2021
+ #: ../lib/the-events-calendar.class.php:908
2022
+ #, php-format
2023
+ msgid ""
2024
+ "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
2025
+ "your WordPress install."
2026
+ msgstr ""
2027
+ "Désolé, le plugin The Events Calendar requiert WordPress %s ou + . Mettez à "
2028
+ "jour votre installation WordPress "
2029
 
2030
+ #: ../lib/the-events-calendar.class.php:911
2031
+ #, php-format
2032
+ msgid ""
2033
+ "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
2034
+ "about moving you to a newer version of PHP."
2035
+ msgstr ""
2036
+ "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. "
2037
+ "Voyez avec votre hébergeur pour voir comment vous pouvez changer ça. "
2038
 
2039
+ #: ../lib/the-events-calendar.class.php:1377
2040
+ msgid "category"
2041
+ msgstr "catégorie"
 
2042
 
2043
+ #: ../lib/the-events-calendar.class.php:1388
2044
+ msgid "tag"
2045
+ msgstr "Mot-clef"
 
2046
 
2047
+ #: ../lib/the-events-calendar.class.php:1417
2048
+ msgid "Event"
2049
+ msgstr "Evénément"
 
2050
 
2051
+ #: ../lib/the-events-calendar.class.php:1418
2052
+ #: ../lib/the-events-calendar.class.php:1431
2053
+ #: ../lib/the-events-calendar.class.php:1444
2054
+ msgid "Add New"
2055
+ msgstr "Nouveau "
2056
 
2057
+ #: ../lib/the-events-calendar.class.php:1419
2058
+ msgid "Add New Event"
2059
+ msgstr "Nouvel événement "
2060
 
2061
+ #: ../lib/the-events-calendar.class.php:1420
2062
+ msgid "Edit Event"
2063
+ msgstr "Editer l'événement "
2064
 
2065
+ #: ../lib/the-events-calendar.class.php:1421
2066
+ msgid "New Event"
2067
+ msgstr "Nouvel événement "
2068
 
2069
+ #: ../lib/the-events-calendar.class.php:1422
2070
+ msgid "View Event"
2071
+ msgstr "Voir l'événement "
2072
+
2073
+ #: ../lib/the-events-calendar.class.php:1423
2074
+ msgid "Search Events"
2075
+ msgstr "Rechercher des événements "
2076
+
2077
+ #: ../lib/the-events-calendar.class.php:1424
2078
+ msgid "No events found"
2079
+ msgstr "Aucun événement "
2080
+
2081
+ #: ../lib/the-events-calendar.class.php:1425
2082
+ msgid "No events found in Trash"
2083
+ msgstr "Aucun événement dans la corbeille "
2084
+
2085
+ #: ../lib/the-events-calendar.class.php:1432
2086
+ #: ../lib/the-events-calendar.class.php:1445
2087
+ #, fuzzy, php-format
2088
+ msgid "Add New %s"
2089
+ msgstr "Nouveau "
2090
+
2091
+ #: ../lib/the-events-calendar.class.php:1433
2092
+ #: ../lib/the-events-calendar.class.php:1446
2093
+ #, fuzzy, php-format
2094
+ msgid "Edit %s"
2095
+ msgstr "Modifier dans %s"
2096
+
2097
+ #: ../lib/the-events-calendar.class.php:1434
2098
+ #: ../lib/the-events-calendar.class.php:1447
2099
+ #, fuzzy, php-format
2100
+ msgid "New %s"
2101
+ msgstr "New Jersey"
2102
 
2103
  #
2104
+ #: ../lib/the-events-calendar.class.php:1435
2105
+ #: ../lib/the-events-calendar.class.php:1448
2106
+ #, fuzzy, php-format
2107
+ msgid "View %s"
2108
+ msgstr "Voir en tant que"
2109
+
2110
+ #: ../lib/the-events-calendar.class.php:1436
2111
+ #: ../lib/the-events-calendar.class.php:1449
2112
+ #, fuzzy, php-format
2113
+ msgid "Search %s"
2114
+ msgstr "Recherche"
2115
+
2116
+ #: ../lib/the-events-calendar.class.php:1437
2117
+ #: ../lib/the-events-calendar.class.php:1450
2118
+ #, fuzzy, php-format
2119
+ msgid "No %s found"
2120
+ msgstr "Aucun événement "
2121
+
2122
+ #: ../lib/the-events-calendar.class.php:1438
2123
+ #: ../lib/the-events-calendar.class.php:1451
2124
+ #, fuzzy, php-format
2125
+ msgid "No %s found in Trash"
2126
+ msgstr "Aucun événement dans la corbeille "
2127
+
2128
+ #: ../lib/the-events-calendar.class.php:1455
2129
+ #: ../lib/tribe-admin-events-list.class.php:167
2130
+ msgid "Event Categories"
2131
+ msgstr "Catégories d'événements"
2132
+
2133
+ #: ../lib/the-events-calendar.class.php:1457
2134
+ msgid "Search Event Categories"
2135
+ msgstr "Rechercher des catégories"
2136
+
2137
+ #: ../lib/the-events-calendar.class.php:1458
2138
+ msgid "All Event Categories"
2139
+ msgstr "Toutes les catégories"
2140
+
2141
+ #: ../lib/the-events-calendar.class.php:1459
2142
+ msgid "Parent Event Category"
2143
+ msgstr "Catégorie parente"
2144
+
2145
+ #: ../lib/the-events-calendar.class.php:1460
2146
+ msgid "Parent Event Category:"
2147
+ msgstr "Catégorie parente :"
2148
+
2149
+ #: ../lib/the-events-calendar.class.php:1461
2150
+ msgid "Edit Event Category"
2151
+ msgstr "Éditer la catégorie de l'événement "
2152
+
2153
+ #: ../lib/the-events-calendar.class.php:1462
2154
+ msgid "Update Event Category"
2155
+ msgstr "Mettre à jour la catégories de l'événement "
2156
+
2157
+ #: ../lib/the-events-calendar.class.php:1463
2158
+ msgid "Add New Event Category"
2159
+ msgstr "Nouvelle catégorie d'événement "
2160
+
2161
+ #: ../lib/the-events-calendar.class.php:1464
2162
+ msgid "New Event Category Name"
2163
+ msgstr "Nouveau nom de la catégorie d'événement "
2164
+
2165
+ #: ../lib/the-events-calendar.class.php:1481
2166
+ #, php-format
2167
+ msgid "Event updated. <a href=\"%s\">View event</a>"
2168
+ msgstr "Événement mis à jour. <a href=\"%s\">Voir</a> "
2169
+
2170
+ #: ../lib/the-events-calendar.class.php:1482
2171
+ #: ../lib/the-events-calendar.class.php:1501
2172
+ #: ../lib/the-events-calendar.class.php:1520
2173
+ msgid "Custom field updated."
2174
+ msgstr "Champ Personnalisé mis à jour. "
2175
+
2176
+ #: ../lib/the-events-calendar.class.php:1483
2177
+ #: ../lib/the-events-calendar.class.php:1502
2178
+ #: ../lib/the-events-calendar.class.php:1521
2179
+ msgid "Custom field deleted."
2180
+ msgstr "Champ Personnalisé effacé. "
2181
+
2182
+ #: ../lib/the-events-calendar.class.php:1484
2183
+ msgid "Event updated."
2184
+ msgstr "Événement mis à jour."
2185
+
2186
+ #: ../lib/the-events-calendar.class.php:1486
2187
+ #, php-format
2188
+ msgid "Event restored to revision from %s"
2189
+ msgstr "Evénement restauré à la dernière révision depuis %s"
2190
+
2191
+ #: ../lib/the-events-calendar.class.php:1487
2192
+ #, php-format
2193
+ msgid "Event published. <a href=\"%s\">View event</a>"
2194
+ msgstr "Événement publié. <a href=\"%s\">Voir</a> "
2195
+
2196
+ #: ../lib/the-events-calendar.class.php:1488
2197
+ msgid "Event saved."
2198
+ msgstr "Événement enregistré"
2199
+
2200
+ #: ../lib/the-events-calendar.class.php:1489
2201
+ #, php-format
2202
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2203
+ msgstr "Événement enregistré. <a href=\"%s\">Aperçu</a> "
2204
+
2205
+ #: ../lib/the-events-calendar.class.php:1491
2206
+ #, php-format
2207
+ msgid ""
2208
+ "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2209
+ "\">Preview event</a>"
2210
+ msgstr ""
2211
+ "Événement programmé pour le : <strong>%1$s</strong>. <a target=\"_blank\" "
2212
+ "href=\"%2$s\">Aperçu</a> "
2213
+
2214
+ #: ../lib/the-events-calendar.class.php:1493
2215
+ #: ../lib/the-events-calendar.class.php:1512
2216
+ #: ../lib/the-events-calendar.class.php:1531
2217
+ msgid "M j, Y @ G:i"
2218
+ msgstr "M j, A @ G:i "
2219
+
2220
+ #: ../lib/the-events-calendar.class.php:1495
2221
+ #, php-format
2222
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2223
+ msgstr ""
2224
+ "Brouillon de l'événement mis à jour. <a target=\"_blank\" href=\"%s"
2225
+ "\">Aperçu</a> "
2226
+
2227
+ #: ../lib/the-events-calendar.class.php:1500
2228
+ #: ../lib/the-events-calendar.class.php:1503
2229
+ #: ../lib/the-events-calendar.class.php:1519
2230
+ #: ../lib/the-events-calendar.class.php:1522
2231
+ #, fuzzy, php-format
2232
+ msgid "%s updated."
2233
+ msgstr "Événement mis à jour."
2234
+
2235
+ #: ../lib/the-events-calendar.class.php:1505
2236
+ #: ../lib/the-events-calendar.class.php:1524
2237
+ #, fuzzy, php-format
2238
+ msgid "%s restored to revision from %s"
2239
+ msgstr "Evénement restauré à la dernière révision depuis %s"
2240
+
2241
+ #: ../lib/the-events-calendar.class.php:1506
2242
+ #: ../lib/the-events-calendar.class.php:1525
2243
+ #, php-format
2244
+ msgid "%s published."
2245
+ msgstr ""
2246
+
2247
+ #
2248
+ #: ../lib/the-events-calendar.class.php:1507
2249
+ #: ../lib/the-events-calendar.class.php:1526
2250
+ #, fuzzy, php-format
2251
+ msgid "%s saved."
2252
+ msgstr "Réglages sauvegardés."
2253
+
2254
+ #: ../lib/the-events-calendar.class.php:1508
2255
+ #: ../lib/the-events-calendar.class.php:1527
2256
+ #, php-format
2257
+ msgid "%s submitted."
2258
+ msgstr ""
2259
+
2260
+ #: ../lib/the-events-calendar.class.php:1510
2261
+ #: ../lib/the-events-calendar.class.php:1529
2262
+ #, fuzzy, php-format
2263
+ msgid "%s scheduled for: <strong>%2$s</strong>."
2264
+ msgstr "Il n'y a pas de résultats trouvés pour <strong>\"%s\"</strong>."
2265
+
2266
+ #: ../lib/the-events-calendar.class.php:1514
2267
+ #: ../lib/the-events-calendar.class.php:1533
2268
+ #, fuzzy, php-format
2269
+ msgid "%s draft updated."
2270
+ msgstr "Événement mis à jour."
2271
+
2272
+ #: ../lib/the-events-calendar.class.php:1549
2273
+ #: ../lib/the-events-calendar.class.php:1550
2274
+ #, fuzzy
2275
+ msgid "Add New "
2276
+ msgstr "Nouveau "
2277
+
2278
+ #: ../lib/the-events-calendar.class.php:1569
2279
+ #, fuzzy
2280
+ msgid "Use Saved "
2281
+ msgstr "Utiliser un lieu enregistré :"
2282
+
2283
+ #: ../lib/the-events-calendar.class.php:1594
2284
+ #, fuzzy, php-format
2285
+ msgid "Use Saved %s:"
2286
+ msgstr "Utiliser un lieu enregistré :"
2287
+
2288
+ #: ../lib/the-events-calendar.class.php:1659
2289
+ #: ../lib/the-events-calendar.class.php:1740
2290
+ #, fuzzy, php-format
2291
+ msgid "Use New %s"
2292
+ msgstr "Utiliser un nouveau lieu"
2293
+
2294
+ #: ../lib/the-events-calendar.class.php:1661
2295
+ #: ../lib/the-events-calendar.class.php:1742
2296
+ #, php-format
2297
+ msgid "My %s"
2298
+ msgstr ""
2299
+
2300
+ #
2301
+ #: ../lib/the-events-calendar.class.php:1666
2302
+ #: ../lib/the-events-calendar.class.php:1747
2303
+ #, fuzzy, php-format
2304
+ msgid "Available %s"
2305
+ msgstr "Salles disponibles"
2306
 
2307
  #
2308
+ #: ../lib/the-events-calendar.class.php:1677
2309
+ #: ../lib/the-events-calendar.class.php:1758
2310
+ #, fuzzy, php-format
2311
+ msgid "No saved %s exists."
2312
+ msgstr "Il n'y a pas de salles existantes."
2313
+
2314
+ #: ../lib/the-events-calendar.class.php:1905
2315
+ msgid "Next"
2316
+ msgstr "Suivant"
2317
+
2318
+ #: ../lib/the-events-calendar.class.php:1906
2319
+ msgid "Prev"
2320
+ msgstr "Précédent"
2321
+
2322
+ #: ../lib/the-events-calendar.class.php:1907
2323
+ #: ../public/template-tags/day.php:101
2324
+ msgid "Today"
2325
+ msgstr "Aujourd'hui "
2326
+
2327
+ #: ../lib/the-events-calendar.class.php:1908
2328
+ msgid "Done"
2329
+ msgstr "Terminé"
2330
+
2331
+ #: ../lib/the-events-calendar.class.php:2117
2332
+ msgid "Network"
2333
+ msgstr "Réseau"
2334
 
2335
+ #: ../lib/the-events-calendar.class.php:3753
2336
+ #: ../lib/the-events-calendar.class.php:3782
2337
+ #: ../public/template-tags/day.php:152 ../public/template-tags/day.php:173
2338
  msgid "Date out of range."
2339
  msgstr "La date est hors de portée (out of range)"
2340
 
2341
+ #: ../lib/the-events-calendar.class.php:3812
2342
  msgid "Event Options"
2343
  msgstr "Options de l'événement"
2344
 
2345
+ #: ../lib/the-events-calendar.class.php:3819
2346
+ #: ../lib/the-events-calendar.class.php:3830
2347
+ #, fuzzy
2348
+ msgid " Information"
2349
  msgstr "Information sur le lieu"
2350
 
2351
+ #: ../lib/the-events-calendar.class.php:4016
 
 
 
 
2352
  msgid "Support"
2353
  msgstr "Support"
2354
 
2355
+ #: ../lib/the-events-calendar.class.php:4019
2356
  msgid "View All Add-Ons"
2357
  msgstr "Voir tous les Add-Ons "
2358
 
2359
+ #: ../lib/the-events-calendar.class.php:4040
2360
  msgid "News from Modern Tribe"
2361
  msgstr "Actu de Modern Tribe"
2362
 
2363
+ #: ../lib/the-events-calendar.class.php:4132
2364
  msgid "Additional Functionality"
2365
  msgstr "Fonctionnalité supplémentaire "
2366
 
2367
+ #: ../lib/the-events-calendar.class.php:4137
2368
  msgid ""
2369
  "Looking for additional functionality including recurring events, ticket "
2370
  "sales, publicly submitted events, new views and more?"
2373
  "\", \"Vente de tickets\", Événements publiques\", nouveaux modes "
2374
  "d'affichages et bien plus?"
2375
 
2376
+ #: ../lib/the-events-calendar.class.php:4138
2377
  #, php-format
2378
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2379
  msgstr "Visitez les <a href=\"%s\">Modules disponibles</a>."
2380
 
2381
  #
2382
+ #: ../lib/the-events-calendar.class.php:4223
2383
+ #: ../lib/the-events-calendar.class.php:4349
2384
  msgid "View Calendar"
2385
  msgstr "Afficher Calendrier"
2386
 
2387
  #
2388
+ #: ../lib/the-events-calendar.class.php:4233
2389
  msgid "Add Event"
2390
  msgstr "Ajouter Événement"
2391
 
2392
  #
2393
+ #: ../lib/the-events-calendar.class.php:4244
2394
  msgid "Edit Events"
2395
  msgstr "Modifier Événements"
2396
 
2397
+ #: ../lib/the-events-calendar.class.php:4257
2398
+ #, fuzzy
2399
+ msgid "Import"
2400
+ msgstr "Importer CSV"
2401
+
2402
+ #: ../lib/the-events-calendar.class.php:4265
2403
+ msgid "CSV"
2404
+ msgstr ""
2405
+
2406
+ #: ../lib/the-events-calendar.class.php:4284
2407
+ #: ../lib/the-events-calendar.class.php:4403
2408
+ #: ../lib/tribe-settings.class.php:159
2409
  msgid "Settings"
2410
  msgstr "Préférences"
2411
 
2412
+ #: ../lib/the-events-calendar.class.php:4317
2413
  #, php-format
2414
  msgid ""
2415
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2419
  "ici %s. Pour changer le permalien des événements, visitez %sÉvénements -> "
2420
  "Régalges%s."
2421
 
2422
+ #: ../lib/the-events-calendar.class.php:4404
2423
  msgid "Calendar"
2424
  msgstr "Calendrier"
2425
 
2426
+ #: ../lib/the-events-calendar.class.php:4478
2427
  msgid "List"
2428
  msgstr "Liste"
2429
 
2430
  #
2431
+ #: ../lib/the-events-calendar.class.php:4496
2432
  msgid "Month"
2433
  msgstr "Mois"
2434
 
2435
+ #: ../lib/the-events-calendar.class.php:4513
2436
+ #, fuzzy
2437
+ msgid "Day"
2438
+ msgstr "Affichage"
2439
+
2440
+ #: ../lib/the-events-calendar.class.php:4538
2441
+ #: ../lib/the-events-calendar.class.php:4539
2442
  msgid "Search"
2443
  msgstr "Recherche"
2444
 
2445
  #
2446
+ #: ../lib/the-events-calendar.class.php:4564
2447
+ #: ../lib/the-events-calendar.class.php:4580
2448
  msgid "Date"
2449
  msgstr "Date"
2450
 
2451
  #
2452
+ #: ../lib/the-events-calendar.class.php:4567
2453
  msgid "Events In"
2454
  msgstr "Événements dans"
2455
 
2456
  #
2457
+ #: ../lib/the-events-calendar.class.php:4569
2458
  msgid "Events From"
2459
  msgstr "Événement de"
2460
 
2461
+ #: ../lib/the-events-calendar.class.php:4571
2462
+ msgid "Day Of"
2463
+ msgstr ""
 
2464
 
2465
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
2466
+ msgid "Order #"
2467
+ msgstr "Commande #"
 
2468
 
2469
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
2470
+ msgid "Order Status"
2471
+ msgstr "Statut de la Commande"
 
2472
 
2473
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
2474
+ msgid "Purchaser name"
2475
+ msgstr "Nom de l'acheteur"
2476
 
2477
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
2478
+ msgid "Purchaser email"
2479
+ msgstr "Email de l'acheteur"
2480
 
2481
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
2482
+ msgid "Ticket type"
2483
+ msgstr "Type de ticket"
2484
 
2485
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
2486
+ #: ../views/tickets/email.php:317
2487
+ msgid "Ticket #"
2488
+ msgstr "Ticket #"
2489
 
2490
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
2491
+ #: ../views/tickets/email.php:329
2492
+ msgid "Security Code"
2493
+ msgstr "Code de sécurité"
2494
 
2495
+ #: ../lib/tickets/tribe-tickets-attendees.php:72
2496
+ #: ../lib/tickets/tribe-tickets-attendees.php:166
2497
+ #: ../lib/tickets/tribe-tickets-attendees.php:233
2498
+ msgid "Check in"
2499
+ msgstr "Enregistrement du participant"
2500
 
2501
+ #: ../lib/tickets/tribe-tickets-attendees.php:167
2502
+ #: ../lib/tickets/tribe-tickets-attendees.php:234
2503
+ msgid "Undo Check in"
2504
+ msgstr "Annuler l'enregistrement"
 
2505
 
2506
+ #: ../lib/tickets/tribe-tickets-attendees.php:202
2507
+ msgid "Print"
2508
+ msgstr "Imprimer"
2509
 
2510
+ #
2511
+ #: ../lib/tickets/tribe-tickets-attendees.php:203
2512
+ msgid "Email"
2513
+ msgstr "Email"
2514
 
2515
+ #
2516
+ #: ../lib/tickets/tribe-tickets-attendees.php:212
2517
+ #: ../lib/tribe-ical.class.php:121
2518
+ msgid "Export"
2519
+ msgstr "Export"
2520
 
2521
+ #: ../lib/tickets/tribe-tickets-attendees.php:219
2522
+ msgid "Filter by ticket #, order # or security code"
2523
+ msgstr "Filtrer par ticket #, commande # ou code de sécurité"
2524
 
2525
+ #: ../lib/tickets/tribe-tickets-metabox.php:71
2526
+ msgid "Ticket header image"
2527
+ msgstr "Image d'entête du ticket"
2528
 
2529
+ #: ../lib/tickets/tribe-tickets-metabox.php:72
2530
+ msgid "Set as ticket header"
2531
+ msgstr "Définir en tant qu'entête de ticket"
2532
 
2533
+ #: ../lib/tickets/tribe-tickets-pro.php:116
2534
+ msgid "You need to select a user or type a valid email address"
2535
+ msgstr ""
2536
+ "Vous devez sélectionner un utilisateur ou insérer une adresse email valide"
2537
 
2538
+ #: ../lib/tickets/tribe-tickets-pro.php:117
2539
+ msgid "Sending..."
2540
+ msgstr "Envoi..."
 
2541
 
2542
+ #: ../lib/tickets/tribe-tickets-pro.php:147
2543
+ msgid "Columns"
2544
+ msgstr "Colonnes"
2545
+
2546
+ #: ../lib/tickets/tribe-tickets-pro.php:148
2547
+ msgid ""
2548
+ "You can use Screen Options to select which columns you want to see. The "
2549
+ "selection works in the table below, in the email, for print and for the CSV "
2550
+ "export."
2551
+ msgstr ""
2552
+ "Vous pouvez utiliser les options d'écran pour sélectionner quelle colonne "
2553
+ "vous souhaitez consulter. La sélection fonctionne pour le tableau ci-"
2554
+ "dessous, pour l'email, l'impression et pour l'export CSV."
2555
+
2556
+ #: ../lib/tickets/tribe-tickets-pro.php:242
2557
+ msgid "Yes"
2558
+ msgstr "Oui"
2559
+
2560
+ #: ../lib/tickets/tribe-tickets-pro.php:274
2561
+ msgid "attendees"
2562
+ msgstr "participants"
2563
+
2564
+ #: ../lib/tickets/tribe-tickets-pro.php:328
2565
+ #, php-format
2566
+ msgid "Attendee List for: %s"
2567
+ msgstr "Liste de participants pour : %s"
2568
+
2569
+ #: ../lib/tickets/tribe-tickets.php:325
2570
+ msgid "Your ticket has been saved."
2571
+ msgstr "Votre ticket à été sauvegardé."
2572
+
2573
+ #: ../lib/tickets/tribe-tickets.php:402
2574
+ msgid "Your ticket has been deleted."
2575
+ msgstr "Votre ticket à été supprimé."
2576
+
2577
+ #: ../lib/tribe-admin-events-list.class.php:173
2578
+ msgid "Start Date"
2579
+ msgstr "Date de début : "
2580
+
2581
+ #: ../lib/tribe-admin-events-list.class.php:174
2582
+ msgid "End Date"
2583
+ msgstr "Date de fin : "
2584
+
2585
+ #: ../lib/tribe-admin-events-list.class.php:247
2586
+ #, php-format
2587
+ msgid "All %s"
2588
+ msgstr "Tous %s"
2589
+
2590
+ #
2591
+ #: ../lib/tribe-app-shop.class.php:64 ../lib/tribe-app-shop.class.php:65
2592
+ #: ../lib/tribe-app-shop.class.php:96
2593
+ msgid "Event Add-Ons"
2594
+ msgstr "Modules d'événement"
2595
+
2596
+ #
2597
+ #: ../lib/tribe-event-api.class.php:339
2598
+ msgid "Unnamed Venue"
2599
+ msgstr "Salle non nommée"
2600
+
2601
+ #: ../lib/tribe-event-api.class.php:415 ../lib/tribe-view-helpers.class.php:46
2602
+ #: ../public/template-tags/venue.php:275
2603
+ msgid "United States"
2604
+ msgstr "USA"
2605
+
2606
+ #: ../lib/tribe-event-exception.class.php:22
2607
+ #: ../lib/tribe-event-exception.class.php:41
2608
+ msgid "Error"
2609
+ msgstr "Erreur"
2610
+
2611
+ #: ../lib/tribe-field.class.php:211
2612
+ msgid "Invalid field type specified"
2613
+ msgstr "Type de champ spécifié invalide"
2614
+
2615
+ #: ../lib/tribe-field.class.php:470
2616
+ msgid "No radio options specified"
2617
+ msgstr "Il n'y a pas d'options radio spécifié"
2618
+
2619
+ #: ../lib/tribe-field.class.php:506
2620
+ msgid "No checkbox options specified"
2621
+ msgstr "Il n'y a pas d'options de case à cochée spécifié"
2622
+
2623
+ #: ../lib/tribe-field.class.php:562
2624
+ msgid "No select options specified"
2625
+ msgstr "Il n'y a pas d'option de liste déroulante spécifié"
2626
+
2627
+ #: ../lib/tribe-ical.class.php:28
2628
+ msgctxt "feed link"
2629
+ msgid "&raquo;"
2630
+ msgstr ""
2631
+
2632
+ #: ../lib/tribe-ical.class.php:29
2633
+ #, php-format
2634
+ msgid "%1$s %2$s iCal Feed"
2635
+ msgstr ""
2636
+
2637
+ #: ../lib/tribe-ical.class.php:77
2638
+ msgid "Add to Google Calendar"
2639
+ msgstr ""
2640
+
2641
+ #
2642
+ #: ../lib/tribe-ical.class.php:77
2643
+ #, fuzzy
2644
+ msgid "Google Calendar"
2645
+ msgstr "Afficher Calendrier"
2646
+
2647
+ #: ../lib/tribe-ical.class.php:78
2648
+ msgid "Download .ics file"
2649
+ msgstr ""
2650
+
2651
+ #
2652
+ #: ../lib/tribe-ical.class.php:78
2653
+ #, fuzzy
2654
+ msgid "iCal Export"
2655
+ msgstr "Export"
2656
+
2657
+ #
2658
+ #: ../lib/tribe-ical.class.php:108
2659
+ #, fuzzy
2660
+ msgid "Month's Events"
2661
+ msgstr "Chargement des événements"
2662
+
2663
+ #: ../lib/tribe-ical.class.php:111
2664
+ #, fuzzy
2665
+ msgid "Week's Events"
2666
+ msgstr "Événements passés"
2667
+
2668
+ #: ../lib/tribe-ical.class.php:114
2669
+ #, fuzzy
2670
+ msgid "Day's Events"
2671
+ msgstr "Événements passés"
2672
+
2673
+ #
2674
+ #: ../lib/tribe-ical.class.php:117
2675
+ #, fuzzy
2676
+ msgid "Listed Events"
2677
+ msgstr "Trouver des événements"
2678
+
2679
+ #: ../lib/tribe-ical.class.php:122
2680
+ msgid ""
2681
+ "Use this to share calendar data with Google Calendar, Apple iCal and other "
2682
+ "compatible apps"
2683
+ msgstr ""
2684
+
2685
+ #
2686
+ #: ../lib/tribe-settings-tab.class.php:221
2687
+ msgid "There are no fields setup for this tab yet."
2688
+ msgstr "Il n'y a pas encore de configuration de champs pour cet onglet."
2689
+
2690
+ #
2691
+ #: ../lib/tribe-settings.class.php:159 ../lib/tribe-settings.class.php:174
2692
+ msgid "The Events Calendar Settings"
2693
  msgstr "Réglages de The Events Calendar"
2694
 
2695
  #
2696
+ #: ../lib/tribe-settings.class.php:174
2697
  msgid "Events Settings"
2698
  msgstr "Réglages d'événements"
2699
 
2700
+ #: ../lib/tribe-settings.class.php:237
2701
  #, php-format
2702
  msgid "%s Settings"
2703
  msgstr "Préférences %s "
2704
 
2705
+ #: ../lib/tribe-settings.class.php:251
2706
  msgid "You've requested a non-existent tab."
2707
  msgstr "Vous avez requis un onglet non-existant."
2708
 
2709
  #
2710
+ #: ../lib/tribe-settings.class.php:259
2711
  msgid " Save Changes"
2712
  msgstr "Sauvegarder changements"
2713
 
2714
+ #: ../lib/tribe-settings.class.php:309
2715
  msgid "You don't have permission to do that."
2716
  msgstr "Vous n'avez pas la permission d'effectuer ceci."
2717
 
2718
+ #: ../lib/tribe-settings.class.php:315
2719
  msgid "The request was sent insecurely."
2720
  msgstr "La requête à été envoyé de manière non sécurisée."
2721
 
2722
+ #: ../lib/tribe-settings.class.php:321
2723
  msgid "The request wasn't sent from this tab."
2724
  msgstr "La requête n'à pas été envoyé depuis cet onglet."
2725
 
2726
+ #: ../lib/tribe-settings.class.php:489
2727
  msgid "Your form had the following errors:"
2728
  msgstr "Votre formulaire contiens les erreurs suivantes :"
2729
 
2730
+ #: ../lib/tribe-settings.class.php:498
2731
  msgid "None of your settings were saved. Please try again."
2732
  msgstr ""
2733
  "Aucuns de vos réglages n'ont été sauvés. Merci de ré-essayer à nouveau."
2734
 
2735
+ #: ../lib/tribe-settings.class.php:498
2736
+ msgid ""
2737
+ "The above setting was not saved. Other settings were successfully saved."
2738
+ msgid_plural ""
2739
+ "The above settings were not saved. Other settings were successfully saved."
2740
+ msgstr[0] ""
2741
+ msgstr[1] ""
2742
+
2743
  #
2744
+ #: ../lib/tribe-settings.class.php:520
2745
  msgid "Settings saved."
2746
  msgstr "Réglages sauvegardés."
2747
 
2748
+ #: ../lib/tribe-support.class.php:50
2749
+ msgid ""
2750
+ "Sometimes it's hard to tell what's going wrong without knowing more about "
2751
+ "your system steup. For your convenience, we've put together a little report "
2752
+ "on what's cooking under the hood."
2753
+ msgstr ""
2754
+
2755
+ #: ../lib/tribe-support.class.php:51
2756
+ msgid ""
2757
+ "If you suspect that the problem you're having is related to another plugin, "
2758
+ "or we're just plain having trouble reproducing your bug report, please copy "
2759
+ "and send all of this to our support team."
2760
+ msgstr ""
2761
+
2762
+ #: ../lib/tribe-support.class.php:55
2763
+ #, fuzzy
2764
+ msgid "System Information"
2765
+ msgstr "Information sur le lieu"
2766
+
2767
+ #: ../lib/tribe-support.class.php:141
2768
+ msgid "Unknown or not set"
2769
+ msgstr ""
2770
+
2771
+ #: ../lib/tribe-template-factory.class.php:244
2772
  #, php-format
2773
  msgid "There were no results found for <strong>\"%s\"</strong>."
2774
  msgstr "Il n'y a pas de résultats trouvés pour <strong>\"%s\"</strong>."
2775
 
2776
+ #: ../lib/tribe-template-factory.class.php:246
2777
  #, php-format
2778
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2779
  msgstr ""
2780
  "Il n'y a pas de résultats trouvés pour les événements dans ou proche de "
2781
  "<strong>\"%s\"</strong>."
2782
 
2783
+ #: ../lib/tribe-template-factory.class.php:248
2784
  #, php-format
2785
  msgid ""
2786
  "No upcoming events listed under %s. Check out upcoming events for this "
2789
  "Pas d'événements à venir listé sous %s. Consultez les événements à venir "
2790
  "dans cette catégorie, ou regardez le calendrier complet."
2791
 
 
 
 
 
 
 
 
 
 
2792
  #
2793
+ #: ../lib/tribe-template-factory.class.php:252
2794
  msgid "No previous events "
2795
  msgstr "Il n'y a pas d'anciens événements."
2796
 
2797
+ #: ../lib/tribe-templates.class.php:592
 
 
 
 
 
2798
  #, php-format
2799
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2800
  msgstr ""
2801
  "Les remplacements de modèle devraient être déplacés vers le sous-répertoire "
2802
  "approprié : %s"
2803
 
2804
+ #: ../lib/tribe-templates.class.php:634
2805
  #, php-format
2806
  msgid ""
2807
  "Template overrides should be moved to the correct subdirectory: "
2810
  "Les remplacements de modèle devraient être déplacés vers le sous-répertoire "
2811
  "approprié : tribe_get_template_part('%s')"
2812
 
2813
+ #: ../lib/tribe-validate.class.php:76 ../lib/tribe-validate.class.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2814
  msgid "Invalid or incomplete field passed"
2815
  msgstr "Champs inséré incomplet ou invalide"
2816
 
2817
+ #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:112
2818
+ #: ../lib/tribe-validate.class.php:118
2819
  msgid "Field ID:"
2820
  msgstr "Identifiant du Champ :"
2821
 
2822
+ #: ../lib/tribe-validate.class.php:111
2823
  msgid "Non-existant field validation function passed"
2824
  msgstr "Fonction de validation du champ inséré non existant"
2825
 
2826
+ #: ../lib/tribe-validate.class.php:112
2827
+ msgctxt "non-existant function name passed for field validation"
2828
+ msgid "with function name:"
2829
+ msgstr ""
2830
+
2831
+ #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:151
2832
  #, php-format
2833
  msgid "%s must contain numbers and letters only"
2834
  msgstr "%s doit contenir nombres et lettres seulement"
2835
 
2836
+ #: ../lib/tribe-validate.class.php:167
2837
  #, php-format
2838
  msgid "%s must contain numbers, letters and dots only"
2839
  msgstr "%s doit contenir nombres, lettres et points seulement"
2840
 
2841
+ #: ../lib/tribe-validate.class.php:181
2842
  #, php-format
2843
  msgid "%s must be a positive number."
2844
  msgstr "%s doit être un nombre positif."
2845
 
2846
+ #: ../lib/tribe-validate.class.php:196
2847
  #, php-format
2848
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2849
  msgstr ""
2850
  "%s doit être un permalien valide (nombre, lettres, tirets et tirets de "
2851
  "soulignement)."
2852
 
2853
+ #: ../lib/tribe-validate.class.php:211
2854
  #, php-format
2855
  msgid "%s must be a valid absolute URL."
2856
  msgstr "%s doit être un URL absolu valide."
2857
 
2858
+ #: ../lib/tribe-validate.class.php:227 ../lib/tribe-validate.class.php:244
2859
+ #: ../lib/tribe-validate.class.php:266
2860
  #, php-format
2861
  msgid "%s must have a value that's part of its options."
2862
  msgstr "%s doit être une valeur qui fait parti de ses options."
2863
 
2864
+ #: ../lib/tribe-validate.class.php:280
2865
  #, php-format
2866
  msgid ""
2867
  "Comparison validation failed because no comparison value was provided, for "
2870
  "Validation de comparaison échoué parce qu'il n'y a pas de valeur de "
2871
  "comparaison fourni pour le champ %s"
2872
 
2873
+ #: ../lib/tribe-validate.class.php:287
2874
  #, php-format
2875
  msgid "%s cannot be the same as %s."
2876
  msgstr "%s ne peut être le même que %s."
2877
 
2878
+ #: ../lib/tribe-validate.class.php:289
2879
  #, php-format
2880
  msgid "%s cannot be a duplicate"
2881
  msgstr "%s ne peut être un duplicata"
2882
 
2883
+ #: ../lib/tribe-validate.class.php:305
2884
  #, php-format
2885
  msgid "%s must be a number or percentage."
2886
  msgstr "%s doit être un nombre ou un pourcentage."
2887
 
2888
+ #: ../lib/tribe-validate.class.php:359
2889
  #, php-format
2890
  msgid "%s must be a number between 0 and 21."
2891
  msgstr "%s doit être un nombre entre 0 et 21."
2892
 
2893
+ #: ../lib/tribe-validate.class.php:375
2894
  #, php-format
2895
  msgid ""
2896
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2898
  "%s doit contenir seulement des lettres, nombres, tirets, apostrophes et "
2899
  "espaces."
2900
 
2901
+ #: ../lib/tribe-validate.class.php:391
2902
  #, php-format
2903
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2904
  msgstr "%s doit comporter des lettres, espaces, apostrophes et tirets."
2905
 
2906
+ #: ../lib/tribe-validate.class.php:405
2907
  #, php-format
2908
  msgid "%s must consist of 5 numbers."
2909
  msgstr "%s doit comprendre au moins 5 nombres."
2910
 
2911
+ #: ../lib/tribe-validate.class.php:419
2912
  #, php-format
2913
  msgid "%s must be a phone number."
2914
  msgstr "%s doit être un numéro de téléphone."
2915
 
2916
+ #: ../lib/tribe-validate.class.php:435
2917
  msgid ""
2918
  "Country List must be formatted as one country per line in the following "
2919
  "format: <br>US, United States <br> UK, United Kingdom."
2921
  "Liste de Pays doit être formaté avec un pays par ligne et avec le format "
2922
  "suivant: <br>FR, France <br> UK, United Kingdom."
2923
 
2924
+ #: ../lib/tribe-view-helpers.class.php:26
2925
+ #: ../lib/tribe-view-helpers.class.php:45
2926
  msgid "Select a Country:"
2927
  msgstr "Sélectionnez un pays"
2928
 
2929
+ #: ../lib/tribe-view-helpers.class.php:47
2930
  msgid "Afghanistan"
2931
  msgstr "Afghanistan"
2932
 
2933
+ #: ../lib/tribe-view-helpers.class.php:48
2934
  msgid "Albania"
2935
  msgstr "Albanie"
2936
 
2937
+ #: ../lib/tribe-view-helpers.class.php:49
2938
  msgid "Algeria"
2939
  msgstr "Algerie"
2940
 
2941
+ #: ../lib/tribe-view-helpers.class.php:50
2942
  msgid "American Samoa"
2943
  msgstr "American Samoa"
2944
 
2945
+ #: ../lib/tribe-view-helpers.class.php:51
2946
  msgid "Andorra"
2947
  msgstr "Andorra"
2948
 
2949
+ #: ../lib/tribe-view-helpers.class.php:52
2950
  msgid "Angola"
2951
  msgstr "Angola"
2952
 
2953
+ #: ../lib/tribe-view-helpers.class.php:53
2954
  msgid "Anguilla"
2955
  msgstr "Anguilla"
2956
 
2957
+ #: ../lib/tribe-view-helpers.class.php:54
2958
  msgid "Antarctica"
2959
  msgstr "Antarctica"
2960
 
2961
+ #: ../lib/tribe-view-helpers.class.php:55
2962
  msgid "Antigua And Barbuda"
2963
  msgstr "Antigua And Barbuda"
2964
 
2965
+ #: ../lib/tribe-view-helpers.class.php:56
2966
  msgid "Argentina"
2967
  msgstr "Argentina"
2968
 
2969
+ #: ../lib/tribe-view-helpers.class.php:57
2970
  msgid "Armenia"
2971
  msgstr "Armenia"
2972
 
2973
+ #: ../lib/tribe-view-helpers.class.php:58
2974
  msgid "Aruba"
2975
  msgstr "Aruba"
2976
 
2977
+ #: ../lib/tribe-view-helpers.class.php:59
2978
  msgid "Australia"
2979
  msgstr "Australia"
2980
 
2981
+ #: ../lib/tribe-view-helpers.class.php:60
2982
  msgid "Austria"
2983
  msgstr "Austria"
2984
 
2985
+ #: ../lib/tribe-view-helpers.class.php:61
2986
  msgid "Azerbaijan"
2987
  msgstr "Azerbaijan"
2988
 
2989
+ #: ../lib/tribe-view-helpers.class.php:62
2990
  msgid "Bahamas"
2991
  msgstr "Bahamas"
2992
 
2993
+ #: ../lib/tribe-view-helpers.class.php:63
2994
  msgid "Bahrain"
2995
  msgstr "Bahrain"
2996
 
2997
+ #: ../lib/tribe-view-helpers.class.php:64
2998
  msgid "Bangladesh"
2999
  msgstr "Bangladesh"
3000
 
3001
+ #: ../lib/tribe-view-helpers.class.php:65
3002
  msgid "Barbados"
3003
  msgstr "Barbados"
3004
 
3005
+ #: ../lib/tribe-view-helpers.class.php:66
3006
  msgid "Belarus"
3007
  msgstr "Belarus"
3008
 
3009
+ #: ../lib/tribe-view-helpers.class.php:67
3010
  msgid "Belgium"
3011
  msgstr "Belgium"
3012
 
3013
+ #: ../lib/tribe-view-helpers.class.php:68
3014
  msgid "Belize"
3015
  msgstr "Belize"
3016
 
3017
+ #: ../lib/tribe-view-helpers.class.php:69
3018
  msgid "Benin"
3019
  msgstr "Benin"
3020
 
3021
+ #: ../lib/tribe-view-helpers.class.php:70
3022
  msgid "Bermuda"
3023
  msgstr "Bermuda"
3024
 
3025
+ #: ../lib/tribe-view-helpers.class.php:71
3026
  msgid "Bhutan"
3027
  msgstr "Bhutan"
3028
 
3029
+ #: ../lib/tribe-view-helpers.class.php:72
3030
  msgid "Bolivia"
3031
  msgstr "Bolivia"
3032
 
3033
+ #: ../lib/tribe-view-helpers.class.php:73
3034
  msgid "Bosnia And Herzegowina"
3035
  msgstr "Bosnia And Herzegowina"
3036
 
3037
+ #: ../lib/tribe-view-helpers.class.php:74
3038
  msgid "Botswana"
3039
  msgstr "Botswana"
3040
 
3041
+ #: ../lib/tribe-view-helpers.class.php:75
3042
  msgid "Bouvet Island"
3043
  msgstr "Bouvet Island"
3044
 
3045
+ #: ../lib/tribe-view-helpers.class.php:76
3046
  msgid "Brazil"
3047
  msgstr "Brazil"
3048
 
3049
+ #: ../lib/tribe-view-helpers.class.php:77
3050
  msgid "British Indian Ocean Territory"
3051
  msgstr "British Indian Ocean Territory"
3052
 
3053
+ #: ../lib/tribe-view-helpers.class.php:78
3054
  msgid "Brunei Darussalam"
3055
  msgstr "Brunei Darussalam"
3056
 
3057
+ #: ../lib/tribe-view-helpers.class.php:79
3058
  msgid "Bulgaria"
3059
  msgstr "Bulgaria"
3060
 
3061
+ #: ../lib/tribe-view-helpers.class.php:80
3062
  msgid "Burkina Faso"
3063
  msgstr "Burkina Faso"
3064
 
3065
+ #: ../lib/tribe-view-helpers.class.php:81
3066
  msgid "Burundi"
3067
  msgstr "Burundi"
3068
 
3069
+ #: ../lib/tribe-view-helpers.class.php:82
3070
  msgid "Cambodia"
3071
  msgstr "Cambodia"
3072
 
3073
+ #: ../lib/tribe-view-helpers.class.php:83
3074
  msgid "Cameroon"
3075
  msgstr "Cameroon"
3076
 
3077
+ #: ../lib/tribe-view-helpers.class.php:84
3078
  msgid "Canada"
3079
  msgstr "Canada"
3080
 
3081
+ #: ../lib/tribe-view-helpers.class.php:85
3082
  msgid "Cape Verde"
3083
  msgstr "Cape Verde"
3084
 
3085
+ #: ../lib/tribe-view-helpers.class.php:86
3086
  msgid "Cayman Islands"
3087
  msgstr "Cayman Islands"
3088
 
3089
+ #: ../lib/tribe-view-helpers.class.php:87
3090
  msgid "Central African Republic"
3091
  msgstr "Central African Republic"
3092
 
3093
+ #: ../lib/tribe-view-helpers.class.php:88
3094
  msgid "Chad"
3095
  msgstr "Chad"
3096
 
3097
+ #: ../lib/tribe-view-helpers.class.php:89
3098
  msgid "Chile"
3099
  msgstr "Chile"
3100
 
3101
+ #: ../lib/tribe-view-helpers.class.php:90
3102
  msgid "China"
3103
  msgstr "China"
3104
 
3105
+ #: ../lib/tribe-view-helpers.class.php:91
3106
  msgid "Christmas Island"
3107
  msgstr "Christmas Island"
3108
 
3109
+ #: ../lib/tribe-view-helpers.class.php:92
3110
  msgid "Cocos (Keeling) Islands"
3111
  msgstr "Cocos (Keeling) Islands"
3112
 
3113
+ #: ../lib/tribe-view-helpers.class.php:93
3114
  msgid "Colombia"
3115
  msgstr "Colombia"
3116
 
3117
+ #: ../lib/tribe-view-helpers.class.php:94
3118
  msgid "Comoros"
3119
  msgstr "Comoros"
3120
 
3121
+ #: ../lib/tribe-view-helpers.class.php:95
3122
  msgid "Congo"
3123
  msgstr "Congo"
3124
 
3125
+ #: ../lib/tribe-view-helpers.class.php:96
3126
  msgid "Congo, The Democratic Republic Of The"
3127
  msgstr "Congo, The Democratic Republic Of The"
3128
 
3129
+ #: ../lib/tribe-view-helpers.class.php:97
3130
  msgid "Cook Islands"
3131
  msgstr "Cook Islands"
3132
 
3133
+ #: ../lib/tribe-view-helpers.class.php:98
3134
  msgid "Costa Rica"
3135
  msgstr "Costa Rica"
3136
 
3137
+ #: ../lib/tribe-view-helpers.class.php:99
3138
  msgid "Cote D'Ivoire"
3139
  msgstr "Cote D'Ivoire"
3140
 
3141
+ #: ../lib/tribe-view-helpers.class.php:100
3142
  msgid "Croatia (Local Name: Hrvatska)"
3143
  msgstr "Croatia (Local Name: Hrvatska)"
3144
 
3145
+ #: ../lib/tribe-view-helpers.class.php:101
3146
  msgid "Cuba"
3147
  msgstr "Cuba"
3148
 
3149
+ #: ../lib/tribe-view-helpers.class.php:102
3150
  msgid "Cyprus"
3151
  msgstr "Cyprus"
3152
 
3153
+ #: ../lib/tribe-view-helpers.class.php:103
3154
  msgid "Czech Republic"
3155
  msgstr "Czech Republic"
3156
 
3157
+ #: ../lib/tribe-view-helpers.class.php:104
3158
  msgid "Denmark"
3159
  msgstr "Denmark"
3160
 
3161
+ #: ../lib/tribe-view-helpers.class.php:105
3162
  msgid "Djibouti"
3163
  msgstr "Djibouti"
3164
 
3165
+ #: ../lib/tribe-view-helpers.class.php:106
3166
  msgid "Dominica"
3167
  msgstr "Dominica"
3168
 
3169
+ #: ../lib/tribe-view-helpers.class.php:107
3170
  msgid "Dominican Republic"
3171
  msgstr "Dominican Republic"
3172
 
3173
+ #: ../lib/tribe-view-helpers.class.php:108
3174
  msgid "East Timor"
3175
  msgstr "East Timor"
3176
 
3177
+ #: ../lib/tribe-view-helpers.class.php:109
3178
  msgid "Ecuador"
3179
  msgstr "Ecuador"
3180
 
3181
+ #: ../lib/tribe-view-helpers.class.php:110
3182
  msgid "Egypt"
3183
  msgstr "Egypt"
3184
 
3185
+ #: ../lib/tribe-view-helpers.class.php:111
3186
  msgid "El Salvador"
3187
  msgstr "El Salvador"
3188
 
3189
+ #: ../lib/tribe-view-helpers.class.php:112
3190
  msgid "Equatorial Guinea"
3191
  msgstr "Equatorial Guinea"
3192
 
3193
+ #: ../lib/tribe-view-helpers.class.php:113
3194
  msgid "Eritrea"
3195
  msgstr "Eritrea"
3196
 
3197
+ #: ../lib/tribe-view-helpers.class.php:114
3198
  msgid "Estonia"
3199
  msgstr "Estonia"
3200
 
3201
+ #: ../lib/tribe-view-helpers.class.php:115
3202
  msgid "Ethiopia"
3203
  msgstr "Ethiopia"
3204
 
3205
+ #: ../lib/tribe-view-helpers.class.php:116
3206
  msgid "Falkland Islands (Malvinas)"
3207
  msgstr "Falkland Islands (Malvinas)"
3208
 
3209
+ #: ../lib/tribe-view-helpers.class.php:117
3210
  msgid "Faroe Islands"
3211
  msgstr "Faroe Islands"
3212
 
3213
+ #: ../lib/tribe-view-helpers.class.php:118
3214
  msgid "Fiji"
3215
  msgstr "Fiji"
3216
 
3217
+ #: ../lib/tribe-view-helpers.class.php:119
3218
  msgid "Finland"
3219
  msgstr "Finland"
3220
 
3221
+ #: ../lib/tribe-view-helpers.class.php:120
3222
  msgid "France"
3223
  msgstr "France"
3224
 
3225
+ #: ../lib/tribe-view-helpers.class.php:121
3226
  msgid "France, Metropolitan"
3227
  msgstr "France Métropolitaine"
3228
 
3229
+ #: ../lib/tribe-view-helpers.class.php:122
3230
  msgid "French Guiana"
3231
  msgstr "Guyane Française"
3232
 
3233
+ #: ../lib/tribe-view-helpers.class.php:123
3234
  msgid "French Polynesia"
3235
  msgstr "Polynésie Française"
3236
 
3237
+ #: ../lib/tribe-view-helpers.class.php:124
3238
  msgid "French Southern Territories"
3239
  msgstr "Territoires d'Outre-Mer"
3240
 
3241
+ #: ../lib/tribe-view-helpers.class.php:125
3242
  msgid "Gabon"
3243
  msgstr "Gabon"
3244
 
3245
+ #: ../lib/tribe-view-helpers.class.php:126
3246
  msgid "Gambia"
3247
  msgstr "Gambia"
3248
 
3249
+ #: ../lib/tribe-view-helpers.class.php:127
3250
+ #: ../lib/tribe-view-helpers.class.php:326
3251
  msgid "Georgia"
3252
  msgstr "Georgia"
3253
 
3254
+ #: ../lib/tribe-view-helpers.class.php:128
3255
  msgid "Germany"
3256
  msgstr "Germany"
3257
 
3258
+ #: ../lib/tribe-view-helpers.class.php:129
3259
  msgid "Ghana"
3260
  msgstr "Ghana"
3261
 
3262
+ #: ../lib/tribe-view-helpers.class.php:130
3263
  msgid "Gibraltar"
3264
  msgstr "Gibraltar"
3265
 
3266
+ #: ../lib/tribe-view-helpers.class.php:131
3267
  msgid "Greece"
3268
  msgstr "Greece"
3269
 
3270
+ #: ../lib/tribe-view-helpers.class.php:132
3271
  msgid "Greenland"
3272
  msgstr "Greenland"
3273
 
3274
+ #: ../lib/tribe-view-helpers.class.php:133
3275
  msgid "Grenada"
3276
  msgstr "Grenada"
3277
 
3278
+ #: ../lib/tribe-view-helpers.class.php:134
3279
  msgid "Guadeloupe"
3280
  msgstr "Guadeloupe"
3281
 
3282
+ #: ../lib/tribe-view-helpers.class.php:135
3283
  msgid "Guam"
3284
  msgstr "Guam"
3285
 
3286
+ #: ../lib/tribe-view-helpers.class.php:136
3287
  msgid "Guatemala"
3288
  msgstr "Guatemala"
3289
 
3290
+ #: ../lib/tribe-view-helpers.class.php:137
3291
  msgid "Guinea"
3292
  msgstr "Guinea"
3293
 
3294
+ #: ../lib/tribe-view-helpers.class.php:138
3295
  msgid "Guinea-Bissau"
3296
  msgstr "Guinea-Bissau"
3297
 
3298
+ #: ../lib/tribe-view-helpers.class.php:139
3299
  msgid "Guyana"
3300
  msgstr "Guyana"
3301
 
3302
+ #: ../lib/tribe-view-helpers.class.php:140
3303
  msgid "Haiti"
3304
  msgstr "Haiti"
3305
 
3306
+ #: ../lib/tribe-view-helpers.class.php:141
3307
  msgid "Heard And Mc Donald Islands"
3308
  msgstr "Heard And Mc Donald Islands"
3309
 
3310
+ #: ../lib/tribe-view-helpers.class.php:142
3311
  msgid "Holy See (Vatican City State)"
3312
  msgstr "Holy See (Vatican City State)"
3313
 
3314
+ #: ../lib/tribe-view-helpers.class.php:143
3315
  msgid "Honduras"
3316
  msgstr "Honduras"
3317
 
3318
+ #: ../lib/tribe-view-helpers.class.php:144
3319
  msgid "Hong Kong"
3320
  msgstr "Hong Kong"
3321
 
3322
+ #: ../lib/tribe-view-helpers.class.php:145
3323
  msgid "Hungary"
3324
  msgstr "Hungary"
3325
 
3326
+ #: ../lib/tribe-view-helpers.class.php:146
3327
  msgid "Iceland"
3328
  msgstr "Iceland"
3329
 
3330
+ #: ../lib/tribe-view-helpers.class.php:147
3331
  msgid "India"
3332
  msgstr "India"
3333
 
3334
+ #: ../lib/tribe-view-helpers.class.php:148
3335
  msgid "Indonesia"
3336
  msgstr "Indonesia"
3337
 
3338
+ #: ../lib/tribe-view-helpers.class.php:149
3339
  msgid "Iran (Islamic Republic Of)"
3340
  msgstr "Iran (Islamic Republic Of)"
3341
 
3342
+ #: ../lib/tribe-view-helpers.class.php:150
3343
  msgid "Iraq"
3344
  msgstr "Iraq"
3345
 
3346
+ #: ../lib/tribe-view-helpers.class.php:151
3347
  msgid "Ireland"
3348
  msgstr "Ireland"
3349
 
3350
+ #: ../lib/tribe-view-helpers.class.php:152
3351
  msgid "Israel"
3352
  msgstr "Israel"
3353
 
3354
+ #: ../lib/tribe-view-helpers.class.php:153
3355
  msgid "Italy"
3356
  msgstr "Italy"
3357
 
3358
+ #: ../lib/tribe-view-helpers.class.php:154
3359
  msgid "Jamaica"
3360
  msgstr "Jamaica"
3361
 
3362
+ #: ../lib/tribe-view-helpers.class.php:155
3363
  msgid "Japan"
3364
  msgstr "Japan"
3365
 
3366
+ #: ../lib/tribe-view-helpers.class.php:156
3367
  msgid "Jordan"
3368
  msgstr "Jordan"
3369
 
3370
+ #: ../lib/tribe-view-helpers.class.php:157
3371
  msgid "Kazakhstan"
3372
  msgstr "Kazakhstan"
3373
 
3374
+ #: ../lib/tribe-view-helpers.class.php:158
3375
  msgid "Kenya"
3376
  msgstr "Kenya"
3377
 
3378
+ #: ../lib/tribe-view-helpers.class.php:159
3379
  msgid "Kiribati"
3380
  msgstr "Kiribati"
3381
 
3382
+ #: ../lib/tribe-view-helpers.class.php:160
3383
  msgid "Korea, Democratic People's Republic Of"
3384
  msgstr "Korea, Democratic People's Republic Of"
3385
 
3386
+ #: ../lib/tribe-view-helpers.class.php:161
3387
  msgid "Korea, Republic Of"
3388
  msgstr "Korea, Republic Of"
3389
 
3390
+ #: ../lib/tribe-view-helpers.class.php:162
3391
  msgid "Kuwait"
3392
  msgstr "Kuwait"
3393
 
3394
+ #: ../lib/tribe-view-helpers.class.php:163
3395
  msgid "Kyrgyzstan"
3396
  msgstr "Kyrgyzstan"
3397
 
3398
+ #: ../lib/tribe-view-helpers.class.php:164
3399
  msgid "Lao People's Democratic Republic"
3400
  msgstr "Lao People's Democratic Republic"
3401
 
3402
+ #: ../lib/tribe-view-helpers.class.php:165
3403
  msgid "Latvia"
3404
  msgstr "Latvia"
3405
 
3406
+ #: ../lib/tribe-view-helpers.class.php:166
3407
  msgid "Lebanon"
3408
  msgstr "Lebanon"
3409
 
3410
+ #: ../lib/tribe-view-helpers.class.php:167
3411
  msgid "Lesotho"
3412
  msgstr "Lesotho"
3413
 
3414
+ #: ../lib/tribe-view-helpers.class.php:168
3415
  msgid "Liberia"
3416
  msgstr "Liberia"
3417
 
3418
+ #: ../lib/tribe-view-helpers.class.php:169
3419
  msgid "Libya"
3420
  msgstr "Libya"
3421
 
3422
+ #: ../lib/tribe-view-helpers.class.php:170
3423
  msgid "Liechtenstein"
3424
  msgstr "Liechtenstein"
3425
 
3426
+ #: ../lib/tribe-view-helpers.class.php:171
3427
  msgid "Lithuania"
3428
  msgstr "Lithuania"
3429
 
3430
+ #: ../lib/tribe-view-helpers.class.php:172
3431
  msgid "Luxembourg"
3432
  msgstr "Luxembourg"
3433
 
3434
+ #: ../lib/tribe-view-helpers.class.php:173
3435
  msgid "Macau"
3436
  msgstr "Macau"
3437
 
3438
+ #: ../lib/tribe-view-helpers.class.php:174
3439
  msgid "Macedonia"
3440
  msgstr "Macedonia"
3441
 
3442
+ #: ../lib/tribe-view-helpers.class.php:175
3443
  msgid "Madagascar"
3444
  msgstr "Madagascar"
3445
 
3446
+ #: ../lib/tribe-view-helpers.class.php:176
3447
  msgid "Malawi"
3448
  msgstr "Malawi"
3449
 
3450
+ #: ../lib/tribe-view-helpers.class.php:177
3451
  msgid "Malaysia"
3452
  msgstr "Malaysia"
3453
 
3454
+ #: ../lib/tribe-view-helpers.class.php:178
3455
  msgid "Maldives"
3456
  msgstr "Maldives"
3457
 
3458
+ #: ../lib/tribe-view-helpers.class.php:179
3459
  msgid "Mali"
3460
  msgstr "Mali"
3461
 
3462
+ #: ../lib/tribe-view-helpers.class.php:180
3463
  msgid "Malta"
3464
  msgstr "Malta"
3465
 
3466
+ #: ../lib/tribe-view-helpers.class.php:181
3467
  msgid "Marshall Islands"
3468
  msgstr "Marshall Islands"
3469
 
3470
+ #: ../lib/tribe-view-helpers.class.php:182
3471
  msgid "Martinique"
3472
  msgstr "Martinique"
3473
 
3474
+ #: ../lib/tribe-view-helpers.class.php:183
3475
  msgid "Mauritania"
3476
  msgstr "Mauritania"
3477
 
3478
+ #: ../lib/tribe-view-helpers.class.php:184
3479
  msgid "Mauritius"
3480
  msgstr "Mauritius"
3481
 
3482
+ #: ../lib/tribe-view-helpers.class.php:185
3483
  msgid "Mayotte"
3484
  msgstr "Mayotte"
3485
 
3486
+ #: ../lib/tribe-view-helpers.class.php:186
3487
  msgid "Mexico"
3488
  msgstr "Mexico"
3489
 
3490
+ #: ../lib/tribe-view-helpers.class.php:187
3491
  msgid "Micronesia, Federated States Of"
3492
  msgstr "Micronesia, Federated States Of"
3493
 
3494
+ #: ../lib/tribe-view-helpers.class.php:188
3495
  msgid "Moldova, Republic Of"
3496
  msgstr "Moldova, Republic Of"
3497
 
3498
+ #: ../lib/tribe-view-helpers.class.php:189
3499
  msgid "Monaco"
3500
  msgstr "Monaco"
3501
 
3502
+ #: ../lib/tribe-view-helpers.class.php:190
3503
  msgid "Mongolia"
3504
  msgstr "Mongolia"
3505
 
3506
+ #: ../lib/tribe-view-helpers.class.php:191
3507
  msgid "Montenegro"
3508
  msgstr "Montenegro"
3509
 
3510
+ #: ../lib/tribe-view-helpers.class.php:192
3511
  msgid "Montserrat"
3512
  msgstr "Montserrat"
3513
 
3514
+ #: ../lib/tribe-view-helpers.class.php:193
3515
  msgid "Morocco"
3516
  msgstr "Morocco"
3517
 
3518
+ #: ../lib/tribe-view-helpers.class.php:194
3519
  msgid "Mozambique"
3520
  msgstr "Mozambique"
3521
 
3522
+ #: ../lib/tribe-view-helpers.class.php:195
3523
  msgid "Myanmar"
3524
  msgstr "Myanmar"
3525
 
3526
+ #: ../lib/tribe-view-helpers.class.php:196
3527
  msgid "Namibia"
3528
  msgstr "Namibia"
3529
 
3530
+ #: ../lib/tribe-view-helpers.class.php:197
3531
  msgid "Nauru"
3532
  msgstr "Nauru"
3533
 
3534
+ #: ../lib/tribe-view-helpers.class.php:198
3535
  msgid "Nepal"
3536
  msgstr "Nepal"
3537
 
3538
+ #: ../lib/tribe-view-helpers.class.php:199
3539
  msgid "Netherlands"
3540
  msgstr "Netherlands"
3541
 
3542
+ #: ../lib/tribe-view-helpers.class.php:200
3543
  msgid "Netherlands Antilles"
3544
  msgstr "Netherlands Antilles"
3545
 
3546
+ #: ../lib/tribe-view-helpers.class.php:201
3547
  msgid "New Caledonia"
3548
  msgstr "Nouvelle Calédonie"
3549
 
3550
+ #: ../lib/tribe-view-helpers.class.php:202
3551
  msgid "New Zealand"
3552
  msgstr "Nouvelle Zélande"
3553
 
3554
+ #: ../lib/tribe-view-helpers.class.php:203
3555
  msgid "Nicaragua"
3556
  msgstr "Nicaragua"
3557
 
3558
+ #: ../lib/tribe-view-helpers.class.php:204
3559
  msgid "Niger"
3560
  msgstr "Niger"
3561
 
3562
+ #: ../lib/tribe-view-helpers.class.php:205
3563
  msgid "Nigeria"
3564
  msgstr "Nigeria"
3565
 
3566
+ #: ../lib/tribe-view-helpers.class.php:206
3567
  msgid "Niue"
3568
  msgstr "Niue"
3569
 
3570
+ #: ../lib/tribe-view-helpers.class.php:207
3571
  msgid "Norfolk Island"
3572
  msgstr "Norfolk Island"
3573
 
3574
+ #: ../lib/tribe-view-helpers.class.php:208
3575
  msgid "Northern Mariana Islands"
3576
  msgstr "Northern Mariana Islands"
3577
 
3578
+ #: ../lib/tribe-view-helpers.class.php:209
3579
  msgid "Norway"
3580
  msgstr "Norway"
3581
 
3582
+ #: ../lib/tribe-view-helpers.class.php:210
3583
  msgid "Oman"
3584
  msgstr "Oman"
3585
 
3586
+ #: ../lib/tribe-view-helpers.class.php:211
3587
  msgid "Pakistan"
3588
  msgstr "Pakistan"
3589
 
3590
+ #: ../lib/tribe-view-helpers.class.php:212
3591
  msgid "Palau"
3592
  msgstr "Palau"
3593
 
3594
+ #: ../lib/tribe-view-helpers.class.php:213
3595
  msgid "Panama"
3596
  msgstr "Panama"
3597
 
3598
+ #: ../lib/tribe-view-helpers.class.php:214
3599
  msgid "Papua New Guinea"
3600
  msgstr "Papua New Guinea"
3601
 
3602
+ #: ../lib/tribe-view-helpers.class.php:215
3603
  msgid "Paraguay"
3604
  msgstr "Paraguay"
3605
 
3606
+ #: ../lib/tribe-view-helpers.class.php:216
3607
  msgid "Peru"
3608
  msgstr "Peru"
3609
 
3610
+ #: ../lib/tribe-view-helpers.class.php:217
3611
  msgid "Philippines"
3612
  msgstr "Philippines"
3613
 
3614
+ #: ../lib/tribe-view-helpers.class.php:218
3615
  msgid "Pitcairn"
3616
  msgstr "Pitcairn"
3617
 
3618
+ #: ../lib/tribe-view-helpers.class.php:219
3619
  msgid "Poland"
3620
  msgstr "Poland"
3621
 
3622
+ #: ../lib/tribe-view-helpers.class.php:220
3623
  msgid "Portugal"
3624
  msgstr "Portugal"
3625
 
3626
+ #: ../lib/tribe-view-helpers.class.php:221
3627
  msgid "Puerto Rico"
3628
  msgstr "Puerto Rico"
3629
 
3630
+ #: ../lib/tribe-view-helpers.class.php:222
3631
  msgid "Qatar"
3632
  msgstr "Qatar"
3633
 
3634
+ #: ../lib/tribe-view-helpers.class.php:223
3635
  msgid "Reunion"
3636
  msgstr "Reunion"
3637
 
3638
+ #: ../lib/tribe-view-helpers.class.php:224
3639
  msgid "Romania"
3640
  msgstr "Romania"
3641
 
3642
+ #: ../lib/tribe-view-helpers.class.php:225
3643
  msgid "Russian Federation"
3644
  msgstr "Russian Federation"
3645
 
3646
+ #: ../lib/tribe-view-helpers.class.php:226
3647
  msgid "Rwanda"
3648
  msgstr "Rwanda"
3649
 
3650
+ #: ../lib/tribe-view-helpers.class.php:227
3651
  msgid "Saint Kitts And Nevis"
3652
  msgstr "Saint Kitts And Nevis"
3653
 
3654
+ #: ../lib/tribe-view-helpers.class.php:228
3655
  msgid "Saint Lucia"
3656
  msgstr "Saint Lucia"
3657
 
3658
+ #: ../lib/tribe-view-helpers.class.php:229
3659
  msgid "Saint Vincent And The Grenadines"
3660
  msgstr "Saint Vincent And The Grenadines"
3661
 
3662
+ #: ../lib/tribe-view-helpers.class.php:230
3663
  msgid "Samoa"
3664
  msgstr "Samoa"
3665
 
3666
+ #: ../lib/tribe-view-helpers.class.php:231
3667
  msgid "San Marino"
3668
  msgstr "San Marino"
3669
 
3670
+ #: ../lib/tribe-view-helpers.class.php:232
3671
  msgid "Sao Tome And Principe"
3672
  msgstr "Sao Tome And Principe"
3673
 
3674
+ #: ../lib/tribe-view-helpers.class.php:233
3675
  msgid "Saudi Arabia"
3676
  msgstr "Saudi Arabia"
3677
 
3678
+ #: ../lib/tribe-view-helpers.class.php:234
3679
  msgid "Senegal"
3680
  msgstr "Senegal"
3681
 
3682
+ #: ../lib/tribe-view-helpers.class.php:235
3683
  msgid "Serbia"
3684
  msgstr "Serbia"
3685
 
3686
+ #: ../lib/tribe-view-helpers.class.php:236
3687
  msgid "Seychelles"
3688
  msgstr "Seychelles"
3689
 
3690
+ #: ../lib/tribe-view-helpers.class.php:237
3691
  msgid "Sierra Leone"
3692
  msgstr "Sierra Leone"
3693
 
3694
+ #: ../lib/tribe-view-helpers.class.php:238
3695
  msgid "Singapore"
3696
  msgstr "Singapore"
3697
 
3698
+ #: ../lib/tribe-view-helpers.class.php:239
3699
  msgid "Slovakia (Slovak Republic)"
3700
  msgstr "Slovakia (Slovak Republic)"
3701
 
3702
+ #: ../lib/tribe-view-helpers.class.php:240
3703
  msgid "Slovenia"
3704
  msgstr "Slovenia"
3705
 
3706
+ #: ../lib/tribe-view-helpers.class.php:241
3707
  msgid "Solomon Islands"
3708
  msgstr "Solomon Islands"
3709
 
3710
+ #: ../lib/tribe-view-helpers.class.php:242
3711
  msgid "Somalia"
3712
  msgstr "Somalia"
3713
 
3714
+ #: ../lib/tribe-view-helpers.class.php:243
3715
  msgid "South Africa"
3716
  msgstr "South Africa"
3717
 
3718
+ #: ../lib/tribe-view-helpers.class.php:244
3719
  msgid "South Georgia, South Sandwich Islands"
3720
  msgstr "South Georgia, South Sandwich Islands"
3721
 
3722
+ #: ../lib/tribe-view-helpers.class.php:245
3723
  msgid "Spain"
3724
  msgstr "Spain"
3725
 
3726
+ #: ../lib/tribe-view-helpers.class.php:246
3727
  msgid "Sri Lanka"
3728
  msgstr "Sri Lanka"
3729
 
3730
+ #: ../lib/tribe-view-helpers.class.php:247
3731
  msgid "St. Helena"
3732
  msgstr "St. Helena"
3733
 
3734
+ #: ../lib/tribe-view-helpers.class.php:248
3735
  msgid "St. Pierre And Miquelon"
3736
  msgstr "St. Pierre And Miquelon"
3737
 
3738
+ #: ../lib/tribe-view-helpers.class.php:249
3739
  msgid "Sudan"
3740
  msgstr "Sudan"
3741
 
3742
+ #: ../lib/tribe-view-helpers.class.php:250
3743
  msgid "Suriname"
3744
  msgstr "Suriname"
3745
 
3746
+ #: ../lib/tribe-view-helpers.class.php:251
3747
  msgid "Svalbard And Jan Mayen Islands"
3748
  msgstr "Svalbard And Jan Mayen Islands"
3749
 
3750
+ #: ../lib/tribe-view-helpers.class.php:252
3751
  msgid "Swaziland"
3752
  msgstr "Swaziland"
3753
 
3754
+ #: ../lib/tribe-view-helpers.class.php:253
3755
  msgid "Sweden"
3756
  msgstr "Sweden"
3757
 
3758
+ #: ../lib/tribe-view-helpers.class.php:254
3759
  msgid "Switzerland"
3760
  msgstr "Switzerland"
3761
 
3762
+ #: ../lib/tribe-view-helpers.class.php:255
3763
  msgid "Syrian Arab Republic"
3764
  msgstr "Syrian Arab Republic"
3765
 
3766
+ #: ../lib/tribe-view-helpers.class.php:256
3767
  msgid "Taiwan"
3768
  msgstr "Taiwan"
3769
 
3770
+ #: ../lib/tribe-view-helpers.class.php:257
3771
  msgid "Tajikistan"
3772
  msgstr "Tajikistan"
3773
 
3774
+ #: ../lib/tribe-view-helpers.class.php:258
3775
  msgid "Tanzania, United Republic Of"
3776
  msgstr "Tanzania, United Republic Of"
3777
 
3778
+ #: ../lib/tribe-view-helpers.class.php:259
3779
  msgid "Thailand"
3780
  msgstr "Thailand"
3781
 
3782
+ #: ../lib/tribe-view-helpers.class.php:260
3783
  msgid "Togo"
3784
  msgstr "Togo"
3785
 
3786
+ #: ../lib/tribe-view-helpers.class.php:261
3787
  msgid "Tokelau"
3788
  msgstr "Tokelau"
3789
 
3790
+ #: ../lib/tribe-view-helpers.class.php:262
3791
  msgid "Tonga"
3792
  msgstr "Tonga"
3793
 
3794
+ #: ../lib/tribe-view-helpers.class.php:263
3795
  msgid "Trinidad And Tobago"
3796
  msgstr "Trinidad And Tobago"
3797
 
3798
+ #: ../lib/tribe-view-helpers.class.php:264
3799
  msgid "Tunisia"
3800
  msgstr "Tunisia"
3801
 
3802
+ #: ../lib/tribe-view-helpers.class.php:265
3803
  msgid "Turkey"
3804
  msgstr "Turkey"
3805
 
3806
+ #: ../lib/tribe-view-helpers.class.php:266
3807
  msgid "Turkmenistan"
3808
  msgstr "Turkmenistan"
3809
 
3810
+ #: ../lib/tribe-view-helpers.class.php:267
3811
  msgid "Turks And Caicos Islands"
3812
  msgstr "Turks And Caicos Islands"
3813
 
3814
+ #: ../lib/tribe-view-helpers.class.php:268
3815
  msgid "Tuvalu"
3816
  msgstr "Tuvalu"
3817
 
3818
+ #: ../lib/tribe-view-helpers.class.php:269
3819
  msgid "Uganda"
3820
  msgstr "Uganda"
3821
 
3822
+ #: ../lib/tribe-view-helpers.class.php:270
3823
  msgid "Ukraine"
3824
  msgstr "Ukraine"
3825
 
3826
+ #: ../lib/tribe-view-helpers.class.php:271
3827
  msgid "United Arab Emirates"
3828
  msgstr "United Arab Emirates"
3829
 
3830
+ #: ../lib/tribe-view-helpers.class.php:272
3831
  msgid "United Kingdom"
3832
  msgstr "United Kingdom"
3833
 
3834
+ #: ../lib/tribe-view-helpers.class.php:273
3835
  msgid "United States Minor Outlying Islands"
3836
  msgstr "United States Minor Outlying Islands"
3837
 
3838
+ #: ../lib/tribe-view-helpers.class.php:274
3839
  msgid "Uruguay"
3840
  msgstr "Uruguay"
3841
 
3842
+ #: ../lib/tribe-view-helpers.class.php:275
3843
  msgid "Uzbekistan"
3844
  msgstr "Uzbekistan"
3845
 
3846
+ #: ../lib/tribe-view-helpers.class.php:276
3847
  msgid "Vanuatu"
3848
  msgstr "Vanuatu"
3849
 
3850
+ #: ../lib/tribe-view-helpers.class.php:277
3851
  msgid "Venezuela"
3852
  msgstr "Venezuela"
3853
 
3854
+ #: ../lib/tribe-view-helpers.class.php:278
3855
  msgid "Viet Nam"
3856
  msgstr "Viet Nam"
3857
 
3858
+ #: ../lib/tribe-view-helpers.class.php:279
3859
  msgid "Virgin Islands (British)"
3860
  msgstr "Virgin Islands (British)"
3861
 
3862
+ #: ../lib/tribe-view-helpers.class.php:280
3863
  msgid "Virgin Islands (U.S.)"
3864
  msgstr "Virgin Islands (U.S.)"
3865
 
3866
+ #: ../lib/tribe-view-helpers.class.php:281
3867
  msgid "Wallis And Futuna Islands"
3868
  msgstr "Wallis And Futuna Islands"
3869
 
3870
+ #: ../lib/tribe-view-helpers.class.php:282
3871
  msgid "Western Sahara"
3872
  msgstr "Western Sahara"
3873
 
3874
+ #: ../lib/tribe-view-helpers.class.php:283
3875
  msgid "Yemen"
3876
  msgstr "Yemen"
3877
 
3878
+ #: ../lib/tribe-view-helpers.class.php:284
3879
  msgid "Zambia"
3880
  msgstr "Zambia"
3881
 
3882
+ #: ../lib/tribe-view-helpers.class.php:285
3883
  msgid "Zimbabwe"
3884
  msgstr "Zimbabwe"
3885
 
3886
+ #: ../lib/tribe-view-helpers.class.php:316
3887
  msgid "Alabama"
3888
  msgstr "Alabama"
3889
 
3890
+ #: ../lib/tribe-view-helpers.class.php:317
3891
  msgid "Alaska"
3892
  msgstr "Alaska"
3893
 
3894
+ #: ../lib/tribe-view-helpers.class.php:318
3895
  msgid "Arizona"
3896
  msgstr "Arizona"
3897
 
3898
+ #: ../lib/tribe-view-helpers.class.php:319
3899
  msgid "Arkansas"
3900
  msgstr "Arkansas"
3901
 
3902
+ #: ../lib/tribe-view-helpers.class.php:320
3903
  msgid "California"
3904
  msgstr "California"
3905
 
3906
+ #: ../lib/tribe-view-helpers.class.php:321
3907
  msgid "Colorado"
3908
  msgstr "Colorado"
3909
 
3910
+ #: ../lib/tribe-view-helpers.class.php:322
3911
  msgid "Connecticut"
3912
  msgstr "Connecticut"
3913
 
3914
+ #: ../lib/tribe-view-helpers.class.php:323
3915
  msgid "Delaware"
3916
  msgstr "Delaware"
3917
 
3918
+ #: ../lib/tribe-view-helpers.class.php:324
3919
  msgid "District of Columbia"
3920
  msgstr "District of Columbia"
3921
 
3922
+ #: ../lib/tribe-view-helpers.class.php:325
3923
  msgid "Florida"
3924
  msgstr "Florida"
3925
 
3926
+ #: ../lib/tribe-view-helpers.class.php:327
3927
  msgid "Hawaii"
3928
  msgstr "Hawaii"
3929
 
3930
+ #: ../lib/tribe-view-helpers.class.php:328
3931
  msgid "Idaho"
3932
  msgstr "Idaho"
3933
 
3934
+ #: ../lib/tribe-view-helpers.class.php:329
3935
  msgid "Illinois"
3936
  msgstr "Illinois"
3937
 
3938
+ #: ../lib/tribe-view-helpers.class.php:330
3939
  msgid "Indiana"
3940
  msgstr "Indiana"
3941
 
3942
+ #: ../lib/tribe-view-helpers.class.php:331
3943
  msgid "Iowa"
3944
  msgstr "Iowa"
3945
 
3946
+ #: ../lib/tribe-view-helpers.class.php:332
3947
  msgid "Kansas"
3948
  msgstr "Kansas"
3949
 
3950
+ #: ../lib/tribe-view-helpers.class.php:333
3951
+ msgid "Kentucky"
3952
+ msgstr "Kentucky"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3953
 
3954
+ #: ../lib/tribe-view-helpers.class.php:334
3955
+ msgid "Louisiana"
3956
+ msgstr "Louisiana"
3957
 
3958
+ #: ../lib/tribe-view-helpers.class.php:335
3959
+ msgid "Maine"
3960
+ msgstr "Maine"
3961
 
3962
+ #: ../lib/tribe-view-helpers.class.php:336
3963
+ msgid "Maryland"
3964
+ msgstr "Maryland"
 
3965
 
3966
+ #: ../lib/tribe-view-helpers.class.php:337
3967
+ msgid "Massachusetts"
3968
+ msgstr "Massachusetts"
 
3969
 
3970
+ #: ../lib/tribe-view-helpers.class.php:338
3971
+ msgid "Michigan"
3972
+ msgstr "Michigan"
 
3973
 
3974
+ #: ../lib/tribe-view-helpers.class.php:339
3975
+ msgid "Minnesota"
3976
+ msgstr "Minnesota"
 
3977
 
3978
+ #: ../lib/tribe-view-helpers.class.php:340
3979
+ msgid "Mississippi"
3980
+ msgstr "Mississippi"
 
3981
 
3982
+ #: ../lib/tribe-view-helpers.class.php:341
3983
+ msgid "Missouri"
3984
+ msgstr "Missouri"
 
3985
 
3986
+ #: ../lib/tribe-view-helpers.class.php:342
3987
+ msgid "Montana"
3988
+ msgstr "Montana"
 
3989
 
3990
+ #: ../lib/tribe-view-helpers.class.php:343
3991
+ msgid "Nebraska"
3992
+ msgstr "Nebraska"
 
 
 
 
 
3993
 
3994
+ #: ../lib/tribe-view-helpers.class.php:344
3995
+ msgid "Nevada"
3996
+ msgstr "Nevada"
3997
 
3998
+ #: ../lib/tribe-view-helpers.class.php:345
3999
+ msgid "New Hampshire"
4000
+ msgstr "New Hampshire"
4001
 
4002
+ #: ../lib/tribe-view-helpers.class.php:346
4003
+ msgid "New Jersey"
4004
+ msgstr "New Jersey"
4005
 
4006
+ #: ../lib/tribe-view-helpers.class.php:347
4007
+ msgid "New Mexico"
4008
+ msgstr "Nouveau Mexique"
4009
 
4010
+ #: ../lib/tribe-view-helpers.class.php:348
4011
+ msgid "New York"
4012
+ msgstr "New York"
4013
 
4014
+ #: ../lib/tribe-view-helpers.class.php:349
4015
+ msgid "North Carolina"
4016
+ msgstr "North Carolina"
4017
 
4018
+ #: ../lib/tribe-view-helpers.class.php:350
4019
+ msgid "North Dakota"
4020
+ msgstr "North Dakota"
 
4021
 
4022
+ #: ../lib/tribe-view-helpers.class.php:351
4023
+ msgid "Ohio"
4024
+ msgstr "Ohio"
 
4025
 
4026
+ #: ../lib/tribe-view-helpers.class.php:352
4027
+ msgid "Oklahoma"
4028
+ msgstr "Oklahoma"
 
 
4029
 
4030
+ #: ../lib/tribe-view-helpers.class.php:353
4031
+ msgid "Oregon"
4032
+ msgstr "Oregon"
 
4033
 
4034
+ #: ../lib/tribe-view-helpers.class.php:354
4035
+ msgid "Pennsylvania"
4036
+ msgstr "Pennsylvania"
4037
 
4038
+ #: ../lib/tribe-view-helpers.class.php:355
4039
+ msgid "Rhode Island"
4040
+ msgstr "Rhode Island"
 
4041
 
4042
+ #: ../lib/tribe-view-helpers.class.php:356
4043
+ msgid "South Carolina"
4044
+ msgstr "South Carolina"
 
4045
 
4046
+ #: ../lib/tribe-view-helpers.class.php:357
4047
+ msgid "South Dakota"
4048
+ msgstr "South Dakota"
4049
 
4050
+ #: ../lib/tribe-view-helpers.class.php:358
4051
+ msgid "Tennessee"
4052
+ msgstr "Tennessee"
4053
 
4054
+ #: ../lib/tribe-view-helpers.class.php:359
4055
+ msgid "Texas"
4056
+ msgstr "Texas"
4057
 
4058
+ #: ../lib/tribe-view-helpers.class.php:360
4059
+ msgid "Utah"
4060
+ msgstr "Utah"
4061
 
4062
+ #: ../lib/tribe-view-helpers.class.php:361
4063
+ msgid "Vermont"
4064
+ msgstr "Vermont"
 
4065
 
4066
+ #: ../lib/tribe-view-helpers.class.php:362
4067
+ msgid "Virginia"
4068
+ msgstr "Virginia"
4069
 
4070
+ #: ../lib/tribe-view-helpers.class.php:363
4071
+ msgid "Washington"
4072
+ msgstr "Washington"
4073
 
4074
+ #: ../lib/tribe-view-helpers.class.php:364
4075
+ msgid "West Virginia"
4076
+ msgstr "West Virginia"
 
 
 
 
 
 
4077
 
4078
+ #: ../lib/tribe-view-helpers.class.php:365
4079
+ msgid "Wisconsin"
4080
+ msgstr "Wisconsin"
4081
 
4082
+ #: ../lib/tribe-view-helpers.class.php:366
4083
+ msgid "Wyoming"
4084
+ msgstr "Wyoming"
 
4085
 
4086
+ #
4087
+ #: ../lib/widget-list.class.php:26
4088
+ msgid "A widget that displays upcoming events."
4089
+ msgstr "Un widget qui affiche les événements à venir."
4090
 
4091
+ #: ../lib/widget-list.class.php:34
4092
+ msgid "Events List"
4093
+ msgstr "Liste d'événements"
4094
+
4095
+ #: ../lib/widget-list.class.php:162 ../public/template-tags/loop.php:129
4096
+ msgid "Upcoming Events"
4097
+ msgstr "Événements à venir "
4098
 
4099
+ #: ../public/advanced-functions/meta.php:42
4100
+ #: ../public/advanced-functions/meta.php:74
4101
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:61
4102
  msgid "Start:"
4103
  msgstr "Début :"
4104
 
4105
+ #: ../public/advanced-functions/meta.php:51
4106
+ #: ../public/advanced-functions/meta.php:83
4107
+ #: ../views/modules/meta/details.php:41 ../views/modules/meta/details.php:66
4108
  msgid "End:"
4109
  msgstr "Fin :"
4110
 
4111
+ #: ../public/advanced-functions/meta.php:62
4112
+ #: ../public/advanced-functions/meta.php:94
4113
+ #: ../views/modules/meta/details.php:51 ../views/modules/meta/details.php:76
4114
  msgid "Date:"
4115
  msgstr "Date :"
4116
 
4117
+ #: ../public/advanced-functions/meta.php:105
4118
+ #: ../public/advanced-functions/meta.php:116
4119
+ #: ../views/modules/meta/details.php:81
4120
  msgid "Time:"
4121
  msgstr "Heure:"
4122
 
4123
+ #: ../public/advanced-functions/meta.php:329
4124
+ #: ../public/template-tags/google-map.php:44
4125
  msgid "Click to view a Google Map"
4126
  msgstr "Cliquez pour voir une Google Map"
4127
 
4128
  #
4129
+ #: ../public/advanced-functions/meta.php:330
4130
+ #: ../public/template-tags/google-map.php:45
4131
  msgid "+ Google Map"
4132
  msgstr "+ Google Map"
4133
 
4134
+ #: ../public/advanced-functions/meta.php:343
4135
+ #: ../views/modules/meta/details.php:13
4136
  msgid "Details"
4137
  msgstr "Détails"
4138
 
4139
  #
4140
+ #: ../public/advanced-functions/meta.php:403
4141
+ #: ../views/modules/meta/details.php:115
4142
  msgid "Event Tags:"
4143
  msgstr "Mots-clefs de l'événement :"
4144
 
4145
+ #: ../public/advanced-functions/meta.php:433
4146
  msgid "Origin:"
4147
  msgstr "Origine :"
4148
 
4149
+ #: ../public/advanced-functions/meta.php:594
4150
  msgid "Event:"
4151
  msgstr "Evénément :"
4152
 
4153
+ #: ../public/template-tags/day.php:103
4154
+ #, fuzzy
4155
+ msgid "<span>&laquo;</span> Previous Day"
4156
+ msgstr "&laquo; Événements précédents "
4157
+
4158
+ #: ../public/template-tags/day.php:105
4159
+ msgid "Next Day <span>&raquo;</span>"
4160
+ msgstr ""
4161
+
4162
+ #: ../public/template-tags/day.php:107
4163
+ msgid "Yesterday"
4164
+ msgstr ""
4165
+
4166
+ #: ../public/template-tags/day.php:109
4167
+ #, fuzzy
4168
+ msgid "Tomorrow"
4169
+ msgstr "Comoros"
4170
+
4171
  #
4172
+ #: ../public/template-tags/deprecated.php:1283
4173
  msgid "Category"
4174
  msgstr "Catégorie"
4175
 
4176
+ #: ../public/template-tags/general.php:385
4177
  msgid "Tags:"
4178
  msgstr "Mots-clefs :"
4179
 
4180
  #
4181
+ #: ../public/template-tags/general.php:489
4182
  msgid "Loading Events"
4183
  msgstr "Chargement des événements"
4184
 
4185
+ #: ../public/template-tags/general.php:679
4186
  msgid "Free"
4187
  msgstr "Gratuit"
4188
 
4189
+ #: ../public/template-tags/general.php:1336
4190
+ #, php-format
4191
+ msgid "Calendar powered by %sThe Events Calendar%s"
4192
+ msgstr "Calendrier crée avec %sThe Events Calendar%s"
4193
 
4194
+ #: ../public/template-tags/loop.php:134
4195
+ #, fuzzy, php-format
4196
+ msgid "Events for %1$s - %2$s"
4197
+ msgstr "Événements pour %s"
4198
+
4199
+ #: ../public/template-tags/loop.php:136
4200
+ msgid "Past Events"
4201
+ msgstr "Événements passés"
4202
 
4203
+ #: ../public/template-tags/loop.php:141
4204
  #, php-format
4205
+ msgid "Events for %s"
4206
+ msgstr "Événements pour %s"
4207
+
4208
+ #: ../public/template-tags/loop.php:148
4209
+ #, fuzzy
4210
+ msgid "Events for"
4211
+ msgstr "Événements pour %s"
4212
 
4213
  #: ../public/template-tags/options.php:20
4214
  #, php-format
4215
  msgid "Your current Events URL is %s"
4216
  msgstr "Votre URL d'événement est %s"
4217
 
4218
+ #: ../public/template-tags/options.php:29
4219
  #, php-format
4220
  msgid ""
4221
  "You <strong>cannot</strong> use the same slug as above. The above should "
4226
  "être singulier. <br />Votre URL d'événement unique est: %s"
4227
 
4228
  #
4229
+ #: ../views/day/nav.php:16
4230
+ #, fuzzy
4231
+ msgid "Day Navigation"
 
 
 
 
4232
  msgstr "Navigation de l'événement"
4233
 
4234
+ #: ../views/day/single-event.php:74 ../views/list/single-event.php:80
4235
+ msgid "Find out more"
4236
+ msgstr "Découvrir plus d'infos"
4237
+
4238
  #
4239
  #: ../views/list/nav.php:17
4240
  msgid "Events List Navigation"
4241
  msgstr "Navigation par Liste d'événements"
4242
 
4243
+ #: ../views/list/nav.php:23
4244
+ msgid "<span>&laquo;</span> Previous Events"
4245
+ msgstr "<span>&laquo;</span> Événements précédents "
4246
+
4247
+ #: ../views/list/nav.php:30
4248
+ msgid "Next Events <span>&raquo;</span>"
4249
+ msgstr "Prochains événements <span>&raquo;</span>"
4250
 
4251
  #
4252
+ #: ../views/modules/bar.php:32 ../views/modules/bar.php:63
4253
  msgid "Find Events"
4254
  msgstr "Trouver des événements"
4255
 
4256
+ #: ../views/modules/bar.php:39
4257
  msgid "Event Views Navigation"
4258
  msgstr "Navigation par l'affichage des événements"
4259
 
4260
  #
4261
+ #: ../views/modules/bar.php:40
4262
  msgid "View As"
4263
  msgstr "Voir en tant que"
4264
 
4267
  msgid "Calendar Month Navigation"
4268
  msgstr "Navigation par Calendrier mensuel"
4269
 
4270
+ #: ../views/month/single-day.php:43
4271
+ #, fuzzy, php-format
4272
+ msgid "View 1 Event"
4273
+ msgid_plural "View All %s Events"
4274
+ msgstr[0] "Voir l'événement "
4275
+ msgstr[1] "Voir l'événement "
4276
+
4277
+ #
4278
+ #: ../views/single-event.php:24
4279
+ msgid "&laquo; All Events"
4280
+ msgstr "&laquo; Tous les événements"
4281
+
4282
+ #
4283
+ #: ../views/single-event.php:43 ../views/single-event.php:89
4284
+ msgid "Event Navigation"
4285
+ msgstr "Navigation de l'événement"
4286
+
4287
  #
4288
+ #: ../views/tickets/attendees-email.php:24
4289
  msgid "Attendee List"
4290
  msgstr "Liste de participants"
4291
 
4292
+ #: ../views/tickets/email.php:37
4293
  msgid "Your tickets"
4294
  msgstr "Vos tickets"
4295
 
4296
+ #: ../views/tickets/email.php:321
4297
  msgid "Ticket Type"
4298
  msgstr "Type de ticket"
4299
 
4300
+ #: ../views/tickets/email.php:325
4301
  msgid "Purchaser"
4302
  msgstr "Acheteur"
4303
 
4304
+ #: ../views/widgets/list-widget.php:63
4305
+ msgid "View All Events"
4306
+ msgstr "Voir tous les événements"
4307
+
4308
+ #: ../views/widgets/list-widget.php:70
4309
+ msgid "There are no upcoming events at this time."
4310
+ msgstr "Aucun événement à venir prochainement."
4311
+
4312
+ #
4313
+ #~ msgid "Auditing Information"
4314
+ #~ msgstr "Informations de comptes"
4315
+
4316
+ #~ msgid "Created by:"
4317
+ #~ msgstr "Crée par :"
4318
+
4319
+ #~ msgid "Audit Trail:"
4320
+ #~ msgstr "Piste d'Audit :"
4321
+
4322
+ #~ msgid "Events this month"
4323
+ #~ msgstr "Événements du mois"
4324
+
4325
+ #, fuzzy
4326
+ #~ msgid "Use New "
4327
+ #~ msgstr "Utiliser un nouveau lieu"
4328
+
4329
+ #~ msgid "Tribe"
4330
+ #~ msgstr "Tribe"
4331
+
4332
+ #~ msgid ""
4333
+ #~ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make "
4334
+ #~ "sure you have backed up before proceeding any further. You can easily <a "
4335
+ #~ "href=\"%s\">revert to an old version</a> if you want to backup first. "
4336
+ #~ "This upgrade includes two major steps, <a href=\"%s\">migrating data</a> "
4337
+ #~ "&amp; updating your templates as necessary. There have been significant "
4338
+ #~ "changes to the template tags and functions. Check out our <a href=\"%s"
4339
+ #~ "\">walk-through on the upgrade</a> before proceeding and check out the "
4340
+ #~ "FAQ &amp; Knowledge base from the <a href=\"%s\">support page</a>. If "
4341
+ #~ "you're new to The Events Calendar, you may want to review our <a href=\"%s"
4342
+ #~ "\">new user primer</a>.<br/><br/> You have events that need to be "
4343
+ #~ "migrated. Please visit the bottom of the <a href=\"%s\">settings page</"
4344
+ #~ "a> to perform the migration."
4345
+ #~ msgstr ""
4346
+ #~ "Bienvenue à Events 2.0! C'est une énorme mise à jour depuis la version "
4347
+ #~ "1.6.5. Merci de vous assurer d'avoir effectué vos sauvegardes avant de "
4348
+ #~ "continuer. Vous pouvez facilement <a href=\"%s\">revenir à l'ancienne "
4349
+ #~ "version</a> si vous sauvegardez en premier. Cette mise à jour comprend "
4350
+ #~ "deux grandes étapes, <a href=\"%s\">la migration des données</a> & et la "
4351
+ #~ "mise à jour de vos thèmes si nécessaire. Il y a eu des changements "
4352
+ #~ "significatifs aux \"tags\" et fonctions des thèmes. Jettez un oeil au <a "
4353
+ #~ "href=\"%s\">parcours de mise à jour</a>avant de procéder et allez voir "
4354
+ #~ "FAQ & et la Base de connaissance depuis la <a href=\"%s\">page du "
4355
+ #~ "support</a>. Si vous découvrez The Events Calendar, vous pourriez vouloir "
4356
+ #~ "lire notre<a href=\"%s\">tour d'horizon pour les nouveaux utilisateurs</"
4357
+ #~ "a>.<br/><br/> Certains événements ont besoin de migrer. Merci de visite "
4358
+ #~ "le bas de la <a href=\"%s\">page des réglages</a> pour effectuer la "
4359
+ #~ "migration."
4360
+
4361
+ #~ msgid ""
4362
+ #~ "It appears that you have some old events calendar data that needs to be "
4363
+ #~ "upgraded. Please be sure to back up your database before initiating the "
4364
+ #~ "upgrade. This process can not be undone."
4365
+ #~ msgstr ""
4366
+ #~ "Apparemment, vous avez des vieux événements qui devraient être mis à "
4367
+ #~ "jour. Vérifiez bien votre backup de base de données avant de lancer la "
4368
+ #~ "mise à jour. Ce processus ne peut être abandonné. "
4369
+
4370
+ #~ msgid "Migrate Data!"
4371
+ #~ msgstr "Migrer les données"
4372
+
4373
+ #~ msgid "You successfully migrated (%d) entries."
4374
+ #~ msgstr "Vous avez migré avec succès (%d) articles."
4375
+
4376
+ #~ msgid "Install has 1 or more legacy event!"
4377
+ #~ msgstr "Installation à 1 ou plusieurs événements hérités !"
4378
+
4379
+ #, fuzzy
4380
+ #~ msgid "Events "
4381
+ #~ msgstr "Événements"
4382
+
4383
+ #, fuzzy
4384
+ #~ msgid "Event "
4385
+ #~ msgstr "Evénément"
4386
+
4387
+ #~ msgid "Organizer Name:"
4388
+ #~ msgstr "Nom de l'organisateur :"
4389
+
4390
+ #~ msgid ""
4391
+ #~ "Would you like to change only this instance of the event, or all future "
4392
+ #~ "events in this series?"
4393
+ #~ msgstr ""
4394
+ #~ "Voulez-vous pouvoir changer seulement l'instance de cet événement, ou "
4395
+ #~ "tous les futures événements de cette ensemble?"
4396
+
4397
+ #~ msgid "Only This Event:"
4398
+ #~ msgstr "Seulement cet Événement :"
4399
+
4400
+ #~ msgid "All other future events in the series will remain the same."
4401
+ #~ msgstr ""
4402
+ #~ "Tous les autres futures événements dans cet ensemble resterons les mêmes."
lang/tribe-events-calendar-hr.mo CHANGED
File without changes
lang/tribe-events-calendar-id_ID.mo CHANGED
File without changes
lang/tribe-events-calendar-id_ID.po CHANGED
File without changes
lang/tribe-events-calendar-is_IS.mo CHANGED
Binary file
lang/tribe-events-calendar-is_IS.po CHANGED
@@ -5,9 +5,9 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2013-07-02 11:26-0800\n"
9
- "PO-Revision-Date: 2013-10-02 20:26-0000\n"
10
- "Last-Translator: Modern Tribe, Inc. <pro@tri.be>\n"
11
  "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
  "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
@@ -19,46 +19,167 @@ msgstr ""
19
  "_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"
20
  "X-Poedit-Basepath: ./\n"
21
  "X-Textdomain-Support: yes\n"
22
- "X-Generator: Poedit 1.5.7\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #: ../admin-views/app-shop.php:4
26
  msgid "Tribe Event Add-Ons"
27
  msgstr "Tribe Event viðbætur"
28
 
29
- #: ../admin-views/app-shop.php:50
30
  msgid "Version"
31
  msgstr "Útgáfa"
32
 
33
- #: ../admin-views/app-shop.php:53
34
  msgid "Last Update"
35
  msgstr "Síðast uppfært"
36
 
37
- #: ../admin-views/event-sidebar-options.php:11
38
  msgid "Hide From Event Listings"
39
  msgstr "Ekki sýna í viðburðar lista"
40
 
41
- #: ../admin-views/event-sidebar-options.php:12
42
  msgid "Sticky in Calendar View"
43
  msgstr "Sticky í dagatal ham"
44
 
45
- #: ../admin-views/events-audit-trail.php:41
46
- msgid "Auditing Information"
47
- msgstr "Breytu upplýsingar"
48
-
49
- #: ../admin-views/events-audit-trail.php:47
50
- msgid "Created by:"
51
- msgstr "Hannað af:"
52
-
53
- #: ../admin-views/events-audit-trail.php:51
54
- msgid "Audit Trail:"
55
- msgstr "Uppfærslu leið:"
56
-
57
- #: ../admin-views/events-meta-box.php:26
58
  msgid "Event Time &amp; Date"
59
  msgstr "Viðburðar tími &amp; dagsetning"
60
 
61
- #: ../admin-views/events-meta-box.php:32
62
  msgid ""
63
  "You have changed the recurrence rules of this event. Saving the event will "
64
  "update all future events. If you did not mean to change all events, then "
@@ -68,122 +189,298 @@ msgstr ""
68
  "viðburð uppfærist hann að fullu. Ef þú vilt ekki framkvæma þessar "
69
  "breytingar, vinsamlega endurnýja þessa síðu."
70
 
71
- #: ../admin-views/events-meta-box.php:35
72
  msgid "All Day Event:"
73
  msgstr "Heilsdags viðburður"
74
 
75
- #: ../admin-views/events-meta-box.php:39
76
  msgid "Start Date &amp; Time:"
77
  msgstr "Upphafsdagsetning &amp; tími"
78
 
79
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
80
  msgid "YYYY-MM-DD"
81
  msgstr "YYYY-MM-DD"
82
 
83
- #: ../admin-views/events-meta-box.php:60
84
  msgid "End Date &amp; Time:"
85
  msgstr "Enda dagsetning &ap; tími:"
86
 
87
- #: ../admin-views/events-meta-box.php:85
88
  msgid "Event Location Details"
89
  msgstr "Upplýsingar um staðsetningu viðburðar"
90
 
91
- #: ../admin-views/events-meta-box.php:93
92
  msgid "Event Organizer Details"
93
  msgstr "Upplýsingar um skipuleggjandi viðburðar"
94
 
95
- #: ../admin-views/events-meta-box.php:101
 
96
  msgid "Event Website"
97
  msgstr "Vefsíða viðburðar"
98
 
99
- #: ../admin-views/events-meta-box.php:104
100
  msgid "URL:"
101
  msgstr "URL:"
102
 
103
- #: ../admin-views/events-meta-box.php:115
 
104
  msgid "Event Cost"
105
  msgstr "Kostnaður viðburðar"
106
 
107
- #: ../admin-views/events-meta-box.php:118
108
  msgid "Currency Symbol:"
109
  msgstr "Mynt:"
110
 
111
- #: ../admin-views/events-meta-box.php:122
112
- #: ../public/advanced-functions/meta.php:270
 
 
 
 
 
 
 
 
 
 
 
113
  msgid "Cost:"
114
  msgstr "Verð:"
115
 
116
- #: ../admin-views/events-meta-box.php:127
117
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
118
  msgstr "Setjið 0 fyrir fría viðburði eða hafið autt til að fela svæði."
119
 
120
- #: ../admin-views/organizer-meta-box.php:12
121
- msgid "Organizer Name:"
122
- msgstr "Nafn skipuleggjanda:"
 
 
123
 
124
- #: ../admin-views/organizer-meta-box.php:19
125
- #: ../admin-views/venue-meta-box.php:93
126
- #: ../admin-views/tickets/attendees.php:39
127
- #: ../public/advanced-functions/meta.php:357
128
- #: ../public/advanced-functions/meta.php:419
 
129
  msgid "Phone:"
130
  msgstr "Sími:"
131
 
132
- #: ../admin-views/organizer-meta-box.php:23
133
- #: ../admin-views/venue-meta-box.php:97
134
- #: ../admin-views/tickets/attendees.php:45
135
- #: ../public/advanced-functions/meta.php:308
136
- #: ../public/advanced-functions/meta.php:383
137
- #: ../public/advanced-functions/meta.php:445
 
 
138
  msgid "Website:"
139
  msgstr "Vefsíða:"
140
 
141
- #: ../admin-views/organizer-meta-box.php:27
142
- #: ../public/advanced-functions/meta.php:432
 
143
  msgid "Email:"
144
  msgstr "Netfang:"
145
 
146
- #: ../admin-views/recurrence-dialog.php:13
147
  msgid ""
148
- "Would you like to change only this instance of the event, or all future "
149
- "events in this series?"
150
- msgstr "Viltu breyta aðeins þessum hluta viðburðar, eða allri viðburðarseriu?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
 
152
- #: ../admin-views/recurrence-dialog.php:15
153
- #: ../admin-views/recurrence-dialog.php:23
154
- msgid "Only This Event:"
155
- msgstr "Aðeins þessum viðburði:"
156
 
157
- #: ../admin-views/recurrence-dialog.php:15
158
- msgid "All other future events in the series will remain the same."
159
- msgstr "Allir aðrir viðburðir í seríu haldast óbreyttir."
 
160
 
161
- #: ../admin-views/recurrence-dialog.php:16
162
- #: ../admin-views/recurrence-dialog.php:24
163
- msgid "All Events:"
164
- msgstr "Allir viðburðir:"
165
 
166
- #: ../admin-views/recurrence-dialog.php:16
167
  msgid ""
168
- "All future events in the series will be changed. Any changes made to other "
169
- "events will be kept."
170
  msgstr ""
171
- "Allir viðburðir í seríunni munu breytast. Breytingar á öðrum viðburður halda "
172
- "sér."
 
 
 
 
173
 
174
- #: ../admin-views/recurrence-dialog.php:21
175
  msgid ""
176
- "Would you like to delete only this instance of the event, or all future "
177
- "events in this series?"
178
- msgstr "Viltu eyða þessum hluta viðburðarseríu eða allri seríunni?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
 
180
- #: ../admin-views/recurrence-dialog.php:23
181
- msgid "All other future events in the series will not be deleted."
182
- msgstr "Allir aðrir hlutar viðburðarseríu munu ekki eyðast."
 
 
 
 
183
 
184
- #: ../admin-views/recurrence-dialog.php:24
185
- msgid "All future events in the series will be deleted."
186
- msgstr "Allir aðrir hlutar viðburðarseríu mun verða eytt."
187
 
188
  #: ../admin-views/tribe-options-display.php:4
189
  msgid "Default Events Template"
@@ -193,11 +490,11 @@ msgstr "Sjálgefið viðburðar sniðmát"
193
  msgid "Default Page Template"
194
  msgstr "Sjálfgefið blaðsíðu sniðmát"
195
 
196
- #: ../admin-views/tribe-options-display.php:29
197
  msgid "Display Settings"
198
  msgstr "Sýna stillingar"
199
 
200
- #: ../admin-views/tribe-options-display.php:34
201
  #, php-format
202
  msgid ""
203
  "<p>The settings below control the display of your calendar. If things don't "
@@ -216,80 +513,173 @@ msgstr ""
216
  "Gríptu þá eintak af <a href=\"%s\">Sample Agenda View plugin from Github</"
217
  "a></p>"
218
 
219
- #: ../admin-views/tribe-options-display.php:49
220
  msgid "Basic Template Settings"
221
  msgstr "Undirstöðu stillingar sniðmáts."
222
 
223
- #: ../admin-views/tribe-options-display.php:53
224
  msgid "Default stylesheet used for events templates"
225
  msgstr "Sjálfgefið stílblað sem notað er fyrir viðburðar sniðmát"
226
 
227
- #: ../admin-views/tribe-options-display.php:56
228
  msgid "Skeleton Styles"
229
  msgstr "Einfalt útlit"
230
 
231
- #: ../admin-views/tribe-options-display.php:58
232
  msgid ""
233
  "Only includes enough css to achieve complex layouts like calendar and week "
234
  "view."
235
  msgstr ""
 
 
236
 
237
- #: ../admin-views/tribe-options-display.php:60
238
  msgid "Full Styles"
239
  msgstr "Fullt útlít"
240
 
241
- #: ../admin-views/tribe-options-display.php:62
242
  msgid "More detailed styling, tries to grab styles from your theme."
243
- msgstr ""
244
 
245
- #: ../admin-views/tribe-options-display.php:64
246
  msgid "Tribe Events Styles"
247
  msgstr "Tribe útlit"
248
 
249
- #: ../admin-views/tribe-options-display.php:66
250
  msgid "A fully designed and styled theme for your events pages."
251
- msgstr ""
252
 
253
- #: ../admin-views/tribe-options-display.php:73
254
  msgid "Events template"
255
  msgstr "Viðburðar sniðmát"
256
 
257
- #: ../admin-views/tribe-options-display.php:74
258
  msgid ""
259
  "Choose a page template to control the appearance of your calendar and event "
260
  "content."
261
  msgstr ""
262
  "Veljið síðu sniðmát til að stýra útliti dagatals og viðburðar innihaldi."
263
 
264
- #: ../admin-views/tribe-options-display.php:82
265
  msgid "Enable event views"
266
  msgstr "Leyfa sýningu viðburðar"
267
 
268
- #: ../admin-views/tribe-options-display.php:83
269
  msgid "You must select at least one view."
270
  msgstr "Nauðsynlegt að velja í það minnsta einn viðburð"
271
 
272
- #: ../admin-views/tribe-options-display.php:90
273
  msgid "Default view"
274
  msgstr "Sjálfgefin sýning viðburðar"
275
 
276
- #: ../admin-views/tribe-options-display.php:98
277
  msgid "Disable the Event Search Bar"
278
- msgstr "Slökkva á viðburðar leitarstiku"
279
 
280
- #: ../admin-views/tribe-options-display.php:99
281
  msgid "Check this to use the classic header."
282
  msgstr "Hakið hér til að nota classic haus."
283
 
284
- #: ../admin-views/tribe-options-display.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  msgid "Advanced Template Settings"
286
  msgstr "Meiri sniðmát stillingar"
287
 
288
- #: ../admin-views/tribe-options-display.php:109
289
  msgid "Add HTML before event content"
290
  msgstr "Bæta HTML á undan innihaldi viðburðar"
291
 
292
- #: ../admin-views/tribe-options-display.php:110
293
  msgid ""
294
  "If you are familiar with HTML, you can add additional code before the event "
295
  "template. Some themes may require this to help with styling or layout."
@@ -297,11 +687,11 @@ msgstr ""
297
  "Ef þú þekkir til HTML, þá getur þú bætt viðbótar forritun á undan viðburðar "
298
  "sniðmáti. Þetta gæti þurft við sum þemu til að hjálpa til við útlit."
299
 
300
- #: ../admin-views/tribe-options-display.php:115
301
  msgid "Add HTML after event content"
302
  msgstr "Bæta við HTML eftir innihald viðburðar"
303
 
304
- #: ../admin-views/tribe-options-display.php:116
305
  msgid ""
306
  "If you are familiar with HTML, you can add additional code after the event "
307
  "template. Some themes may require this to help with styling or layout."
@@ -309,23 +699,23 @@ msgstr ""
309
  "Ef þú þekkir til HTML, þá getur þú bætt viðbótar forritun á eftir viðburðar "
310
  "sniðmáti. Þetta gæti þurft við sum þemu til að hjálpa til við útlit."
311
 
312
- #: ../admin-views/tribe-options-general.php:14
313
  msgid "Finding & extending your calendar."
314
  msgstr "Finna & bæta við dagatalið þitt."
315
 
316
- #: ../admin-views/tribe-options-general.php:19
317
  msgid "Finding your calendar."
318
  msgstr "Finna dagatal."
319
 
320
- #: ../admin-views/tribe-options-general.php:24
321
  msgid "Where's my calendar?"
322
  msgstr "Hvar er dagatalið mitt?"
323
 
324
- #: ../admin-views/tribe-options-general.php:24
325
  msgid "Right here"
326
  msgstr "Það er hér"
327
 
328
- #: ../admin-views/tribe-options-general.php:28
329
  msgid ""
330
  "Looking for additional functionality including recurring events, custom "
331
  "meta, community events, ticket sales and more?"
@@ -333,15 +723,15 @@ msgstr ""
333
  "Ertu að leyta að viðbótar virkni svo sem endurteknum viðburðum, sérsniðnu "
334
  "meta, samfélagslegum viðburðum, miðasölu ofl?"
335
 
336
- #: ../admin-views/tribe-options-general.php:28
337
  msgid "Check out the available add-ons"
338
  msgstr "Skoða þær viðbætur sem í boði eru"
339
 
340
- #: ../admin-views/tribe-options-general.php:33
341
  msgid "We hope our plugin is helping you out."
342
  msgstr "Við vonum að þetta plugin okkar hjálpi þér."
343
 
344
- #: ../admin-views/tribe-options-general.php:37
345
  msgid ""
346
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
347
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -352,12 +742,12 @@ msgstr ""
352
  "fyrir alla þessa frábæru vinnu.\" Best er að láta vita af þessu dagatali. "
353
  "Bætið við texta-link á dagatalið."
354
 
355
- #: ../admin-views/tribe-options-general.php:37
356
- #: ../admin-views/tribe-options-general.php:42
357
  msgid "See an example of the link"
358
  msgstr "Sjá hér sýnishorn af tengli"
359
 
360
- #: ../admin-views/tribe-options-general.php:42
361
  msgid ""
362
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
363
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -368,39 +758,49 @@ msgstr ""
368
  "fyrir alla þessa frábæru vinnu.\" Best er að láta vita af þessu dagatali. "
369
  "Bætið við texta-link á dagatalið."
370
 
371
- #: ../admin-views/tribe-options-general.php:47
372
  msgid "Show The Events Calendar link"
373
  msgstr "Sýna Events Calendar hlekk"
374
 
375
- #: ../admin-views/tribe-options-general.php:61
376
  msgid "General Settings"
377
  msgstr "Almennar stillingar"
378
 
379
- #: ../admin-views/tribe-options-general.php:65
380
  msgid "Number of events to show per page"
381
  msgstr "Fjöldi viðburða sjáanlegir per dag"
382
 
383
- #: ../admin-views/tribe-options-general.php:72
384
- msgid "Use Javascript to control page load"
385
  msgstr "Nota Javascript til stýringar á síðu"
386
 
387
- #: ../admin-views/tribe-options-general.php:73
388
- msgid "Enable ajax to live refresh content."
389
- msgstr "Vrikja ajax til endurvekja innihald."
 
 
 
 
 
 
 
 
 
 
390
 
391
- #: ../admin-views/tribe-options-general.php:79
392
  msgid "Show comments"
393
  msgstr "Sýna skoðanir"
394
 
395
- #: ../admin-views/tribe-options-general.php:80
396
  msgid "Enable comments on event pages."
397
  msgstr "Virkja skoðanir á hverri viðburðarsíðu."
398
 
399
- #: ../admin-views/tribe-options-general.php:86
400
  msgid "Include events in main blog loop"
401
  msgstr "Bæta viðburðum við aðal blogg"
402
 
403
- #: ../admin-views/tribe-options-general.php:87
404
  msgid ""
405
  "Show events with the site's other posts. When this box is checked, events "
406
  "will also continue to appear on the default events page."
@@ -408,12 +808,12 @@ msgstr ""
408
  "Sýna viðburði með öðru innleggi á síðu. Þegar hakað er við hér, þá munu "
409
  "viðburðir einnig sjást á sjálfgefnu viðburðarsíðunni."
410
 
411
- #: ../admin-views/tribe-options-general.php:93
412
- #: ../admin-views/tribe-options-general.php:99
413
  msgid "Events URL slug"
414
  msgstr "URL titill viðburðar"
415
 
416
- #: ../admin-views/tribe-options-general.php:94
417
  #, php-format
418
  msgid ""
419
  "You cannot edit the slug for your events page as you do not have pretty "
@@ -426,26 +826,26 @@ msgstr ""
426
  "\">%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
427
  "\">enable pretty permalinks</a>."
428
 
429
- #: ../admin-views/tribe-options-general.php:106
430
  #: ../public/template-tags/options.php:20
431
  msgid "The slug used for building the events URL."
432
  msgstr "Stutti titillinn sem notaður er við innsetningu viðburðar URL."
433
 
434
- #: ../admin-views/tribe-options-general.php:106
435
  #, php-format
436
  msgid "Your current events URL is: %s"
437
  msgstr "Núverandi viðburðar URL er: %s"
438
 
439
- #: ../admin-views/tribe-options-general.php:111
440
- #: ../public/template-tags/options.php:43
441
  msgid "Here is the iCal feed URL for your events:"
442
  msgstr "Hérna er iCal URL fyrir viðburðinn:"
443
 
444
- #: ../admin-views/tribe-options-general.php:116
445
  msgid "Single event URL slug"
446
  msgstr "Stutt URL fyrir stakan viðburð"
447
 
448
- #: ../admin-views/tribe-options-general.php:123
449
  #, php-format
450
  msgid ""
451
  "The above should ideally be plural, and this singular.<br />Your single "
@@ -454,23 +854,23 @@ msgstr ""
454
  "Ofangreint þarf helst að vera fleirtala og þetta eintala. <br />Your single "
455
  "event URL is: %s"
456
 
457
- #: ../admin-views/tribe-options-general.php:128
458
  msgid "End of day cutoff"
459
  msgstr "Lok dags tímapunktur"
460
 
461
- #: ../admin-views/tribe-options-general.php:136
462
  msgid ""
463
- "Have events that run past midnight? Control when your day official ends to "
464
- "avoid awkwardly adding your event to the next day."
465
  msgstr ""
466
  "Hafa viðburð sem fer framyfir miðnætti? Stýra því hvenær dagur endar til að "
467
  "koma í veg fyrir að setja viðburð óvart yfir á næsta dag."
468
 
469
- #: ../admin-views/tribe-options-general.php:141
470
  msgid "Default currency symbol"
471
  msgstr "Sjálfgefið gjaldmiðils merki"
472
 
473
- #: ../admin-views/tribe-options-general.php:142
474
  msgid ""
475
  "Set the default currency symbol for event costs. Note that this only impacts "
476
  "future events, and changes made will not apply retroactively."
@@ -479,41 +879,53 @@ msgstr ""
479
  "eftir, þetta hefur aðeins áhrif á komandi viðburði og breytingar sem gerðar "
480
  "eru verða ekki afturvirkar."
481
 
482
- #: ../admin-views/tribe-options-general.php:149
 
 
 
 
 
 
 
 
 
 
 
 
483
  msgid "Map Settings"
484
  msgstr "Korta stillingar"
485
 
486
- #: ../admin-views/tribe-options-general.php:153
487
  msgid "Enable Google Maps"
488
  msgstr "Virkja Google Maps"
489
 
490
- #: ../admin-views/tribe-options-general.php:154
491
  msgid "Check to enable maps for events and venues."
492
  msgstr ""
493
  "Haka við til að heimila virkni korta á viðburði og viðburðastaðsetningu."
494
 
495
- #: ../admin-views/tribe-options-general.php:161
496
  msgid "Google Maps default zoom level"
497
  msgstr "Google Maps sjálfgefna zoom stilling"
498
 
499
- #: ../admin-views/tribe-options-general.php:162
500
  msgid "0 = zoomed out; 21 = zoomed in."
501
  msgstr "0 = zoomað út; 21 = zoomað inn."
502
 
503
- #: ../admin-views/tribe-options-general.php:170
504
  msgid "Miscellaneous Settings"
505
  msgstr "Ýmsar stillingar"
506
 
507
- #: ../admin-views/tribe-options-general.php:174
508
  msgid "Duplicate Venues &amp; Organizers"
509
  msgstr "Afrita viðburð &amp; Skipuleggjanda"
510
 
511
- #: ../admin-views/tribe-options-general.php:174
512
- #: ../lib/tribe-amalgamator.php:252
513
  msgid "Merge Duplicates"
514
  msgstr "Sameina afritun"
515
 
516
- #: ../admin-views/tribe-options-general.php:174
517
  msgid ""
518
  "You might find duplicate venues and organizers when updating The Events "
519
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
@@ -523,11 +935,11 @@ msgstr ""
523
  "Calendar er uppfært frá pre-3.0 útgáfu. Smellið hér til að sjálfkrafa "
524
  "sameina samskonar viðburðir og skipulegganda."
525
 
526
- #: ../admin-views/tribe-options-general.php:179
527
  msgid "Debug mode"
528
  msgstr "Leiðréttunar viðmót"
529
 
530
- #: ../admin-views/tribe-options-general.php:185
531
  #, php-format
532
  msgid ""
533
  "Enable this option to log debug information. By default this will log to "
@@ -540,82 +952,80 @@ msgstr ""
540
  "í vafra þá mælum við með að setja þetta inn %s and look for the \"Tribe\" "
541
  "tab in the debug output."
542
 
543
- #: ../admin-views/tribe-options-general.php:185
544
  msgid "Debug Bar Plugin"
545
  msgstr "Villu leiðréttingar stiku viðbót"
546
 
547
- #: ../admin-views/tribe-options-help.php:18
548
  msgctxt "not available"
549
  msgid "n/a"
550
  msgstr "n/a"
551
 
552
- #: ../admin-views/tribe-options-help.php:19
553
  msgid "You need to upgrade!"
554
  msgstr "Vinsamlega uppfærið!"
555
 
556
- #: ../admin-views/tribe-options-help.php:19
557
  msgid "You are up to date!"
558
  msgstr "Premium Add-Ons Þú ert með nýjustu útgáfuna!"
559
 
560
- #: ../admin-views/tribe-options-help.php:42
561
  msgid "The Events Calendar PRO"
562
  msgstr "The Events Calendar PRO"
563
 
564
- #: ../admin-views/tribe-options-help.php:46
565
- msgid "Eventbrite Tickets"
566
- msgstr "Eventbrite Tickets"
567
 
568
- #: ../admin-views/tribe-options-help.php:50
569
- msgid "Community Events"
570
- msgstr "Sammfélags viðburðir"
571
 
572
- #: ../admin-views/tribe-options-help.php:54
573
- msgid "Facebook Events"
574
- msgstr "Facebook viðburðir"
575
 
576
- #: ../admin-views/tribe-options-help.php:58
577
- msgid "WooTickets"
578
- msgstr "WooTickets"
579
 
580
- #: ../admin-views/tribe-options-help.php:63
581
- msgid "Faceted Filters"
582
- msgstr "Ítarlegri síur"
583
 
584
- #: ../admin-views/tribe-options-help.php:71
585
- msgid "Documentation"
586
- msgstr "Skjöl"
587
 
588
- #: ../admin-views/tribe-options-help.php:75
589
- msgid "FAQ"
590
- msgstr "Algengar spurningar"
591
 
592
- #: ../admin-views/tribe-options-help.php:79
593
- #: ../lib/the-events-calendar.class.php:743
594
- #: ../lib/the-events-calendar.class.php:3889
595
- #: ../lib/the-events-calendar.class.php:3980
596
- msgid "Help"
597
- msgstr "Hjálp"
598
-
599
- #: ../admin-views/tribe-options-help.php:83
600
- msgid "Tutorials"
601
- msgstr "Leiðbeiningar"
602
-
603
- #: ../admin-views/tribe-options-help.php:87
604
- msgid "Release Notes"
605
- msgstr "Release notes"
606
 
607
- #: ../admin-views/tribe-options-help.php:91
608
- msgid "Forums"
609
- msgstr "Forums"
 
 
 
 
 
 
610
 
611
- #: ../admin-views/tribe-options-help.php:99
612
  msgid ""
613
  "If this is your first time using The Events Calendar, you're in for a treat "
614
  "and are already well on your way to creating a first event. Here are some "
615
  "basics we've found helpful for users jumping into it for the first time:"
616
  msgstr ""
 
 
 
617
 
618
- #: ../admin-views/tribe-options-help.php:102
619
  #, php-format
620
  msgid ""
621
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -623,8 +1033,11 @@ msgid ""
623
  "accompanying screenshots, the primer aims to take you from zero to hero in "
624
  "no time."
625
  msgstr ""
 
 
 
626
 
627
- #: ../admin-views/tribe-options-help.php:104
628
  #, php-format
629
  msgid ""
630
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -632,66 +1045,87 @@ msgid ""
632
  "helpful as it aims to address any basic install questions not addressed by "
633
  "the new user primer."
634
  msgstr ""
 
 
 
635
 
636
- #: ../admin-views/tribe-options-help.php:106
637
  #, php-format
638
  msgid ""
639
  "Are you developer looking to build your own frontend view? We created an "
640
  "example plugin that demonstrates how to register a new view. You can "
641
  "%sdownload the plugin at GitHub%s to get started."
642
  msgstr ""
 
 
 
643
 
644
- #: ../admin-views/tribe-options-help.php:108
645
  msgid ""
646
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
647
  "the Events menu and adding your first event."
648
  msgstr ""
 
 
649
 
650
- #: ../admin-views/tribe-options-help.php:112
651
  #, php-format
652
  msgid ""
653
  "We've redone our support page from the ground up in an effort to better help "
654
  "our users. Head over to our %sSupport Page%s and you'll find lots of great "
655
  "resources, including:"
656
  msgstr ""
 
 
657
 
658
- #: ../admin-views/tribe-options-help.php:114
659
  #, php-format
660
  msgid ""
661
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
662
  "&amp; Events Calendar PRO"
663
  msgstr ""
 
 
664
 
665
- #: ../admin-views/tribe-options-help.php:116
666
  #, php-format
667
  msgid ""
668
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
669
  "to advanced themer tweaks"
670
  msgstr ""
 
 
671
 
672
- #: ../admin-views/tribe-options-help.php:118
673
  #, php-format
674
  msgid ""
675
  "%sTutorials%s written by both members of our team and users from the "
676
  "community, covering custom queries, integration with third-party themes and "
677
  "plugins, etc."
678
  msgstr ""
 
 
679
 
680
- #: ../admin-views/tribe-options-help.php:120
681
  msgid ""
682
  "Release notes for painting an overall picture of the plugin's lifecycle and "
683
  "when features/bug fixes were introduced."
684
  msgstr ""
 
 
685
 
686
- #: ../admin-views/tribe-options-help.php:122
687
  #, php-format
688
  msgid ""
689
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
690
  "The Events Calendar (including WooTickets, Community Events, Eventbrite "
691
  "Tickets, Facebook Events, etc)"
692
  msgstr ""
 
 
 
693
 
694
- #: ../admin-views/tribe-options-help.php:124
695
  #, php-format
696
  msgid ""
697
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
@@ -701,15 +1135,22 @@ msgid ""
701
  "add your own, and help us shape the future of the products business in a way "
702
  "that best meets the community's needs."
703
  msgstr ""
 
 
 
 
 
704
 
705
- #: ../admin-views/tribe-options-help.php:128
706
  #, php-format
707
  msgid ""
708
  "Written documentation can only take things so far...sometimes, you need help "
709
  "from a real person. This is where our %ssupport forums%s come into play."
710
  msgstr ""
 
 
711
 
712
- #: ../admin-views/tribe-options-help.php:129
713
  #, php-format
714
  msgid ""
715
  "Users of the free The Events Calendar should post their support concerns to "
@@ -718,8 +1159,13 @@ msgid ""
718
  "to read our %ssupport expectations sticky thread%s before posting so you "
719
  "understand our limitations."
720
  msgstr ""
 
 
 
 
 
721
 
722
- #: ../admin-views/tribe-options-help.php:130
723
  msgid ""
724
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
725
  "you report a legitimate bug that we're able to reproduce, we will log it and "
@@ -727,8 +1173,12 @@ msgid ""
727
  "provide customization tips or assist in integrating with 3rd party plugins "
728
  "or themes."
729
  msgstr ""
 
 
 
 
730
 
731
- #: ../admin-views/tribe-options-help.php:131
732
  #, php-format
733
  msgid ""
734
  "If you're a user of The Events Calendar and would like more support, please "
@@ -736,8 +1186,11 @@ msgid ""
736
  "deeper level of customization/integration support for paying users than we "
737
  "can on WordPress.org."
738
  msgstr ""
 
 
 
739
 
740
- #: ../admin-views/tribe-options-help.php:135
741
  #, php-format
742
  msgid ""
743
  "If you find that you aren't getting the level of service you've come to "
@@ -748,11 +1201,11 @@ msgstr ""
748
  "skjóttu á okkur tölvupóst á %s eða tísti %s og láttu okkur vita. Við munum "
749
  "gera allt sem við getum til að lagfæra."
750
 
751
- #: ../admin-views/tribe-options-help.php:136
752
  msgid "More..."
753
  msgstr "Meira..."
754
 
755
- #: ../admin-views/tribe-options-help.php:144
756
  msgid ""
757
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
758
  "for installing our labor of love!"
@@ -760,84 +1213,80 @@ msgstr ""
760
  "Hæ! Við erum Modern Trive og við ætlum að hjálpa þér að vera frábær. Takk "
761
  "fyrir að sækja þetta flotta verk okkar!"
762
 
763
- #: ../admin-views/tribe-options-help.php:150
764
- msgid "Getting Started"
765
- msgstr "Byrja hér"
766
-
767
- #: ../admin-views/tribe-options-help.php:153
768
  msgid "Support Resources To Help You Kick Ass"
769
  msgstr "Aðstoð sem rokkar"
770
 
771
- #: ../admin-views/tribe-options-help.php:156
772
  msgid "Forums: Because Everyone Needs A Buddy"
773
  msgstr "Spjall; allir þurfa vini"
774
 
775
- #: ../admin-views/tribe-options-help.php:159
776
  msgid "Not getting help?"
777
- msgstr ""
778
 
779
- #: ../admin-views/tribe-options-help.php:169
780
- #: ../lib/the-events-calendar.class.php:486
781
- #: ../lib/tribe-settings.class.php:135
782
  msgid "The Events Calendar"
783
  msgstr "The Events Calendar"
784
 
785
- #: ../admin-views/tribe-options-help.php:173
786
  msgid "Latest Version:"
787
  msgstr "Nýjasta útgáfan:"
788
 
789
- #: ../admin-views/tribe-options-help.php:174
790
  msgid "Author:"
791
  msgstr "Höfundur:"
792
 
793
- #: ../admin-views/tribe-options-help.php:174
794
  msgid "Modern Tribe Inc"
795
  msgstr "Modern Tribe Inc"
796
 
797
- #: ../admin-views/tribe-options-help.php:175
798
  msgid "Requires:"
799
  msgstr "Krefst:"
800
 
801
- #: ../admin-views/tribe-options-help.php:175
802
  msgid "WordPress "
803
  msgstr "WordPress "
804
 
805
- #: ../admin-views/tribe-options-help.php:176
806
  msgid "Wordpress.org Plugin Page"
807
  msgstr "Wordpress.org Plugin Page"
808
 
809
- #: ../admin-views/tribe-options-help.php:181
810
  msgid "Average Rating"
811
  msgstr "Meðaltals einkunn"
812
 
813
- #: ../admin-views/tribe-options-help.php:185
814
  #, php-format
815
  msgid "Based on %d rating"
816
  msgid_plural "Based on %d ratings"
817
  msgstr[0] "Miðað við %d einkunn"
818
  msgstr[1] "Based on %d ratings"
819
 
820
- #: ../admin-views/tribe-options-help.php:186
821
  msgid "Give us 5 stars!"
822
  msgstr "Gefðu okkur 5 stjörnur!"
823
 
824
- #: ../admin-views/tribe-options-help.php:189
825
  msgid "Premium Add-Ons"
826
  msgstr "Premium viðbætur"
827
 
828
- #: ../admin-views/tribe-options-help.php:195
829
  msgid "(Coming Soon!)"
830
  msgstr "(Kemur bráðum!)"
831
 
832
- #: ../admin-views/tribe-options-help.php:202
833
  msgid "News and Tutorials"
834
  msgstr "Fréttir og leiðbeiningar"
835
 
836
- #: ../admin-views/tribe-options-network.php:14
837
  msgid "Network Settings"
838
  msgstr "Netstillingar"
839
 
840
- #: ../admin-views/tribe-options-network.php:18
841
  msgid ""
842
  "This is where all of the global network settings for Modern Tribe's The "
843
  "Events Calendar can be modified."
@@ -845,563 +1294,822 @@ msgstr ""
845
  "Hérna eru mögulegt að breyta öllum net stillingum fyrir Modern Tribe The "
846
  "Events Calendar"
847
 
848
- #: ../admin-views/tribe-options-network.php:26
849
  msgid "Hide the following settings tabs on every site:"
850
  msgstr "Fela þennan stillingar flipa á öllum síðum:"
851
 
852
- #: ../admin-views/venue-meta-box.php:20
853
- msgid "Venue Name:"
854
- msgstr "Nafn staðsetningar:"
855
-
856
- #: ../admin-views/venue-meta-box.php:27
857
- #: ../public/advanced-functions/meta.php:371
858
  msgid "Address:"
859
  msgstr "Heimilisfang:"
860
 
861
- #: ../admin-views/venue-meta-box.php:31
862
  msgid "City:"
863
  msgstr "Borg:"
864
 
865
- #: ../admin-views/venue-meta-box.php:35
866
  msgid "Country:"
867
  msgstr "Land:"
868
 
869
- #: ../admin-views/venue-meta-box.php:73
870
  msgid "State or Province:"
871
  msgstr "Sýsla/svæði:"
872
 
873
- #: ../admin-views/venue-meta-box.php:76
874
  msgid "Select a State:"
875
  msgstr "Fylki:"
876
 
877
- #: ../admin-views/venue-meta-box.php:89
878
  msgid "Postal Code:"
879
  msgstr "Póstnúmer:"
880
 
881
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
882
  msgid "Show Google Map:"
883
  msgstr "Sýna Google Map:"
884
 
885
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
886
  msgid "Show Google Maps Link:"
887
  msgstr "Sýna Google Maps hlekk:"
888
 
889
- #: ../admin-views/widget-admin-list.php:11
890
  msgid "Title:"
891
  msgstr "Titill:"
892
 
893
- #: ../admin-views/widget-admin-list.php:16
894
  msgid "Show:"
895
  msgstr "Sýna:"
896
 
897
- #: ../admin-views/widget-admin-list.php:24
898
  msgid "Show widget only if there are upcoming events:"
899
  msgstr "Sýna widget aðeins ef það er viðburður framundan:"
900
 
901
- #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
902
- #: ../lib/tickets/tribe-tickets-pro.php:73
903
- msgid "Attendees"
904
- msgstr "Boðsgestir"
905
-
906
- #: ../admin-views/tickets/attendees.php:14
907
- msgid "Event Summary"
908
- msgstr "Samantekt viðburðar"
909
-
910
- #: ../admin-views/tickets/attendees.php:22
911
- msgid "Event Details"
912
- msgstr "Viðburðar upplýsingar"
913
-
914
- #: ../admin-views/tickets/attendees.php:24
915
- msgid "Start Date / Time:"
916
- msgstr "Upphafsdagsetning / tími:"
917
-
918
- #: ../admin-views/tickets/attendees.php:26
919
- msgid "End Date / Time:"
920
- msgstr "Loka dagsetning / tími:"
921
-
922
- #: ../admin-views/tickets/attendees.php:34
923
- msgid "Venue:"
924
- msgstr "Staður:"
925
-
926
- #: ../admin-views/tickets/attendees.php:52
927
- msgid "Ticket Sales"
928
- msgstr "MIðasala"
929
 
930
- #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
931
- #, php-format
932
- msgid "Sold %d"
933
- msgstr "Selt %d"
934
 
935
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
936
  #, php-format
937
- msgid "Sold %d of %d"
938
- msgstr "Selt %d af %d"
939
-
940
- #: ../admin-views/tickets/attendees.php:81
941
- msgid "Tickets sold:"
942
- msgstr "Seldir miðar:"
943
-
944
- #: ../admin-views/tickets/attendees.php:85
945
- msgid "Checked in:"
946
- msgstr "Merkt við:"
947
-
948
- #: ../admin-views/tickets/attendees.php:105
949
- msgid "Send the attendee list by email"
950
- msgstr "Senda þáttakendalista í tölvupósti"
951
 
952
- #: ../admin-views/tickets/attendees.php:109
953
- msgid "Select a User:"
954
- msgstr "Velja notenda:"
955
 
956
- #: ../admin-views/tickets/attendees.php:110
957
- msgid "Select..."
958
- msgstr "Velja..."
959
 
960
- #: ../admin-views/tickets/attendees.php:112
961
- msgid "or"
962
- msgstr "eða"
963
 
964
- #: ../admin-views/tickets/attendees.php:114
965
- msgid "Email Address:"
966
- msgstr "Netfang:"
967
 
968
- #: ../admin-views/tickets/list.php:21
969
- msgid "Edit"
970
- msgstr "Leiðrétta"
971
 
972
- #: ../admin-views/tickets/list.php:22
973
- msgid "Delete"
974
- msgstr "Eyða"
975
 
976
- #: ../admin-views/tickets/list.php:24
977
- #, php-format
978
- msgid "Edit in %s"
979
- msgstr "Eyða í %s"
980
 
981
- #: ../admin-views/tickets/list.php:27
982
- #: ../lib/tribe-admin-events-list.class.php:53
983
- msgid "View"
984
- msgstr "Skoða"
985
 
986
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
987
- msgid "See who purchased tickets to this event"
988
- msgstr "Sjá hver hefur keypt miða á þennan viðburð"
989
 
990
- #: ../admin-views/tickets/meta-box.php:21
 
991
  msgid ""
992
- "This event was created using Community Events. Are you sure you want to sell "
993
- "tickets for it?"
994
  msgstr ""
995
- "Þessi viðburður var stofnaður í Community Events. Ertu viss um þú viljir "
996
- "selja miða á þennan viðburð?"
997
 
998
- #: ../admin-views/tickets/meta-box.php:32
999
- msgid "Upload image for the ticket header"
1000
- msgstr "Hlaða upp mynd fyrir miða haus"
1001
-
1002
- #: ../admin-views/tickets/meta-box.php:33
1003
  msgid ""
1004
- "The maximum image size in the email will be 580px wide by any height, and "
1005
- "then scaled for mobile. If you would like \"retina\" support use an image "
1006
- "sized to 1160px wide."
1007
  msgstr ""
1008
- "Hámarks stærð á mynd er 580 pixlar á breidd sama hver hæðin er, aðlagað að "
1009
- "farsíma. Ef þú vilt \"retina\" aðstoð notið þá mynd sem er 1160 pixlar á "
1010
- "breidd."
1011
-
1012
- #: ../admin-views/tickets/meta-box.php:36
1013
- msgid "Select an Image"
1014
- msgstr "Veljið mynd"
1015
 
1016
- #: ../admin-views/tickets/meta-box.php:44
1017
- msgid "Remove"
1018
- msgstr "Fjarlægja"
 
 
 
 
 
1019
 
1020
- #: ../admin-views/tickets/meta-box.php:62
1021
- #: ../admin-views/tickets/meta-box.php:72
1022
- msgid "Add new ticket"
1023
- msgstr "Bæta við miða"
1024
 
1025
- #: ../admin-views/tickets/meta-box.php:73
1026
- msgid "Edit ticket"
1027
- msgstr "Lagfæra miða"
 
 
 
 
1028
 
1029
- #: ../admin-views/tickets/meta-box.php:79
1030
- msgid "Sell using:"
1031
- msgstr "Selja með:"
 
1032
 
1033
- #: ../admin-views/tickets/meta-box.php:96
1034
- msgid "Ticket Name:"
1035
- msgstr "Nafn á miða:"
1036
 
1037
- #: ../admin-views/tickets/meta-box.php:103
1038
- msgid "Ticket Description:"
1039
- msgstr "Lýsing á miða:"
 
 
1040
 
1041
- #: ../admin-views/tickets/meta-box.php:112
1042
- msgid "Price:"
1043
- msgstr "Verð:"
 
 
1044
 
1045
- #: ../admin-views/tickets/meta-box.php:124
1046
- msgid "Start sale:"
1047
- msgstr "Hefja sölu:"
 
 
1048
 
1049
- #: ../admin-views/tickets/meta-box.php:148
1050
- msgid "End sale:"
1051
- msgstr "Ljúka sölu:"
1052
 
1053
- #: ../admin-views/tickets/meta-box.php:170
1054
  msgid ""
1055
- "When will ticket sales occur? If you don't set a start/end date for sales, "
1056
- "tickets will be available from now until the event ends."
 
 
1057
  msgstr ""
1058
- "Hvenær er miðasala? Ef ekki er sett upphafs og enda dagsetning fyrir söluna "
1059
- "þá verða miðar í boði fram lokum viðburðar."
 
 
1060
 
1061
- #: ../lib/the-events-calendar.class.php:491
1062
- msgid "month"
1063
- msgstr "mánuður"
1064
 
1065
- #: ../lib/the-events-calendar.class.php:492
1066
- msgid "upcoming"
1067
- msgstr "komandi"
1068
 
1069
- #: ../lib/the-events-calendar.class.php:493
1070
- msgid "past"
1071
- msgstr "liðinn"
1072
 
1073
- #: ../lib/the-events-calendar.class.php:495
1074
- msgid "venue"
1075
- msgstr "staðsetning"
1076
 
1077
- #: ../lib/the-events-calendar.class.php:509
1078
  #, php-format
1079
- msgid "Initializing Tribe Events on %s"
1080
- msgstr "Frumstilla Tribe Events á %s"
1081
 
1082
- #: ../lib/the-events-calendar.class.php:622
1083
  #, php-format
1084
- msgid ""
1085
- "Your version of The Events Calendar is not up-to-date with one of your The "
1086
- "Events Calendar add-ons. Please %supdate now.%s"
1087
- msgstr ""
1088
- "Þessi útgáfa af The Events Calendar er ekki í samræmi við eina af The Events "
1089
- "Calendar vibótum. Vinsamlega %supdate now.%s"
1090
 
1091
- #: ../lib/the-events-calendar.class.php:639
1092
  #, php-format
1093
- msgid ""
1094
- "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1095
- "dependencies on The Events Calendar and will not function properly unless "
1096
- "paired with the right version. %sWant to pair an older version%s?"
1097
- msgstr ""
1098
- "Meðfylgjandi plugins eru útrunnin: <b>%s</b>. Allar viðbætur innihalda "
1099
- "tengingu við The Events Calendar og munu ekki virka sem skyldi án þessa að "
1100
- "vera rétt. %sViltu para við eldri útgáfu%s?"
1101
 
1102
- #: ../lib/the-events-calendar.class.php:703
1103
- #: ../lib/the-events-calendar.class.php:738
1104
- #: ../lib/the-events-calendar.class.php:740
1105
- msgid "Licenses"
1106
- msgstr "Skírteini"
1107
 
1108
- #: ../lib/the-events-calendar.class.php:707
1109
- #, php-format
1110
  msgid ""
1111
- "<p>The license key you received when completing your purchase from %s will "
1112
- "grant you access to support and updates until it expires. You do not need to "
1113
- "enter the key below for the plugins to work, but you will need to enter it "
1114
- "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1115
- "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1116
- "unique license key. Simply paste the key into its appropriate field on "
1117
- "below, and give it a moment to validate. You know you're set when a green "
1118
- "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1119
- "seeing a red message telling you that your key isn't valid or is out of "
1120
- "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1121
- "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1122
- "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1123
- "and click \"Check Again\".</p>"
1124
  msgstr ""
1125
- "<p> Leyfislykill sem þú fékkst við kaupin frá %s veitir þér aðgang að aðstoð "
1126
- "og uppfærslum þangað til það rennur út. Þú þarft ekki að skrá númerið hér að "
1127
- "neðan svo plugin virki, en þú þarft skrá það til að fá sjálfvirkar "
1128
- "uppfærslur, <strong>Find your license keys at <a href=\"%s\" target=\"_blank"
1129
- "\">%s</a></strong>.</p> <p> Hver keypt viðbót hefur sinn leyfislykil. "
1130
- "Einfaldlega skráið leyfislykilinn í viðeigandi svæði og dokið við. Þú veist "
1131
- "að allt er klárt þegar grænn litur birtist við hliðina á \"valid\" "
1132
- "skilaboðum.</p> <p>If you're seeing a red message telling you that your key "
1133
- "isn't valid or is out of installs, visit <a href=\"%s\" target=\"_blank\">"
1134
- "%s</a> to manage your installs or renew / upgrade your license.</p><p>Not "
1135
- "seeing an update but expecting one? In WordPress, go to <a href=\"%s"
1136
- "\">Dashboard > Updates</a> and click \"Check Again\".</p>"
1137
-
1138
- #: ../lib/the-events-calendar.class.php:730
1139
- msgid "General"
1140
- msgstr "Flokkur"
1141
-
1142
- #: ../lib/the-events-calendar.class.php:731
1143
- msgid "Display"
1144
- msgstr "Sýna"
1145
 
1146
- #: ../lib/the-events-calendar.class.php:782
1147
  #, php-format
1148
- msgid ""
1149
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1150
- "your WordPress install."
1151
- msgstr ""
1152
- "The Events Calendar þarf WordPress %s eða nýrra. Vinsamlega uppfærið Word "
1153
- "Press."
1154
 
1155
- #: ../lib/the-events-calendar.class.php:785
1156
- #, php-format
1157
- msgid ""
1158
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1159
- "about moving you to a newer version of PHP."
1160
- msgstr ""
1161
- "Afsakið, The Events Calendar requires PHP %s or higher. Hafið samband við "
1162
- "hýsingar aðila til að uppfæra í nýrri útgáfu af PHP."
1163
 
1164
- #: ../lib/the-events-calendar.class.php:1000 ../lib/widget-list.class.php:151
1165
- #: ../public/template-tags/loop.php:137
1166
- msgid "Upcoming Events"
1167
- msgstr "Komandi viðburðir"
1168
 
1169
- #: ../lib/the-events-calendar.class.php:1003
1170
- #: ../public/template-tags/loop.php:165
1171
- msgid "Past Events"
1172
- msgstr "Liðnir viðburðir"
1173
 
1174
- #: ../lib/the-events-calendar.class.php:1008
1175
- #: ../lib/the-events-calendar.class.php:1015
1176
- #, php-format
1177
- msgid "Events for %s"
1178
- msgstr "Viðburðir fyrir %s"
1179
 
1180
- #: ../lib/the-events-calendar.class.php:1010
1181
- msgid "Events this month"
1182
- msgstr "Viðburðir í þessum mánuði"
1183
 
1184
- #: ../lib/the-events-calendar.class.php:1022
1185
- #, php-format
1186
- msgid "Events at %s"
1187
- msgstr "Viðburðir á %s"
1188
 
1189
- #: ../lib/the-events-calendar.class.php:1041
1190
- msgid "No description has been entered for this event."
1191
- msgstr "Engin lýsing hefur verið sett fyrir þennan viðburð."
1192
 
1193
- #: ../lib/the-events-calendar.class.php:1303
1194
- msgid "category"
1195
- msgstr "flokkur"
1196
 
1197
- #: ../lib/the-events-calendar.class.php:1313
1198
- msgid "tag"
1199
- msgstr "tag"
1200
 
1201
- #: ../lib/the-events-calendar.class.php:1340
1202
- #: ../lib/the-events-calendar.class.php:3820
1203
- #: ../lib/the-events-calendar.class.php:3880
1204
- msgid "Events"
1205
- msgstr "Viðburðir"
1206
 
1207
- #: ../lib/the-events-calendar.class.php:1341
1208
- msgid "Event"
1209
- msgstr "Viðburður"
1210
 
1211
- #: ../lib/the-events-calendar.class.php:1342
1212
- #: ../lib/the-events-calendar.class.php:1355
1213
- #: ../lib/the-events-calendar.class.php:1368
1214
- msgid "Add New"
1215
- msgstr "Bæta við nýjum"
1216
 
1217
- #: ../lib/the-events-calendar.class.php:1343
1218
- msgid "Add New Event"
1219
- msgstr "Bæta við nýjum viðburði"
1220
 
1221
- #: ../lib/the-events-calendar.class.php:1344
1222
- msgid "Edit Event"
1223
- msgstr "Lagfæra viðburð"
1224
 
1225
- #: ../lib/the-events-calendar.class.php:1345
1226
- msgid "New Event"
1227
- msgstr "Nýr viðburður"
1228
 
1229
- #: ../lib/the-events-calendar.class.php:1346
1230
- msgid "View Event"
1231
- msgstr "Skoða viðburð"
1232
 
1233
- #: ../lib/the-events-calendar.class.php:1347
1234
- msgid "Search Events"
1235
- msgstr "Leita að viðburðum"
1236
 
1237
- #: ../lib/the-events-calendar.class.php:1348
1238
- msgid "No events found"
1239
- msgstr "Enginn viðburður finnst"
 
 
1240
 
1241
- #: ../lib/the-events-calendar.class.php:1349
1242
- msgid "No events found in Trash"
1243
- msgstr "Enginn viðburður í ruslafötu"
1244
 
1245
- #: ../lib/the-events-calendar.class.php:1353
1246
- #: ../lib/the-events-calendar.class.php:1465
1247
- msgid "Venues"
1248
- msgstr "Staðsetningar"
1249
 
1250
- #: ../lib/the-events-calendar.class.php:1354
1251
- #: ../public/advanced-functions/meta.php:331 ../views/tickets/email.php:343
1252
- msgid "Venue"
1253
- msgstr "Staðsetning"
1254
 
1255
- #: ../lib/the-events-calendar.class.php:1356
1256
- msgid "Add New Venue"
1257
- msgstr "Bæta við staðsetningu"
 
1258
 
1259
- #: ../lib/the-events-calendar.class.php:1357
1260
- msgid "Edit Venue"
1261
- msgstr "Lagfæra staðsetningu"
1262
 
1263
- #: ../lib/the-events-calendar.class.php:1358
1264
- msgid "New Venue"
1265
- msgstr "Ný staðsetning"
1266
 
1267
- #: ../lib/the-events-calendar.class.php:1359
1268
- msgid "View Venue"
1269
- msgstr "Skoða staðsetningu"
1270
 
1271
- #: ../lib/the-events-calendar.class.php:1360
1272
- msgid "Search Venues"
1273
- msgstr "Leita að staðsetningum"
1274
 
1275
- #: ../lib/the-events-calendar.class.php:1361
1276
- msgid "No venue found"
1277
- msgstr "Engin staðsetning finnst"
1278
 
1279
- #: ../lib/the-events-calendar.class.php:1362
1280
- msgid "No venues found in Trash"
1281
- msgstr "Engin staðsetning í ruslafötu"
1282
 
1283
- #: ../lib/the-events-calendar.class.php:1366
1284
- #: ../lib/the-events-calendar.class.php:1466
1285
- msgid "Organizers"
1286
- msgstr "Skipuleggjendur"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1287
 
1288
- #: ../lib/the-events-calendar.class.php:1367
1289
- #: ../public/advanced-functions/meta.php:393 ../views/tickets/email.php:362
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1290
  msgid "Organizer"
1291
  msgstr "Skipuleggjandi"
1292
 
1293
- #: ../lib/the-events-calendar.class.php:1369
1294
- msgid "Add New Organizer"
1295
- msgstr "Bæta við skipuleggjanda"
 
 
 
 
 
 
 
 
 
 
 
 
1296
 
1297
- #: ../lib/the-events-calendar.class.php:1370
1298
- msgid "Edit Organizer"
1299
- msgstr "Lagfæra skipuleggjanda"
 
 
 
 
 
 
 
 
 
1300
 
1301
- #: ../lib/the-events-calendar.class.php:1371
1302
- msgid "New Organizer"
1303
- msgstr "Nýr skipuleggjandi"
 
 
 
 
 
1304
 
1305
- #: ../lib/the-events-calendar.class.php:1372
1306
- msgid "View Organizer"
1307
- msgstr "Skoða skipuleggjanda"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1308
 
1309
- #: ../lib/the-events-calendar.class.php:1373
1310
- msgid "Search Organizers"
1311
- msgstr "Leita að skipuleggjendum"
 
 
1312
 
1313
- #: ../lib/the-events-calendar.class.php:1374
1314
- msgid "No organizer found"
1315
- msgstr "Enginn skipuleggjandi finnst"
 
 
1316
 
1317
- #: ../lib/the-events-calendar.class.php:1375
1318
- msgid "No organizers found in Trash"
1319
- msgstr "Enginn skipuleggjandi í ruslafötu"
 
 
1320
 
1321
- #: ../lib/the-events-calendar.class.php:1379
1322
- #: ../lib/tribe-admin-events-list.class.php:217
1323
  msgid "Event Categories"
1324
  msgstr "Viðburðar flokkar"
1325
 
1326
- #: ../lib/the-events-calendar.class.php:1380
1327
- #: ../public/template-tags/general.php:276
1328
- msgid "Event Category"
1329
- msgstr "Viðburðar flokkur"
1330
-
1331
- #: ../lib/the-events-calendar.class.php:1381
1332
  msgid "Search Event Categories"
1333
  msgstr "Leita að viðburðar flokk"
1334
 
1335
- #: ../lib/the-events-calendar.class.php:1382
1336
  msgid "All Event Categories"
1337
  msgstr "Allir viðburðarflokkar"
1338
 
1339
- #: ../lib/the-events-calendar.class.php:1383
1340
  msgid "Parent Event Category"
1341
  msgstr "Höfuð flokkur viðburða"
1342
 
1343
- #: ../lib/the-events-calendar.class.php:1384
1344
  msgid "Parent Event Category:"
1345
  msgstr "Höfuð flokkur viðburða:"
1346
 
1347
- #: ../lib/the-events-calendar.class.php:1385
1348
  msgid "Edit Event Category"
1349
  msgstr "Lagfæa viðburðarflokka"
1350
 
1351
- #: ../lib/the-events-calendar.class.php:1386
1352
  msgid "Update Event Category"
1353
  msgstr "Uppfæra viðburðarflokka"
1354
 
1355
- #: ../lib/the-events-calendar.class.php:1387
1356
  msgid "Add New Event Category"
1357
  msgstr "Bæta við nýjum viðburðar flokk"
1358
 
1359
- #: ../lib/the-events-calendar.class.php:1388
1360
  msgid "New Event Category Name"
1361
  msgstr "Nafn á nýjum viðburðarflokk"
1362
 
1363
- #: ../lib/the-events-calendar.class.php:1404
1364
  #, php-format
1365
  msgid "Event updated. <a href=\"%s\">View event</a>"
1366
  msgstr "Viðburður uppfærður. <a href=\"%s\">Skoða viðburð</a>"
1367
 
1368
- #: ../lib/the-events-calendar.class.php:1405
1369
- #: ../lib/the-events-calendar.class.php:1422
1370
- #: ../lib/the-events-calendar.class.php:1439
1371
  msgid "Custom field updated."
1372
  msgstr "Sérsniðið svæði uppfært."
1373
 
1374
- #: ../lib/the-events-calendar.class.php:1406
1375
- #: ../lib/the-events-calendar.class.php:1423
1376
- #: ../lib/the-events-calendar.class.php:1440
1377
  msgid "Custom field deleted."
1378
  msgstr "Sérsniðnu svæði eytt."
1379
 
1380
- #: ../lib/the-events-calendar.class.php:1407
1381
  msgid "Event updated."
1382
  msgstr "Viðburður uppfærður."
1383
 
1384
- #: ../lib/the-events-calendar.class.php:1409
1385
  #, php-format
1386
  msgid "Event restored to revision from %s"
1387
  msgstr "Viðburður endurstilltur frá %s"
1388
 
1389
- #: ../lib/the-events-calendar.class.php:1410
1390
  #, php-format
1391
  msgid "Event published. <a href=\"%s\">View event</a>"
1392
  msgstr "Viðburður skráður. <a href=\"%s\">Forkoða viðburð</a>"
1393
 
1394
- #: ../lib/the-events-calendar.class.php:1411
1395
  msgid "Event saved."
1396
  msgstr "Viðburður vistaður."
1397
 
1398
- #: ../lib/the-events-calendar.class.php:1412
1399
  #, php-format
1400
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1401
  msgstr ""
1402
- "Viðburði bætt við. <a target=\"_blank\" href=\"%s\">Forsýna viðburð</a>"
1403
 
1404
- #: ../lib/the-events-calendar.class.php:1413
1405
  #, php-format
1406
  msgid ""
1407
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -1410,210 +2118,154 @@ msgstr ""
1410
  "Viðburður áætlaður: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1411
  "\">Forskoða viðburð</a>"
1412
 
1413
- #: ../lib/the-events-calendar.class.php:1415
1414
- #: ../lib/the-events-calendar.class.php:1432
1415
- #: ../lib/the-events-calendar.class.php:1449
1416
  msgid "M j, Y @ G:i"
1417
  msgstr "M j, Y @ G:i"
1418
 
1419
- #: ../lib/the-events-calendar.class.php:1416
1420
  #, php-format
1421
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1422
  msgstr ""
1423
  "Uppfært uppkast viðburðar. <a target=\"_blank\" href=\"%s\">Forskoða "
1424
  "viðburð</a>"
1425
 
1426
- #: ../lib/the-events-calendar.class.php:1421
 
 
 
1427
  #, php-format
1428
- msgid "Venue updated. <a href=\"%s\">View venue</a>"
1429
- msgstr "Staðsetning uppfærð. <a href=\"%s\">Skoða staðsetningu</a>"
1430
 
1431
- #: ../lib/the-events-calendar.class.php:1424
1432
- msgid "Venue updated."
1433
- msgstr "Staðsetning uppfærð"
1434
-
1435
- #: ../lib/the-events-calendar.class.php:1426
1436
  #, php-format
1437
- msgid "Venue restored to revision from %s"
1438
- msgstr "Staðsetning endurstillt frá %s"
1439
 
1440
- #: ../lib/the-events-calendar.class.php:1427
 
1441
  #, php-format
1442
- msgid "Venue published. <a href=\"%s\">View venue</a>"
1443
- msgstr "Staðsetning skráð. <a href=\"%s\">Skoða staðsetningu</a>"
1444
-
1445
- #: ../lib/the-events-calendar.class.php:1428
1446
- msgid "Venue saved."
1447
- msgstr "Staðsetning vistuð."
1448
 
1449
- #: ../lib/the-events-calendar.class.php:1429
 
1450
  #, php-format
1451
- msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1452
- msgstr ""
1453
- "Staðsetning skráð. <a target=\"_blank\" href=\"%s\">Forskoða staðsetningu</a>"
1454
 
1455
- #: ../lib/the-events-calendar.class.php:1430
 
1456
  #, php-format
1457
- msgid ""
1458
- "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1459
- "\">Preview venue</a>"
1460
- msgstr ""
1461
- "Staðsetning áætluð fyrir: <strong>%1$s</strong>. <a target=\"_blank\" href="
1462
- "\"%2$s\">Forskoða staðsetningu</a>"
1463
 
1464
- #: ../lib/the-events-calendar.class.php:1433
 
1465
  #, php-format
1466
- msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1467
- msgstr ""
1468
- "Drög að staðsetningu uppfærð. <a target=\"_blank\" href=\"%s\">Forskoða "
1469
- "staðsetningu</a>"
1470
 
1471
- #: ../lib/the-events-calendar.class.php:1438
 
1472
  #, php-format
1473
- msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1474
- msgstr "Skipuleggjandi uppfærður. <a href=\"%s\">Skoða skipuleggjanda</a>"
1475
 
1476
- #: ../lib/the-events-calendar.class.php:1441
1477
- msgid "Organizer updated."
1478
- msgstr "Skipuleggjandi uppfærður"
 
1479
 
1480
- #: ../lib/the-events-calendar.class.php:1443
1481
- #, php-format
1482
- msgid "Organizer restored to revision from %s"
1483
- msgstr "Skipuleggjandi uppfærður frá %s"
1484
 
1485
- #: ../lib/the-events-calendar.class.php:1444
1486
  #, php-format
1487
- msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1488
- msgstr "Skipuleggjandi skráður. <a href=\"%s\">Skoða skipuleggjanda</a>"
1489
-
1490
- #: ../lib/the-events-calendar.class.php:1445
1491
- msgid "Organizer saved."
1492
- msgstr "Skipuleggjandi vistaður."
1493
 
1494
- #: ../lib/the-events-calendar.class.php:1446
 
1495
  #, php-format
1496
- msgid ""
1497
- "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1498
- msgstr ""
1499
- "Skipuleggjandi skráður inn. <a target=\"_blank\" href=\"%s\">Forskoða "
1500
- "skipuleggjanda</a>"
1501
 
1502
- #: ../lib/the-events-calendar.class.php:1447
 
1503
  #, php-format
1504
- msgid ""
1505
- "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1506
- "\"%2$s\">Preview organizer</a>"
1507
- msgstr ""
1508
- "Skipuleggjandi áætlaður fyrir: <strong>%1$s</strong>. <a target=\"_blank\" "
1509
- "href=\"%2$s\">Forskoða skipuleggjanda</a>"
1510
 
1511
- #: ../lib/the-events-calendar.class.php:1450
 
1512
  #, php-format
1513
- msgid ""
1514
- "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1515
- "a>"
1516
- msgstr ""
1517
- "Drög að skipuleggjanda uppfærð. <a target=\"_blank\" href=\"%s\">Forskoða "
1518
- "skipuleggjanda</a>"
1519
-
1520
- #: ../lib/the-events-calendar.class.php:1491
1521
- msgid "Use Saved Venue:"
1522
- msgstr "Nota vistaða staðsetningu:"
1523
 
1524
- #: ../lib/the-events-calendar.class.php:1520
1525
- msgid "Use Saved Organizer:"
1526
- msgstr "Nota vistaðan skipuleggjanda:"
1527
-
1528
- #: ../lib/the-events-calendar.class.php:1556
1529
- msgid "Use New Venue"
1530
- msgstr "Nota nýja staðsetningu"
1531
-
1532
- #: ../lib/the-events-calendar.class.php:1558
1533
- msgid "My Venues"
1534
- msgstr "Mín staðsetning"
1535
-
1536
- #: ../lib/the-events-calendar.class.php:1563
1537
- msgid "Available Venues"
1538
- msgstr "Lausar staðsetningar"
1539
-
1540
- #: ../lib/the-events-calendar.class.php:1574
1541
- msgid "No saved venue exists."
1542
- msgstr "Engin staðsetning vistuð."
1543
-
1544
- #: ../lib/the-events-calendar.class.php:1608
1545
- msgid "Use New Organizer"
1546
- msgstr "Nota nýjan skipuleggjanda"
1547
-
1548
- #: ../lib/the-events-calendar.class.php:1610
1549
- msgid "My Organizers"
1550
- msgstr "Mínir skipuleggjendur"
1551
-
1552
- #: ../lib/the-events-calendar.class.php:1615
1553
- msgid "Available Organizers"
1554
- msgstr "Lausir skipuleggjendur"
1555
-
1556
- #: ../lib/the-events-calendar.class.php:1626
1557
- msgid "No saved organizer exists."
1558
- msgstr "Enginn vistaður skipuleggjandi."
1559
 
1560
- #: ../lib/the-events-calendar.class.php:1753
1561
  msgid "Next"
1562
  msgstr "Næsti"
1563
 
1564
- #: ../lib/the-events-calendar.class.php:1754
1565
  msgid "Prev"
1566
  msgstr "Fyrri"
1567
 
1568
- #: ../lib/the-events-calendar.class.php:1755
 
1569
  msgid "Today"
1570
  msgstr "Í dag"
1571
 
1572
- #: ../lib/the-events-calendar.class.php:1756
1573
  msgid "Done"
1574
  msgstr "Lokið"
1575
 
1576
- #: ../lib/the-events-calendar.class.php:1965
1577
  msgid "Network"
1578
  msgstr "Net"
1579
 
1580
- #: ../lib/the-events-calendar.class.php:2902
1581
- msgid "Unnamed Venue"
1582
- msgstr "Nafnlaus staðsetning"
1583
-
1584
- #: ../lib/the-events-calendar.class.php:2992
1585
- msgid "Unnamed Organizer"
1586
- msgstr "Nafnlaus skipuleggjandi"
1587
 
1588
- #: ../lib/the-events-calendar.class.php:3467
1589
  msgid "Event Options"
1590
  msgstr "Valkostir viðburða"
1591
 
1592
- #: ../lib/the-events-calendar.class.php:3469
1593
- msgid "Venue Information"
1594
- msgstr "Staðsetningar upplýsingar"
1595
-
1596
- #: ../lib/the-events-calendar.class.php:3474
1597
- msgid "Organizer Information"
1598
- msgstr "Skipuleggjanda upplýsingar"
1599
 
1600
- #: ../lib/the-events-calendar.class.php:3669
1601
  msgid "Support"
1602
  msgstr "Aðstoð"
1603
 
1604
- #: ../lib/the-events-calendar.class.php:3672
1605
  msgid "View All Add-Ons"
1606
  msgstr "Skoða allar viðbætur"
1607
 
1608
- #: ../lib/the-events-calendar.class.php:3689
1609
  msgid "News from Modern Tribe"
1610
  msgstr "Fréttir frá Modern Tribe"
1611
 
1612
- #: ../lib/the-events-calendar.class.php:3770
1613
  msgid "Additional Functionality"
1614
  msgstr "Viðbótar virkni"
1615
 
1616
- #: ../lib/the-events-calendar.class.php:3775
1617
  msgid ""
1618
  "Looking for additional functionality including recurring events, ticket "
1619
  "sales, publicly submitted events, new views and more?"
@@ -1621,31 +2273,39 @@ msgstr ""
1621
  "Ertu að leyta að viðbótar virkni svo sem endurteknum viðburðum, miðasölu, "
1622
  "innsendum viðburðum, ofl?"
1623
 
1624
- #: ../lib/the-events-calendar.class.php:3775
1625
  #, php-format
1626
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1627
  msgstr "Kíktu á <a href=\"%s\">fáanlegar viðbætur</a>."
1628
 
1629
- #: ../lib/the-events-calendar.class.php:3846
1630
- #: ../lib/the-events-calendar.class.php:3937
1631
  msgid "View Calendar"
1632
  msgstr "Skoða dagatal"
1633
 
1634
- #: ../lib/the-events-calendar.class.php:3854
1635
  msgid "Add Event"
1636
  msgstr "Bæta við viðburðum"
1637
 
1638
- #: ../lib/the-events-calendar.class.php:3863
1639
  msgid "Edit Events"
1640
  msgstr "Lagfæra viðburði"
1641
 
1642
- #: ../lib/the-events-calendar.class.php:3872
1643
- #: ../lib/the-events-calendar.class.php:3973
1644
- #: ../lib/tribe-settings.class.php:164
 
 
 
 
 
 
 
 
1645
  msgid "Settings"
1646
  msgstr "Stillingar"
1647
 
1648
- #: ../lib/the-events-calendar.class.php:3908
1649
  #, php-format
1650
  msgid ""
1651
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
@@ -1654,348 +2314,475 @@ msgstr ""
1654
  "Velkomin í The Events Calendar! Þú getur skoðað dagatalið þitt á %s. Til að "
1655
  "breyta farðu inná %sEvents -> Settings%s."
1656
 
1657
- #: ../lib/the-events-calendar.class.php:3974
1658
  msgid "Calendar"
1659
  msgstr "Dagatal"
1660
 
1661
- #: ../lib/the-events-calendar.class.php:4037
1662
  msgid "List"
1663
  msgstr "Listi"
1664
 
1665
- #: ../lib/the-events-calendar.class.php:4048
1666
  msgid "Month"
1667
  msgstr "Mánuður"
1668
 
1669
- #: ../lib/the-events-calendar.class.php:4088
 
 
 
 
 
 
 
 
 
 
1670
  msgid "Date"
1671
  msgstr "Dagsetning"
1672
 
1673
- #: ../lib/the-events-calendar.class.php:4091
1674
  msgid "Events In"
1675
  msgstr "Viðburðir í"
1676
 
1677
- #: ../lib/the-events-calendar.class.php:4093
1678
  msgid "Events From"
1679
  msgstr "Viðburðir frá"
1680
 
1681
- #: ../lib/the-events-calendar.class.php:4276 ../views/list/nav.php:22
1682
- #: ../views/list/nav.php:28 ../views/list/nav.php:31
1683
- msgid "&laquo; Previous Events"
1684
- msgstr "&laquo; Fyrri viðburðir"
1685
 
1686
- #: ../lib/the-events-calendar.class.php:4277 ../views/list/nav.php:40
1687
- #: ../views/list/nav.php:43 ../views/list/nav.php:49
1688
- msgid "Next Events &raquo;"
1689
- msgstr "Næstu viðburðir &raquo;"
1690
 
1691
- #: ../lib/tribe-admin-events-list.class.php:53
1692
- #, php-format
1693
- msgid "View &#8220;%s&#8221;"
1694
- msgstr "Skoða &#8220;%s&#8221;"
1695
 
1696
- #: ../lib/tribe-admin-events-list.class.php:222
1697
- msgid "Start Date"
1698
- msgstr "Upphafsdagsetning"
1699
 
1700
- #: ../lib/tribe-admin-events-list.class.php:223
1701
- msgid "End Date"
1702
- msgstr "Loka dagsetning"
 
 
 
 
1703
 
1704
- #: ../lib/tribe-admin-events-list.class.php:225
1705
- msgid "Recurring?"
1706
- msgstr "Endurtekning?"
 
1707
 
1708
- #: ../lib/tribe-admin-events-list.class.php:282
1709
- #: ../lib/tickets/tribe-tickets-pro.php:229
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1710
  msgid "Yes"
1711
  msgstr "Já"
1712
 
1713
- #: ../lib/tribe-admin-events-list.class.php:282
1714
- msgid "No"
1715
- msgstr "Nei"
1716
 
1717
- #: ../lib/tribe-admin-events-list.class.php:360
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1718
  #, php-format
1719
  msgid "All %s"
1720
  msgstr "Allt %s"
1721
 
1722
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1723
- #: ../lib/tribe-app-shop.class.php:84
1724
  msgid "Event Add-Ons"
1725
  msgstr "Viðbætur viðburða"
1726
 
1727
- #: ../lib/tribe-debug-bar.class.php:29
1728
- msgid "Tribe"
1729
- msgstr "Tribe"
1730
 
1731
- #: ../lib/tribe-event-api.class.php:372 ../lib/tribe-view-helpers.class.php:44
1732
- #: ../public/template-tags/venue.php:240
1733
  msgid "United States"
1734
  msgstr "United States"
1735
 
1736
- #: ../lib/tribe-event-exception.class.php:17
1737
- #: ../lib/tribe-event-exception.class.php:34
1738
  msgid "Error"
1739
  msgstr "Villa"
1740
 
1741
- #: ../lib/tribe-field.class.php:161
1742
  msgid "Invalid field type specified"
1743
  msgstr "Ógild tegund svæðis ákveðin"
1744
 
1745
- #: ../lib/tribe-field.class.php:414
1746
  msgid "No radio options specified"
1747
  msgstr "Engin útvarps valmöguleiki ákveðinn"
1748
 
1749
- #: ../lib/tribe-field.class.php:451
1750
  msgid "No checkbox options specified"
1751
  msgstr "Engin valglugga möguleiki ákveðinn"
1752
 
1753
- #: ../lib/tribe-field.class.php:505
1754
  msgid "No select options specified"
1755
  msgstr "Enginn valinn valkostur ákveðinn"
1756
 
1757
- #: ../lib/tribe-settings-tab.class.php:219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1758
  msgid "There are no fields setup for this tab yet."
1759
  msgstr "Það eru engin svæði uppsett fyrir þennan flipa."
1760
 
1761
- #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
1762
  msgid "The Events Calendar Settings"
1763
  msgstr "The Events Calendar stillingar"
1764
 
1765
- #: ../lib/tribe-settings.class.php:176
1766
  msgid "Events Settings"
1767
  msgstr "Viðburðar stillingar"
1768
 
1769
- #: ../lib/tribe-settings.class.php:225
1770
  #, php-format
1771
  msgid "%s Settings"
1772
  msgstr "%s stillingar"
1773
 
1774
- #: ../lib/tribe-settings.class.php:239
1775
  msgid "You've requested a non-existent tab."
1776
  msgstr "Þú hefur beðið um flipa sem er ekki til."
1777
 
1778
- #: ../lib/tribe-settings.class.php:247
1779
  msgid " Save Changes"
1780
  msgstr "Vista breytingar"
1781
 
1782
- #: ../lib/tribe-settings.class.php:299
1783
  msgid "You don't have permission to do that."
1784
  msgstr "Þú hefur ekki heimild til að gera þetta."
1785
 
1786
- #: ../lib/tribe-settings.class.php:305
1787
  msgid "The request was sent insecurely."
1788
  msgstr "Beiðni var send ótryggilega."
1789
 
1790
- #: ../lib/tribe-settings.class.php:311
1791
  msgid "The request wasn't sent from this tab."
1792
  msgstr "Beiðni var ekki send frá flipa."
1793
 
1794
- #: ../lib/tribe-settings.class.php:476
1795
  msgid "Your form had the following errors:"
1796
  msgstr "Eftirfarandi villur voru á beiðni:"
1797
 
1798
- #: ../lib/tribe-settings.class.php:485
1799
  msgid "None of your settings were saved. Please try again."
1800
  msgstr "Engar stillingar voru vistaðar. Reyndu aftur."
1801
 
1802
- #: ../lib/tribe-settings.class.php:485
1803
  msgid ""
1804
  "The above setting was not saved. Other settings were successfully saved."
1805
  msgid_plural ""
1806
  "The above settings were not saved. Other settings were successfully saved."
1807
- msgstr[0] "Ofannefnd stilling var ekki vistuð. Aðrar stillingar voru vistaðar."
1808
  msgstr[1] ""
1809
- "Ofannefndar stillingar voru ekki vistaðar. Aðrar stillingar voru vistaðar."
1810
 
1811
- #: ../lib/tribe-settings.class.php:509
1812
  msgid "Settings saved."
1813
- msgstr "Stiilingar vistaðar."
1814
-
1815
- #: ../lib/tribe-template-factory.class.php:225
1816
- #, php-format
1817
- msgid "There were no results found for <strong>\"%s\"</strong>."
1818
- msgstr "Engar niðurstöður fundust fyrir <strong>\"%s\"</strong>."
1819
 
1820
- #: ../lib/tribe-template-factory.class.php:235
1821
- #, php-format
1822
  msgid ""
1823
- "listed under %s. Check out past events for this category or view the full "
1824
- "calendar."
 
1825
  msgstr ""
1826
- "vistað undir %s. Skoðið fyrri viðburði í þessum flokk eða skoðið allt "
1827
- "dagatalið."
1828
 
1829
- #: ../lib/tribe-template-factory.class.php:237
1830
- #, php-format
1831
  msgid ""
1832
- "listed under %s. Check out upcoming events for this category or view the "
1833
- "full calendar."
 
1834
  msgstr ""
1835
- "vistað undir %s. Skoðið komandi viðburði í þessum flokk eða skoðið allt "
1836
- "dagatalið."
1837
-
1838
- #: ../lib/tribe-template-factory.class.php:241
1839
- #, php-format
1840
- msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1841
- msgstr "Enignn viðbuður áætlaður fyrir <strong>%s</strong>. Reyndu annan dag."
1842
 
1843
- #: ../lib/tribe-template-factory.class.php:245
1844
- msgid "No upcoming events "
1845
- msgstr "Enginn komandi viðburður"
1846
 
1847
- #: ../lib/tribe-template-factory.class.php:247
1848
- msgid "No matching events "
1849
- msgstr "Enginn viðburður sem passar"
1850
 
1851
- #: ../lib/tribe-template-factory.class.php:250
1852
- msgid "No previous events "
1853
- msgstr "Enginn fyrri viðburður"
 
1854
 
1855
- #: ../lib/tribe-the-events-calendar-import.class.php:64
1856
  #, php-format
1857
- msgid ""
1858
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
1859
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
1860
- "\">revert to an old version</a> if you want to backup first. This upgrade "
1861
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
1862
- "your templates as necessary. There have been significant changes to the "
1863
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
1864
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
1865
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
1866
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
1867
- "><br/> You have events that need to be migrated. Please visit the bottom of "
1868
- "the <a href=\"%s\">settings page</a> to perform the migration."
1869
  msgstr ""
 
1870
 
1871
- #: ../lib/tribe-the-events-calendar-import.class.php:86
1872
- msgid "Upgrade from The Events Calendar"
1873
- msgstr "Uppfæra frá TheEvents Calendar"
1874
-
1875
- #: ../lib/tribe-the-events-calendar-import.class.php:87
1876
  msgid ""
1877
- "It appears that you have some old events calendar data that needs to be "
1878
- "upgraded. Please be sure to back up your database before initiating the "
1879
- "upgrade. This process can not be undone."
1880
  msgstr ""
1881
- "Þú virðist hafa eldri dagatals upplýsingar sem þarf uppfæra. Vinsamlega "
1882
- "taktu afrit áður en þú uppfærir. Ekki er hægt að bakfæra þessa aðgerð."
1883
 
1884
- #: ../lib/tribe-the-events-calendar-import.class.php:88
1885
- msgid "Migrate Data!"
1886
- msgstr "Flytja upplýsingar!"
1887
 
1888
- #: ../lib/tribe-the-events-calendar-import.class.php:166
1889
  #, php-format
1890
- msgid "You successfully migrated (%d) entries."
1891
- msgstr "Flutningur tókst fyrir (%d) skráningar."
1892
 
1893
- #: ../lib/tribe-the-events-calendar-import.class.php:242
1894
- msgid "Install has 1 or more legacy event!"
1895
- msgstr "Innsetning hefur 1 eða fleiri eldri viðburði!"
 
 
 
 
 
1896
 
1897
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
1898
  msgid "Invalid or incomplete field passed"
1899
  msgstr "Ógild eða ófullnægjandi svæði ekki fyllt"
1900
 
1901
- #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
1902
- #: ../lib/tribe-validate.class.php:116
1903
  msgid "Field ID:"
1904
- msgstr "Svæið ID:"
1905
 
1906
- #: ../lib/tribe-validate.class.php:109
1907
  msgid "Non-existant field validation function passed"
1908
  msgstr "Virkni svæðis sem ekki er til ekki fyllt"
1909
 
1910
- #: ../lib/tribe-validate.class.php:110
1911
  msgctxt "non-existant function name passed for field validation"
1912
  msgid "with function name:"
1913
  msgstr "með nafni virknis:"
1914
 
1915
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
1916
  #, php-format
1917
  msgid "%s must contain numbers and letters only"
1918
  msgstr "%s má aðeins innihalda tölur og bókstafi"
1919
 
1920
- #: ../lib/tribe-validate.class.php:171
1921
  #, php-format
1922
  msgid "%s must contain numbers, letters and dots only"
1923
  msgstr "%s má aðeins innihalda tölur, bókstafi og punkta"
1924
 
1925
- #: ../lib/tribe-validate.class.php:187
1926
  #, php-format
1927
  msgid "%s must be a positive number."
1928
  msgstr "%s verður að vera slétt tala."
1929
 
1930
- #: ../lib/tribe-validate.class.php:204
1931
  #, php-format
1932
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1933
  msgstr ""
1934
  "%s verður að vera gilt gildi (tölur, bókstafir, bandstirk eða undirstrik)."
1935
 
1936
- #: ../lib/tribe-validate.class.php:221
1937
  #, php-format
1938
  msgid "%s must be a valid absolute URL."
1939
  msgstr "%s verður að vera gilt endanlegt URL."
1940
 
1941
- #: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
1942
- #: ../lib/tribe-validate.class.php:279
1943
  #, php-format
1944
  msgid "%s must have a value that's part of its options."
1945
  msgstr "%s verður að vera gildi sem er hluti af valkosti."
1946
 
1947
- #: ../lib/tribe-validate.class.php:295
1948
  #, php-format
1949
  msgid ""
1950
  "Comparison validation failed because no comparison value was provided, for "
1951
  "field %s"
1952
  msgstr ""
1953
- "Samanburðar skránign tókst ekki þar sem engin samanburðar gildi var "
1954
- "tilgreint fyrir svæði %s"
1955
 
1956
- #: ../lib/tribe-validate.class.php:302
1957
  #, php-format
1958
  msgid "%s cannot be the same as %s."
1959
  msgstr "%s má ekki vera sama og %s."
1960
 
1961
- #: ../lib/tribe-validate.class.php:304
1962
  #, php-format
1963
  msgid "%s cannot be a duplicate"
1964
  msgstr "%s má ekki vera afrit"
1965
 
1966
- #: ../lib/tribe-validate.class.php:322
1967
  #, php-format
1968
  msgid "%s must be a number or percentage."
1969
  msgstr "%s verður að vera tala eða prósenta."
1970
 
1971
- #: ../lib/tribe-validate.class.php:386
1972
  #, php-format
1973
  msgid "%s must be a number between 0 and 21."
1974
  msgstr "%s verður að vera tala á milli 0 og 21."
1975
 
1976
- #: ../lib/tribe-validate.class.php:404
1977
  #, php-format
1978
  msgid ""
1979
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1980
  msgstr ""
1981
  "%s verður að innihalda bókstafi, tölur, bandstrik, úrfellingarmerki og bil."
1982
 
1983
- #: ../lib/tribe-validate.class.php:422
1984
  #, php-format
1985
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1986
  msgstr "%s verður að vera bókstafir, bil, úrfellingarmerki og bandstrik."
1987
 
1988
- #: ../lib/tribe-validate.class.php:438
1989
  #, php-format
1990
  msgid "%s must consist of 5 numbers."
1991
  msgstr "%s verður að innihalda 5 tölustafi."
1992
 
1993
- #: ../lib/tribe-validate.class.php:454
1994
  #, php-format
1995
  msgid "%s must be a phone number."
1996
  msgstr "%s verður að vera símanúmer."
1997
 
1998
- #: ../lib/tribe-validate.class.php:472
1999
  msgid ""
2000
  "Country List must be formatted as one country per line in the following "
2001
  "format: <br>US, United States <br> UK, United Kingdom."
@@ -2003,1381 +2790,1285 @@ msgstr ""
2003
  "Landslisti verður að vera með aðeins eitt land í línu og líta svona út: "
2004
  "<br>US, United States <br> UK, United Kingdom."
2005
 
2006
- #: ../lib/tribe-view-helpers.class.php:24
2007
- #: ../lib/tribe-view-helpers.class.php:43
2008
  msgid "Select a Country:"
2009
  msgstr "Veldu land:"
2010
 
2011
- #: ../lib/tribe-view-helpers.class.php:45
2012
  msgid "Afghanistan"
2013
  msgstr "Afghanistan"
2014
 
2015
- #: ../lib/tribe-view-helpers.class.php:46
2016
  msgid "Albania"
2017
  msgstr "Albania"
2018
 
2019
- #: ../lib/tribe-view-helpers.class.php:47
2020
  msgid "Algeria"
2021
  msgstr "Algeria"
2022
 
2023
- #: ../lib/tribe-view-helpers.class.php:48
2024
  msgid "American Samoa"
2025
  msgstr "American Samoa"
2026
 
2027
- #: ../lib/tribe-view-helpers.class.php:49
2028
  msgid "Andorra"
2029
  msgstr "Andorra"
2030
 
2031
- #: ../lib/tribe-view-helpers.class.php:50
2032
  msgid "Angola"
2033
  msgstr "Angola"
2034
 
2035
- #: ../lib/tribe-view-helpers.class.php:51
2036
  msgid "Anguilla"
2037
  msgstr "Anguilla"
2038
 
2039
- #: ../lib/tribe-view-helpers.class.php:52
2040
  msgid "Antarctica"
2041
  msgstr "Antarctica"
2042
 
2043
- #: ../lib/tribe-view-helpers.class.php:53
2044
  msgid "Antigua And Barbuda"
2045
  msgstr "Antigua And Barbuda"
2046
 
2047
- #: ../lib/tribe-view-helpers.class.php:54
2048
  msgid "Argentina"
2049
  msgstr "Argentina"
2050
 
2051
- #: ../lib/tribe-view-helpers.class.php:55
2052
  msgid "Armenia"
2053
  msgstr "Armenia"
2054
 
2055
- #: ../lib/tribe-view-helpers.class.php:56
2056
  msgid "Aruba"
2057
  msgstr "Aruba"
2058
 
2059
- #: ../lib/tribe-view-helpers.class.php:57
2060
  msgid "Australia"
2061
  msgstr "Australia"
2062
 
2063
- #: ../lib/tribe-view-helpers.class.php:58
2064
  msgid "Austria"
2065
  msgstr "Austria"
2066
 
2067
- #: ../lib/tribe-view-helpers.class.php:59
2068
  msgid "Azerbaijan"
2069
  msgstr "Azerbaijan"
2070
 
2071
- #: ../lib/tribe-view-helpers.class.php:60
2072
  msgid "Bahamas"
2073
  msgstr "Bahamas"
2074
 
2075
- #: ../lib/tribe-view-helpers.class.php:61
2076
  msgid "Bahrain"
2077
  msgstr "Bahrain"
2078
 
2079
- #: ../lib/tribe-view-helpers.class.php:62
2080
  msgid "Bangladesh"
2081
  msgstr "Bangladesh"
2082
 
2083
- #: ../lib/tribe-view-helpers.class.php:63
2084
  msgid "Barbados"
2085
  msgstr "Barbados"
2086
 
2087
- #: ../lib/tribe-view-helpers.class.php:64
2088
  msgid "Belarus"
2089
  msgstr "Belarus"
2090
 
2091
- #: ../lib/tribe-view-helpers.class.php:65
2092
  msgid "Belgium"
2093
  msgstr "Belgium"
2094
 
2095
- #: ../lib/tribe-view-helpers.class.php:66
2096
  msgid "Belize"
2097
  msgstr "Belize"
2098
 
2099
- #: ../lib/tribe-view-helpers.class.php:67
2100
  msgid "Benin"
2101
  msgstr "Benin"
2102
 
2103
- #: ../lib/tribe-view-helpers.class.php:68
2104
  msgid "Bermuda"
2105
  msgstr "Bermuda"
2106
 
2107
- #: ../lib/tribe-view-helpers.class.php:69
2108
  msgid "Bhutan"
2109
  msgstr "Bhutan"
2110
 
2111
- #: ../lib/tribe-view-helpers.class.php:70
2112
  msgid "Bolivia"
2113
  msgstr "Bolivia"
2114
 
2115
- #: ../lib/tribe-view-helpers.class.php:71
2116
  msgid "Bosnia And Herzegowina"
2117
  msgstr "Bosnia And Herzegowina"
2118
 
2119
- #: ../lib/tribe-view-helpers.class.php:72
2120
  msgid "Botswana"
2121
  msgstr "Botswana"
2122
 
2123
- #: ../lib/tribe-view-helpers.class.php:73
2124
  msgid "Bouvet Island"
2125
  msgstr "Bouvet Island"
2126
 
2127
- #: ../lib/tribe-view-helpers.class.php:74
2128
  msgid "Brazil"
2129
  msgstr "Brazil"
2130
 
2131
- #: ../lib/tribe-view-helpers.class.php:75
2132
  msgid "British Indian Ocean Territory"
2133
  msgstr "British Indian Ocean Territory"
2134
 
2135
- #: ../lib/tribe-view-helpers.class.php:76
2136
  msgid "Brunei Darussalam"
2137
  msgstr "Brunei Darussalam"
2138
 
2139
- #: ../lib/tribe-view-helpers.class.php:77
2140
  msgid "Bulgaria"
2141
  msgstr "Bulgaria"
2142
 
2143
- #: ../lib/tribe-view-helpers.class.php:78
2144
  msgid "Burkina Faso"
2145
  msgstr "Burkina Faso"
2146
 
2147
- #: ../lib/tribe-view-helpers.class.php:79
2148
  msgid "Burundi"
2149
  msgstr "Burundi"
2150
 
2151
- #: ../lib/tribe-view-helpers.class.php:80
2152
  msgid "Cambodia"
2153
  msgstr "Cambodia"
2154
 
2155
- #: ../lib/tribe-view-helpers.class.php:81
2156
  msgid "Cameroon"
2157
  msgstr "Cameroon"
2158
 
2159
- #: ../lib/tribe-view-helpers.class.php:82
2160
  msgid "Canada"
2161
  msgstr "Canada"
2162
 
2163
- #: ../lib/tribe-view-helpers.class.php:83
2164
  msgid "Cape Verde"
2165
  msgstr "Cape Verde"
2166
 
2167
- #: ../lib/tribe-view-helpers.class.php:84
2168
  msgid "Cayman Islands"
2169
  msgstr "Cayman Islands"
2170
 
2171
- #: ../lib/tribe-view-helpers.class.php:85
2172
  msgid "Central African Republic"
2173
  msgstr "Central African Republic"
2174
 
2175
- #: ../lib/tribe-view-helpers.class.php:86
2176
  msgid "Chad"
2177
  msgstr "Chad"
2178
 
2179
- #: ../lib/tribe-view-helpers.class.php:87
2180
  msgid "Chile"
2181
  msgstr "Chile"
2182
 
2183
- #: ../lib/tribe-view-helpers.class.php:88
2184
  msgid "China"
2185
  msgstr "China"
2186
 
2187
- #: ../lib/tribe-view-helpers.class.php:89
2188
  msgid "Christmas Island"
2189
  msgstr "Christmas Island"
2190
 
2191
- #: ../lib/tribe-view-helpers.class.php:90
2192
  msgid "Cocos (Keeling) Islands"
2193
  msgstr "Cocos (Keeling) Islands"
2194
 
2195
- #: ../lib/tribe-view-helpers.class.php:91
2196
  msgid "Colombia"
2197
  msgstr "Colombia"
2198
 
2199
- #: ../lib/tribe-view-helpers.class.php:92
2200
  msgid "Comoros"
2201
  msgstr "Comoros"
2202
 
2203
- #: ../lib/tribe-view-helpers.class.php:93
2204
  msgid "Congo"
2205
  msgstr "Congo"
2206
 
2207
- #: ../lib/tribe-view-helpers.class.php:94
2208
  msgid "Congo, The Democratic Republic Of The"
2209
  msgstr "Congo, The Democratic Republic Of The"
2210
 
2211
- #: ../lib/tribe-view-helpers.class.php:95
2212
  msgid "Cook Islands"
2213
  msgstr "Cook Islands"
2214
 
2215
- #: ../lib/tribe-view-helpers.class.php:96
2216
  msgid "Costa Rica"
2217
  msgstr "Costa Rica"
2218
 
2219
- #: ../lib/tribe-view-helpers.class.php:97
2220
  msgid "Cote D'Ivoire"
2221
  msgstr "Cote D'Ivoire"
2222
 
2223
- #: ../lib/tribe-view-helpers.class.php:98
2224
  msgid "Croatia (Local Name: Hrvatska)"
2225
  msgstr "Croatia (Local Name: Hrvatska)"
2226
 
2227
- #: ../lib/tribe-view-helpers.class.php:99
2228
  msgid "Cuba"
2229
  msgstr "Cuba"
2230
 
2231
- #: ../lib/tribe-view-helpers.class.php:100
2232
  msgid "Cyprus"
2233
  msgstr "Cyprus"
2234
 
2235
- #: ../lib/tribe-view-helpers.class.php:101
2236
  msgid "Czech Republic"
2237
  msgstr "Czech Republic"
2238
 
2239
- #: ../lib/tribe-view-helpers.class.php:102
2240
  msgid "Denmark"
2241
  msgstr "Danmark"
2242
 
2243
- #: ../lib/tribe-view-helpers.class.php:103
2244
  msgid "Djibouti"
2245
  msgstr "Djibouti"
2246
 
2247
- #: ../lib/tribe-view-helpers.class.php:104
2248
  msgid "Dominica"
2249
  msgstr "Dominica"
2250
 
2251
- #: ../lib/tribe-view-helpers.class.php:105
2252
  msgid "Dominican Republic"
2253
  msgstr "Dominican Republic"
2254
 
2255
- #: ../lib/tribe-view-helpers.class.php:106
2256
  msgid "East Timor"
2257
  msgstr "East Timor"
2258
 
2259
- #: ../lib/tribe-view-helpers.class.php:107
2260
  msgid "Ecuador"
2261
  msgstr "Ecuador"
2262
 
2263
- #: ../lib/tribe-view-helpers.class.php:108
2264
  msgid "Egypt"
2265
  msgstr "Egypt"
2266
 
2267
- #: ../lib/tribe-view-helpers.class.php:109
2268
  msgid "El Salvador"
2269
  msgstr "El Salvador"
2270
 
2271
- #: ../lib/tribe-view-helpers.class.php:110
2272
  msgid "Equatorial Guinea"
2273
  msgstr "Equatorial Guinea"
2274
 
2275
- #: ../lib/tribe-view-helpers.class.php:111
2276
  msgid "Eritrea"
2277
  msgstr "Eritrea"
2278
 
2279
- #: ../lib/tribe-view-helpers.class.php:112
2280
  msgid "Estonia"
2281
  msgstr "Estonia"
2282
 
2283
- #: ../lib/tribe-view-helpers.class.php:113
2284
  msgid "Ethiopia"
2285
  msgstr "Ethiopia"
2286
 
2287
- #: ../lib/tribe-view-helpers.class.php:114
2288
  msgid "Falkland Islands (Malvinas)"
2289
  msgstr "Falkland Islands (Malvinas)"
2290
 
2291
- #: ../lib/tribe-view-helpers.class.php:115
2292
  msgid "Faroe Islands"
2293
  msgstr "Faroe Islands"
2294
 
2295
- #: ../lib/tribe-view-helpers.class.php:116
2296
  msgid "Fiji"
2297
  msgstr "Fiji"
2298
 
2299
- #: ../lib/tribe-view-helpers.class.php:117
2300
  msgid "Finland"
2301
  msgstr "Finland"
2302
 
2303
- #: ../lib/tribe-view-helpers.class.php:118
2304
  msgid "France"
2305
  msgstr "France"
2306
 
2307
- #: ../lib/tribe-view-helpers.class.php:119
2308
  msgid "France, Metropolitan"
2309
  msgstr "France, Metropolitan"
2310
 
2311
- #: ../lib/tribe-view-helpers.class.php:120
2312
  msgid "French Guiana"
2313
  msgstr "French Guiana"
2314
 
2315
- #: ../lib/tribe-view-helpers.class.php:121
2316
  msgid "French Polynesia"
2317
  msgstr "French Polynesia"
2318
 
2319
- #: ../lib/tribe-view-helpers.class.php:122
2320
  msgid "French Southern Territories"
2321
  msgstr "French Southern Territories"
2322
 
2323
- #: ../lib/tribe-view-helpers.class.php:123
2324
  msgid "Gabon"
2325
  msgstr "Gabon"
2326
 
2327
- #: ../lib/tribe-view-helpers.class.php:124
2328
  msgid "Gambia"
2329
  msgstr "Gambia"
2330
 
2331
- #: ../lib/tribe-view-helpers.class.php:125
2332
- #: ../lib/tribe-view-helpers.class.php:318
2333
  msgid "Georgia"
2334
  msgstr "Georgia"
2335
 
2336
- #: ../lib/tribe-view-helpers.class.php:126
2337
  msgid "Germany"
2338
  msgstr "Germany"
2339
 
2340
- #: ../lib/tribe-view-helpers.class.php:127
2341
  msgid "Ghana"
2342
  msgstr "Ghana"
2343
 
2344
- #: ../lib/tribe-view-helpers.class.php:128
2345
  msgid "Gibraltar"
2346
  msgstr "Gibraltar"
2347
 
2348
- #: ../lib/tribe-view-helpers.class.php:129
2349
  msgid "Greece"
2350
  msgstr "Greece"
2351
 
2352
- #: ../lib/tribe-view-helpers.class.php:130
2353
  msgid "Greenland"
2354
  msgstr "Greenland"
2355
 
2356
- #: ../lib/tribe-view-helpers.class.php:131
2357
  msgid "Grenada"
2358
  msgstr "Grenada"
2359
 
2360
- #: ../lib/tribe-view-helpers.class.php:132
2361
  msgid "Guadeloupe"
2362
  msgstr "Guadeloupe"
2363
 
2364
- #: ../lib/tribe-view-helpers.class.php:133
2365
  msgid "Guam"
2366
  msgstr "Guam"
2367
 
2368
- #: ../lib/tribe-view-helpers.class.php:134
2369
  msgid "Guatemala"
2370
  msgstr "Guatemala"
2371
 
2372
- #: ../lib/tribe-view-helpers.class.php:135
2373
  msgid "Guinea"
2374
  msgstr "Guinea"
2375
 
2376
- #: ../lib/tribe-view-helpers.class.php:136
2377
  msgid "Guinea-Bissau"
2378
  msgstr "Guinea-Bissau"
2379
 
2380
- #: ../lib/tribe-view-helpers.class.php:137
2381
  msgid "Guyana"
2382
  msgstr "Guyana"
2383
 
2384
- #: ../lib/tribe-view-helpers.class.php:138
2385
  msgid "Haiti"
2386
  msgstr "Haiti"
2387
 
2388
- #: ../lib/tribe-view-helpers.class.php:139
2389
  msgid "Heard And Mc Donald Islands"
2390
  msgstr "Heard And Mc Donald Islands"
2391
 
2392
- #: ../lib/tribe-view-helpers.class.php:140
2393
  msgid "Holy See (Vatican City State)"
2394
  msgstr "Holy See (Vatican City State)"
2395
 
2396
- #: ../lib/tribe-view-helpers.class.php:141
2397
  msgid "Honduras"
2398
  msgstr "Honduras"
2399
 
2400
- #: ../lib/tribe-view-helpers.class.php:142
2401
  msgid "Hong Kong"
2402
  msgstr "Hong Kong"
2403
 
2404
- #: ../lib/tribe-view-helpers.class.php:143
2405
  msgid "Hungary"
2406
  msgstr "Hungary"
2407
 
2408
- #: ../lib/tribe-view-helpers.class.php:144
2409
  msgid "Iceland"
2410
  msgstr "Iceland"
2411
 
2412
- #: ../lib/tribe-view-helpers.class.php:145
2413
  msgid "India"
2414
  msgstr "India"
2415
 
2416
- #: ../lib/tribe-view-helpers.class.php:146
2417
  msgid "Indonesia"
2418
  msgstr "Indonesia"
2419
 
2420
- #: ../lib/tribe-view-helpers.class.php:147
2421
  msgid "Iran (Islamic Republic Of)"
2422
  msgstr "Iran (Islamic Republic Of)"
2423
 
2424
- #: ../lib/tribe-view-helpers.class.php:148
2425
  msgid "Iraq"
2426
  msgstr "Iraq"
2427
 
2428
- #: ../lib/tribe-view-helpers.class.php:149
2429
  msgid "Ireland"
2430
  msgstr "Ireland"
2431
 
2432
- #: ../lib/tribe-view-helpers.class.php:150
2433
  msgid "Israel"
2434
  msgstr "Israel"
2435
 
2436
- #: ../lib/tribe-view-helpers.class.php:151
2437
  msgid "Italy"
2438
  msgstr "Italy"
2439
 
2440
- #: ../lib/tribe-view-helpers.class.php:152
2441
  msgid "Jamaica"
2442
  msgstr "Jamaica"
2443
 
2444
- #: ../lib/tribe-view-helpers.class.php:153
2445
  msgid "Japan"
2446
  msgstr "Japan"
2447
 
2448
- #: ../lib/tribe-view-helpers.class.php:154
2449
  msgid "Jordan"
2450
  msgstr "Jordan"
2451
 
2452
- #: ../lib/tribe-view-helpers.class.php:155
2453
  msgid "Kazakhstan"
2454
  msgstr "Kazakhstan"
2455
 
2456
- #: ../lib/tribe-view-helpers.class.php:156
2457
  msgid "Kenya"
2458
  msgstr "Kenya"
2459
 
2460
- #: ../lib/tribe-view-helpers.class.php:157
2461
  msgid "Kiribati"
2462
  msgstr "Kiribati"
2463
 
2464
- #: ../lib/tribe-view-helpers.class.php:158
2465
  msgid "Korea, Democratic People's Republic Of"
2466
  msgstr "Korea, Democratic People's Republic Of"
2467
 
2468
- #: ../lib/tribe-view-helpers.class.php:159
2469
  msgid "Korea, Republic Of"
2470
  msgstr "Korea, Republic Of"
2471
 
2472
- #: ../lib/tribe-view-helpers.class.php:160
2473
  msgid "Kuwait"
2474
  msgstr "Kuwait"
2475
 
2476
- #: ../lib/tribe-view-helpers.class.php:161
2477
  msgid "Kyrgyzstan"
2478
  msgstr "Kyrgyzstan"
2479
 
2480
- #: ../lib/tribe-view-helpers.class.php:162
2481
  msgid "Lao People's Democratic Republic"
2482
  msgstr "Lao People's Democratic Republic"
2483
 
2484
- #: ../lib/tribe-view-helpers.class.php:163
2485
  msgid "Latvia"
2486
  msgstr "Latvia"
2487
 
2488
- #: ../lib/tribe-view-helpers.class.php:164
2489
  msgid "Lebanon"
2490
  msgstr "Lebanon"
2491
 
2492
- #: ../lib/tribe-view-helpers.class.php:165
2493
  msgid "Lesotho"
2494
  msgstr "Lesotho"
2495
 
2496
- #: ../lib/tribe-view-helpers.class.php:166
2497
  msgid "Liberia"
2498
  msgstr "Liberia"
2499
 
2500
- #: ../lib/tribe-view-helpers.class.php:167
2501
  msgid "Libya"
2502
  msgstr "Libya"
2503
 
2504
- #: ../lib/tribe-view-helpers.class.php:168
2505
  msgid "Liechtenstein"
2506
  msgstr "Liechtenstein"
2507
 
2508
- #: ../lib/tribe-view-helpers.class.php:169
2509
  msgid "Lithuania"
2510
  msgstr "Lithuania"
2511
 
2512
- #: ../lib/tribe-view-helpers.class.php:170
2513
  msgid "Luxembourg"
2514
  msgstr "Luxembourg"
2515
 
2516
- #: ../lib/tribe-view-helpers.class.php:171
2517
  msgid "Macau"
2518
  msgstr "Macau"
2519
 
2520
- #: ../lib/tribe-view-helpers.class.php:172
2521
  msgid "Macedonia"
2522
  msgstr "Macedonia"
2523
 
2524
- #: ../lib/tribe-view-helpers.class.php:173
2525
  msgid "Madagascar"
2526
  msgstr "Madagascar"
2527
 
2528
- #: ../lib/tribe-view-helpers.class.php:174
2529
  msgid "Malawi"
2530
  msgstr "Malawi"
2531
 
2532
- #: ../lib/tribe-view-helpers.class.php:175
2533
  msgid "Malaysia"
2534
  msgstr "Malaysia"
2535
 
2536
- #: ../lib/tribe-view-helpers.class.php:176
2537
  msgid "Maldives"
2538
  msgstr "Maldives"
2539
 
2540
- #: ../lib/tribe-view-helpers.class.php:177
2541
  msgid "Mali"
2542
  msgstr "Mali"
2543
 
2544
- #: ../lib/tribe-view-helpers.class.php:178
2545
  msgid "Malta"
2546
  msgstr "Malta"
2547
 
2548
- #: ../lib/tribe-view-helpers.class.php:179
2549
  msgid "Marshall Islands"
2550
  msgstr "Marshall Islands"
2551
 
2552
- #: ../lib/tribe-view-helpers.class.php:180
2553
  msgid "Martinique"
2554
  msgstr "Martinique"
2555
 
2556
- #: ../lib/tribe-view-helpers.class.php:181
2557
  msgid "Mauritania"
2558
  msgstr "Mauritania"
2559
 
2560
- #: ../lib/tribe-view-helpers.class.php:182
2561
  msgid "Mauritius"
2562
  msgstr "Mauritius"
2563
 
2564
- #: ../lib/tribe-view-helpers.class.php:183
2565
  msgid "Mayotte"
2566
  msgstr "Mayotte"
2567
 
2568
- #: ../lib/tribe-view-helpers.class.php:184
2569
  msgid "Mexico"
2570
  msgstr "Mexico"
2571
 
2572
- #: ../lib/tribe-view-helpers.class.php:185
2573
  msgid "Micronesia, Federated States Of"
2574
  msgstr "Micronesia, Federated States Of"
2575
 
2576
- #: ../lib/tribe-view-helpers.class.php:186
2577
  msgid "Moldova, Republic Of"
2578
  msgstr "Moldova, Republic Of"
2579
 
2580
- #: ../lib/tribe-view-helpers.class.php:187
2581
  msgid "Monaco"
2582
  msgstr "Monaco"
2583
 
2584
- #: ../lib/tribe-view-helpers.class.php:188
2585
  msgid "Mongolia"
2586
  msgstr "Mongolia"
2587
 
2588
- #: ../lib/tribe-view-helpers.class.php:189
2589
  msgid "Montenegro"
2590
  msgstr "Montenegro"
2591
 
2592
- #: ../lib/tribe-view-helpers.class.php:190
2593
  msgid "Montserrat"
2594
  msgstr "Montserrat"
2595
 
2596
- #: ../lib/tribe-view-helpers.class.php:191
2597
  msgid "Morocco"
2598
  msgstr "Morocco"
2599
 
2600
- #: ../lib/tribe-view-helpers.class.php:192
2601
  msgid "Mozambique"
2602
  msgstr "Mozambique"
2603
 
2604
- #: ../lib/tribe-view-helpers.class.php:193
2605
  msgid "Myanmar"
2606
  msgstr "Myanmar"
2607
 
2608
- #: ../lib/tribe-view-helpers.class.php:194
2609
  msgid "Namibia"
2610
  msgstr "Namibia"
2611
 
2612
- #: ../lib/tribe-view-helpers.class.php:195
2613
  msgid "Nauru"
2614
  msgstr "Nauru"
2615
 
2616
- #: ../lib/tribe-view-helpers.class.php:196
2617
  msgid "Nepal"
2618
  msgstr "Nepal"
2619
 
2620
- #: ../lib/tribe-view-helpers.class.php:197
2621
  msgid "Netherlands"
2622
  msgstr "Netherlands"
2623
 
2624
- #: ../lib/tribe-view-helpers.class.php:198
2625
  msgid "Netherlands Antilles"
2626
  msgstr "Netherlands Antilles"
2627
 
2628
- #: ../lib/tribe-view-helpers.class.php:199
2629
  msgid "New Caledonia"
2630
  msgstr "New Caledonia"
2631
 
2632
- #: ../lib/tribe-view-helpers.class.php:200
2633
  msgid "New Zealand"
2634
  msgstr "New Zealand"
2635
 
2636
- #: ../lib/tribe-view-helpers.class.php:201
2637
  msgid "Nicaragua"
2638
  msgstr "Nicaragua"
2639
 
2640
- #: ../lib/tribe-view-helpers.class.php:202
2641
  msgid "Niger"
2642
  msgstr "Niger"
2643
 
2644
- #: ../lib/tribe-view-helpers.class.php:203
2645
  msgid "Nigeria"
2646
  msgstr "Nigeria"
2647
 
2648
- #: ../lib/tribe-view-helpers.class.php:204
2649
  msgid "Niue"
2650
  msgstr "Niue"
2651
 
2652
- #: ../lib/tribe-view-helpers.class.php:205
2653
  msgid "Norfolk Island"
2654
  msgstr "Norfolk Island"
2655
 
2656
- #: ../lib/tribe-view-helpers.class.php:206
2657
  msgid "Northern Mariana Islands"
2658
  msgstr "Northern Mariana Islands"
2659
 
2660
- #: ../lib/tribe-view-helpers.class.php:207
2661
  msgid "Norway"
2662
  msgstr "Norway"
2663
 
2664
- #: ../lib/tribe-view-helpers.class.php:208
2665
  msgid "Oman"
2666
  msgstr "Oman"
2667
 
2668
- #: ../lib/tribe-view-helpers.class.php:209
2669
  msgid "Pakistan"
2670
  msgstr "Pakistan"
2671
 
2672
- #: ../lib/tribe-view-helpers.class.php:210
2673
  msgid "Palau"
2674
  msgstr "Palau"
2675
 
2676
- #: ../lib/tribe-view-helpers.class.php:211
2677
  msgid "Panama"
2678
  msgstr "Panama"
2679
 
2680
- #: ../lib/tribe-view-helpers.class.php:212
2681
  msgid "Papua New Guinea"
2682
  msgstr "Papua New Guinea"
2683
 
2684
- #: ../lib/tribe-view-helpers.class.php:213
2685
  msgid "Paraguay"
2686
  msgstr "Paraguay"
2687
 
2688
- #: ../lib/tribe-view-helpers.class.php:214
2689
  msgid "Peru"
2690
  msgstr "Peru"
2691
 
2692
- #: ../lib/tribe-view-helpers.class.php:215
2693
  msgid "Philippines"
2694
  msgstr "Philippines"
2695
 
2696
- #: ../lib/tribe-view-helpers.class.php:216
2697
  msgid "Pitcairn"
2698
  msgstr "Pitcairn"
2699
 
2700
- #: ../lib/tribe-view-helpers.class.php:217
2701
  msgid "Poland"
2702
  msgstr "Poland"
2703
 
2704
- #: ../lib/tribe-view-helpers.class.php:218
2705
  msgid "Portugal"
2706
  msgstr "Portugal"
2707
 
2708
- #: ../lib/tribe-view-helpers.class.php:219
2709
  msgid "Puerto Rico"
2710
  msgstr "Puerto Rico"
2711
 
2712
- #: ../lib/tribe-view-helpers.class.php:220
2713
  msgid "Qatar"
2714
  msgstr "Qatar"
2715
 
2716
- #: ../lib/tribe-view-helpers.class.php:221
2717
  msgid "Reunion"
2718
  msgstr "Reunion"
2719
 
2720
- #: ../lib/tribe-view-helpers.class.php:222
2721
  msgid "Romania"
2722
  msgstr "Romania"
2723
 
2724
- #: ../lib/tribe-view-helpers.class.php:223
2725
  msgid "Russian Federation"
2726
  msgstr "Russian Federation"
2727
 
2728
- #: ../lib/tribe-view-helpers.class.php:224
2729
  msgid "Rwanda"
2730
  msgstr "Rwanda"
2731
 
2732
- #: ../lib/tribe-view-helpers.class.php:225
2733
  msgid "Saint Kitts And Nevis"
2734
  msgstr "Saint Kitts And Nevis"
2735
 
2736
- #: ../lib/tribe-view-helpers.class.php:226
2737
  msgid "Saint Lucia"
2738
  msgstr "Saint Lucia"
2739
 
2740
- #: ../lib/tribe-view-helpers.class.php:227
2741
  msgid "Saint Vincent And The Grenadines"
2742
  msgstr "Saint Vincent And The Grenadines"
2743
 
2744
- #: ../lib/tribe-view-helpers.class.php:228
2745
  msgid "Samoa"
2746
  msgstr "Samoa"
2747
 
2748
- #: ../lib/tribe-view-helpers.class.php:229
2749
  msgid "San Marino"
2750
  msgstr "San Marino"
2751
 
2752
- #: ../lib/tribe-view-helpers.class.php:230
2753
  msgid "Sao Tome And Principe"
2754
  msgstr "Sao Tome And Principe"
2755
 
2756
- #: ../lib/tribe-view-helpers.class.php:231
2757
  msgid "Saudi Arabia"
2758
  msgstr "Saudi Arabia"
2759
 
2760
- #: ../lib/tribe-view-helpers.class.php:232
2761
  msgid "Senegal"
2762
  msgstr "Senegal"
2763
 
2764
- #: ../lib/tribe-view-helpers.class.php:233
2765
  msgid "Serbia"
2766
  msgstr "Serbia"
2767
 
2768
- #: ../lib/tribe-view-helpers.class.php:234
2769
  msgid "Seychelles"
2770
  msgstr "Seychelles"
2771
 
2772
- #: ../lib/tribe-view-helpers.class.php:235
2773
  msgid "Sierra Leone"
2774
  msgstr "Sierra Leone"
2775
 
2776
- #: ../lib/tribe-view-helpers.class.php:236
2777
  msgid "Singapore"
2778
  msgstr "Singapore"
2779
 
2780
- #: ../lib/tribe-view-helpers.class.php:237
2781
  msgid "Slovakia (Slovak Republic)"
2782
  msgstr "Slovakia (Slovak Republic)"
2783
 
2784
- #: ../lib/tribe-view-helpers.class.php:238
2785
  msgid "Slovenia"
2786
  msgstr "Slovenia"
2787
 
2788
- #: ../lib/tribe-view-helpers.class.php:239
2789
  msgid "Solomon Islands"
2790
  msgstr "Solomon Islands"
2791
 
2792
- #: ../lib/tribe-view-helpers.class.php:240
2793
  msgid "Somalia"
2794
  msgstr "Somalia"
2795
 
2796
- #: ../lib/tribe-view-helpers.class.php:241
2797
  msgid "South Africa"
2798
  msgstr "South Africa"
2799
 
2800
- #: ../lib/tribe-view-helpers.class.php:242
2801
  msgid "South Georgia, South Sandwich Islands"
2802
  msgstr "South Georgia, South Sandwich Islands"
2803
 
2804
- #: ../lib/tribe-view-helpers.class.php:243
2805
  msgid "Spain"
2806
  msgstr "Spain"
2807
 
2808
- #: ../lib/tribe-view-helpers.class.php:244
2809
  msgid "Sri Lanka"
2810
  msgstr "Sri Lanka"
2811
 
2812
- #: ../lib/tribe-view-helpers.class.php:245
2813
  msgid "St. Helena"
2814
  msgstr "St. Helena"
2815
 
2816
- #: ../lib/tribe-view-helpers.class.php:246
2817
  msgid "St. Pierre And Miquelon"
2818
  msgstr "St. Pierre And Miquelon"
2819
 
2820
- #: ../lib/tribe-view-helpers.class.php:247
2821
  msgid "Sudan"
2822
  msgstr "Sudan"
2823
 
2824
- #: ../lib/tribe-view-helpers.class.php:248
2825
  msgid "Suriname"
2826
  msgstr "Suriname"
2827
 
2828
- #: ../lib/tribe-view-helpers.class.php:249
2829
  msgid "Svalbard And Jan Mayen Islands"
2830
  msgstr "Svalbard And Jan Mayen Islands"
2831
 
2832
- #: ../lib/tribe-view-helpers.class.php:250
2833
  msgid "Swaziland"
2834
  msgstr "Swaziland"
2835
 
2836
- #: ../lib/tribe-view-helpers.class.php:251
2837
  msgid "Sweden"
2838
  msgstr "Sweden"
2839
 
2840
- #: ../lib/tribe-view-helpers.class.php:252
2841
  msgid "Switzerland"
2842
  msgstr "Switzerland"
2843
 
2844
- #: ../lib/tribe-view-helpers.class.php:253
2845
  msgid "Syrian Arab Republic"
2846
  msgstr "Syrian Arab Republic"
2847
 
2848
- #: ../lib/tribe-view-helpers.class.php:254
2849
  msgid "Taiwan"
2850
  msgstr "Taiwan"
2851
 
2852
- #: ../lib/tribe-view-helpers.class.php:255
2853
  msgid "Tajikistan"
2854
  msgstr "Tajikistan"
2855
 
2856
- #: ../lib/tribe-view-helpers.class.php:256
2857
  msgid "Tanzania, United Republic Of"
2858
  msgstr "Tanzania, United Republic Of"
2859
 
2860
- #: ../lib/tribe-view-helpers.class.php:257
2861
  msgid "Thailand"
2862
  msgstr "Thailand"
2863
 
2864
- #: ../lib/tribe-view-helpers.class.php:258
2865
  msgid "Togo"
2866
  msgstr "Togo"
2867
 
2868
- #: ../lib/tribe-view-helpers.class.php:259
2869
  msgid "Tokelau"
2870
  msgstr "Tokelau"
2871
 
2872
- #: ../lib/tribe-view-helpers.class.php:260
2873
  msgid "Tonga"
2874
  msgstr "Tonga"
2875
 
2876
- #: ../lib/tribe-view-helpers.class.php:261
2877
  msgid "Trinidad And Tobago"
2878
  msgstr "Trinidad And Tobago"
2879
 
2880
- #: ../lib/tribe-view-helpers.class.php:262
2881
  msgid "Tunisia"
2882
  msgstr "Tunisia"
2883
 
2884
- #: ../lib/tribe-view-helpers.class.php:263
2885
  msgid "Turkey"
2886
  msgstr "Turkey"
2887
 
2888
- #: ../lib/tribe-view-helpers.class.php:264
2889
  msgid "Turkmenistan"
2890
  msgstr "Turkmenistan"
2891
 
2892
- #: ../lib/tribe-view-helpers.class.php:265
2893
  msgid "Turks And Caicos Islands"
2894
  msgstr "Turks And Caicos Islands"
2895
 
2896
- #: ../lib/tribe-view-helpers.class.php:266
2897
  msgid "Tuvalu"
2898
  msgstr "Tuvalu"
2899
 
2900
- #: ../lib/tribe-view-helpers.class.php:267
2901
  msgid "Uganda"
2902
  msgstr "Uganda"
2903
 
2904
- #: ../lib/tribe-view-helpers.class.php:268
2905
  msgid "Ukraine"
2906
  msgstr "Ukraine"
2907
 
2908
- #: ../lib/tribe-view-helpers.class.php:269
2909
  msgid "United Arab Emirates"
2910
  msgstr "United Arab Emirates"
2911
 
2912
- #: ../lib/tribe-view-helpers.class.php:270
2913
  msgid "United Kingdom"
2914
  msgstr "United Kingdom"
2915
 
2916
- #: ../lib/tribe-view-helpers.class.php:271
2917
  msgid "United States Minor Outlying Islands"
2918
  msgstr "United States Minor Outlying Islands"
2919
 
2920
- #: ../lib/tribe-view-helpers.class.php:272
2921
  msgid "Uruguay"
2922
  msgstr "Uruguay"
2923
 
2924
- #: ../lib/tribe-view-helpers.class.php:273
2925
  msgid "Uzbekistan"
2926
  msgstr "Uzbekistan"
2927
 
2928
- #: ../lib/tribe-view-helpers.class.php:274
2929
  msgid "Vanuatu"
2930
  msgstr "Vanuatu"
2931
 
2932
- #: ../lib/tribe-view-helpers.class.php:275
2933
  msgid "Venezuela"
2934
  msgstr "Venezuela"
2935
 
2936
- #: ../lib/tribe-view-helpers.class.php:276
2937
  msgid "Viet Nam"
2938
  msgstr "Viet Nam"
2939
 
2940
- #: ../lib/tribe-view-helpers.class.php:277
2941
  msgid "Virgin Islands (British)"
2942
  msgstr "Virgin Islands (British)"
2943
 
2944
- #: ../lib/tribe-view-helpers.class.php:278
2945
  msgid "Virgin Islands (U.S.)"
2946
  msgstr "Virgin Islands (U.S.)"
2947
 
2948
- #: ../lib/tribe-view-helpers.class.php:279
2949
  msgid "Wallis And Futuna Islands"
2950
  msgstr "Wallis And Futuna Islands"
2951
 
2952
- #: ../lib/tribe-view-helpers.class.php:280
2953
  msgid "Western Sahara"
2954
  msgstr "Western Sahara"
2955
 
2956
- #: ../lib/tribe-view-helpers.class.php:281
2957
  msgid "Yemen"
2958
  msgstr "Yemen"
2959
 
2960
- #: ../lib/tribe-view-helpers.class.php:282
2961
  msgid "Zambia"
2962
  msgstr "Zambia"
2963
 
2964
- #: ../lib/tribe-view-helpers.class.php:283
2965
  msgid "Zimbabwe"
2966
  msgstr "Zimbabwe"
2967
 
2968
- #: ../lib/tribe-view-helpers.class.php:308
2969
  msgid "Alabama"
2970
  msgstr "Alabama"
2971
 
2972
- #: ../lib/tribe-view-helpers.class.php:309
2973
  msgid "Alaska"
2974
  msgstr "Alaska"
2975
 
2976
- #: ../lib/tribe-view-helpers.class.php:310
2977
  msgid "Arizona"
2978
  msgstr "Arizona"
2979
 
2980
- #: ../lib/tribe-view-helpers.class.php:311
2981
  msgid "Arkansas"
2982
  msgstr "Arkansas"
2983
 
2984
- #: ../lib/tribe-view-helpers.class.php:312
2985
  msgid "California"
2986
  msgstr "California"
2987
 
2988
- #: ../lib/tribe-view-helpers.class.php:313
2989
  msgid "Colorado"
2990
  msgstr "Colorado"
2991
 
2992
- #: ../lib/tribe-view-helpers.class.php:314
2993
  msgid "Connecticut"
2994
  msgstr "Connecticut"
2995
 
2996
- #: ../lib/tribe-view-helpers.class.php:315
2997
  msgid "Delaware"
2998
  msgstr "Delaware"
2999
 
3000
- #: ../lib/tribe-view-helpers.class.php:316
3001
  msgid "District of Columbia"
3002
  msgstr "District of Columbia"
3003
 
3004
- #: ../lib/tribe-view-helpers.class.php:317
3005
  msgid "Florida"
3006
  msgstr "Florida"
3007
 
3008
- #: ../lib/tribe-view-helpers.class.php:319
3009
  msgid "Hawaii"
3010
  msgstr "Hawaii"
3011
 
3012
- #: ../lib/tribe-view-helpers.class.php:320
3013
  msgid "Idaho"
3014
  msgstr "Idaho"
3015
 
3016
- #: ../lib/tribe-view-helpers.class.php:321
3017
  msgid "Illinois"
3018
  msgstr "Illinois"
3019
 
3020
- #: ../lib/tribe-view-helpers.class.php:322
3021
  msgid "Indiana"
3022
  msgstr "Indiana"
3023
 
3024
- #: ../lib/tribe-view-helpers.class.php:323
3025
  msgid "Iowa"
3026
  msgstr "Iowa"
3027
 
3028
- #: ../lib/tribe-view-helpers.class.php:324
3029
  msgid "Kansas"
3030
  msgstr "Kansas"
3031
 
3032
- #: ../lib/tribe-view-helpers.class.php:325
3033
  msgid "Kentucky"
3034
  msgstr "Kentucky"
3035
 
3036
- #: ../lib/tribe-view-helpers.class.php:326
3037
  msgid "Louisiana"
3038
  msgstr "Louisiana"
3039
 
3040
- #: ../lib/tribe-view-helpers.class.php:327
3041
  msgid "Maine"
3042
  msgstr "Maine"
3043
 
3044
- #: ../lib/tribe-view-helpers.class.php:328
3045
  msgid "Maryland"
3046
  msgstr "Maryland"
3047
 
3048
- #: ../lib/tribe-view-helpers.class.php:329
3049
  msgid "Massachusetts"
3050
  msgstr "Massachusetts"
3051
 
3052
- #: ../lib/tribe-view-helpers.class.php:330
3053
  msgid "Michigan"
3054
  msgstr "Michigan"
3055
 
3056
- #: ../lib/tribe-view-helpers.class.php:331
3057
  msgid "Minnesota"
3058
  msgstr "Minnesota"
3059
 
3060
- #: ../lib/tribe-view-helpers.class.php:332
3061
  msgid "Mississippi"
3062
  msgstr "Mississippi"
3063
 
3064
- #: ../lib/tribe-view-helpers.class.php:333
3065
  msgid "Missouri"
3066
  msgstr "Missouri"
3067
 
3068
- #: ../lib/tribe-view-helpers.class.php:334
3069
  msgid "Montana"
3070
  msgstr "Montana"
3071
 
3072
- #: ../lib/tribe-view-helpers.class.php:335
3073
  msgid "Nebraska"
3074
  msgstr "Nebraska"
3075
 
3076
- #: ../lib/tribe-view-helpers.class.php:336
3077
  msgid "Nevada"
3078
  msgstr "Nevada"
3079
 
3080
- #: ../lib/tribe-view-helpers.class.php:337
3081
  msgid "New Hampshire"
3082
  msgstr "New Hampshire"
3083
 
3084
- #: ../lib/tribe-view-helpers.class.php:338
3085
  msgid "New Jersey"
3086
  msgstr "New Jersey"
3087
 
3088
- #: ../lib/tribe-view-helpers.class.php:339
3089
  msgid "New Mexico"
3090
  msgstr "New Mexico"
3091
 
3092
- #: ../lib/tribe-view-helpers.class.php:340
3093
  msgid "New York"
3094
  msgstr "New York"
3095
 
3096
- #: ../lib/tribe-view-helpers.class.php:341
3097
  msgid "North Carolina"
3098
  msgstr "North Carolina"
3099
 
3100
- #: ../lib/tribe-view-helpers.class.php:342
3101
  msgid "North Dakota"
3102
  msgstr "North Dakota"
3103
 
3104
- #: ../lib/tribe-view-helpers.class.php:343
3105
  msgid "Ohio"
3106
  msgstr "Ohio"
3107
 
3108
- #: ../lib/tribe-view-helpers.class.php:344
3109
  msgid "Oklahoma"
3110
  msgstr "Oklahoma"
3111
 
3112
- #: ../lib/tribe-view-helpers.class.php:345
3113
  msgid "Oregon"
3114
  msgstr "Oregon"
3115
 
3116
- #: ../lib/tribe-view-helpers.class.php:346
3117
  msgid "Pennsylvania"
3118
  msgstr "Pennsylvania"
3119
 
3120
- #: ../lib/tribe-view-helpers.class.php:347
3121
  msgid "Rhode Island"
3122
  msgstr "Rhode Island"
3123
 
3124
- #: ../lib/tribe-view-helpers.class.php:348
3125
  msgid "South Carolina"
3126
  msgstr "South Carolina"
3127
 
3128
- #: ../lib/tribe-view-helpers.class.php:349
3129
  msgid "South Dakota"
3130
  msgstr "South Dakota"
3131
 
3132
- #: ../lib/tribe-view-helpers.class.php:350
3133
  msgid "Tennessee"
3134
  msgstr "Tennessee"
3135
 
3136
- #: ../lib/tribe-view-helpers.class.php:351
3137
  msgid "Texas"
3138
  msgstr "Texas"
3139
 
3140
- #: ../lib/tribe-view-helpers.class.php:352
3141
  msgid "Utah"
3142
  msgstr "Utah"
3143
 
3144
- #: ../lib/tribe-view-helpers.class.php:353
3145
  msgid "Vermont"
3146
  msgstr "Vermont"
3147
 
3148
- #: ../lib/tribe-view-helpers.class.php:354
3149
  msgid "Virginia"
3150
  msgstr "Virginia"
3151
 
3152
- #: ../lib/tribe-view-helpers.class.php:355
3153
  msgid "Washington"
3154
  msgstr "Washington"
3155
 
3156
- #: ../lib/tribe-view-helpers.class.php:356
3157
  msgid "West Virginia"
3158
  msgstr "West Virginia"
3159
 
3160
- #: ../lib/tribe-view-helpers.class.php:357
3161
  msgid "Wisconsin"
3162
  msgstr "Wisconsin"
3163
 
3164
- #: ../lib/tribe-view-helpers.class.php:358
3165
  msgid "Wyoming"
3166
  msgstr "Wyoming"
3167
 
3168
- #: ../lib/widget-list.class.php:21
3169
  msgid "A widget that displays upcoming events."
3170
  msgstr "Widget, sem sýnir komandi viðburði."
3171
 
3172
- #: ../lib/widget-list.class.php:27
3173
  msgid "Events List"
3174
  msgstr "Listi viðburða"
3175
 
3176
- #: ../lib/widget-list.class.php:114
3177
- msgid "View All Events"
3178
- msgstr "Skoða alla viðburði"
3179
-
3180
- #: ../lib/widget-list.class.php:117
3181
- msgid "There are no upcoming events at this time."
3182
- msgstr "Það er enginn skráður viðburður eins og er."
3183
-
3184
- #: ../lib/template-classes/month.php:75
3185
- #, php-format
3186
- msgid ""
3187
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
3188
- "searching next month."
3189
- msgstr ""
3190
- "Engin niðurstaða finnst fyrir <strong>\"%s\"</strong> þennan mánuð. Reyndu "
3191
- "leit í næsta mánuð."
3192
-
3193
- #: ../lib/template-classes/single-event.php:99
3194
- msgid "This event has passed."
3195
- msgstr "Þessi viðburður er liðinn."
3196
-
3197
- #: ../lib/tickets/tribe-tickets-attendees.php:67
3198
- msgid "Order #"
3199
- msgstr "Pöntun #"
3200
-
3201
- #: ../lib/tickets/tribe-tickets-attendees.php:68
3202
- msgid "Order Status"
3203
- msgstr "Staða pöntunar"
3204
-
3205
- #: ../lib/tickets/tribe-tickets-attendees.php:69
3206
- msgid "Purchaser name"
3207
- msgstr "Nafn kaupanda"
3208
-
3209
- #: ../lib/tickets/tribe-tickets-attendees.php:70
3210
- msgid "Purchaser email"
3211
- msgstr "Netfang kaupanda"
3212
-
3213
- #: ../lib/tickets/tribe-tickets-attendees.php:71
3214
- msgid "Ticket type"
3215
- msgstr "Tegund miða"
3216
-
3217
- #: ../lib/tickets/tribe-tickets-attendees.php:72
3218
- #: ../views/tickets/email.php:316
3219
- msgid "Ticket #"
3220
- msgstr "Miða #"
3221
-
3222
- #: ../lib/tickets/tribe-tickets-attendees.php:73
3223
- #: ../views/tickets/email.php:328
3224
- msgid "Security Code"
3225
- msgstr "Öryggis kóði"
3226
-
3227
- #: ../lib/tickets/tribe-tickets-attendees.php:74
3228
- #: ../lib/tickets/tribe-tickets-attendees.php:144
3229
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3230
- msgid "Check in"
3231
- msgstr "Innskráning"
3232
-
3233
- #: ../lib/tickets/tribe-tickets-attendees.php:145
3234
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3235
- msgid "Undo Check in"
3236
- msgstr "Bakfæra innskráningu"
3237
-
3238
- #: ../lib/tickets/tribe-tickets-attendees.php:179
3239
- msgid "Print"
3240
- msgstr "Prenta"
3241
-
3242
- #: ../lib/tickets/tribe-tickets-attendees.php:180
3243
- msgid "Email"
3244
- msgstr "Netfang"
3245
-
3246
- #: ../lib/tickets/tribe-tickets-attendees.php:181
3247
- msgid "Export"
3248
- msgstr "Flytja"
3249
-
3250
- #: ../lib/tickets/tribe-tickets-attendees.php:187
3251
- msgid "Filter by ticket #, order # or security code"
3252
- msgstr "Sía eftir miða#,order# eða öryggis kóða"
3253
-
3254
- #: ../lib/tickets/tribe-tickets-metabox.php:24
3255
- msgid "Tickets"
3256
- msgstr "Miðar"
3257
-
3258
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3259
- msgid "Ticket header image"
3260
- msgstr "Mynd á miðahaus"
3261
-
3262
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3263
- msgid "Set as ticket header"
3264
- msgstr "Setja sem mynd á miðahaus"
3265
-
3266
- #: ../lib/tickets/tribe-tickets-pro.php:107
3267
- msgid "You need to select a user or type a valid email address"
3268
- msgstr "Þú verður að velja notenda eða skrá gilt netfang"
3269
-
3270
- #: ../lib/tickets/tribe-tickets-pro.php:108
3271
- msgid "Sending..."
3272
- msgstr "Sendi..."
3273
-
3274
- #: ../lib/tickets/tribe-tickets-pro.php:136
3275
- msgid "Columns"
3276
- msgstr "Dálkar"
3277
-
3278
- #: ../lib/tickets/tribe-tickets-pro.php:137
3279
- msgid ""
3280
- "You can use Screen Options to select which columns you want to see. The "
3281
- "selection works in the table below, in the email, for print and for the CSV "
3282
- "export."
3283
- msgstr ""
3284
- "Notið Screen Options til að velja hvaða dálkar sjást. Þetta val virkar með "
3285
- "töflunni hér fyrir neðan, í tölvupósti, prentun og fyrir CSV flutning."
3286
-
3287
- #: ../lib/tickets/tribe-tickets-pro.php:258
3288
- msgid "attendees"
3289
- msgstr "þáttakendur"
3290
-
3291
- #: ../lib/tickets/tribe-tickets-pro.php:308
3292
- #, php-format
3293
- msgid "Attendee List for: %s"
3294
- msgstr "Þáttakenda listi: %s"
3295
-
3296
- #: ../lib/tickets/tribe-tickets.php:292
3297
- msgid "Your ticket has been saved."
3298
- msgstr "Miðinn hefur vistast."
3299
-
3300
- #: ../lib/tickets/tribe-tickets.php:369
3301
- msgid "Your ticket has been deleted."
3302
- msgstr "Miða hefur verið eytt."
3303
 
3304
- #: ../public/advanced-functions/meta.php:35
 
 
3305
  msgid "Start:"
3306
  msgstr "Byrja:"
3307
 
3308
- #: ../public/advanced-functions/meta.php:42
 
 
3309
  msgid "End:"
3310
  msgstr "Enda:"
3311
 
3312
- #: ../public/advanced-functions/meta.php:51
 
 
3313
  msgid "Date:"
3314
  msgstr "Dagsetn:"
3315
 
3316
- #: ../public/advanced-functions/meta.php:233
 
 
 
 
 
 
 
3317
  msgid "Click to view a Google Map"
3318
  msgstr "Smellið til að skoða Google Map"
3319
 
3320
- #: ../public/advanced-functions/meta.php:234
 
3321
  msgid "+ Google Map"
3322
  msgstr "+ Google Map"
3323
 
3324
- #: ../public/advanced-functions/meta.php:245
 
3325
  msgid "Details"
3326
  msgstr "Upplýsingar"
3327
 
3328
- #: ../public/advanced-functions/meta.php:295
 
3329
  msgid "Event Tags:"
3330
  msgstr "Viðburðar merki:"
3331
 
3332
- #: ../public/advanced-functions/meta.php:321
3333
  msgid "Origin:"
3334
  msgstr "Uppruni:"
3335
 
3336
- #: ../public/advanced-functions/meta.php:458
3337
  msgid "Event:"
3338
  msgstr "Viðburður:"
3339
 
3340
- #: ../public/template-tags/deprecated.php:1143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3341
  msgid "Category"
3342
  msgstr "Flokkur"
3343
 
3344
- #: ../public/template-tags/general.php:306
3345
  msgid "Tags:"
3346
  msgstr "Merki:"
3347
 
3348
- #: ../public/template-tags/general.php:392
3349
  msgid "Loading Events"
3350
  msgstr "Hleð viðburðum"
3351
 
3352
- #: ../public/template-tags/general.php:531
3353
  msgid "Free"
3354
  msgstr "Frítt"
3355
 
3356
- #: ../public/template-tags/general.php:703
3357
- msgid "Recurring Event"
3358
- msgstr "Endurtekinn viðburður"
3359
-
3360
- #: ../public/template-tags/general.php:706
3361
- msgid "(See all)"
3362
- msgstr "(Sjá alla)"
3363
-
3364
- #: ../public/template-tags/general.php:982
3365
  #, php-format
3366
  msgid "Calendar powered by %sThe Events Calendar%s"
3367
  msgstr "Dagatal keyrt af %sThe Events Calendar%s"
3368
 
3369
- #: ../public/template-tags/loop.php:150
3370
- #, php-format
3371
- msgid "Events for %1$s"
3372
- msgstr "Viðburðir fyrir %1$s"
 
 
 
 
3373
 
3374
- #: ../public/template-tags/loop.php:158
3375
  #, php-format
3376
- msgid "Events for %1$s through %2$s"
3377
- msgstr "Viðburðir fyrir %1$stilogmeð%2$s"
3378
 
3379
- #: ../public/template-tags/loop.php:171
3380
- msgid "Events for "
3381
  msgstr "Viðburðir fyrir"
3382
 
3383
  #: ../public/template-tags/options.php:20
@@ -3385,7 +4076,7 @@ msgstr "Viðburðir fyrir"
3385
  msgid "Your current Events URL is %s"
3386
  msgstr "URL viðburðar er %s"
3387
 
3388
- #: ../public/template-tags/options.php:31
3389
  #, php-format
3390
  msgid ""
3391
  "You <strong>cannot</strong> use the same slug as above. The above should "
@@ -3394,31 +4085,35 @@ msgstr ""
3394
  "Þú <strong>mátt ekki</strong>nota sama slug og að ofan. Ofangreint ætti að "
3395
  "vera í fleirtölu og þetta eintölu.<br/>URL staks viðburðar er eins og:%s"
3396
 
3397
- #: ../views/single-event.php:23
3398
- msgid "&laquo; All Events"
3399
- msgstr "&laquo; Allir viðburðir"
3400
 
3401
- #: ../views/single-event.php:42 ../views/single-event.php:73
3402
- msgid "Event Navigation"
3403
- msgstr "Viðburðar stýringa"
3404
 
3405
- #: ../views/list/nav.php:16
3406
  msgid "Events List Navigation"
3407
  msgstr "Listi viðburðarstýringar"
3408
 
3409
- #: ../views/list/single-event.php:76
3410
- msgid "Find out more"
3411
- msgstr "Lesa meira"
3412
 
3413
- #: ../views/modules/bar.php:31 ../views/modules/bar.php:60
 
 
 
 
3414
  msgid "Find Events"
3415
- msgstr "Leita viðburða"
3416
 
3417
- #: ../views/modules/bar.php:38
3418
  msgid "Event Views Navigation"
3419
  msgstr "Viðburðar skoðunar stýring"
3420
 
3421
- #: ../views/modules/bar.php:39
3422
  msgid "View As"
3423
  msgstr "Skoða sem"
3424
 
@@ -3426,22 +4121,358 @@ msgstr "Skoða sem"
3426
  msgid "Calendar Month Navigation"
3427
  msgstr "Mánaðardagals stýring"
3428
 
3429
- #: ../views/tickets/attendees-email.php:25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3430
  msgid "Attendee List"
3431
  msgstr "Þáttakenda listi"
3432
 
3433
- #: ../views/tickets/email.php:39
3434
  msgid "Your tickets"
3435
  msgstr "Miðinn þinn"
3436
 
3437
- #: ../views/tickets/email.php:320
3438
  msgid "Ticket Type"
3439
  msgstr "Tegund miða"
3440
 
3441
- #: ../views/tickets/email.php:324
3442
  msgid "Purchaser"
3443
  msgstr "Kaupandi"
3444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3445
  #~ msgid ""
3446
  #~ "Want to modify the display of this widget? Try a %stemplate override%s."
3447
  #~ msgstr "Hvis du vil ændre udseendet på denne widget, så %sklik her%s. "
@@ -3495,9 +4526,6 @@ msgstr "Kaupandi"
3495
  #~ "a week to look for legitimate bug reports and do what we can to assist "
3496
  #~ "users.</p>"
3497
 
3498
- #~ msgid "forum for The Events Calendar"
3499
- #~ msgstr "forum for The Events Calendar"
3500
-
3501
  #~ msgid ""
3502
  #~ "<p>If you need additional help, %sEvents Calendar Pro%s gets you access "
3503
  #~ "to our support forums for a full year.</p>"
@@ -3580,4 +4608,3 @@ msgstr "Kaupandi"
3580
  #~ msgstr ""
3581
  #~ "Du kan hjælpe os ved at sende anonymt data til os vedrørende din brug af "
3582
  #~ "The Events Calendar."
3583
-
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2014-09-26 12:49-0800\n"
9
+ "PO-Revision-Date: 2014-10-02 18:10-0800\n"
10
+ "Last-Translator: \n"
11
  "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
  "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
19
  "_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"
20
  "X-Poedit-Basepath: ./\n"
21
  "X-Textdomain-Support: yes\n"
22
+ "X-Generator: Poedit 1.6.9\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
+ #: ../admin-views/admin-update-message.php:9
26
+ #: ../admin-views/admin-welcome-message.php:11
27
+ #, php-format
28
+ msgid "You are running Version %s and deserve a hug :-)"
29
+ msgstr ""
30
+
31
+ #: ../admin-views/admin-update-message.php:32
32
+ msgid "Keep the Core Plugin <strong>FREE</strong>!"
33
+ msgstr ""
34
+
35
+ #: ../admin-views/admin-update-message.php:33
36
+ msgid ""
37
+ "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe "
38
+ "not, but more happy users mean more contributions and help on the forums. "
39
+ "The community NEEDS your voice."
40
+ msgstr ""
41
+
42
+ #: ../admin-views/admin-update-message.php:34
43
+ #: ../admin-views/admin-welcome-message.php:22
44
+ msgid "Rate It"
45
+ msgstr ""
46
+
47
+ #: ../admin-views/admin-update-message.php:37
48
+ msgid "PSST... Want a Discount?"
49
+ msgstr ""
50
+
51
+ #: ../admin-views/admin-update-message.php:38
52
+ msgid "We send out discounts to our core users via our newsletter."
53
+ msgstr ""
54
+
55
+ #: ../admin-views/admin-update-message.php:41
56
+ #: ../admin-views/admin-welcome-message.php:30
57
+ msgid "Sign Up"
58
+ msgstr ""
59
+
60
+ #: ../admin-views/admin-update-message.php:47
61
+ msgid "Looking for Something Special?"
62
+ msgstr ""
63
+
64
+ #: ../admin-views/admin-update-message.php:49
65
+ msgid "Pro"
66
+ msgstr ""
67
+
68
+ #: ../admin-views/admin-update-message.php:50
69
+ #: ../lib/tickets/tribe-tickets-metabox.php:26
70
+ msgid "Tickets"
71
+ msgstr "Miðar"
72
+
73
+ #: ../admin-views/admin-update-message.php:51
74
+ #, fuzzy
75
+ msgid "Community Events"
76
+ msgstr "Lagfæra viðburði"
77
+
78
+ #: ../admin-views/admin-update-message.php:52
79
+ #, fuzzy
80
+ msgid "Filters"
81
+ msgstr "Ítarlegri síur"
82
+
83
+ #: ../admin-views/admin-update-message.php:53
84
+ #, fuzzy
85
+ msgid "Facebook"
86
+ msgstr "Facebook viðburðir"
87
+
88
+ #: ../admin-views/admin-update-message.php:56
89
+ #: ../admin-views/admin-welcome-message.php:52
90
+ #, fuzzy
91
+ msgid "News For Events Users"
92
+ msgstr "Nýr viðburður"
93
+
94
+ #: ../admin-views/admin-welcome-message.php:19
95
+ #, fuzzy
96
+ msgid "Keep The Events Calendar Core FREE"
97
+ msgstr "The Events Calendar PRO"
98
+
99
+ #: ../admin-views/admin-welcome-message.php:20
100
+ msgid ""
101
+ "5 star ratings help us bring TEC to more users. More happy users mean more "
102
+ "support, more features, and more of everything you know and love about The "
103
+ "Events Calendar. We couldn't do this without your support."
104
+ msgstr ""
105
+
106
+ #: ../admin-views/admin-welcome-message.php:21
107
+ msgid "Rate it five stars today!"
108
+ msgstr ""
109
+
110
+ #: ../admin-views/admin-welcome-message.php:25
111
+ msgid "Newsletter Signup"
112
+ msgstr ""
113
+
114
+ #: ../admin-views/admin-welcome-message.php:26
115
+ msgid ""
116
+ "Stay in touch with The Events Calendar Pro. We send out the occiasional "
117
+ "update, key developer notices, and even the occasional discount."
118
+ msgstr ""
119
+
120
+ #: ../admin-views/admin-welcome-message.php:39
121
+ #: ../admin-views/tribe-options-help.php:149
122
+ msgid "Getting Started"
123
+ msgstr "Byrja hér"
124
+
125
+ #: ../admin-views/admin-welcome-message.php:40
126
+ msgid "Check out the New User Primer &amp; Tutorials"
127
+ msgstr ""
128
+
129
+ #: ../admin-views/admin-welcome-message.php:42
130
+ msgid "Looking for More Features?"
131
+ msgstr ""
132
+
133
+ #: ../admin-views/admin-welcome-message.php:43
134
+ msgid "Addons for Community, Tickets, Filters, Facebook and more."
135
+ msgstr ""
136
+
137
+ #: ../admin-views/admin-welcome-message.php:45
138
+ #, fuzzy
139
+ msgid "Support Resources"
140
+ msgstr "Aðstoð sem rokkar"
141
+
142
+ #: ../admin-views/admin-welcome-message.php:46
143
+ msgid "FAQs, Documentation, Tutorials and Forums"
144
+ msgstr ""
145
+
146
+ #: ../admin-views/admin-welcome-message.php:49
147
+ msgid "Release Notes"
148
+ msgstr "Release notes"
149
+
150
+ #: ../admin-views/admin-welcome-message.php:50
151
+ msgid "Get the Skinny on the Latest Updates"
152
+ msgstr ""
153
+
154
+ #: ../admin-views/admin-welcome-message.php:53
155
+ msgid "Product Releases, Tutorials and Community Activity"
156
+ msgstr ""
157
+
158
  #: ../admin-views/app-shop.php:4
159
  msgid "Tribe Event Add-Ons"
160
  msgstr "Tribe Event viðbætur"
161
 
162
+ #: ../admin-views/app-shop.php:54
163
  msgid "Version"
164
  msgstr "Útgáfa"
165
 
166
+ #: ../admin-views/app-shop.php:57
167
  msgid "Last Update"
168
  msgstr "Síðast uppfært"
169
 
170
+ #: ../admin-views/event-sidebar-options.php:13
171
  msgid "Hide From Event Listings"
172
  msgstr "Ekki sýna í viðburðar lista"
173
 
174
+ #: ../admin-views/event-sidebar-options.php:15
175
  msgid "Sticky in Calendar View"
176
  msgstr "Sticky í dagatal ham"
177
 
178
+ #: ../admin-views/events-meta-box.php:33
 
 
 
 
 
 
 
 
 
 
 
 
179
  msgid "Event Time &amp; Date"
180
  msgstr "Viðburðar tími &amp; dagsetning"
181
 
182
+ #: ../admin-views/events-meta-box.php:40
183
  msgid ""
184
  "You have changed the recurrence rules of this event. Saving the event will "
185
  "update all future events. If you did not mean to change all events, then "
189
  "viðburð uppfærist hann að fullu. Ef þú vilt ekki framkvæma þessar "
190
  "breytingar, vinsamlega endurnýja þessa síðu."
191
 
192
+ #: ../admin-views/events-meta-box.php:43
193
  msgid "All Day Event:"
194
  msgstr "Heilsdags viðburður"
195
 
196
+ #: ../admin-views/events-meta-box.php:49
197
  msgid "Start Date &amp; Time:"
198
  msgstr "Upphafsdagsetning &amp; tími"
199
 
200
+ #: ../admin-views/events-meta-box.php:52 ../admin-views/events-meta-box.php:73
201
  msgid "YYYY-MM-DD"
202
  msgstr "YYYY-MM-DD"
203
 
204
+ #: ../admin-views/events-meta-box.php:70
205
  msgid "End Date &amp; Time:"
206
  msgstr "Enda dagsetning &ap; tími:"
207
 
208
+ #: ../admin-views/events-meta-box.php:98
209
  msgid "Event Location Details"
210
  msgstr "Upplýsingar um staðsetningu viðburðar"
211
 
212
+ #: ../admin-views/events-meta-box.php:107
213
  msgid "Event Organizer Details"
214
  msgstr "Upplýsingar um skipuleggjandi viðburðar"
215
 
216
+ #: ../admin-views/events-meta-box.php:116
217
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:66
218
  msgid "Event Website"
219
  msgstr "Vefsíða viðburðar"
220
 
221
+ #: ../admin-views/events-meta-box.php:119
222
  msgid "URL:"
223
  msgstr "URL:"
224
 
225
+ #: ../admin-views/events-meta-box.php:133
226
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
227
  msgid "Event Cost"
228
  msgstr "Kostnaður viðburðar"
229
 
230
+ #: ../admin-views/events-meta-box.php:136
231
  msgid "Currency Symbol:"
232
  msgstr "Mynt:"
233
 
234
+ #: ../admin-views/events-meta-box.php:151
235
+ msgctxt "Currency symbol position"
236
+ msgid "Before cost"
237
+ msgstr "Fyrir kostnað"
238
+
239
+ #: ../admin-views/events-meta-box.php:154
240
+ msgctxt "Currency symbol position"
241
+ msgid "After cost"
242
+ msgstr "Eftir kostnað"
243
+
244
+ #: ../admin-views/events-meta-box.php:159
245
+ #: ../public/advanced-functions/meta.php:373
246
+ #: ../views/modules/meta/details.php:96
247
  msgid "Cost:"
248
  msgstr "Verð:"
249
 
250
+ #: ../admin-views/events-meta-box.php:167
251
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
252
  msgstr "Setjið 0 fyrir fría viðburði eða hafið autt til að fela svæði."
253
 
254
+ #: ../admin-views/organizer-meta-box.php:14
255
+ #: ../admin-views/venue-meta-box.php:22
256
+ #, php-format
257
+ msgid "%s Name:"
258
+ msgstr "%s Nafn:"
259
 
260
+ #: ../admin-views/organizer-meta-box.php:21
261
+ #: ../admin-views/tickets/attendees.php:52
262
+ #: ../admin-views/venue-meta-box.php:109
263
+ #: ../public/advanced-functions/meta.php:476
264
+ #: ../public/advanced-functions/meta.php:549
265
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:40
266
  msgid "Phone:"
267
  msgstr "Sími:"
268
 
269
+ #: ../admin-views/organizer-meta-box.php:27
270
+ #: ../admin-views/tickets/attendees.php:61
271
+ #: ../admin-views/venue-meta-box.php:116
272
+ #: ../public/advanced-functions/meta.php:418
273
+ #: ../public/advanced-functions/meta.php:506
274
+ #: ../public/advanced-functions/meta.php:579
275
+ #: ../views/modules/meta/details.php:121
276
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:45
277
  msgid "Website:"
278
  msgstr "Vefsíða:"
279
 
280
+ #: ../admin-views/organizer-meta-box.php:33
281
+ #: ../public/advanced-functions/meta.php:564
282
+ #: ../views/modules/meta/organizer.php:29
283
  msgid "Email:"
284
  msgstr "Netfang:"
285
 
286
+ #: ../admin-views/organizer-meta-box.php:34
287
  msgid ""
288
+ "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
289
+ "obfuscate\">obfuscating</a> any e-mail address published on your site to "
290
+ "best avoid it getting harvested by spammers."
291
+ msgstr ""
292
+ "Þú vilt kannski hugleiða <a href=\"http://wordpress.org/plugins/tags/"
293
+ "obfuscate\">obfuscating</a> netfang skráð á síðuna til að koma í veg fyrir "
294
+ "ruslpóst."
295
+
296
+ #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
297
+ #: ../lib/tickets/tribe-tickets-pro.php:74
298
+ msgid "Attendees"
299
+ msgstr "Boðsgestir"
300
+
301
+ #: ../admin-views/tickets/attendees.php:17
302
+ msgid "Event Summary"
303
+ msgstr "Samantekt viðburðar"
304
+
305
+ #: ../admin-views/tickets/attendees.php:23
306
+ msgid "Event Details"
307
+ msgstr "Viðburðar upplýsingar"
308
+
309
+ #: ../admin-views/tickets/attendees.php:25
310
+ msgid "Start Date / Time:"
311
+ msgstr "Upphafsdagsetning / tími:"
312
+
313
+ #: ../admin-views/tickets/attendees.php:29
314
+ msgid "End Date / Time:"
315
+ msgstr "Loka dagsetning / tími:"
316
+
317
+ #: ../admin-views/tickets/attendees.php:69
318
+ msgid "Ticket Sales"
319
+ msgstr "MIðasala"
320
+
321
+ #: ../admin-views/tickets/attendees.php:86
322
+ #, php-format
323
+ msgid "(%d awaiting review)"
324
+ msgid_plural "(%d awaiting review)"
325
+ msgstr[0] ""
326
+ msgstr[1] ""
327
+
328
+ #: ../admin-views/tickets/attendees.php:90
329
+ #, fuzzy, php-format
330
+ msgid "Sold %d %s"
331
+ msgstr "Selt %d"
332
+
333
+ #: ../admin-views/tickets/attendees.php:93
334
+ #, fuzzy, php-format
335
+ msgid "Sold %d of %d %s"
336
+ msgstr "Selt %d af %d"
337
+
338
+ #: ../admin-views/tickets/attendees.php:111
339
+ msgid "Tickets sold:"
340
+ msgstr "Seldir miðar:"
341
+
342
+ #: ../admin-views/tickets/attendees.php:118
343
+ msgid "Finalized:"
344
+ msgstr ""
345
+
346
+ #: ../admin-views/tickets/attendees.php:121
347
+ msgid "Awaiting review:"
348
+ msgstr ""
349
+
350
+ #: ../admin-views/tickets/attendees.php:128
351
+ msgid "Checked in:"
352
+ msgstr "Merkt við:"
353
+
354
+ #: ../admin-views/tickets/attendees.php:146
355
+ msgid "Send the attendee list by email"
356
+ msgstr "Senda þáttakendalista í tölvupósti"
357
+
358
+ #: ../admin-views/tickets/attendees.php:150
359
+ msgid "Select a User:"
360
+ msgstr "Velja notenda:"
361
+
362
+ #: ../admin-views/tickets/attendees.php:155
363
+ msgid "Select..."
364
+ msgstr "Velja..."
365
+
366
+ #: ../admin-views/tickets/attendees.php:160
367
+ msgid "or"
368
+ msgstr "eða"
369
+
370
+ #: ../admin-views/tickets/attendees.php:162
371
+ msgid "Email Address:"
372
+ msgstr "Netfang:"
373
+
374
+ #: ../admin-views/tickets/list.php:21
375
+ msgid "Edit"
376
+ msgstr "Leiðrétta"
377
+
378
+ #: ../admin-views/tickets/list.php:22
379
+ #: ../lib/tickets/tribe-tickets-attendees.php:235
380
+ msgid "Delete"
381
+ msgstr "Eyða"
382
+
383
+ #: ../admin-views/tickets/list.php:24
384
+ #, php-format
385
+ msgid "Edit in %s"
386
+ msgstr "Eyða í %s"
387
+
388
+ #: ../admin-views/tickets/list.php:27
389
+ msgid "View"
390
+ msgstr "Skoða"
391
 
392
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:74
393
+ msgid "See who purchased tickets to this event"
394
+ msgstr "Sjá hver hefur keypt miða á þennan viðburð"
 
395
 
396
+ #: ../admin-views/tickets/list.php:67
397
+ #, php-format
398
+ msgid "Sold %d"
399
+ msgstr "Selt %d"
400
 
401
+ #: ../admin-views/tickets/list.php:69
402
+ #, php-format
403
+ msgid "Sold %d of %d"
404
+ msgstr "Selt %d af %d"
405
 
406
+ #: ../admin-views/tickets/meta-box.php:23
407
  msgid ""
408
+ "This event was created using Community Events. Are you sure you want to sell "
409
+ "tickets for it?"
410
  msgstr ""
411
+ "Þessi viðburður var stofnaður í Community Events. Ertu viss um þú viljir "
412
+ "selja miða á þennan viðburð?"
413
+
414
+ #: ../admin-views/tickets/meta-box.php:34
415
+ msgid "Upload image for the ticket header"
416
+ msgstr "Hlaða upp mynd fyrir miða haus"
417
 
418
+ #: ../admin-views/tickets/meta-box.php:35
419
  msgid ""
420
+ "The maximum image size in the email will be 580px wide by any height, and "
421
+ "then scaled for mobile. If you would like \"retina\" support use an image "
422
+ "sized to 1160px wide."
423
+ msgstr ""
424
+ "Hámarks stærð á mynd er 580 pixlar á breidd sama hver hæðin er, aðlagað að "
425
+ "farsíma. Ef þú vilt \"retina\" aðstoð notið þá mynd sem er 1160 pixlar á "
426
+ "breidd."
427
+
428
+ #: ../admin-views/tickets/meta-box.php:38
429
+ msgid "Select an Image"
430
+ msgstr "Veljið mynd"
431
+
432
+ #: ../admin-views/tickets/meta-box.php:46
433
+ msgid "Remove"
434
+ msgstr "Fjarlægja"
435
+
436
+ #: ../admin-views/tickets/meta-box.php:64
437
+ #: ../admin-views/tickets/meta-box.php:74
438
+ msgid "Add new ticket"
439
+ msgstr "Bæta við miða"
440
+
441
+ #: ../admin-views/tickets/meta-box.php:75
442
+ msgid "Edit ticket"
443
+ msgstr "Lagfæra miða"
444
+
445
+ #: ../admin-views/tickets/meta-box.php:81
446
+ msgid "Sell using:"
447
+ msgstr "Selja með:"
448
+
449
+ #: ../admin-views/tickets/meta-box.php:98
450
+ msgid "Ticket Name:"
451
+ msgstr "Nafn á miða:"
452
+
453
+ #: ../admin-views/tickets/meta-box.php:105
454
+ msgid "Ticket Description:"
455
+ msgstr "Lýsing á miða:"
456
+
457
+ #: ../admin-views/tickets/meta-box.php:114
458
+ msgid "Price:"
459
+ msgstr "Verð:"
460
+
461
+ #: ../admin-views/tickets/meta-box.php:120
462
+ msgid "(0 or empty for free tickets)"
463
+ msgstr "(0 eða autt fyrir fría miða)"
464
+
465
+ #: ../admin-views/tickets/meta-box.php:126
466
+ msgid "Start sale:"
467
+ msgstr "Hefja sölu:"
468
+
469
+ #: ../admin-views/tickets/meta-box.php:150
470
+ msgid "End sale:"
471
+ msgstr "Ljúka sölu:"
472
 
473
+ #: ../admin-views/tickets/meta-box.php:172
474
+ msgid ""
475
+ "When will ticket sales occur? If you don't set a start/end date for sales, "
476
+ "tickets will be available from now until the event ends."
477
+ msgstr ""
478
+ "Hvenær er miðasala? Ef ekki er sett upphafs og enda dagsetning fyrir söluna "
479
+ "þá verða miðar í boði fram að lokum viðburðar."
480
 
481
+ #: ../admin-views/tickets/meta-box.php:184
482
+ msgid "Save this ticket"
483
+ msgstr "Geyma þennan viðburð"
484
 
485
  #: ../admin-views/tribe-options-display.php:4
486
  msgid "Default Events Template"
490
  msgid "Default Page Template"
491
  msgstr "Sjálfgefið blaðsíðu sniðmát"
492
 
493
+ #: ../admin-views/tribe-options-display.php:32
494
  msgid "Display Settings"
495
  msgstr "Sýna stillingar"
496
 
497
+ #: ../admin-views/tribe-options-display.php:37
498
  #, php-format
499
  msgid ""
500
  "<p>The settings below control the display of your calendar. If things don't "
513
  "Gríptu þá eintak af <a href=\"%s\">Sample Agenda View plugin from Github</"
514
  "a></p>"
515
 
516
+ #: ../admin-views/tribe-options-display.php:52
517
  msgid "Basic Template Settings"
518
  msgstr "Undirstöðu stillingar sniðmáts."
519
 
520
+ #: ../admin-views/tribe-options-display.php:56
521
  msgid "Default stylesheet used for events templates"
522
  msgstr "Sjálfgefið stílblað sem notað er fyrir viðburðar sniðmát"
523
 
524
+ #: ../admin-views/tribe-options-display.php:59
525
  msgid "Skeleton Styles"
526
  msgstr "Einfalt útlit"
527
 
528
+ #: ../admin-views/tribe-options-display.php:61
529
  msgid ""
530
  "Only includes enough css to achieve complex layouts like calendar and week "
531
  "view."
532
  msgstr ""
533
+ "Inniheldur aðeins nægt css til þess að ná flóknu útliti líkt og dagatal og "
534
+ "viku skoðunarham."
535
 
536
+ #: ../admin-views/tribe-options-display.php:63
537
  msgid "Full Styles"
538
  msgstr "Fullt útlít"
539
 
540
+ #: ../admin-views/tribe-options-display.php:65
541
  msgid "More detailed styling, tries to grab styles from your theme."
542
+ msgstr "Ítarlegri útlits hönnun, dregur hönnun frá þema."
543
 
544
+ #: ../admin-views/tribe-options-display.php:67
545
  msgid "Tribe Events Styles"
546
  msgstr "Tribe útlit"
547
 
548
+ #: ../admin-views/tribe-options-display.php:69
549
  msgid "A fully designed and styled theme for your events pages."
550
+ msgstr "Full hannað útlits þema fyrir viðburðar síður."
551
 
552
+ #: ../admin-views/tribe-options-display.php:76
553
  msgid "Events template"
554
  msgstr "Viðburðar sniðmát"
555
 
556
+ #: ../admin-views/tribe-options-display.php:77
557
  msgid ""
558
  "Choose a page template to control the appearance of your calendar and event "
559
  "content."
560
  msgstr ""
561
  "Veljið síðu sniðmát til að stýra útliti dagatals og viðburðar innihaldi."
562
 
563
+ #: ../admin-views/tribe-options-display.php:85
564
  msgid "Enable event views"
565
  msgstr "Leyfa sýningu viðburðar"
566
 
567
+ #: ../admin-views/tribe-options-display.php:86
568
  msgid "You must select at least one view."
569
  msgstr "Nauðsynlegt að velja í það minnsta einn viðburð"
570
 
571
+ #: ../admin-views/tribe-options-display.php:93
572
  msgid "Default view"
573
  msgstr "Sjálfgefin sýning viðburðar"
574
 
575
+ #: ../admin-views/tribe-options-display.php:101
576
  msgid "Disable the Event Search Bar"
577
+ msgstr "Slökkva á leitarstiku viðburða"
578
 
579
+ #: ../admin-views/tribe-options-display.php:102
580
  msgid "Check this to use the classic header."
581
  msgstr "Hakið hér til að nota classic haus."
582
 
583
+ #: ../admin-views/tribe-options-display.php:108
584
+ msgid "Month view events per day"
585
+ msgstr "Mánaðar skoðunar útilit fyrir hvern dag"
586
+
587
+ #: ../admin-views/tribe-options-display.php:109
588
+ msgid "Allow more than the default 3 events per day in month view."
589
+ msgstr "Leyfa fleiri en 3 staðlaða viðburði hvern dag í mánaðar skoðunarham."
590
+
591
+ #: ../admin-views/tribe-options-display.php:116
592
+ msgid "Date Format Settings"
593
+ msgstr "Stilling dasetningar"
594
+
595
+ #: ../admin-views/tribe-options-display.php:120
596
+ msgid ""
597
+ "<p>The following three fields accept the date format options available to "
598
+ "the php date() function. <a href=\"http://codex.wordpress.org/"
599
+ "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
600
+ "format here</a>.</p>"
601
+ msgstr ""
602
+ "<p>Eftirfarandi þrjú svæði nota dagsetningar útlits möguleika sem er í php "
603
+ "date() function. <a href=\"http://codex.wordpress.org/"
604
+ "Formatting_Date_and_Time\" target=\"_blank\">Lærðu að útbúa þitt eigið svæði "
605
+ "hérna</a>.</p>"
606
+
607
+ #: ../admin-views/tribe-options-display.php:124
608
+ msgid "Date with year"
609
+ msgstr "Dagsetning með ári"
610
+
611
+ #: ../admin-views/tribe-options-display.php:125
612
+ msgid ""
613
+ "Enter the format to use for displaying dates with the year. Used when "
614
+ "showing an event from a past or future year, also used for dates in view "
615
+ "headers."
616
+ msgstr ""
617
+ "Skráðu sniðmát sem nota á til sýningar á dagsetningu með ártali. Notað þegar "
618
+ "sýna á viðburð sem er liðinn eða á eftir að gerast, einnig notað fyrir "
619
+ "dagsetningar í skoðunar haus."
620
+
621
+ #: ../admin-views/tribe-options-display.php:132
622
+ msgid "Date without year"
623
+ msgstr "Dagsetning án árs"
624
+
625
+ #: ../admin-views/tribe-options-display.php:133
626
+ msgid ""
627
+ "Enter the format to use for displaying dates without a year. Used when "
628
+ "showing an event from the current year."
629
+ msgstr ""
630
+ "Skráðu sniðmát sem nota á til að sýna dagsetningu án árs. Notað til að sýna "
631
+ "viðburð á þessu ári."
632
+
633
+ #: ../admin-views/tribe-options-display.php:140
634
+ msgid "Month and year format"
635
+ msgstr "Mánaðar og árs snið"
636
+
637
+ #: ../admin-views/tribe-options-display.php:141
638
+ msgid ""
639
+ "Enter the format to use for dates that show a month and year only. Used on "
640
+ "month view."
641
+ msgstr ""
642
+ "Skráðu sniðmát sem nota á til að sýna dagsetningar sem sýna aðeins mánuð og "
643
+ "ár. Notað í mánaðarútlits ham."
644
+
645
+ #: ../admin-views/tribe-options-display.php:148
646
+ msgid "Date time separator"
647
+ msgstr "Dagsetn / tíma aðskilun"
648
+
649
+ #: ../admin-views/tribe-options-display.php:149
650
+ msgid ""
651
+ "Enter the separator that will be placed between the date and time, when both "
652
+ "are shown."
653
+ msgstr ""
654
+ "Skráðu skil sem verða á milli dagsetningar og tíma, þegar bæði eru sýnileg."
655
+
656
+ #: ../admin-views/tribe-options-display.php:156
657
+ msgid "Time range separator"
658
+ msgstr "Aðskilin tímalengd"
659
+
660
+ #: ../admin-views/tribe-options-display.php:157
661
+ msgid ""
662
+ "Enter the separator that will be used between the start and end time of an "
663
+ "event."
664
+ msgstr "Skráðu skil sem verða á milli byrjunar og loka tíma viðburðar."
665
+
666
+ #: ../admin-views/tribe-options-display.php:164
667
+ msgid "Datepicker Date Format"
668
+ msgstr "Snið fyrir dagsetningar"
669
+
670
+ #: ../admin-views/tribe-options-display.php:165
671
+ msgid "Select the date format to use in datepickers"
672
+ msgstr "Velja sniðmát fyrir dagsetningar"
673
+
674
+ #: ../admin-views/tribe-options-display.php:182
675
  msgid "Advanced Template Settings"
676
  msgstr "Meiri sniðmát stillingar"
677
 
678
+ #: ../admin-views/tribe-options-display.php:186
679
  msgid "Add HTML before event content"
680
  msgstr "Bæta HTML á undan innihaldi viðburðar"
681
 
682
+ #: ../admin-views/tribe-options-display.php:187
683
  msgid ""
684
  "If you are familiar with HTML, you can add additional code before the event "
685
  "template. Some themes may require this to help with styling or layout."
687
  "Ef þú þekkir til HTML, þá getur þú bætt viðbótar forritun á undan viðburðar "
688
  "sniðmáti. Þetta gæti þurft við sum þemu til að hjálpa til við útlit."
689
 
690
+ #: ../admin-views/tribe-options-display.php:192
691
  msgid "Add HTML after event content"
692
  msgstr "Bæta við HTML eftir innihald viðburðar"
693
 
694
+ #: ../admin-views/tribe-options-display.php:193
695
  msgid ""
696
  "If you are familiar with HTML, you can add additional code after the event "
697
  "template. Some themes may require this to help with styling or layout."
699
  "Ef þú þekkir til HTML, þá getur þú bætt viðbótar forritun á eftir viðburðar "
700
  "sniðmáti. Þetta gæti þurft við sum þemu til að hjálpa til við útlit."
701
 
702
+ #: ../admin-views/tribe-options-general.php:15
703
  msgid "Finding & extending your calendar."
704
  msgstr "Finna & bæta við dagatalið þitt."
705
 
706
+ #: ../admin-views/tribe-options-general.php:20
707
  msgid "Finding your calendar."
708
  msgstr "Finna dagatal."
709
 
710
+ #: ../admin-views/tribe-options-general.php:25
711
  msgid "Where's my calendar?"
712
  msgstr "Hvar er dagatalið mitt?"
713
 
714
+ #: ../admin-views/tribe-options-general.php:25
715
  msgid "Right here"
716
  msgstr "Það er hér"
717
 
718
+ #: ../admin-views/tribe-options-general.php:29
719
  msgid ""
720
  "Looking for additional functionality including recurring events, custom "
721
  "meta, community events, ticket sales and more?"
723
  "Ertu að leyta að viðbótar virkni svo sem endurteknum viðburðum, sérsniðnu "
724
  "meta, samfélagslegum viðburðum, miðasölu ofl?"
725
 
726
+ #: ../admin-views/tribe-options-general.php:29
727
  msgid "Check out the available add-ons"
728
  msgstr "Skoða þær viðbætur sem í boði eru"
729
 
730
+ #: ../admin-views/tribe-options-general.php:34
731
  msgid "We hope our plugin is helping you out."
732
  msgstr "Við vonum að þetta plugin okkar hjálpi þér."
733
 
734
+ #: ../admin-views/tribe-options-general.php:38
735
  msgid ""
736
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
737
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
742
  "fyrir alla þessa frábæru vinnu.\" Best er að láta vita af þessu dagatali. "
743
  "Bætið við texta-link á dagatalið."
744
 
745
+ #: ../admin-views/tribe-options-general.php:38
746
+ #: ../admin-views/tribe-options-general.php:43
747
  msgid "See an example of the link"
748
  msgstr "Sjá hér sýnishorn af tengli"
749
 
750
+ #: ../admin-views/tribe-options-general.php:43
751
  msgid ""
752
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
753
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
758
  "fyrir alla þessa frábæru vinnu.\" Best er að láta vita af þessu dagatali. "
759
  "Bætið við texta-link á dagatalið."
760
 
761
+ #: ../admin-views/tribe-options-general.php:48
762
  msgid "Show The Events Calendar link"
763
  msgstr "Sýna Events Calendar hlekk"
764
 
765
+ #: ../admin-views/tribe-options-general.php:62
766
  msgid "General Settings"
767
  msgstr "Almennar stillingar"
768
 
769
+ #: ../admin-views/tribe-options-general.php:66
770
  msgid "Number of events to show per page"
771
  msgstr "Fjöldi viðburða sjáanlegir per dag"
772
 
773
+ #: ../admin-views/tribe-options-general.php:73
774
+ msgid "Use Javascript to control date filtering"
775
  msgstr "Nota Javascript til stýringar á síðu"
776
 
777
+ #: ../admin-views/tribe-options-general.php:74
778
+ msgid ""
779
+ "This option is disabled when \"Disable the Event Search Bar\" is checked on "
780
+ "the Display settings tab."
781
+ msgstr ""
782
+ "Þessi valkostur er ekki virkur þegar \"Slökkva á leitarstiku viðburða\" er "
783
+ "valið í sýna stillingar flipa."
784
+
785
+ #: ../admin-views/tribe-options-general.php:74
786
+ msgid ""
787
+ "Enable live ajax for datepicker on front end (User submit not required)."
788
+ msgstr ""
789
+ "Virkja live ajax fyrir datepicker á fram enda (Notenda val ekki skilyrði)."
790
 
791
+ #: ../admin-views/tribe-options-general.php:82
792
  msgid "Show comments"
793
  msgstr "Sýna skoðanir"
794
 
795
+ #: ../admin-views/tribe-options-general.php:83
796
  msgid "Enable comments on event pages."
797
  msgstr "Virkja skoðanir á hverri viðburðarsíðu."
798
 
799
+ #: ../admin-views/tribe-options-general.php:89
800
  msgid "Include events in main blog loop"
801
  msgstr "Bæta viðburðum við aðal blogg"
802
 
803
+ #: ../admin-views/tribe-options-general.php:90
804
  msgid ""
805
  "Show events with the site's other posts. When this box is checked, events "
806
  "will also continue to appear on the default events page."
808
  "Sýna viðburði með öðru innleggi á síðu. Þegar hakað er við hér, þá munu "
809
  "viðburðir einnig sjást á sjálfgefnu viðburðarsíðunni."
810
 
811
+ #: ../admin-views/tribe-options-general.php:96
812
+ #: ../admin-views/tribe-options-general.php:102
813
  msgid "Events URL slug"
814
  msgstr "URL titill viðburðar"
815
 
816
+ #: ../admin-views/tribe-options-general.php:97
817
  #, php-format
818
  msgid ""
819
  "You cannot edit the slug for your events page as you do not have pretty "
826
  "\">%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
827
  "\">enable pretty permalinks</a>."
828
 
829
+ #: ../admin-views/tribe-options-general.php:109
830
  #: ../public/template-tags/options.php:20
831
  msgid "The slug used for building the events URL."
832
  msgstr "Stutti titillinn sem notaður er við innsetningu viðburðar URL."
833
 
834
+ #: ../admin-views/tribe-options-general.php:109
835
  #, php-format
836
  msgid "Your current events URL is: %s"
837
  msgstr "Núverandi viðburðar URL er: %s"
838
 
839
+ #: ../admin-views/tribe-options-general.php:114
840
+ #: ../public/template-tags/options.php:39
841
  msgid "Here is the iCal feed URL for your events:"
842
  msgstr "Hérna er iCal URL fyrir viðburðinn:"
843
 
844
+ #: ../admin-views/tribe-options-general.php:119
845
  msgid "Single event URL slug"
846
  msgstr "Stutt URL fyrir stakan viðburð"
847
 
848
+ #: ../admin-views/tribe-options-general.php:126
849
  #, php-format
850
  msgid ""
851
  "The above should ideally be plural, and this singular.<br />Your single "
854
  "Ofangreint þarf helst að vera fleirtala og þetta eintala. <br />Your single "
855
  "event URL is: %s"
856
 
857
+ #: ../admin-views/tribe-options-general.php:131
858
  msgid "End of day cutoff"
859
  msgstr "Lok dags tímapunktur"
860
 
861
+ #: ../admin-views/tribe-options-general.php:164
862
  msgid ""
863
+ "Have an event that runs past midnight? Select a time after that event's end "
864
+ "to avoid showing the event on the next day's calendar."
865
  msgstr ""
866
  "Hafa viðburð sem fer framyfir miðnætti? Stýra því hvenær dagur endar til að "
867
  "koma í veg fyrir að setja viðburð óvart yfir á næsta dag."
868
 
869
+ #: ../admin-views/tribe-options-general.php:169
870
  msgid "Default currency symbol"
871
  msgstr "Sjálfgefið gjaldmiðils merki"
872
 
873
+ #: ../admin-views/tribe-options-general.php:170
874
  msgid ""
875
  "Set the default currency symbol for event costs. Note that this only impacts "
876
  "future events, and changes made will not apply retroactively."
879
  "eftir, þetta hefur aðeins áhrif á komandi viðburði og breytingar sem gerðar "
880
  "eru verða ekki afturvirkar."
881
 
882
+ #: ../admin-views/tribe-options-general.php:177
883
+ msgid "Currency symbol follows value"
884
+ msgstr "Mynt:"
885
+
886
+ #: ../admin-views/tribe-options-general.php:178
887
+ msgid ""
888
+ "The currency symbol normally precedes the value. Enabling this option "
889
+ "positions the symbol after the value."
890
+ msgstr ""
891
+ "Gjaldmiðils merki venjulega undanfari verðgildis. Virkjun þess möguleika "
892
+ "staðsetur merki eftir verðgildi."
893
+
894
+ #: ../admin-views/tribe-options-general.php:184
895
  msgid "Map Settings"
896
  msgstr "Korta stillingar"
897
 
898
+ #: ../admin-views/tribe-options-general.php:188
899
  msgid "Enable Google Maps"
900
  msgstr "Virkja Google Maps"
901
 
902
+ #: ../admin-views/tribe-options-general.php:189
903
  msgid "Check to enable maps for events and venues."
904
  msgstr ""
905
  "Haka við til að heimila virkni korta á viðburði og viðburðastaðsetningu."
906
 
907
+ #: ../admin-views/tribe-options-general.php:196
908
  msgid "Google Maps default zoom level"
909
  msgstr "Google Maps sjálfgefna zoom stilling"
910
 
911
+ #: ../admin-views/tribe-options-general.php:197
912
  msgid "0 = zoomed out; 21 = zoomed in."
913
  msgstr "0 = zoomað út; 21 = zoomað inn."
914
 
915
+ #: ../admin-views/tribe-options-general.php:205
916
  msgid "Miscellaneous Settings"
917
  msgstr "Ýmsar stillingar"
918
 
919
+ #: ../admin-views/tribe-options-general.php:209
920
  msgid "Duplicate Venues &amp; Organizers"
921
  msgstr "Afrita viðburð &amp; Skipuleggjanda"
922
 
923
+ #: ../admin-views/tribe-options-general.php:209
924
+ #: ../lib/tribe-amalgamator.php:260
925
  msgid "Merge Duplicates"
926
  msgstr "Sameina afritun"
927
 
928
+ #: ../admin-views/tribe-options-general.php:209
929
  msgid ""
930
  "You might find duplicate venues and organizers when updating The Events "
931
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
935
  "Calendar er uppfært frá pre-3.0 útgáfu. Smellið hér til að sjálfkrafa "
936
  "sameina samskonar viðburðir og skipulegganda."
937
 
938
+ #: ../admin-views/tribe-options-general.php:214
939
  msgid "Debug mode"
940
  msgstr "Leiðréttunar viðmót"
941
 
942
+ #: ../admin-views/tribe-options-general.php:220
943
  #, php-format
944
  msgid ""
945
  "Enable this option to log debug information. By default this will log to "
952
  "í vafra þá mælum við með að setja þetta inn %s and look for the \"Tribe\" "
953
  "tab in the debug output."
954
 
955
+ #: ../admin-views/tribe-options-general.php:220
956
  msgid "Debug Bar Plugin"
957
  msgstr "Villu leiðréttingar stiku viðbót"
958
 
959
+ #: ../admin-views/tribe-options-help.php:28
960
  msgctxt "not available"
961
  msgid "n/a"
962
  msgstr "n/a"
963
 
964
+ #: ../admin-views/tribe-options-help.php:29
965
  msgid "You need to upgrade!"
966
  msgstr "Vinsamlega uppfærið!"
967
 
968
+ #: ../admin-views/tribe-options-help.php:29
969
  msgid "You are up to date!"
970
  msgstr "Premium Add-Ons Þú ert með nýjustu útgáfuna!"
971
 
972
+ #: ../admin-views/tribe-options-help.php:52
973
  msgid "The Events Calendar PRO"
974
  msgstr "The Events Calendar PRO"
975
 
976
+ #: ../admin-views/tribe-options-help.php:56
977
+ msgid "The Events Calendar: Eventbrite Tickets"
978
+ msgstr "The Events Calendar: Eventbrite miðar"
979
 
980
+ #: ../admin-views/tribe-options-help.php:60
981
+ msgid "The Events Calendar: Community Events"
982
+ msgstr "The Events Calendar: Viðburðir í hverfinu"
983
 
984
+ #: ../admin-views/tribe-options-help.php:64
985
+ msgid "The Events Calendar: Facebook Events"
986
+ msgstr "The Events Calendar: Facebook viðburðir"
987
 
988
+ #: ../admin-views/tribe-options-help.php:68
989
+ msgid "The Events Calendar: WooCommerce Tickets"
990
+ msgstr "The Events Calendar: WooCommerce miði"
991
 
992
+ #: ../admin-views/tribe-options-help.php:73
993
+ msgid "The Events Calendar: EDD Tickets"
994
+ msgstr "The Events Calendar: EDD miði"
995
 
996
+ #: ../admin-views/tribe-options-help.php:78
997
+ msgid "The Events Calendar: WPEC Tickets"
998
+ msgstr "The Events Calendar: WPEC miði"
999
 
1000
+ #: ../admin-views/tribe-options-help.php:83
1001
+ msgid "The Events Calendar: Shopp Tickets"
1002
+ msgstr "The Events Calendar: Verslunar miði"
1003
 
1004
+ #: ../admin-views/tribe-options-help.php:88
1005
+ msgid "The Events Calendar: Filter Bar"
1006
+ msgstr "The Events Calendar: Sía"
 
 
 
 
 
 
 
 
 
 
 
1007
 
1008
+ #: ../admin-views/tribe-options-help.php:94
1009
+ msgid ""
1010
+ "If you're looking for help with The Events Calendar, you've come to the "
1011
+ "right place. We are committed to helping make your calendar kick ass...and "
1012
+ "hope the resources provided below will help get you there."
1013
+ msgstr ""
1014
+ "Ef þig vantar aðstoð með The Events Calendar, þá ertu á réttum stað. Við "
1015
+ "erum staðráðin í að hjálpa þér, þannig að þitt dagatal sé framúrskarandi... "
1016
+ "og vonum að úrræðin hér að neðan hjálpi þér."
1017
 
1018
+ #: ../admin-views/tribe-options-help.php:97
1019
  msgid ""
1020
  "If this is your first time using The Events Calendar, you're in for a treat "
1021
  "and are already well on your way to creating a first event. Here are some "
1022
  "basics we've found helpful for users jumping into it for the first time:"
1023
  msgstr ""
1024
+ "Ef þetta er í fyrsta sinn sem þú notar The Events Calendar, þá áttu von á "
1025
+ "góðu og er nú þegar komið vel á veg með þinn fyrsta viðburð. Hérna eru "
1026
+ "nokkur undirstöðu atriði sem við fundum til að hjálpa þér til að byrja:"
1027
 
1028
+ #: ../admin-views/tribe-options-help.php:100
1029
  #, php-format
1030
  msgid ""
1031
  "%sOur New User Primer%s was designed for folks in your exact position. "
1033
  "accompanying screenshots, the primer aims to take you from zero to hero in "
1034
  "no time."
1035
  msgstr ""
1036
+ "%sOur New User Primer%s var hannaður fyrir fólk eins og þig, þar sem er bæði "
1037
+ "skref fyrir skref myndband og texti sem leiðir þig í gegnum möguleika "
1038
+ "kerfisins frá upphafi til enda."
1039
 
1040
+ #: ../admin-views/tribe-options-help.php:102
1041
  #, php-format
1042
  msgid ""
1043
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
1045
  "helpful as it aims to address any basic install questions not addressed by "
1046
  "the new user primer."
1047
  msgstr ""
1048
+ "%sInnsetning/Uppsetning FAQ%s frá stuðnings síðunni gefur yfirsýn yfir getu "
1049
+ "dagatalsins. Þessi hluti spurningasíðunnar getur hjálpað þar sem farið er "
1050
+ "yfir grunn uppsetningar sem ekki eru annarsstaðar."
1051
 
1052
+ #: ../admin-views/tribe-options-help.php:104
1053
  #, php-format
1054
  msgid ""
1055
  "Are you developer looking to build your own frontend view? We created an "
1056
  "example plugin that demonstrates how to register a new view. You can "
1057
  "%sdownload the plugin at GitHub%s to get started."
1058
  msgstr ""
1059
+ "Ert þú hönnuður sem vill sinn eigin framenda? Við hönnuðum sýnishorn sem "
1060
+ "sýnir hvernig á að skrá í nýjan skoðunarham. Þú getur %sdownload the plugin "
1061
+ "at GitHub%s til þess að byrja."
1062
 
1063
+ #: ../admin-views/tribe-options-help.php:106
1064
  msgid ""
1065
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
1066
  "the Events menu and adding your first event."
1067
  msgstr ""
1068
+ "Að öðru leyti, ef þú vilt á vit ævintýra, þá getur þú byrjað með því að fara "
1069
+ "á viðburðar valmynd og sett inn þinn fyrsta viðburð."
1070
 
1071
+ #: ../admin-views/tribe-options-help.php:110
1072
  #, php-format
1073
  msgid ""
1074
  "We've redone our support page from the ground up in an effort to better help "
1075
  "our users. Head over to our %sSupport Page%s and you'll find lots of great "
1076
  "resources, including:"
1077
  msgstr ""
1078
+ "Við höfum endurhannað stuðningssíðuna frá grunni til að hjálp notendum "
1079
+ "betur. Farðu yfir á %sSupport Page%s og þú finnnur mikið magn úrræða, td:"
1080
 
1081
+ #: ../admin-views/tribe-options-help.php:112
1082
  #, php-format
1083
  msgid ""
1084
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1085
  "&amp; Events Calendar PRO"
1086
  msgstr ""
1087
+ "%sSniðmáts merki, aðgerðir, krækjur & síur%s fyrir The Events Calendar &amp; "
1088
+ "Events Calendar PRO"
1089
 
1090
+ #: ../admin-views/tribe-options-help.php:114
1091
  #, php-format
1092
  msgid ""
1093
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
1094
  "to advanced themer tweaks"
1095
  msgstr ""
1096
+ "%sAlgengar spurningar%s allt frá undirstöðu uppsetningar spurningum yfir í "
1097
+ "flóknari aðgerðir"
1098
 
1099
+ #: ../admin-views/tribe-options-help.php:116
1100
  #, php-format
1101
  msgid ""
1102
  "%sTutorials%s written by both members of our team and users from the "
1103
  "community, covering custom queries, integration with third-party themes and "
1104
  "plugins, etc."
1105
  msgstr ""
1106
+ "%sKennsluefni%s skrifað af okkar meðlimum ásamt notendum á vörunni, sem ná "
1107
+ "yfir algengar fyrirspurni, samþættingu við vöru frá þriðja aðila oþh."
1108
 
1109
+ #: ../admin-views/tribe-options-help.php:118
1110
  msgid ""
1111
  "Release notes for painting an overall picture of the plugin's lifecycle and "
1112
  "when features/bug fixes were introduced."
1113
  msgstr ""
1114
+ "Útgáfu upplýsingar sem sýna heildar líftíma vörunnar og hvenær viðbótum/"
1115
+ "lagfæringar voru kynntar."
1116
 
1117
+ #: ../admin-views/tribe-options-help.php:120
1118
  #, php-format
1119
  msgid ""
1120
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
1121
  "The Events Calendar (including WooTickets, Community Events, Eventbrite "
1122
  "Tickets, Facebook Events, etc)"
1123
  msgstr ""
1124
+ "%sGögn með viðbótum%s fyrir allar Modern Tribe viðbætur vegna The Events "
1125
+ "Calendar (ásamt WooTickets, Community Events, Eventbrite Tickets, Facebook "
1126
+ "Events, oþh)"
1127
 
1128
+ #: ../admin-views/tribe-options-help.php:122
1129
  #, php-format
1130
  msgid ""
1131
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
1135
  "add your own, and help us shape the future of the products business in a way "
1136
  "that best meets the community's needs."
1137
  msgstr ""
1138
+ "Við erum einnig með %sModern Tirbe notenda rödd%s síðu þar sem við erum að "
1139
+ "hlusta á notendur vörunnar. Þegar þú hefur skoðað vöruna og sérð eitthverja "
1140
+ "virkni sem þú vilt hafa, láttu okkur vita. Veldu einhverja virkni sem þegar "
1141
+ "er á listanum eða bættu þinni við og hjálpaðu okkur að laga vörun þannig að "
1142
+ "hún virki sem best."
1143
 
1144
+ #: ../admin-views/tribe-options-help.php:126
1145
  #, php-format
1146
  msgid ""
1147
  "Written documentation can only take things so far...sometimes, you need help "
1148
  "from a real person. This is where our %ssupport forums%s come into play."
1149
  msgstr ""
1150
+ "Skriflegar leiðbeiningar eru ágætar á sinn hátt en stundum viltu heyra í "
1151
+ "einhverjum. Þá hefur þú samband við %ssupport forums%s síðuna okkar."
1152
 
1153
+ #: ../admin-views/tribe-options-help.php:127
1154
  #, php-format
1155
  msgid ""
1156
  "Users of the free The Events Calendar should post their support concerns to "
1159
  "to read our %ssupport expectations sticky thread%s before posting so you "
1160
  "understand our limitations."
1161
  msgstr ""
1162
+ "Notendur fríu útgáfu The Events Calendar skulu beina fyrirspurnum varðandi "
1163
+ "vöruna %sWordPress.org support forum%s. Þrátt fyrir að við séum ávallt "
1164
+ "reiðubúin til að aðstoða og lagfæra það sem kemur á WordPress.org, þá "
1165
+ "vinsamlega lestu %ssupport expectations sticky thread%s áður en þú skráir "
1166
+ "eittvhað þar til að skilja okkar takmörk."
1167
 
1168
+ #: ../admin-views/tribe-options-help.php:128
1169
  msgid ""
1170
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1171
  "you report a legitimate bug that we're able to reproduce, we will log it and "
1173
  "provide customization tips or assist in integrating with 3rd party plugins "
1174
  "or themes."
1175
  msgstr ""
1176
+ "Við skoðum WordPress.org hjálpar síðuna reglulega í leit að villum. Ef þú "
1177
+ "skráir lögmæta villu sem við getum sannreynt, þá skráum við það og lagfærum "
1178
+ "fyrir næstu uppfærslu. Hins vegar getum við ekki aðstoðað við sérsnið eða "
1179
+ "samþættingu við vöru frá þriðja aðila."
1180
 
1181
+ #: ../admin-views/tribe-options-help.php:129
1182
  #, php-format
1183
  msgid ""
1184
  "If you're a user of The Events Calendar and would like more support, please "
1186
  "deeper level of customization/integration support for paying users than we "
1187
  "can on WordPress.org."
1188
  msgstr ""
1189
+ "Ef þú ert notandi á The Events Calendar og vilt meiri aðstoð, vinsamlega "
1190
+ "%spurchase a PRO license%s. Við skoðum PRO athugasemda síðuna daglega, og "
1191
+ "getum veitt frekari aðstoð í sérsnið og aðlögun fyrir þessa notendur."
1192
 
1193
+ #: ../admin-views/tribe-options-help.php:133
1194
  #, php-format
1195
  msgid ""
1196
  "If you find that you aren't getting the level of service you've come to "
1201
  "skjóttu á okkur tölvupóst á %s eða tísti %s og láttu okkur vita. Við munum "
1202
  "gera allt sem við getum til að lagfæra."
1203
 
1204
+ #: ../admin-views/tribe-options-help.php:134
1205
  msgid "More..."
1206
  msgstr "Meira..."
1207
 
1208
+ #: ../admin-views/tribe-options-help.php:143
1209
  msgid ""
1210
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1211
  "for installing our labor of love!"
1213
  "Hæ! Við erum Modern Trive og við ætlum að hjálpa þér að vera frábær. Takk "
1214
  "fyrir að sækja þetta flotta verk okkar!"
1215
 
1216
+ #: ../admin-views/tribe-options-help.php:152
 
 
 
 
1217
  msgid "Support Resources To Help You Kick Ass"
1218
  msgstr "Aðstoð sem rokkar"
1219
 
1220
+ #: ../admin-views/tribe-options-help.php:155
1221
  msgid "Forums: Because Everyone Needs A Buddy"
1222
  msgstr "Spjall; allir þurfa vini"
1223
 
1224
+ #: ../admin-views/tribe-options-help.php:158
1225
  msgid "Not getting help?"
1226
+ msgstr "Ertu ekki að fá hjálp?"
1227
 
1228
+ #: ../admin-views/tribe-options-help.php:170
1229
+ #: ../lib/the-events-calendar.class.php:586
1230
+ #: ../lib/tribe-settings.class.php:132
1231
  msgid "The Events Calendar"
1232
  msgstr "The Events Calendar"
1233
 
1234
+ #: ../admin-views/tribe-options-help.php:175
1235
  msgid "Latest Version:"
1236
  msgstr "Nýjasta útgáfan:"
1237
 
1238
+ #: ../admin-views/tribe-options-help.php:176
1239
  msgid "Author:"
1240
  msgstr "Höfundur:"
1241
 
1242
+ #: ../admin-views/tribe-options-help.php:176
1243
  msgid "Modern Tribe Inc"
1244
  msgstr "Modern Tribe Inc"
1245
 
1246
+ #: ../admin-views/tribe-options-help.php:179
1247
  msgid "Requires:"
1248
  msgstr "Krefst:"
1249
 
1250
+ #: ../admin-views/tribe-options-help.php:179
1251
  msgid "WordPress "
1252
  msgstr "WordPress "
1253
 
1254
+ #: ../admin-views/tribe-options-help.php:181
1255
  msgid "Wordpress.org Plugin Page"
1256
  msgstr "Wordpress.org Plugin Page"
1257
 
1258
+ #: ../admin-views/tribe-options-help.php:187
1259
  msgid "Average Rating"
1260
  msgstr "Meðaltals einkunn"
1261
 
1262
+ #: ../admin-views/tribe-options-help.php:191
1263
  #, php-format
1264
  msgid "Based on %d rating"
1265
  msgid_plural "Based on %d ratings"
1266
  msgstr[0] "Miðað við %d einkunn"
1267
  msgstr[1] "Based on %d ratings"
1268
 
1269
+ #: ../admin-views/tribe-options-help.php:193
1270
  msgid "Give us 5 stars!"
1271
  msgstr "Gefðu okkur 5 stjörnur!"
1272
 
1273
+ #: ../admin-views/tribe-options-help.php:197
1274
  msgid "Premium Add-Ons"
1275
  msgstr "Premium viðbætur"
1276
 
1277
+ #: ../admin-views/tribe-options-help.php:206
1278
  msgid "(Coming Soon!)"
1279
  msgstr "(Kemur bráðum!)"
1280
 
1281
+ #: ../admin-views/tribe-options-help.php:216
1282
  msgid "News and Tutorials"
1283
  msgstr "Fréttir og leiðbeiningar"
1284
 
1285
+ #: ../admin-views/tribe-options-network.php:15
1286
  msgid "Network Settings"
1287
  msgstr "Netstillingar"
1288
 
1289
+ #: ../admin-views/tribe-options-network.php:19
1290
  msgid ""
1291
  "This is where all of the global network settings for Modern Tribe's The "
1292
  "Events Calendar can be modified."
1294
  "Hérna eru mögulegt að breyta öllum net stillingum fyrir Modern Tribe The "
1295
  "Events Calendar"
1296
 
1297
+ #: ../admin-views/tribe-options-network.php:27
1298
  msgid "Hide the following settings tabs on every site:"
1299
  msgstr "Fela þennan stillingar flipa á öllum síðum:"
1300
 
1301
+ #: ../admin-views/venue-meta-box.php:31
1302
+ #: ../public/advanced-functions/meta.php:492
 
 
 
 
1303
  msgid "Address:"
1304
  msgstr "Heimilisfang:"
1305
 
1306
+ #: ../admin-views/venue-meta-box.php:38
1307
  msgid "City:"
1308
  msgstr "Borg:"
1309
 
1310
+ #: ../admin-views/venue-meta-box.php:45
1311
  msgid "Country:"
1312
  msgstr "Land:"
1313
 
1314
+ #: ../admin-views/venue-meta-box.php:85
1315
  msgid "State or Province:"
1316
  msgstr "Sýsla/svæði:"
1317
 
1318
+ #: ../admin-views/venue-meta-box.php:89
1319
  msgid "Select a State:"
1320
  msgstr "Fylki:"
1321
 
1322
+ #: ../admin-views/venue-meta-box.php:102
1323
  msgid "Postal Code:"
1324
  msgstr "Póstnúmer:"
1325
 
1326
+ #: ../admin-views/venue-meta-box.php:134 ../admin-views/venue-meta-box.php:156
1327
  msgid "Show Google Map:"
1328
  msgstr "Sýna Google Map:"
1329
 
1330
+ #: ../admin-views/venue-meta-box.php:144 ../admin-views/venue-meta-box.php:166
1331
  msgid "Show Google Maps Link:"
1332
  msgstr "Sýna Google Maps hlekk:"
1333
 
1334
+ #: ../admin-views/widget-admin-list.php:13
1335
  msgid "Title:"
1336
  msgstr "Titill:"
1337
 
1338
+ #: ../admin-views/widget-admin-list.php:18
1339
  msgid "Show:"
1340
  msgstr "Sýna:"
1341
 
1342
+ #: ../admin-views/widget-admin-list.php:28
1343
  msgid "Show widget only if there are upcoming events:"
1344
  msgstr "Sýna widget aðeins ef það er viðburður framundan:"
1345
 
1346
+ #: ../lib/Activation_Page.php:125
1347
+ #, fuzzy
1348
+ msgid "Welcome to The Events Calendar"
1349
+ msgstr "forum for The Events Calendar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1350
 
1351
+ #: ../lib/Activation_Page.php:145
1352
+ #, fuzzy
1353
+ msgid "Thanks for Updating The Events Calendar"
1354
+ msgstr "forum for The Events Calendar"
1355
 
1356
+ #: ../lib/io/csv/admin-views/columns.php:22
1357
  #, php-format
1358
+ msgid "Column Mapping: %s"
1359
+ msgstr "Column Mapping: %s"
 
 
 
 
 
 
 
 
 
 
 
 
1360
 
1361
+ #: ../lib/io/csv/admin-views/columns.php:28
1362
+ msgid "Please choose the fields that best match the columns in your CSV file."
1363
+ msgstr "Vinsamlega veldu þau svæði sem best passa við dálkana í CSV skjalinu."
1364
 
1365
+ #: ../lib/io/csv/admin-views/columns.php:33
1366
+ msgid "Column Headings"
1367
+ msgstr "Dálka haus"
1368
 
1369
+ #: ../lib/io/csv/admin-views/columns.php:34
1370
+ msgid "Event Fields"
1371
+ msgstr "Hlutar viðburða"
1372
 
1373
+ #: ../lib/io/csv/admin-views/columns.php:45
1374
+ msgid "Perform Import"
1375
+ msgstr "Flytja inn"
1376
 
1377
+ #: ../lib/io/csv/admin-views/header.php:13
1378
+ msgid "Events Import (CSV)"
1379
+ msgstr "Flytja inn viðburð (CSV)"
1380
 
1381
+ #: ../lib/io/csv/admin-views/import.php:17
1382
+ msgid "Import Instructions"
1383
+ msgstr "Innflutnings leiðbeiningar"
1384
 
1385
+ #: ../lib/io/csv/admin-views/import.php:20
1386
+ msgid "If your events have Organizers or Venues, please import those first."
1387
+ msgstr "Ef viðburðurinn er með skipuleggjanda eða vettvang, skráðu það fyrst."
 
1388
 
1389
+ #: ../lib/io/csv/admin-views/import.php:21
1390
+ msgid "To import organizers or venues:"
1391
+ msgstr "Innskráning skipuleggjanda eða vettvang"
 
1392
 
1393
+ #: ../lib/io/csv/admin-views/import.php:23
1394
+ msgid "Select the appropriate import type."
1395
+ msgstr "Veldu viðeigandi tegund."
1396
 
1397
+ #: ../lib/io/csv/admin-views/import.php:24
1398
+ #: ../lib/io/csv/admin-views/import.php:30
1399
  msgid ""
1400
+ "Upload a CSV file with one record on each line. The first line may contain "
1401
+ "column names (check the box below)."
1402
  msgstr ""
1403
+ "Hlaða niður CSV skrá með einni færslu á línu. Fyrsta línan getur verið nafn "
1404
+ "dálks (hakið við hér að neðan)."
1405
 
1406
+ #: ../lib/io/csv/admin-views/import.php:25
 
 
 
 
1407
  msgid ""
1408
+ "One column in your CSV should have the Organizer/Venue name. All other "
1409
+ "fields are optional."
 
1410
  msgstr ""
1411
+ "Einn dálkur í CSV þarf hafa nafn skipuleggjanda/vettvang. Öll önnur svæði "
1412
+ "eru valfrjáls."
 
 
 
 
 
1413
 
1414
+ #: ../lib/io/csv/admin-views/import.php:26
1415
+ #: ../lib/io/csv/admin-views/import.php:32
1416
+ msgid ""
1417
+ "After you upload your file, you'll have the opportunity to indicate how the "
1418
+ "columns in your CSV map to fields in The Events Calendar."
1419
+ msgstr ""
1420
+ "Eftir uppleðslu skjals, þá er tækifæri til að ákveða hvernig dálkarnir í CSV "
1421
+ "líta út."
1422
 
1423
+ #: ../lib/io/csv/admin-views/import.php:28
1424
+ msgid "After importing your Organizers and Venues, import your Events:"
1425
+ msgstr ""
1426
+ "Settu inn viðburði eftir að búið er að stofna skipuleggjanda og vettvang:"
1427
 
1428
+ #: ../lib/io/csv/admin-views/import.php:31
1429
+ msgid ""
1430
+ "One column in your CSV should have the Event title. Another should have the "
1431
+ "Event start date. All other fields are optional."
1432
+ msgstr ""
1433
+ "Einn dálkur í CSV þarf að hafa nafn viðburðar. Næsti þarf að hafa "
1434
+ "dagsetningu viðburðar. Aðrir dálkar eru valfrjálsir."
1435
 
1436
+ #: ../lib/io/csv/admin-views/import.php:36
1437
+ #, php-format
1438
+ msgid "Questions? <a href=\"%s\">Watch the video</a>."
1439
+ msgstr "Spurningar? <a href=\"%s\">Watch the video</a>."
1440
 
1441
+ #: ../lib/io/csv/admin-views/import.php:43
1442
+ msgid "Import Type:"
1443
+ msgstr "Tegund:"
1444
 
1445
+ #: ../lib/io/csv/admin-views/import.php:45
1446
+ #: ../lib/the-events-calendar.class.php:520
1447
+ #: ../public/template-tags/venue.php:52
1448
+ msgid "Venues"
1449
+ msgstr "Staðsetningar"
1450
 
1451
+ #: ../lib/io/csv/admin-views/import.php:46
1452
+ #: ../lib/the-events-calendar.class.php:536
1453
+ #: ../public/template-tags/organizer.php:59
1454
+ msgid "Organizers"
1455
+ msgstr "Skipuleggjendur"
1456
 
1457
+ #: ../lib/io/csv/admin-views/import.php:47
1458
+ #: ../lib/the-events-calendar.class.php:1416
1459
+ #: ../lib/the-events-calendar.class.php:4186
1460
+ msgid "Events"
1461
+ msgstr "Viðburðir"
1462
 
1463
+ #: ../lib/io/csv/admin-views/import.php:55
1464
+ msgid "CSV File:"
1465
+ msgstr "CSV skrá:"
1466
 
1467
+ #: ../lib/io/csv/admin-views/import.php:59
1468
  msgid ""
1469
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1470
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1471
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
1472
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1473
  msgstr ""
1474
+ "Hlaða inn rétt sniðnu UTF-8 encoded CSV skjali. Ef þú veist ekki hvað UTF-8 "
1475
+ "encoded er? Tilgreindu stafagerð þegar þú vistar skrá, eða settu hana inn "
1476
+ "hér <a href='http://i-tools.org/charset/exec?"
1477
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1478
 
1479
+ #: ../lib/io/csv/admin-views/import.php:67
1480
+ msgid "This file has column names in the first row"
1481
+ msgstr "Þessi skrá inniheldur nafn dálks í fyrstu röð"
1482
 
1483
+ #: ../lib/io/csv/admin-views/import.php:78
1484
+ msgid "Import CSV File"
1485
+ msgstr "Innflutningur CSB skrá"
1486
 
1487
+ #: ../lib/io/csv/admin-views/result.php:15
1488
+ msgid "Import Result"
1489
+ msgstr "Niðurstaða innflutnings"
1490
 
1491
+ #: ../lib/io/csv/admin-views/result.php:17
1492
+ msgid "Import complete!"
1493
+ msgstr "Innflutning lokið!"
1494
 
1495
+ #: ../lib/io/csv/admin-views/result.php:19
1496
  #, php-format
1497
+ msgid "Inserted: %d"
1498
+ msgstr "Innsett: %d"
1499
 
1500
+ #: ../lib/io/csv/admin-views/result.php:20
1501
  #, php-format
1502
+ msgid "Updated: %d"
1503
+ msgstr "Uppfært: %d"
 
 
 
 
1504
 
1505
+ #: ../lib/io/csv/admin-views/result.php:21
1506
  #, php-format
1507
+ msgid "Skipped: %d"
1508
+ msgstr "Sleppt: %d"
 
 
 
 
 
 
1509
 
1510
+ #: ../lib/io/csv/admin-views/result.php:25
1511
+ msgid "The import statistics above have the following meaning:"
1512
+ msgstr "Tölfræði innflutts efnis hefur eftirfarandi merkingu:"
 
 
1513
 
1514
+ #: ../lib/io/csv/admin-views/result.php:26
 
1515
  msgid ""
1516
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1517
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1518
+ "start date. The existing item was updated with the new value from the file.</"
1519
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
1520
+ "not be imported. Please see below for the invalid rows.</li></ol>"
 
 
 
 
 
 
 
 
1521
  msgstr ""
1522
+ "<ol><li><strong>Innsett:</strong> Innsetning tókst.</li><li><strong>Updated:"
1523
+ "</strong> Efni fanst með sama nafn og/eða dagsetningu. Núverandi efni "
1524
+ "uppfært með nýrri skrá. </li><li><strong>Skipped:</strong> Röð í CSV skrá "
1525
+ "var ekki innflutt. Skoða röð hérna.</li></ol>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1526
 
1527
+ #: ../lib/io/csv/admin-views/result.php:29
1528
  #, php-format
1529
+ msgid "Skipped row numbers: %s"
1530
+ msgstr "Númer raða sem var sleppt: %s"
 
 
 
 
1531
 
1532
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
1533
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
1534
+ msgid "Import: CSV"
1535
+ msgstr "Flytja inn: CSV"
 
 
 
 
1536
 
1537
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
1538
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
1539
+ msgid "The file went away. Please try again."
1540
+ msgstr "Engar stillingar voru vistaðar. Reyndu aftur."
1541
 
1542
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
1543
+ msgid "We were unable to process your request. Please try again."
1544
+ msgstr "Ekki var hægt að verða við beiðni. Vinsamlega reyndu aftur."
 
1545
 
1546
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
1547
+ msgid "<p>The following fields are required for a successful import:</p>"
1548
+ msgstr "<p>Eftirfarandi svæði eru nauðsynleg:</p>"
 
 
1549
 
1550
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
1551
+ msgid "Do Not Import"
1552
+ msgstr "Ekki flytja inn"
1553
 
1554
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1555
+ msgid "Event Name"
1556
+ msgstr "Nafn viðburðar"
 
1557
 
1558
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1559
+ msgid "Event Description"
1560
+ msgstr "Lýsing á viðburði:"
1561
 
1562
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1563
+ msgid "Event Start Date"
1564
+ msgstr "Upphafsdagsetning viðburðar"
1565
 
1566
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1567
+ msgid "Event Start Time"
1568
+ msgstr "Upphafstími viðburðar"
1569
 
1570
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1571
+ msgid "Event End Date"
1572
+ msgstr "Loka dagsetning viðburðar"
 
 
1573
 
1574
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1575
+ msgid "Event End Time"
1576
+ msgstr "Lokatími viðburðar"
1577
 
1578
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1579
+ msgid "All Day Event"
1580
+ msgstr "Heilsdags viðburður"
 
 
1581
 
1582
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1583
+ msgid "Event Venue Name"
1584
+ msgstr "Nafn staðsetningar:"
1585
 
1586
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1587
+ msgid "Event Organizer Name"
1588
+ msgstr "Nafn skipuleggjanda:"
1589
 
1590
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
1591
+ msgid "Event Show Map Link"
1592
+ msgstr "Sýna viðburð á korti:"
1593
 
1594
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1595
+ msgid "Event Show Map"
1596
+ msgstr "Kort fyrir viðburð"
1597
 
1598
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:64
1599
+ msgid "Event Phone"
1600
+ msgstr "Símanúmer viðburðar"
1601
 
1602
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:65
1603
+ #: ../lib/the-events-calendar.class.php:1456
1604
+ #: ../public/template-tags/general.php:353
1605
+ msgid "Event Category"
1606
+ msgstr "Viðburðar flokkur"
1607
 
1608
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1609
+ msgid "Venue Name"
1610
+ msgstr "Nafn staðsetningar:"
1611
 
1612
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1613
+ msgid "Venue Country"
1614
+ msgstr "Veldu land:"
 
1615
 
1616
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1617
+ msgid "Venue Address"
1618
+ msgstr "Heimilisfang:"
 
1619
 
1620
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1621
+ #, fuzzy
1622
+ msgid "Venue Address 2"
1623
+ msgstr "Heimilisfang 2"
1624
 
1625
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1626
+ msgid "Venue City"
1627
+ msgstr "Staðsetning borg/bær"
1628
 
1629
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
1630
+ msgid "Venue State/Province"
1631
+ msgstr "Sýsla/svæði:"
1632
 
1633
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:78
1634
+ msgid "Venue Zip"
1635
+ msgstr "Póstnúmer"
1636
 
1637
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:79
1638
+ msgid "Venue Phone"
1639
+ msgstr "Símanúmer viðburðar:"
1640
 
1641
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1642
+ msgid "Organizer Name"
1643
+ msgstr "Nafn skipuleggjanda:"
1644
 
1645
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
1646
+ msgid "Organizer Email"
1647
+ msgstr "Netfang skipuleggjanda"
1648
 
1649
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:87
1650
+ msgid "Organizer Website"
1651
+ msgstr "Vefsíða skipuleggjanda"
1652
+
1653
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:88
1654
+ msgid "Organizer Phone"
1655
+ msgstr "Sími skipuleggjanda"
1656
+
1657
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
1658
+ #, php-format
1659
+ msgid "No importer defined for %s"
1660
+ msgstr "Ekkert skilgreint fyrir %s"
1661
+
1662
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
1663
+ #, php-format
1664
+ msgid "Missing required fields in row %d."
1665
+ msgstr "Vantar nauðsynleg svæði í röð %d."
1666
+
1667
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:118
1668
+ #, php-format
1669
+ msgid "Failed to import record in row %d."
1670
+ msgstr "Ekki tóks að flytja gögn frá röð %d"
1671
+
1672
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:127
1673
+ #, php-format
1674
+ msgid "%s (post ID %d) updated."
1675
+ msgstr "%s (post ID %d) uppfært."
1676
+
1677
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:131
1678
+ #, php-format
1679
+ msgid "%s (post ID %d) created."
1680
+ msgstr "%s (post ID %d) búið til."
1681
+
1682
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
1683
+ #, php-format
1684
+ msgid "Temporary file not found. Could not save %s."
1685
+ msgstr "Tímabundið skjal finnst ekki. Gat ekki vistað %s."
1686
+
1687
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
1688
+ #, php-format
1689
+ msgid "Could not save %s."
1690
+ msgstr "Gat ekki vistað %s."
1691
+
1692
+ #: ../lib/pue/admin-views/license-key.view.php:12
1693
+ #: ../lib/pue/admin-views/license-key.view.php:16
1694
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:305
1695
+ msgid "License Key"
1696
+ msgstr "Númer leyfis"
1697
+
1698
+ #: ../lib/pue/admin-views/license-key.view.php:13
1699
+ msgid "A valid license key is required for support and updates."
1700
+ msgstr "Virkur leyfislykill er nauðsynlegur fyrir aðstoð og uppfærslur."
1701
+
1702
+ #: ../lib/pue/admin-views/license-key.view.php:19
1703
+ msgid "Replace empty fields"
1704
+ msgstr "Skipta út tómu svæði"
1705
+
1706
+ #: ../lib/pue/admin-views/license-key.view.php:29
1707
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:306
1708
+ msgid "A valid license key is required for support and updates"
1709
+ msgstr "Virkur leyfislykill er nauðsynlegur fyrir aðstoð og uppfærslur"
1710
+
1711
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:375
1712
+ msgid "License key(s) updated."
1713
+ msgstr "Notendaleyfi uppfært"
1714
+
1715
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:415
1716
+ msgid "Sorry, key validation server is not available."
1717
+ msgstr "Afsakið, næst ekki að staðfesta lykil."
1718
+
1719
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:417
1720
+ msgid "Sorry, this key is expired."
1721
+ msgstr "Afsakið, þetta leyfi er útrunnið."
1722
+
1723
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:420
1724
+ msgid "Sorry, this key is out of installs."
1725
+ msgstr "Afsakið, þetta leyfi getur ekki sett upp fleiri."
1726
+
1727
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:421
1728
+ msgid "Why am I seeing this message?"
1729
+ msgstr "Af hverju fæ ég þessi skilaboð?"
1730
+
1731
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:424
1732
+ msgid "Sorry, this key is not valid."
1733
+ msgstr "Afskið, þetta leyfi er ekki virkt."
1734
+
1735
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:427
1736
+ #, php-format
1737
+ msgid "Valid Key! Expires on %s"
1738
+ msgstr "Virkur leyfislykill! Rennur út %s"
1739
+
1740
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:431
1741
+ #, php-format
1742
+ msgid ""
1743
+ "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1744
+ "\">support.</a>"
1745
+ msgstr "Hmmm... eitthvað að þessu. Hafðu samband <a href=\"%s\">support.</a>"
1746
+
1747
+ #: ../lib/template-classes/day.php:75 ../lib/template-classes/day.php:91
1748
+ msgid "All Day"
1749
+ msgstr "Allan daginn"
1750
+
1751
+ #: ../lib/template-classes/day.php:78 ../lib/template-classes/day.php:94
1752
+ msgid "Ongoing"
1753
+ msgstr "Áframhaldandi"
1754
+
1755
+ #: ../lib/template-classes/day.php:139
1756
+ #, php-format
1757
+ msgid ""
1758
+ "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1759
+ "try another day."
1760
+ msgstr ""
1761
+ "Enignn sambærilegur viðbuður skráður undir %s áætlaður fyrir <strong>%s</"
1762
+ "strong>. Reyndu aðra dagsetningu."
1763
+
1764
+ #: ../lib/template-classes/day.php:141
1765
+ #, php-format
1766
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1767
+ msgstr "Enignn viðbuður áætlaður fyrir <strong>%s</strong>. Reyndu annan dag."
1768
+
1769
+ #: ../lib/template-classes/month.php:115
1770
+ #, php-format
1771
+ msgid ""
1772
+ "There were no results found for <strong>\"%s\"</strong> this month. Try "
1773
+ "searching next month."
1774
+ msgstr ""
1775
+ "iEngin niðurstaða finnst fyrir <strong>\"%s\"</strong> þennan mánuð. Reyndu "
1776
+ "leit í næsta mánuði."
1777
 
1778
+ #: ../lib/template-classes/month.php:118
1779
+ #: ../lib/tribe-template-factory.class.php:250
1780
+ #: ../lib/tribe-template-factory.class.php:255
1781
+ #, php-format
1782
+ msgid ""
1783
+ "No matching events listed under %s. Please try viewing the full calendar for "
1784
+ "a complete list of events."
1785
+ msgstr ""
1786
+ "Enginn sambærilegur viðburður skráður undir %s. Vinsamlega skoðið allt "
1787
+ "dagatalið til að sjá alla viðburði."
1788
+
1789
+ #: ../lib/template-classes/month.php:120
1790
+ #: ../lib/tribe-template-factory.class.php:257
1791
+ msgid "There were no results found."
1792
+ msgstr "Engar niðurstöður fundust fyrir <strong>\"%s\"</strong>."
1793
+
1794
+ #: ../lib/template-classes/single-event.php:107
1795
+ msgid "This event has passed."
1796
+ msgstr "Þessi viðburður er liðinn."
1797
+
1798
+ #: ../lib/the-events-calendar.class.php:495
1799
+ #, php-format
1800
+ msgid ""
1801
+ "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1802
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
1803
+ "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
1804
+ "friendly folks at Modern Tribe."
1805
+ msgstr ""
1806
+ "Einkunn <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
1807
+ "\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%1$s\" target="
1808
+ "\"_blank\">WordPress.org</a> til að halda þessu fríu. Þakklæti frá "
1809
+ "vingjarnlega fólkinu hjá Modern Tribe."
1810
+
1811
+ #: ../lib/the-events-calendar.class.php:495
1812
+ msgid ""
1813
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1814
+ msgstr ""
1815
+ "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1816
+
1817
+ #: ../lib/the-events-calendar.class.php:528
1818
+ #: ../public/advanced-functions/meta.php:445
1819
+ #: ../public/template-tags/venue.php:41
1820
+ msgid "Venue"
1821
+ msgstr "Staðsetning"
1822
+
1823
+ #: ../lib/the-events-calendar.class.php:544
1824
+ #: ../public/advanced-functions/meta.php:518
1825
+ #: ../public/template-tags/organizer.php:48
1826
  msgid "Organizer"
1827
  msgstr "Skipuleggjandi"
1828
 
1829
+ #: ../lib/the-events-calendar.class.php:591
1830
+ msgid "month"
1831
+ msgstr "mánuður"
1832
+
1833
+ #: ../lib/the-events-calendar.class.php:592
1834
+ msgid "list"
1835
+ msgstr ""
1836
+
1837
+ #: ../lib/the-events-calendar.class.php:593
1838
+ msgid "upcoming"
1839
+ msgstr "komandi"
1840
+
1841
+ #: ../lib/the-events-calendar.class.php:594
1842
+ msgid "past"
1843
+ msgstr "liðinn"
1844
 
1845
+ #: ../lib/the-events-calendar.class.php:595
1846
+ msgid "day"
1847
+ msgstr "dagur"
1848
+
1849
+ #: ../lib/the-events-calendar.class.php:596
1850
+ msgid "today"
1851
+ msgstr "í dag"
1852
+
1853
+ #: ../lib/the-events-calendar.class.php:615
1854
+ #, php-format
1855
+ msgid "Initializing Tribe Events on %s"
1856
+ msgstr "Frumstilla Tribe Events á %s"
1857
 
1858
+ #: ../lib/the-events-calendar.class.php:732
1859
+ #, php-format
1860
+ msgid ""
1861
+ "Your version of The Events Calendar is not up-to-date with one of your The "
1862
+ "Events Calendar add-ons. Please %supdate now.%s"
1863
+ msgstr ""
1864
+ "Þessi útgáfa af The Events Calendar er ekki í samræmi við eina af The Events "
1865
+ "Calendar vibótum. Vinsamlega %supdate now.%s"
1866
 
1867
+ #: ../lib/the-events-calendar.class.php:752
1868
+ #, php-format
1869
+ msgid ""
1870
+ "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1871
+ "dependencies on The Events Calendar and will not function properly unless "
1872
+ "paired with the right version. %sWant to pair an older version%s?"
1873
+ msgstr ""
1874
+ "Meðfylgjandi plugins eru útrunnin: <b>%s</b>. Allar viðbætur innihalda "
1875
+ "tengingu við The Events Calendar og munu ekki virka sem skyldi án þessa að "
1876
+ "vera rétt. %sViltu para við eldri útgáfu%s?"
1877
+
1878
+ #: ../lib/the-events-calendar.class.php:816
1879
+ #: ../lib/the-events-calendar.class.php:852
1880
+ #: ../lib/the-events-calendar.class.php:858
1881
+ msgid "Licenses"
1882
+ msgstr "Skírteini"
1883
+
1884
+ #: ../lib/the-events-calendar.class.php:821
1885
+ #, php-format
1886
+ msgid ""
1887
+ "<p>The license key you received when completing your purchase from %s will "
1888
+ "grant you access to support and updates until it expires. You do not need to "
1889
+ "enter the key below for the plugins to work, but you will need to enter it "
1890
+ "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1891
+ "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1892
+ "unique license key. Simply paste the key into its appropriate field on "
1893
+ "below, and give it a moment to validate. You know you're set when a green "
1894
+ "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1895
+ "seeing a red message telling you that your key isn't valid or is out of "
1896
+ "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1897
+ "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1898
+ "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1899
+ "and click \"Check Again\".</p>"
1900
+ msgstr ""
1901
+ "<p> Leyfislykill sem þú fékkst við kaupin frá %s veitir þér aðgang að aðstoð "
1902
+ "og uppfærslum þangað til það rennur út. Þú þarft ekki að skrá númerið hér að "
1903
+ "neðan svo að plugin virki, en þú þarft að skrá það til að fá sjálfvirkar "
1904
+ "uppfærslur, <strong>Find your license keys at <a href=\"%s\" target=\"_blank"
1905
+ "\">%s</a></strong>.</p> <p> Hver keypt viðbót hefur sinn leyfislykil. "
1906
+ "Einfaldlega skráið leyfislykilinn í viðeigandi svæði og dokið við. Þú veist "
1907
+ "að allt er klárt þegar grænn litur birtist við hliðina á \"valid\" "
1908
+ "skilaboðum.</p> <p>If you're seeing a red message telling you that your key "
1909
+ "isn't valid or is out of installs, visit <a href=\"%s\" target=\"_blank\">"
1910
+ "%s</a> to manage your installs or renew / upgrade your license.</p><p>Not "
1911
+ "seeing an update but expecting one? In WordPress, go to <a href=\"%s"
1912
+ "\">Dashboard > Updates</a> and click \"Check Again\".</p>"
1913
+
1914
+ #: ../lib/the-events-calendar.class.php:844
1915
+ msgid "General"
1916
+ msgstr "Flokkur"
1917
+
1918
+ #: ../lib/the-events-calendar.class.php:845
1919
+ msgid "Display"
1920
+ msgstr "Sýna"
1921
+
1922
+ #: ../lib/the-events-calendar.class.php:864
1923
+ #: ../lib/the-events-calendar.class.php:4297
1924
+ #: ../lib/the-events-calendar.class.php:4421
1925
+ msgid "Help"
1926
+ msgstr "Hjálp"
1927
+
1928
+ #: ../lib/the-events-calendar.class.php:908
1929
+ #, php-format
1930
+ msgid ""
1931
+ "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1932
+ "your WordPress install."
1933
+ msgstr ""
1934
+ "The Events Calendar þarf WordPress %s eða nýrra. Vinsamlega uppfærið Word "
1935
+ "Press."
1936
+
1937
+ #: ../lib/the-events-calendar.class.php:911
1938
+ #, php-format
1939
+ msgid ""
1940
+ "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1941
+ "about moving you to a newer version of PHP."
1942
+ msgstr ""
1943
+ "Afsakið, The Events Calendar requires PHP %s or higher. Hafið samband við "
1944
+ "hýsingar aðila til að uppfæra í nýrri útgáfu af PHP."
1945
+
1946
+ #: ../lib/the-events-calendar.class.php:1377
1947
+ msgid "category"
1948
+ msgstr "flokkur"
1949
+
1950
+ #: ../lib/the-events-calendar.class.php:1388
1951
+ msgid "tag"
1952
+ msgstr "tag"
1953
+
1954
+ #: ../lib/the-events-calendar.class.php:1417
1955
+ msgid "Event"
1956
+ msgstr "Viðburður"
1957
+
1958
+ #: ../lib/the-events-calendar.class.php:1418
1959
+ #: ../lib/the-events-calendar.class.php:1431
1960
+ #: ../lib/the-events-calendar.class.php:1444
1961
+ msgid "Add New"
1962
+ msgstr "Bæta við nýjum"
1963
+
1964
+ #: ../lib/the-events-calendar.class.php:1419
1965
+ msgid "Add New Event"
1966
+ msgstr "Bæta við nýjum viðburði"
1967
+
1968
+ #: ../lib/the-events-calendar.class.php:1420
1969
+ msgid "Edit Event"
1970
+ msgstr "Lagfæra viðburð"
1971
+
1972
+ #: ../lib/the-events-calendar.class.php:1421
1973
+ msgid "New Event"
1974
+ msgstr "Nýr viðburður"
1975
+
1976
+ #: ../lib/the-events-calendar.class.php:1422
1977
+ msgid "View Event"
1978
+ msgstr "Skoða viðburð"
1979
+
1980
+ #: ../lib/the-events-calendar.class.php:1423
1981
+ msgid "Search Events"
1982
+ msgstr "Leita að viðburðum"
1983
+
1984
+ #: ../lib/the-events-calendar.class.php:1424
1985
+ msgid "No events found"
1986
+ msgstr "Enginn viðburður finnst"
1987
+
1988
+ #: ../lib/the-events-calendar.class.php:1425
1989
+ msgid "No events found in Trash"
1990
+ msgstr "Enginn viðburður í ruslafötu"
1991
+
1992
+ #: ../lib/the-events-calendar.class.php:1432
1993
+ #: ../lib/the-events-calendar.class.php:1445
1994
+ #, php-format
1995
+ msgid "Add New %s"
1996
+ msgstr "Bæta við nýjum %s"
1997
+
1998
+ #: ../lib/the-events-calendar.class.php:1433
1999
+ #: ../lib/the-events-calendar.class.php:1446
2000
+ #, php-format
2001
+ msgid "Edit %s"
2002
+ msgstr "Lagfæra %s"
2003
+
2004
+ #: ../lib/the-events-calendar.class.php:1434
2005
+ #: ../lib/the-events-calendar.class.php:1447
2006
+ #, php-format
2007
+ msgid "New %s"
2008
+ msgstr "Ný %s"
2009
+
2010
+ #: ../lib/the-events-calendar.class.php:1435
2011
+ #: ../lib/the-events-calendar.class.php:1448
2012
+ #, php-format
2013
+ msgid "View %s"
2014
+ msgstr "Skoða %s"
2015
 
2016
+ #: ../lib/the-events-calendar.class.php:1436
2017
+ #: ../lib/the-events-calendar.class.php:1449
2018
+ #, php-format
2019
+ msgid "Search %s"
2020
+ msgstr "Leita %s"
2021
 
2022
+ #: ../lib/the-events-calendar.class.php:1437
2023
+ #: ../lib/the-events-calendar.class.php:1450
2024
+ #, php-format
2025
+ msgid "No %s found"
2026
+ msgstr "Enginn %s finnst"
2027
 
2028
+ #: ../lib/the-events-calendar.class.php:1438
2029
+ #: ../lib/the-events-calendar.class.php:1451
2030
+ #, php-format
2031
+ msgid "No %s found in Trash"
2032
+ msgstr "Enginn %s finnst í ruslafötu"
2033
 
2034
+ #: ../lib/the-events-calendar.class.php:1455
2035
+ #: ../lib/tribe-admin-events-list.class.php:167
2036
  msgid "Event Categories"
2037
  msgstr "Viðburðar flokkar"
2038
 
2039
+ #: ../lib/the-events-calendar.class.php:1457
 
 
 
 
 
2040
  msgid "Search Event Categories"
2041
  msgstr "Leita að viðburðar flokk"
2042
 
2043
+ #: ../lib/the-events-calendar.class.php:1458
2044
  msgid "All Event Categories"
2045
  msgstr "Allir viðburðarflokkar"
2046
 
2047
+ #: ../lib/the-events-calendar.class.php:1459
2048
  msgid "Parent Event Category"
2049
  msgstr "Höfuð flokkur viðburða"
2050
 
2051
+ #: ../lib/the-events-calendar.class.php:1460
2052
  msgid "Parent Event Category:"
2053
  msgstr "Höfuð flokkur viðburða:"
2054
 
2055
+ #: ../lib/the-events-calendar.class.php:1461
2056
  msgid "Edit Event Category"
2057
  msgstr "Lagfæa viðburðarflokka"
2058
 
2059
+ #: ../lib/the-events-calendar.class.php:1462
2060
  msgid "Update Event Category"
2061
  msgstr "Uppfæra viðburðarflokka"
2062
 
2063
+ #: ../lib/the-events-calendar.class.php:1463
2064
  msgid "Add New Event Category"
2065
  msgstr "Bæta við nýjum viðburðar flokk"
2066
 
2067
+ #: ../lib/the-events-calendar.class.php:1464
2068
  msgid "New Event Category Name"
2069
  msgstr "Nafn á nýjum viðburðarflokk"
2070
 
2071
+ #: ../lib/the-events-calendar.class.php:1481
2072
  #, php-format
2073
  msgid "Event updated. <a href=\"%s\">View event</a>"
2074
  msgstr "Viðburður uppfærður. <a href=\"%s\">Skoða viðburð</a>"
2075
 
2076
+ #: ../lib/the-events-calendar.class.php:1482
2077
+ #: ../lib/the-events-calendar.class.php:1501
2078
+ #: ../lib/the-events-calendar.class.php:1520
2079
  msgid "Custom field updated."
2080
  msgstr "Sérsniðið svæði uppfært."
2081
 
2082
+ #: ../lib/the-events-calendar.class.php:1483
2083
+ #: ../lib/the-events-calendar.class.php:1502
2084
+ #: ../lib/the-events-calendar.class.php:1521
2085
  msgid "Custom field deleted."
2086
  msgstr "Sérsniðnu svæði eytt."
2087
 
2088
+ #: ../lib/the-events-calendar.class.php:1484
2089
  msgid "Event updated."
2090
  msgstr "Viðburður uppfærður."
2091
 
2092
+ #: ../lib/the-events-calendar.class.php:1486
2093
  #, php-format
2094
  msgid "Event restored to revision from %s"
2095
  msgstr "Viðburður endurstilltur frá %s"
2096
 
2097
+ #: ../lib/the-events-calendar.class.php:1487
2098
  #, php-format
2099
  msgid "Event published. <a href=\"%s\">View event</a>"
2100
  msgstr "Viðburður skráður. <a href=\"%s\">Forkoða viðburð</a>"
2101
 
2102
+ #: ../lib/the-events-calendar.class.php:1488
2103
  msgid "Event saved."
2104
  msgstr "Viðburður vistaður."
2105
 
2106
+ #: ../lib/the-events-calendar.class.php:1489
2107
  #, php-format
2108
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2109
  msgstr ""
2110
+ "Viðburði bætt við. <a target=\"_blank\" href=\"%s\">Forskoða viðburð</a>"
2111
 
2112
+ #: ../lib/the-events-calendar.class.php:1491
2113
  #, php-format
2114
  msgid ""
2115
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2118
  "Viðburður áætlaður: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2119
  "\">Forskoða viðburð</a>"
2120
 
2121
+ #: ../lib/the-events-calendar.class.php:1493
2122
+ #: ../lib/the-events-calendar.class.php:1512
2123
+ #: ../lib/the-events-calendar.class.php:1531
2124
  msgid "M j, Y @ G:i"
2125
  msgstr "M j, Y @ G:i"
2126
 
2127
+ #: ../lib/the-events-calendar.class.php:1495
2128
  #, php-format
2129
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2130
  msgstr ""
2131
  "Uppfært uppkast viðburðar. <a target=\"_blank\" href=\"%s\">Forskoða "
2132
  "viðburð</a>"
2133
 
2134
+ #: ../lib/the-events-calendar.class.php:1500
2135
+ #: ../lib/the-events-calendar.class.php:1503
2136
+ #: ../lib/the-events-calendar.class.php:1519
2137
+ #: ../lib/the-events-calendar.class.php:1522
2138
  #, php-format
2139
+ msgid "%s updated."
2140
+ msgstr "%s uppfært."
2141
 
2142
+ #: ../lib/the-events-calendar.class.php:1505
2143
+ #: ../lib/the-events-calendar.class.php:1524
 
 
 
2144
  #, php-format
2145
+ msgid "%s restored to revision from %s"
2146
+ msgstr "%s endurstilltur að breytingum frá %s"
2147
 
2148
+ #: ../lib/the-events-calendar.class.php:1506
2149
+ #: ../lib/the-events-calendar.class.php:1525
2150
  #, php-format
2151
+ msgid "%s published."
2152
+ msgstr "%s birt."
 
 
 
 
2153
 
2154
+ #: ../lib/the-events-calendar.class.php:1507
2155
+ #: ../lib/the-events-calendar.class.php:1526
2156
  #, php-format
2157
+ msgid "%s saved."
2158
+ msgstr "%s vistað."
 
2159
 
2160
+ #: ../lib/the-events-calendar.class.php:1508
2161
+ #: ../lib/the-events-calendar.class.php:1527
2162
  #, php-format
2163
+ msgid "%s submitted."
2164
+ msgstr "%s innsent."
 
 
 
 
2165
 
2166
+ #: ../lib/the-events-calendar.class.php:1510
2167
+ #: ../lib/the-events-calendar.class.php:1529
2168
  #, php-format
2169
+ msgid "%s scheduled for: <strong>%2$s</strong>."
2170
+ msgstr "%s áætlað fyrir: <strong>%2$s</strong>."
 
 
2171
 
2172
+ #: ../lib/the-events-calendar.class.php:1514
2173
+ #: ../lib/the-events-calendar.class.php:1533
2174
  #, php-format
2175
+ msgid "%s draft updated."
2176
+ msgstr "%s uppkast uppfært."
2177
 
2178
+ #: ../lib/the-events-calendar.class.php:1549
2179
+ #: ../lib/the-events-calendar.class.php:1550
2180
+ msgid "Add New "
2181
+ msgstr "Bæta við nýjum"
2182
 
2183
+ #: ../lib/the-events-calendar.class.php:1569
2184
+ msgid "Use Saved "
2185
+ msgstr "Nota vistaða"
 
2186
 
2187
+ #: ../lib/the-events-calendar.class.php:1594
2188
  #, php-format
2189
+ msgid "Use Saved %s:"
2190
+ msgstr "Nota vistaða %s:"
 
 
 
 
2191
 
2192
+ #: ../lib/the-events-calendar.class.php:1659
2193
+ #: ../lib/the-events-calendar.class.php:1740
2194
  #, php-format
2195
+ msgid "Use New %s"
2196
+ msgstr "Nota nýja %s"
 
 
 
2197
 
2198
+ #: ../lib/the-events-calendar.class.php:1661
2199
+ #: ../lib/the-events-calendar.class.php:1742
2200
  #, php-format
2201
+ msgid "My %s"
2202
+ msgstr "Mitt %s"
 
 
 
 
2203
 
2204
+ #: ../lib/the-events-calendar.class.php:1666
2205
+ #: ../lib/the-events-calendar.class.php:1747
2206
  #, php-format
2207
+ msgid "Available %s"
2208
+ msgstr "Lausar %s"
 
 
 
 
 
 
 
 
2209
 
2210
+ #: ../lib/the-events-calendar.class.php:1677
2211
+ #: ../lib/the-events-calendar.class.php:1758
2212
+ #, php-format
2213
+ msgid "No saved %s exists."
2214
+ msgstr "Engin vistuð %s til."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2215
 
2216
+ #: ../lib/the-events-calendar.class.php:1905
2217
  msgid "Next"
2218
  msgstr "Næsti"
2219
 
2220
+ #: ../lib/the-events-calendar.class.php:1906
2221
  msgid "Prev"
2222
  msgstr "Fyrri"
2223
 
2224
+ #: ../lib/the-events-calendar.class.php:1907
2225
+ #: ../public/template-tags/day.php:101
2226
  msgid "Today"
2227
  msgstr "Í dag"
2228
 
2229
+ #: ../lib/the-events-calendar.class.php:1908
2230
  msgid "Done"
2231
  msgstr "Lokið"
2232
 
2233
+ #: ../lib/the-events-calendar.class.php:2117
2234
  msgid "Network"
2235
  msgstr "Net"
2236
 
2237
+ #: ../lib/the-events-calendar.class.php:3753
2238
+ #: ../lib/the-events-calendar.class.php:3782
2239
+ #: ../public/template-tags/day.php:152 ../public/template-tags/day.php:173
2240
+ msgid "Date out of range."
2241
+ msgstr "Dagsetning utan tímabils."
 
 
2242
 
2243
+ #: ../lib/the-events-calendar.class.php:3812
2244
  msgid "Event Options"
2245
  msgstr "Valkostir viðburða"
2246
 
2247
+ #: ../lib/the-events-calendar.class.php:3819
2248
+ #: ../lib/the-events-calendar.class.php:3830
2249
+ msgid " Information"
2250
+ msgstr "Upplýsingar"
 
 
 
2251
 
2252
+ #: ../lib/the-events-calendar.class.php:4016
2253
  msgid "Support"
2254
  msgstr "Aðstoð"
2255
 
2256
+ #: ../lib/the-events-calendar.class.php:4019
2257
  msgid "View All Add-Ons"
2258
  msgstr "Skoða allar viðbætur"
2259
 
2260
+ #: ../lib/the-events-calendar.class.php:4040
2261
  msgid "News from Modern Tribe"
2262
  msgstr "Fréttir frá Modern Tribe"
2263
 
2264
+ #: ../lib/the-events-calendar.class.php:4132
2265
  msgid "Additional Functionality"
2266
  msgstr "Viðbótar virkni"
2267
 
2268
+ #: ../lib/the-events-calendar.class.php:4137
2269
  msgid ""
2270
  "Looking for additional functionality including recurring events, ticket "
2271
  "sales, publicly submitted events, new views and more?"
2273
  "Ertu að leyta að viðbótar virkni svo sem endurteknum viðburðum, miðasölu, "
2274
  "innsendum viðburðum, ofl?"
2275
 
2276
+ #: ../lib/the-events-calendar.class.php:4138
2277
  #, php-format
2278
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2279
  msgstr "Kíktu á <a href=\"%s\">fáanlegar viðbætur</a>."
2280
 
2281
+ #: ../lib/the-events-calendar.class.php:4223
2282
+ #: ../lib/the-events-calendar.class.php:4349
2283
  msgid "View Calendar"
2284
  msgstr "Skoða dagatal"
2285
 
2286
+ #: ../lib/the-events-calendar.class.php:4233
2287
  msgid "Add Event"
2288
  msgstr "Bæta við viðburðum"
2289
 
2290
+ #: ../lib/the-events-calendar.class.php:4244
2291
  msgid "Edit Events"
2292
  msgstr "Lagfæra viðburði"
2293
 
2294
+ #: ../lib/the-events-calendar.class.php:4257
2295
+ msgid "Import"
2296
+ msgstr "Flytja inn"
2297
+
2298
+ #: ../lib/the-events-calendar.class.php:4265
2299
+ msgid "CSV"
2300
+ msgstr "CSV"
2301
+
2302
+ #: ../lib/the-events-calendar.class.php:4284
2303
+ #: ../lib/the-events-calendar.class.php:4403
2304
+ #: ../lib/tribe-settings.class.php:159
2305
  msgid "Settings"
2306
  msgstr "Stillingar"
2307
 
2308
+ #: ../lib/the-events-calendar.class.php:4317
2309
  #, php-format
2310
  msgid ""
2311
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2314
  "Velkomin í The Events Calendar! Þú getur skoðað dagatalið þitt á %s. Til að "
2315
  "breyta farðu inná %sEvents -> Settings%s."
2316
 
2317
+ #: ../lib/the-events-calendar.class.php:4404
2318
  msgid "Calendar"
2319
  msgstr "Dagatal"
2320
 
2321
+ #: ../lib/the-events-calendar.class.php:4478
2322
  msgid "List"
2323
  msgstr "Listi"
2324
 
2325
+ #: ../lib/the-events-calendar.class.php:4496
2326
  msgid "Month"
2327
  msgstr "Mánuður"
2328
 
2329
+ #: ../lib/the-events-calendar.class.php:4513
2330
+ msgid "Day"
2331
+ msgstr "Dagur"
2332
+
2333
+ #: ../lib/the-events-calendar.class.php:4538
2334
+ #: ../lib/the-events-calendar.class.php:4539
2335
+ msgid "Search"
2336
+ msgstr "Leita að viðburð"
2337
+
2338
+ #: ../lib/the-events-calendar.class.php:4564
2339
+ #: ../lib/the-events-calendar.class.php:4580
2340
  msgid "Date"
2341
  msgstr "Dagsetning"
2342
 
2343
+ #: ../lib/the-events-calendar.class.php:4567
2344
  msgid "Events In"
2345
  msgstr "Viðburðir í"
2346
 
2347
+ #: ../lib/the-events-calendar.class.php:4569
2348
  msgid "Events From"
2349
  msgstr "Viðburðir frá"
2350
 
2351
+ #: ../lib/the-events-calendar.class.php:4571
2352
+ msgid "Day Of"
2353
+ msgstr "Dagurinn"
 
2354
 
2355
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
2356
+ msgid "Order #"
2357
+ msgstr "Pöntun #"
 
2358
 
2359
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
2360
+ msgid "Order Status"
2361
+ msgstr "Staða pöntunar"
 
2362
 
2363
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
2364
+ msgid "Purchaser name"
2365
+ msgstr "Nafn kaupanda"
2366
 
2367
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
2368
+ msgid "Purchaser email"
2369
+ msgstr "Netfang kaupanda"
2370
+
2371
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
2372
+ msgid "Ticket type"
2373
+ msgstr "Tegund miða"
2374
 
2375
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
2376
+ #: ../views/tickets/email.php:317
2377
+ msgid "Ticket #"
2378
+ msgstr "Miða #"
2379
 
2380
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
2381
+ #: ../views/tickets/email.php:329
2382
+ msgid "Security Code"
2383
+ msgstr "Öryggis kóði"
2384
+
2385
+ #: ../lib/tickets/tribe-tickets-attendees.php:72
2386
+ #: ../lib/tickets/tribe-tickets-attendees.php:166
2387
+ #: ../lib/tickets/tribe-tickets-attendees.php:233
2388
+ msgid "Check in"
2389
+ msgstr "Innskráning"
2390
+
2391
+ #: ../lib/tickets/tribe-tickets-attendees.php:167
2392
+ #: ../lib/tickets/tribe-tickets-attendees.php:234
2393
+ msgid "Undo Check in"
2394
+ msgstr "Bakfæra innskráningu"
2395
+
2396
+ #: ../lib/tickets/tribe-tickets-attendees.php:202
2397
+ msgid "Print"
2398
+ msgstr "Prenta"
2399
+
2400
+ #: ../lib/tickets/tribe-tickets-attendees.php:203
2401
+ msgid "Email"
2402
+ msgstr "Netfang"
2403
+
2404
+ #: ../lib/tickets/tribe-tickets-attendees.php:212
2405
+ #: ../lib/tribe-ical.class.php:121
2406
+ msgid "Export"
2407
+ msgstr "Flytja"
2408
+
2409
+ #: ../lib/tickets/tribe-tickets-attendees.php:219
2410
+ msgid "Filter by ticket #, order # or security code"
2411
+ msgstr "Sía eftir miða#,order# eða öryggis kóða"
2412
+
2413
+ #: ../lib/tickets/tribe-tickets-metabox.php:71
2414
+ msgid "Ticket header image"
2415
+ msgstr "Mynd á miðahaus"
2416
+
2417
+ #: ../lib/tickets/tribe-tickets-metabox.php:72
2418
+ msgid "Set as ticket header"
2419
+ msgstr "Setja sem mynd á miðahaus"
2420
+
2421
+ #: ../lib/tickets/tribe-tickets-pro.php:116
2422
+ msgid "You need to select a user or type a valid email address"
2423
+ msgstr "Þú verður að velja notenda eða skrá gilt netfang"
2424
+
2425
+ #: ../lib/tickets/tribe-tickets-pro.php:117
2426
+ msgid "Sending..."
2427
+ msgstr "Sendi..."
2428
+
2429
+ #: ../lib/tickets/tribe-tickets-pro.php:147
2430
+ msgid "Columns"
2431
+ msgstr "Dálkar"
2432
+
2433
+ #: ../lib/tickets/tribe-tickets-pro.php:148
2434
+ msgid ""
2435
+ "You can use Screen Options to select which columns you want to see. The "
2436
+ "selection works in the table below, in the email, for print and for the CSV "
2437
+ "export."
2438
+ msgstr ""
2439
+ "Notið \"Screen Options\" til að velja hvaða dálkar sjást. Þetta val virkar "
2440
+ "með töflunni hér fyrir neðan, í tölvupósti, prentun og fyrir CSV flutning."
2441
+
2442
+ #: ../lib/tickets/tribe-tickets-pro.php:242
2443
  msgid "Yes"
2444
  msgstr "Já"
2445
 
2446
+ #: ../lib/tickets/tribe-tickets-pro.php:274
2447
+ msgid "attendees"
2448
+ msgstr "þáttakendur"
2449
 
2450
+ #: ../lib/tickets/tribe-tickets-pro.php:328
2451
+ #, php-format
2452
+ msgid "Attendee List for: %s"
2453
+ msgstr "Þáttakenda listi: %s"
2454
+
2455
+ #: ../lib/tickets/tribe-tickets.php:325
2456
+ msgid "Your ticket has been saved."
2457
+ msgstr "Miðinn hefur vistast."
2458
+
2459
+ #: ../lib/tickets/tribe-tickets.php:402
2460
+ msgid "Your ticket has been deleted."
2461
+ msgstr "Miða hefur verið eytt."
2462
+
2463
+ #: ../lib/tribe-admin-events-list.class.php:173
2464
+ msgid "Start Date"
2465
+ msgstr "Upphafsdagsetning"
2466
+
2467
+ #: ../lib/tribe-admin-events-list.class.php:174
2468
+ msgid "End Date"
2469
+ msgstr "Loka dagsetning"
2470
+
2471
+ #: ../lib/tribe-admin-events-list.class.php:247
2472
  #, php-format
2473
  msgid "All %s"
2474
  msgstr "Allt %s"
2475
 
2476
+ #: ../lib/tribe-app-shop.class.php:64 ../lib/tribe-app-shop.class.php:65
2477
+ #: ../lib/tribe-app-shop.class.php:96
2478
  msgid "Event Add-Ons"
2479
  msgstr "Viðbætur viðburða"
2480
 
2481
+ #: ../lib/tribe-event-api.class.php:339
2482
+ msgid "Unnamed Venue"
2483
+ msgstr "Nafnlaus staðsetning"
2484
 
2485
+ #: ../lib/tribe-event-api.class.php:415 ../lib/tribe-view-helpers.class.php:46
2486
+ #: ../public/template-tags/venue.php:275
2487
  msgid "United States"
2488
  msgstr "United States"
2489
 
2490
+ #: ../lib/tribe-event-exception.class.php:22
2491
+ #: ../lib/tribe-event-exception.class.php:41
2492
  msgid "Error"
2493
  msgstr "Villa"
2494
 
2495
+ #: ../lib/tribe-field.class.php:211
2496
  msgid "Invalid field type specified"
2497
  msgstr "Ógild tegund svæðis ákveðin"
2498
 
2499
+ #: ../lib/tribe-field.class.php:470
2500
  msgid "No radio options specified"
2501
  msgstr "Engin útvarps valmöguleiki ákveðinn"
2502
 
2503
+ #: ../lib/tribe-field.class.php:506
2504
  msgid "No checkbox options specified"
2505
  msgstr "Engin valglugga möguleiki ákveðinn"
2506
 
2507
+ #: ../lib/tribe-field.class.php:562
2508
  msgid "No select options specified"
2509
  msgstr "Enginn valinn valkostur ákveðinn"
2510
 
2511
+ #: ../lib/tribe-ical.class.php:28
2512
+ msgctxt "feed link"
2513
+ msgid "&raquo;"
2514
+ msgstr "&raquo;"
2515
+
2516
+ #: ../lib/tribe-ical.class.php:29
2517
+ #, php-format
2518
+ msgid "%1$s %2$s iCal Feed"
2519
+ msgstr "%1$s %2$s iCal Feed"
2520
+
2521
+ #: ../lib/tribe-ical.class.php:77
2522
+ msgid "Add to Google Calendar"
2523
+ msgstr "Bæta við Google Calendar"
2524
+
2525
+ #: ../lib/tribe-ical.class.php:77
2526
+ msgid "Google Calendar"
2527
+ msgstr "Google dagatal"
2528
+
2529
+ #: ../lib/tribe-ical.class.php:78
2530
+ msgid "Download .ics file"
2531
+ msgstr "Niðurhala .ics skrá"
2532
+
2533
+ #: ../lib/tribe-ical.class.php:78
2534
+ msgid "iCal Export"
2535
+ msgstr "iCal flutningur"
2536
+
2537
+ #: ../lib/tribe-ical.class.php:108
2538
+ msgid "Month's Events"
2539
+ msgstr "Viðburðir mánaðar"
2540
+
2541
+ #: ../lib/tribe-ical.class.php:111
2542
+ msgid "Week's Events"
2543
+ msgstr "Viðburðir vikunnar"
2544
+
2545
+ #: ../lib/tribe-ical.class.php:114
2546
+ msgid "Day's Events"
2547
+ msgstr "Viðburðir dagsins"
2548
+
2549
+ #: ../lib/tribe-ical.class.php:117
2550
+ msgid "Listed Events"
2551
+ msgstr "Skráðir viðburðir"
2552
+
2553
+ #: ../lib/tribe-ical.class.php:122
2554
+ msgid ""
2555
+ "Use this to share calendar data with Google Calendar, Apple iCal and other "
2556
+ "compatible apps"
2557
+ msgstr ""
2558
+ "Nota þetta til að deila dagatali með Google Calendar, Apple iCal og öðrum "
2559
+ "sambærilegu snjall forriti"
2560
+
2561
+ #: ../lib/tribe-settings-tab.class.php:221
2562
  msgid "There are no fields setup for this tab yet."
2563
  msgstr "Það eru engin svæði uppsett fyrir þennan flipa."
2564
 
2565
+ #: ../lib/tribe-settings.class.php:159 ../lib/tribe-settings.class.php:174
2566
  msgid "The Events Calendar Settings"
2567
  msgstr "The Events Calendar stillingar"
2568
 
2569
+ #: ../lib/tribe-settings.class.php:174
2570
  msgid "Events Settings"
2571
  msgstr "Viðburðar stillingar"
2572
 
2573
+ #: ../lib/tribe-settings.class.php:237
2574
  #, php-format
2575
  msgid "%s Settings"
2576
  msgstr "%s stillingar"
2577
 
2578
+ #: ../lib/tribe-settings.class.php:251
2579
  msgid "You've requested a non-existent tab."
2580
  msgstr "Þú hefur beðið um flipa sem er ekki til."
2581
 
2582
+ #: ../lib/tribe-settings.class.php:259
2583
  msgid " Save Changes"
2584
  msgstr "Vista breytingar"
2585
 
2586
+ #: ../lib/tribe-settings.class.php:309
2587
  msgid "You don't have permission to do that."
2588
  msgstr "Þú hefur ekki heimild til að gera þetta."
2589
 
2590
+ #: ../lib/tribe-settings.class.php:315
2591
  msgid "The request was sent insecurely."
2592
  msgstr "Beiðni var send ótryggilega."
2593
 
2594
+ #: ../lib/tribe-settings.class.php:321
2595
  msgid "The request wasn't sent from this tab."
2596
  msgstr "Beiðni var ekki send frá flipa."
2597
 
2598
+ #: ../lib/tribe-settings.class.php:489
2599
  msgid "Your form had the following errors:"
2600
  msgstr "Eftirfarandi villur voru á beiðni:"
2601
 
2602
+ #: ../lib/tribe-settings.class.php:498
2603
  msgid "None of your settings were saved. Please try again."
2604
  msgstr "Engar stillingar voru vistaðar. Reyndu aftur."
2605
 
2606
+ #: ../lib/tribe-settings.class.php:498
2607
  msgid ""
2608
  "The above setting was not saved. Other settings were successfully saved."
2609
  msgid_plural ""
2610
  "The above settings were not saved. Other settings were successfully saved."
2611
+ msgstr[0] "Stilling ofan var ekki vistuð. Aðrar stillingar voru vistaðar."
2612
  msgstr[1] ""
2613
+ "Stillingar ofan voru ekki vistaðar. Aðrar stillingar voru vistaðar."
2614
 
2615
+ #: ../lib/tribe-settings.class.php:520
2616
  msgid "Settings saved."
2617
+ msgstr "Stillingar vistaðar."
 
 
 
 
 
2618
 
2619
+ #: ../lib/tribe-support.class.php:50
 
2620
  msgid ""
2621
+ "Sometimes it's hard to tell what's going wrong without knowing more about "
2622
+ "your system steup. For your convenience, we've put together a little report "
2623
+ "on what's cooking under the hood."
2624
  msgstr ""
2625
+ "Stundum reynist erfitt vita hvað er án þess vita meira um kerfið. "
2626
+ "Til einföldunar höfum við sett saman litla skýrslu um það sem er að gerast."
2627
 
2628
+ #: ../lib/tribe-support.class.php:51
 
2629
  msgid ""
2630
+ "If you suspect that the problem you're having is related to another plugin, "
2631
+ "or we're just plain having trouble reproducing your bug report, please copy "
2632
+ "and send all of this to our support team."
2633
  msgstr ""
2634
+ "Ef þig grunar vandamálið hjá þér tengt annari viðbót, eða við "
2635
+ "hreinlega náum ekki að framkalla sömu villu, vinsamlega sendu okkur afrit af "
2636
+ "villunni og sendu okkur."
 
 
 
 
2637
 
2638
+ #: ../lib/tribe-support.class.php:55
2639
+ msgid "System Information"
2640
+ msgstr "Upplýsingar kerfis"
2641
 
2642
+ #: ../lib/tribe-support.class.php:141
2643
+ msgid "Unknown or not set"
2644
+ msgstr "Óþekkt eða ekki skráð"
2645
 
2646
+ #: ../lib/tribe-template-factory.class.php:244
2647
+ #, php-format
2648
+ msgid "There were no results found for <strong>\"%s\"</strong>."
2649
+ msgstr "Engar niðurstöður fundust fyrir <strong>\"%s\"</strong>."
2650
 
2651
+ #: ../lib/tribe-template-factory.class.php:246
2652
  #, php-format
2653
+ msgid "No results were found for events in or near <strong>\"%s\"</strong>."
 
 
 
 
 
 
 
 
 
 
 
2654
  msgstr ""
2655
+ "Engar niðurstöður fundust fyrir viðburði í eða nálægt<strong>\"%s\"</strong>."
2656
 
2657
+ #: ../lib/tribe-template-factory.class.php:248
2658
+ #, php-format
 
 
 
2659
  msgid ""
2660
+ "No upcoming events listed under %s. Check out upcoming events for this "
2661
+ "category or view the full calendar."
 
2662
  msgstr ""
2663
+ "Enginn viðburður skráður fyrir %s. Skoðið komandi viðburði í þessum flokk "
2664
+ "eða skoðið allt dagatalið."
2665
 
2666
+ #: ../lib/tribe-template-factory.class.php:252
2667
+ msgid "No previous events "
2668
+ msgstr "Enginn fyrri viðburður"
2669
 
2670
+ #: ../lib/tribe-templates.class.php:592
2671
  #, php-format
2672
+ msgid "Template overrides should be moved to the correct subdirectory: %s"
2673
+ msgstr "Sniðmáts yfirskrifun skal flytja í rétta undirskrá: %s"
2674
 
2675
+ #: ../lib/tribe-templates.class.php:634
2676
+ #, php-format
2677
+ msgid ""
2678
+ "Template overrides should be moved to the correct subdirectory: "
2679
+ "tribe_get_template_part('%s')"
2680
+ msgstr ""
2681
+ "Sniðmáts yfirskrifun skal flytja í rétta undirskrá; "
2682
+ "tribe_get_template_part('%s')"
2683
 
2684
+ #: ../lib/tribe-validate.class.php:76 ../lib/tribe-validate.class.php:117
2685
  msgid "Invalid or incomplete field passed"
2686
  msgstr "Ógild eða ófullnægjandi svæði ekki fyllt"
2687
 
2688
+ #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:112
2689
+ #: ../lib/tribe-validate.class.php:118
2690
  msgid "Field ID:"
2691
+ msgstr "Svæðis ID:"
2692
 
2693
+ #: ../lib/tribe-validate.class.php:111
2694
  msgid "Non-existant field validation function passed"
2695
  msgstr "Virkni svæðis sem ekki er til ekki fyllt"
2696
 
2697
+ #: ../lib/tribe-validate.class.php:112
2698
  msgctxt "non-existant function name passed for field validation"
2699
  msgid "with function name:"
2700
  msgstr "með nafni virknis:"
2701
 
2702
+ #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:151
2703
  #, php-format
2704
  msgid "%s must contain numbers and letters only"
2705
  msgstr "%s má aðeins innihalda tölur og bókstafi"
2706
 
2707
+ #: ../lib/tribe-validate.class.php:167
2708
  #, php-format
2709
  msgid "%s must contain numbers, letters and dots only"
2710
  msgstr "%s má aðeins innihalda tölur, bókstafi og punkta"
2711
 
2712
+ #: ../lib/tribe-validate.class.php:181
2713
  #, php-format
2714
  msgid "%s must be a positive number."
2715
  msgstr "%s verður að vera slétt tala."
2716
 
2717
+ #: ../lib/tribe-validate.class.php:196
2718
  #, php-format
2719
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2720
  msgstr ""
2721
  "%s verður að vera gilt gildi (tölur, bókstafir, bandstirk eða undirstrik)."
2722
 
2723
+ #: ../lib/tribe-validate.class.php:211
2724
  #, php-format
2725
  msgid "%s must be a valid absolute URL."
2726
  msgstr "%s verður að vera gilt endanlegt URL."
2727
 
2728
+ #: ../lib/tribe-validate.class.php:227 ../lib/tribe-validate.class.php:244
2729
+ #: ../lib/tribe-validate.class.php:266
2730
  #, php-format
2731
  msgid "%s must have a value that's part of its options."
2732
  msgstr "%s verður að vera gildi sem er hluti af valkosti."
2733
 
2734
+ #: ../lib/tribe-validate.class.php:280
2735
  #, php-format
2736
  msgid ""
2737
  "Comparison validation failed because no comparison value was provided, for "
2738
  "field %s"
2739
  msgstr ""
2740
+ "Samanburðar skráning tókst ekki þar sem engin samanburðar gildi voru "
2741
+ "tilgreind fyrir svæði %s"
2742
 
2743
+ #: ../lib/tribe-validate.class.php:287
2744
  #, php-format
2745
  msgid "%s cannot be the same as %s."
2746
  msgstr "%s má ekki vera sama og %s."
2747
 
2748
+ #: ../lib/tribe-validate.class.php:289
2749
  #, php-format
2750
  msgid "%s cannot be a duplicate"
2751
  msgstr "%s má ekki vera afrit"
2752
 
2753
+ #: ../lib/tribe-validate.class.php:305
2754
  #, php-format
2755
  msgid "%s must be a number or percentage."
2756
  msgstr "%s verður að vera tala eða prósenta."
2757
 
2758
+ #: ../lib/tribe-validate.class.php:359
2759
  #, php-format
2760
  msgid "%s must be a number between 0 and 21."
2761
  msgstr "%s verður að vera tala á milli 0 og 21."
2762
 
2763
+ #: ../lib/tribe-validate.class.php:375
2764
  #, php-format
2765
  msgid ""
2766
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2767
  msgstr ""
2768
  "%s verður að innihalda bókstafi, tölur, bandstrik, úrfellingarmerki og bil."
2769
 
2770
+ #: ../lib/tribe-validate.class.php:391
2771
  #, php-format
2772
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2773
  msgstr "%s verður að vera bókstafir, bil, úrfellingarmerki og bandstrik."
2774
 
2775
+ #: ../lib/tribe-validate.class.php:405
2776
  #, php-format
2777
  msgid "%s must consist of 5 numbers."
2778
  msgstr "%s verður að innihalda 5 tölustafi."
2779
 
2780
+ #: ../lib/tribe-validate.class.php:419
2781
  #, php-format
2782
  msgid "%s must be a phone number."
2783
  msgstr "%s verður að vera símanúmer."
2784
 
2785
+ #: ../lib/tribe-validate.class.php:435
2786
  msgid ""
2787
  "Country List must be formatted as one country per line in the following "
2788
  "format: <br>US, United States <br> UK, United Kingdom."
2790
  "Landslisti verður að vera með aðeins eitt land í línu og líta svona út: "
2791
  "<br>US, United States <br> UK, United Kingdom."
2792
 
2793
+ #: ../lib/tribe-view-helpers.class.php:26
2794
+ #: ../lib/tribe-view-helpers.class.php:45
2795
  msgid "Select a Country:"
2796
  msgstr "Veldu land:"
2797
 
2798
+ #: ../lib/tribe-view-helpers.class.php:47
2799
  msgid "Afghanistan"
2800
  msgstr "Afghanistan"
2801
 
2802
+ #: ../lib/tribe-view-helpers.class.php:48
2803
  msgid "Albania"
2804
  msgstr "Albania"
2805
 
2806
+ #: ../lib/tribe-view-helpers.class.php:49
2807
  msgid "Algeria"
2808
  msgstr "Algeria"
2809
 
2810
+ #: ../lib/tribe-view-helpers.class.php:50
2811
  msgid "American Samoa"
2812
  msgstr "American Samoa"
2813
 
2814
+ #: ../lib/tribe-view-helpers.class.php:51
2815
  msgid "Andorra"
2816
  msgstr "Andorra"
2817
 
2818
+ #: ../lib/tribe-view-helpers.class.php:52
2819
  msgid "Angola"
2820
  msgstr "Angola"
2821
 
2822
+ #: ../lib/tribe-view-helpers.class.php:53
2823
  msgid "Anguilla"
2824
  msgstr "Anguilla"
2825
 
2826
+ #: ../lib/tribe-view-helpers.class.php:54
2827
  msgid "Antarctica"
2828
  msgstr "Antarctica"
2829
 
2830
+ #: ../lib/tribe-view-helpers.class.php:55
2831
  msgid "Antigua And Barbuda"
2832
  msgstr "Antigua And Barbuda"
2833
 
2834
+ #: ../lib/tribe-view-helpers.class.php:56
2835
  msgid "Argentina"
2836
  msgstr "Argentina"
2837
 
2838
+ #: ../lib/tribe-view-helpers.class.php:57
2839
  msgid "Armenia"
2840
  msgstr "Armenia"
2841
 
2842
+ #: ../lib/tribe-view-helpers.class.php:58
2843
  msgid "Aruba"
2844
  msgstr "Aruba"
2845
 
2846
+ #: ../lib/tribe-view-helpers.class.php:59
2847
  msgid "Australia"
2848
  msgstr "Australia"
2849
 
2850
+ #: ../lib/tribe-view-helpers.class.php:60
2851
  msgid "Austria"
2852
  msgstr "Austria"
2853
 
2854
+ #: ../lib/tribe-view-helpers.class.php:61
2855
  msgid "Azerbaijan"
2856
  msgstr "Azerbaijan"
2857
 
2858
+ #: ../lib/tribe-view-helpers.class.php:62
2859
  msgid "Bahamas"
2860
  msgstr "Bahamas"
2861
 
2862
+ #: ../lib/tribe-view-helpers.class.php:63
2863
  msgid "Bahrain"
2864
  msgstr "Bahrain"
2865
 
2866
+ #: ../lib/tribe-view-helpers.class.php:64
2867
  msgid "Bangladesh"
2868
  msgstr "Bangladesh"
2869
 
2870
+ #: ../lib/tribe-view-helpers.class.php:65
2871
  msgid "Barbados"
2872
  msgstr "Barbados"
2873
 
2874
+ #: ../lib/tribe-view-helpers.class.php:66
2875
  msgid "Belarus"
2876
  msgstr "Belarus"
2877
 
2878
+ #: ../lib/tribe-view-helpers.class.php:67
2879
  msgid "Belgium"
2880
  msgstr "Belgium"
2881
 
2882
+ #: ../lib/tribe-view-helpers.class.php:68
2883
  msgid "Belize"
2884
  msgstr "Belize"
2885
 
2886
+ #: ../lib/tribe-view-helpers.class.php:69
2887
  msgid "Benin"
2888
  msgstr "Benin"
2889
 
2890
+ #: ../lib/tribe-view-helpers.class.php:70
2891
  msgid "Bermuda"
2892
  msgstr "Bermuda"
2893
 
2894
+ #: ../lib/tribe-view-helpers.class.php:71
2895
  msgid "Bhutan"
2896
  msgstr "Bhutan"
2897
 
2898
+ #: ../lib/tribe-view-helpers.class.php:72
2899
  msgid "Bolivia"
2900
  msgstr "Bolivia"
2901
 
2902
+ #: ../lib/tribe-view-helpers.class.php:73
2903
  msgid "Bosnia And Herzegowina"
2904
  msgstr "Bosnia And Herzegowina"
2905
 
2906
+ #: ../lib/tribe-view-helpers.class.php:74
2907
  msgid "Botswana"
2908
  msgstr "Botswana"
2909
 
2910
+ #: ../lib/tribe-view-helpers.class.php:75
2911
  msgid "Bouvet Island"
2912
  msgstr "Bouvet Island"
2913
 
2914
+ #: ../lib/tribe-view-helpers.class.php:76
2915
  msgid "Brazil"
2916
  msgstr "Brazil"
2917
 
2918
+ #: ../lib/tribe-view-helpers.class.php:77
2919
  msgid "British Indian Ocean Territory"
2920
  msgstr "British Indian Ocean Territory"
2921
 
2922
+ #: ../lib/tribe-view-helpers.class.php:78
2923
  msgid "Brunei Darussalam"
2924
  msgstr "Brunei Darussalam"
2925
 
2926
+ #: ../lib/tribe-view-helpers.class.php:79
2927
  msgid "Bulgaria"
2928
  msgstr "Bulgaria"
2929
 
2930
+ #: ../lib/tribe-view-helpers.class.php:80
2931
  msgid "Burkina Faso"
2932
  msgstr "Burkina Faso"
2933
 
2934
+ #: ../lib/tribe-view-helpers.class.php:81
2935
  msgid "Burundi"
2936
  msgstr "Burundi"
2937
 
2938
+ #: ../lib/tribe-view-helpers.class.php:82
2939
  msgid "Cambodia"
2940
  msgstr "Cambodia"
2941
 
2942
+ #: ../lib/tribe-view-helpers.class.php:83
2943
  msgid "Cameroon"
2944
  msgstr "Cameroon"
2945
 
2946
+ #: ../lib/tribe-view-helpers.class.php:84
2947
  msgid "Canada"
2948
  msgstr "Canada"
2949
 
2950
+ #: ../lib/tribe-view-helpers.class.php:85
2951
  msgid "Cape Verde"
2952
  msgstr "Cape Verde"
2953
 
2954
+ #: ../lib/tribe-view-helpers.class.php:86
2955
  msgid "Cayman Islands"
2956
  msgstr "Cayman Islands"
2957
 
2958
+ #: ../lib/tribe-view-helpers.class.php:87
2959
  msgid "Central African Republic"
2960
  msgstr "Central African Republic"
2961
 
2962
+ #: ../lib/tribe-view-helpers.class.php:88
2963
  msgid "Chad"
2964
  msgstr "Chad"
2965
 
2966
+ #: ../lib/tribe-view-helpers.class.php:89
2967
  msgid "Chile"
2968
  msgstr "Chile"
2969
 
2970
+ #: ../lib/tribe-view-helpers.class.php:90
2971
  msgid "China"
2972
  msgstr "China"
2973
 
2974
+ #: ../lib/tribe-view-helpers.class.php:91
2975
  msgid "Christmas Island"
2976
  msgstr "Christmas Island"
2977
 
2978
+ #: ../lib/tribe-view-helpers.class.php:92
2979
  msgid "Cocos (Keeling) Islands"
2980
  msgstr "Cocos (Keeling) Islands"
2981
 
2982
+ #: ../lib/tribe-view-helpers.class.php:93
2983
  msgid "Colombia"
2984
  msgstr "Colombia"
2985
 
2986
+ #: ../lib/tribe-view-helpers.class.php:94
2987
  msgid "Comoros"
2988
  msgstr "Comoros"
2989
 
2990
+ #: ../lib/tribe-view-helpers.class.php:95
2991
  msgid "Congo"
2992
  msgstr "Congo"
2993
 
2994
+ #: ../lib/tribe-view-helpers.class.php:96
2995
  msgid "Congo, The Democratic Republic Of The"
2996
  msgstr "Congo, The Democratic Republic Of The"
2997
 
2998
+ #: ../lib/tribe-view-helpers.class.php:97
2999
  msgid "Cook Islands"
3000
  msgstr "Cook Islands"
3001
 
3002
+ #: ../lib/tribe-view-helpers.class.php:98
3003
  msgid "Costa Rica"
3004
  msgstr "Costa Rica"
3005
 
3006
+ #: ../lib/tribe-view-helpers.class.php:99
3007
  msgid "Cote D'Ivoire"
3008
  msgstr "Cote D'Ivoire"
3009
 
3010
+ #: ../lib/tribe-view-helpers.class.php:100
3011
  msgid "Croatia (Local Name: Hrvatska)"
3012
  msgstr "Croatia (Local Name: Hrvatska)"
3013
 
3014
+ #: ../lib/tribe-view-helpers.class.php:101
3015
  msgid "Cuba"
3016
  msgstr "Cuba"
3017
 
3018
+ #: ../lib/tribe-view-helpers.class.php:102
3019
  msgid "Cyprus"
3020
  msgstr "Cyprus"
3021
 
3022
+ #: ../lib/tribe-view-helpers.class.php:103
3023
  msgid "Czech Republic"
3024
  msgstr "Czech Republic"
3025
 
3026
+ #: ../lib/tribe-view-helpers.class.php:104
3027
  msgid "Denmark"
3028
  msgstr "Danmark"
3029
 
3030
+ #: ../lib/tribe-view-helpers.class.php:105
3031
  msgid "Djibouti"
3032
  msgstr "Djibouti"
3033
 
3034
+ #: ../lib/tribe-view-helpers.class.php:106
3035
  msgid "Dominica"
3036
  msgstr "Dominica"
3037
 
3038
+ #: ../lib/tribe-view-helpers.class.php:107
3039
  msgid "Dominican Republic"
3040
  msgstr "Dominican Republic"
3041
 
3042
+ #: ../lib/tribe-view-helpers.class.php:108
3043
  msgid "East Timor"
3044
  msgstr "East Timor"
3045
 
3046
+ #: ../lib/tribe-view-helpers.class.php:109
3047
  msgid "Ecuador"
3048
  msgstr "Ecuador"
3049
 
3050
+ #: ../lib/tribe-view-helpers.class.php:110
3051
  msgid "Egypt"
3052
  msgstr "Egypt"
3053
 
3054
+ #: ../lib/tribe-view-helpers.class.php:111
3055
  msgid "El Salvador"
3056
  msgstr "El Salvador"
3057
 
3058
+ #: ../lib/tribe-view-helpers.class.php:112
3059
  msgid "Equatorial Guinea"
3060
  msgstr "Equatorial Guinea"
3061
 
3062
+ #: ../lib/tribe-view-helpers.class.php:113
3063
  msgid "Eritrea"
3064
  msgstr "Eritrea"
3065
 
3066
+ #: ../lib/tribe-view-helpers.class.php:114
3067
  msgid "Estonia"
3068
  msgstr "Estonia"
3069
 
3070
+ #: ../lib/tribe-view-helpers.class.php:115
3071
  msgid "Ethiopia"
3072
  msgstr "Ethiopia"
3073
 
3074
+ #: ../lib/tribe-view-helpers.class.php:116
3075
  msgid "Falkland Islands (Malvinas)"
3076
  msgstr "Falkland Islands (Malvinas)"
3077
 
3078
+ #: ../lib/tribe-view-helpers.class.php:117
3079
  msgid "Faroe Islands"
3080
  msgstr "Faroe Islands"
3081
 
3082
+ #: ../lib/tribe-view-helpers.class.php:118
3083
  msgid "Fiji"
3084
  msgstr "Fiji"
3085
 
3086
+ #: ../lib/tribe-view-helpers.class.php:119
3087
  msgid "Finland"
3088
  msgstr "Finland"
3089
 
3090
+ #: ../lib/tribe-view-helpers.class.php:120
3091
  msgid "France"
3092
  msgstr "France"
3093
 
3094
+ #: ../lib/tribe-view-helpers.class.php:121
3095
  msgid "France, Metropolitan"
3096
  msgstr "France, Metropolitan"
3097
 
3098
+ #: ../lib/tribe-view-helpers.class.php:122
3099
  msgid "French Guiana"
3100
  msgstr "French Guiana"
3101
 
3102
+ #: ../lib/tribe-view-helpers.class.php:123
3103
  msgid "French Polynesia"
3104
  msgstr "French Polynesia"
3105
 
3106
+ #: ../lib/tribe-view-helpers.class.php:124
3107
  msgid "French Southern Territories"
3108
  msgstr "French Southern Territories"
3109
 
3110
+ #: ../lib/tribe-view-helpers.class.php:125
3111
  msgid "Gabon"
3112
  msgstr "Gabon"
3113
 
3114
+ #: ../lib/tribe-view-helpers.class.php:126
3115
  msgid "Gambia"
3116
  msgstr "Gambia"
3117
 
3118
+ #: ../lib/tribe-view-helpers.class.php:127
3119
+ #: ../lib/tribe-view-helpers.class.php:326
3120
  msgid "Georgia"
3121
  msgstr "Georgia"
3122
 
3123
+ #: ../lib/tribe-view-helpers.class.php:128
3124
  msgid "Germany"
3125
  msgstr "Germany"
3126
 
3127
+ #: ../lib/tribe-view-helpers.class.php:129
3128
  msgid "Ghana"
3129
  msgstr "Ghana"
3130
 
3131
+ #: ../lib/tribe-view-helpers.class.php:130
3132
  msgid "Gibraltar"
3133
  msgstr "Gibraltar"
3134
 
3135
+ #: ../lib/tribe-view-helpers.class.php:131
3136
  msgid "Greece"
3137
  msgstr "Greece"
3138
 
3139
+ #: ../lib/tribe-view-helpers.class.php:132
3140
  msgid "Greenland"
3141
  msgstr "Greenland"
3142
 
3143
+ #: ../lib/tribe-view-helpers.class.php:133
3144
  msgid "Grenada"
3145
  msgstr "Grenada"
3146
 
3147
+ #: ../lib/tribe-view-helpers.class.php:134
3148
  msgid "Guadeloupe"
3149
  msgstr "Guadeloupe"
3150
 
3151
+ #: ../lib/tribe-view-helpers.class.php:135
3152
  msgid "Guam"
3153
  msgstr "Guam"
3154
 
3155
+ #: ../lib/tribe-view-helpers.class.php:136
3156
  msgid "Guatemala"
3157
  msgstr "Guatemala"
3158
 
3159
+ #: ../lib/tribe-view-helpers.class.php:137
3160
  msgid "Guinea"
3161
  msgstr "Guinea"
3162
 
3163
+ #: ../lib/tribe-view-helpers.class.php:138
3164
  msgid "Guinea-Bissau"
3165
  msgstr "Guinea-Bissau"
3166
 
3167
+ #: ../lib/tribe-view-helpers.class.php:139
3168
  msgid "Guyana"
3169
  msgstr "Guyana"
3170
 
3171
+ #: ../lib/tribe-view-helpers.class.php:140
3172
  msgid "Haiti"
3173
  msgstr "Haiti"
3174
 
3175
+ #: ../lib/tribe-view-helpers.class.php:141
3176
  msgid "Heard And Mc Donald Islands"
3177
  msgstr "Heard And Mc Donald Islands"
3178
 
3179
+ #: ../lib/tribe-view-helpers.class.php:142
3180
  msgid "Holy See (Vatican City State)"
3181
  msgstr "Holy See (Vatican City State)"
3182
 
3183
+ #: ../lib/tribe-view-helpers.class.php:143
3184
  msgid "Honduras"
3185
  msgstr "Honduras"
3186
 
3187
+ #: ../lib/tribe-view-helpers.class.php:144
3188
  msgid "Hong Kong"
3189
  msgstr "Hong Kong"
3190
 
3191
+ #: ../lib/tribe-view-helpers.class.php:145
3192
  msgid "Hungary"
3193
  msgstr "Hungary"
3194
 
3195
+ #: ../lib/tribe-view-helpers.class.php:146
3196
  msgid "Iceland"
3197
  msgstr "Iceland"
3198
 
3199
+ #: ../lib/tribe-view-helpers.class.php:147
3200
  msgid "India"
3201
  msgstr "India"
3202
 
3203
+ #: ../lib/tribe-view-helpers.class.php:148
3204
  msgid "Indonesia"
3205
  msgstr "Indonesia"
3206
 
3207
+ #: ../lib/tribe-view-helpers.class.php:149
3208
  msgid "Iran (Islamic Republic Of)"
3209
  msgstr "Iran (Islamic Republic Of)"
3210
 
3211
+ #: ../lib/tribe-view-helpers.class.php:150
3212
  msgid "Iraq"
3213
  msgstr "Iraq"
3214
 
3215
+ #: ../lib/tribe-view-helpers.class.php:151
3216
  msgid "Ireland"
3217
  msgstr "Ireland"
3218
 
3219
+ #: ../lib/tribe-view-helpers.class.php:152
3220
  msgid "Israel"
3221
  msgstr "Israel"
3222
 
3223
+ #: ../lib/tribe-view-helpers.class.php:153
3224
  msgid "Italy"
3225
  msgstr "Italy"
3226
 
3227
+ #: ../lib/tribe-view-helpers.class.php:154
3228
  msgid "Jamaica"
3229
  msgstr "Jamaica"
3230
 
3231
+ #: ../lib/tribe-view-helpers.class.php:155
3232
  msgid "Japan"
3233
  msgstr "Japan"
3234
 
3235
+ #: ../lib/tribe-view-helpers.class.php:156
3236
  msgid "Jordan"
3237
  msgstr "Jordan"
3238
 
3239
+ #: ../lib/tribe-view-helpers.class.php:157
3240
  msgid "Kazakhstan"
3241
  msgstr "Kazakhstan"
3242
 
3243
+ #: ../lib/tribe-view-helpers.class.php:158
3244
  msgid "Kenya"
3245
  msgstr "Kenya"
3246
 
3247
+ #: ../lib/tribe-view-helpers.class.php:159
3248
  msgid "Kiribati"
3249
  msgstr "Kiribati"
3250
 
3251
+ #: ../lib/tribe-view-helpers.class.php:160
3252
  msgid "Korea, Democratic People's Republic Of"
3253
  msgstr "Korea, Democratic People's Republic Of"
3254
 
3255
+ #: ../lib/tribe-view-helpers.class.php:161
3256
  msgid "Korea, Republic Of"
3257
  msgstr "Korea, Republic Of"
3258
 
3259
+ #: ../lib/tribe-view-helpers.class.php:162
3260
  msgid "Kuwait"
3261
  msgstr "Kuwait"
3262
 
3263
+ #: ../lib/tribe-view-helpers.class.php:163
3264
  msgid "Kyrgyzstan"
3265
  msgstr "Kyrgyzstan"
3266
 
3267
+ #: ../lib/tribe-view-helpers.class.php:164
3268
  msgid "Lao People's Democratic Republic"
3269
  msgstr "Lao People's Democratic Republic"
3270
 
3271
+ #: ../lib/tribe-view-helpers.class.php:165
3272
  msgid "Latvia"
3273
  msgstr "Latvia"
3274
 
3275
+ #: ../lib/tribe-view-helpers.class.php:166
3276
  msgid "Lebanon"
3277
  msgstr "Lebanon"
3278
 
3279
+ #: ../lib/tribe-view-helpers.class.php:167
3280
  msgid "Lesotho"
3281
  msgstr "Lesotho"
3282
 
3283
+ #: ../lib/tribe-view-helpers.class.php:168
3284
  msgid "Liberia"
3285
  msgstr "Liberia"
3286
 
3287
+ #: ../lib/tribe-view-helpers.class.php:169
3288
  msgid "Libya"
3289
  msgstr "Libya"
3290
 
3291
+ #: ../lib/tribe-view-helpers.class.php:170
3292
  msgid "Liechtenstein"
3293
  msgstr "Liechtenstein"
3294
 
3295
+ #: ../lib/tribe-view-helpers.class.php:171
3296
  msgid "Lithuania"
3297
  msgstr "Lithuania"
3298
 
3299
+ #: ../lib/tribe-view-helpers.class.php:172
3300
  msgid "Luxembourg"
3301
  msgstr "Luxembourg"
3302
 
3303
+ #: ../lib/tribe-view-helpers.class.php:173
3304
  msgid "Macau"
3305
  msgstr "Macau"
3306
 
3307
+ #: ../lib/tribe-view-helpers.class.php:174
3308
  msgid "Macedonia"
3309
  msgstr "Macedonia"
3310
 
3311
+ #: ../lib/tribe-view-helpers.class.php:175
3312
  msgid "Madagascar"
3313
  msgstr "Madagascar"
3314
 
3315
+ #: ../lib/tribe-view-helpers.class.php:176
3316
  msgid "Malawi"
3317
  msgstr "Malawi"
3318
 
3319
+ #: ../lib/tribe-view-helpers.class.php:177
3320
  msgid "Malaysia"
3321
  msgstr "Malaysia"
3322
 
3323
+ #: ../lib/tribe-view-helpers.class.php:178
3324
  msgid "Maldives"
3325
  msgstr "Maldives"
3326
 
3327
+ #: ../lib/tribe-view-helpers.class.php:179
3328
  msgid "Mali"
3329
  msgstr "Mali"
3330
 
3331
+ #: ../lib/tribe-view-helpers.class.php:180
3332
  msgid "Malta"
3333
  msgstr "Malta"
3334
 
3335
+ #: ../lib/tribe-view-helpers.class.php:181
3336
  msgid "Marshall Islands"
3337
  msgstr "Marshall Islands"
3338
 
3339
+ #: ../lib/tribe-view-helpers.class.php:182
3340
  msgid "Martinique"
3341
  msgstr "Martinique"
3342
 
3343
+ #: ../lib/tribe-view-helpers.class.php:183
3344
  msgid "Mauritania"
3345
  msgstr "Mauritania"
3346
 
3347
+ #: ../lib/tribe-view-helpers.class.php:184
3348
  msgid "Mauritius"
3349
  msgstr "Mauritius"
3350
 
3351
+ #: ../lib/tribe-view-helpers.class.php:185
3352
  msgid "Mayotte"
3353
  msgstr "Mayotte"
3354
 
3355
+ #: ../lib/tribe-view-helpers.class.php:186
3356
  msgid "Mexico"
3357
  msgstr "Mexico"
3358
 
3359
+ #: ../lib/tribe-view-helpers.class.php:187
3360
  msgid "Micronesia, Federated States Of"
3361
  msgstr "Micronesia, Federated States Of"
3362
 
3363
+ #: ../lib/tribe-view-helpers.class.php:188
3364
  msgid "Moldova, Republic Of"
3365
  msgstr "Moldova, Republic Of"
3366
 
3367
+ #: ../lib/tribe-view-helpers.class.php:189
3368
  msgid "Monaco"
3369
  msgstr "Monaco"
3370
 
3371
+ #: ../lib/tribe-view-helpers.class.php:190
3372
  msgid "Mongolia"
3373
  msgstr "Mongolia"
3374
 
3375
+ #: ../lib/tribe-view-helpers.class.php:191
3376
  msgid "Montenegro"
3377
  msgstr "Montenegro"
3378
 
3379
+ #: ../lib/tribe-view-helpers.class.php:192
3380
  msgid "Montserrat"
3381
  msgstr "Montserrat"
3382
 
3383
+ #: ../lib/tribe-view-helpers.class.php:193
3384
  msgid "Morocco"
3385
  msgstr "Morocco"
3386
 
3387
+ #: ../lib/tribe-view-helpers.class.php:194
3388
  msgid "Mozambique"
3389
  msgstr "Mozambique"
3390
 
3391
+ #: ../lib/tribe-view-helpers.class.php:195
3392
  msgid "Myanmar"
3393
  msgstr "Myanmar"
3394
 
3395
+ #: ../lib/tribe-view-helpers.class.php:196
3396
  msgid "Namibia"
3397
  msgstr "Namibia"
3398
 
3399
+ #: ../lib/tribe-view-helpers.class.php:197
3400
  msgid "Nauru"
3401
  msgstr "Nauru"
3402
 
3403
+ #: ../lib/tribe-view-helpers.class.php:198
3404
  msgid "Nepal"
3405
  msgstr "Nepal"
3406
 
3407
+ #: ../lib/tribe-view-helpers.class.php:199
3408
  msgid "Netherlands"
3409
  msgstr "Netherlands"
3410
 
3411
+ #: ../lib/tribe-view-helpers.class.php:200
3412
  msgid "Netherlands Antilles"
3413
  msgstr "Netherlands Antilles"
3414
 
3415
+ #: ../lib/tribe-view-helpers.class.php:201
3416
  msgid "New Caledonia"
3417
  msgstr "New Caledonia"
3418
 
3419
+ #: ../lib/tribe-view-helpers.class.php:202
3420
  msgid "New Zealand"
3421
  msgstr "New Zealand"
3422
 
3423
+ #: ../lib/tribe-view-helpers.class.php:203
3424
  msgid "Nicaragua"
3425
  msgstr "Nicaragua"
3426
 
3427
+ #: ../lib/tribe-view-helpers.class.php:204
3428
  msgid "Niger"
3429
  msgstr "Niger"
3430
 
3431
+ #: ../lib/tribe-view-helpers.class.php:205
3432
  msgid "Nigeria"
3433
  msgstr "Nigeria"
3434
 
3435
+ #: ../lib/tribe-view-helpers.class.php:206
3436
  msgid "Niue"
3437
  msgstr "Niue"
3438
 
3439
+ #: ../lib/tribe-view-helpers.class.php:207
3440
  msgid "Norfolk Island"
3441
  msgstr "Norfolk Island"
3442
 
3443
+ #: ../lib/tribe-view-helpers.class.php:208
3444
  msgid "Northern Mariana Islands"
3445
  msgstr "Northern Mariana Islands"
3446
 
3447
+ #: ../lib/tribe-view-helpers.class.php:209
3448
  msgid "Norway"
3449
  msgstr "Norway"
3450
 
3451
+ #: ../lib/tribe-view-helpers.class.php:210
3452
  msgid "Oman"
3453
  msgstr "Oman"
3454
 
3455
+ #: ../lib/tribe-view-helpers.class.php:211
3456
  msgid "Pakistan"
3457
  msgstr "Pakistan"
3458
 
3459
+ #: ../lib/tribe-view-helpers.class.php:212
3460
  msgid "Palau"
3461
  msgstr "Palau"
3462
 
3463
+ #: ../lib/tribe-view-helpers.class.php:213
3464
  msgid "Panama"
3465
  msgstr "Panama"
3466
 
3467
+ #: ../lib/tribe-view-helpers.class.php:214
3468
  msgid "Papua New Guinea"
3469
  msgstr "Papua New Guinea"
3470
 
3471
+ #: ../lib/tribe-view-helpers.class.php:215
3472
  msgid "Paraguay"
3473
  msgstr "Paraguay"
3474
 
3475
+ #: ../lib/tribe-view-helpers.class.php:216
3476
  msgid "Peru"
3477
  msgstr "Peru"
3478
 
3479
+ #: ../lib/tribe-view-helpers.class.php:217
3480
  msgid "Philippines"
3481
  msgstr "Philippines"
3482
 
3483
+ #: ../lib/tribe-view-helpers.class.php:218
3484
  msgid "Pitcairn"
3485
  msgstr "Pitcairn"
3486
 
3487
+ #: ../lib/tribe-view-helpers.class.php:219
3488
  msgid "Poland"
3489
  msgstr "Poland"
3490
 
3491
+ #: ../lib/tribe-view-helpers.class.php:220
3492
  msgid "Portugal"
3493
  msgstr "Portugal"
3494
 
3495
+ #: ../lib/tribe-view-helpers.class.php:221
3496
  msgid "Puerto Rico"
3497
  msgstr "Puerto Rico"
3498
 
3499
+ #: ../lib/tribe-view-helpers.class.php:222
3500
  msgid "Qatar"
3501
  msgstr "Qatar"
3502
 
3503
+ #: ../lib/tribe-view-helpers.class.php:223
3504
  msgid "Reunion"
3505
  msgstr "Reunion"
3506
 
3507
+ #: ../lib/tribe-view-helpers.class.php:224
3508
  msgid "Romania"
3509
  msgstr "Romania"
3510
 
3511
+ #: ../lib/tribe-view-helpers.class.php:225
3512
  msgid "Russian Federation"
3513
  msgstr "Russian Federation"
3514
 
3515
+ #: ../lib/tribe-view-helpers.class.php:226
3516
  msgid "Rwanda"
3517
  msgstr "Rwanda"
3518
 
3519
+ #: ../lib/tribe-view-helpers.class.php:227
3520
  msgid "Saint Kitts And Nevis"
3521
  msgstr "Saint Kitts And Nevis"
3522
 
3523
+ #: ../lib/tribe-view-helpers.class.php:228
3524
  msgid "Saint Lucia"
3525
  msgstr "Saint Lucia"
3526
 
3527
+ #: ../lib/tribe-view-helpers.class.php:229
3528
  msgid "Saint Vincent And The Grenadines"
3529
  msgstr "Saint Vincent And The Grenadines"
3530
 
3531
+ #: ../lib/tribe-view-helpers.class.php:230
3532
  msgid "Samoa"
3533
  msgstr "Samoa"
3534
 
3535
+ #: ../lib/tribe-view-helpers.class.php:231
3536
  msgid "San Marino"
3537
  msgstr "San Marino"
3538
 
3539
+ #: ../lib/tribe-view-helpers.class.php:232
3540
  msgid "Sao Tome And Principe"
3541
  msgstr "Sao Tome And Principe"
3542
 
3543
+ #: ../lib/tribe-view-helpers.class.php:233
3544
  msgid "Saudi Arabia"
3545
  msgstr "Saudi Arabia"
3546
 
3547
+ #: ../lib/tribe-view-helpers.class.php:234
3548
  msgid "Senegal"
3549
  msgstr "Senegal"
3550
 
3551
+ #: ../lib/tribe-view-helpers.class.php:235
3552
  msgid "Serbia"
3553
  msgstr "Serbia"
3554
 
3555
+ #: ../lib/tribe-view-helpers.class.php:236
3556
  msgid "Seychelles"
3557
  msgstr "Seychelles"
3558
 
3559
+ #: ../lib/tribe-view-helpers.class.php:237
3560
  msgid "Sierra Leone"
3561
  msgstr "Sierra Leone"
3562
 
3563
+ #: ../lib/tribe-view-helpers.class.php:238
3564
  msgid "Singapore"
3565
  msgstr "Singapore"
3566
 
3567
+ #: ../lib/tribe-view-helpers.class.php:239
3568
  msgid "Slovakia (Slovak Republic)"
3569
  msgstr "Slovakia (Slovak Republic)"
3570
 
3571
+ #: ../lib/tribe-view-helpers.class.php:240
3572
  msgid "Slovenia"
3573
  msgstr "Slovenia"
3574
 
3575
+ #: ../lib/tribe-view-helpers.class.php:241
3576
  msgid "Solomon Islands"
3577
  msgstr "Solomon Islands"
3578
 
3579
+ #: ../lib/tribe-view-helpers.class.php:242
3580
  msgid "Somalia"
3581
  msgstr "Somalia"
3582
 
3583
+ #: ../lib/tribe-view-helpers.class.php:243
3584
  msgid "South Africa"
3585
  msgstr "South Africa"
3586
 
3587
+ #: ../lib/tribe-view-helpers.class.php:244
3588
  msgid "South Georgia, South Sandwich Islands"
3589
  msgstr "South Georgia, South Sandwich Islands"
3590
 
3591
+ #: ../lib/tribe-view-helpers.class.php:245
3592
  msgid "Spain"
3593
  msgstr "Spain"
3594
 
3595
+ #: ../lib/tribe-view-helpers.class.php:246
3596
  msgid "Sri Lanka"
3597
  msgstr "Sri Lanka"
3598
 
3599
+ #: ../lib/tribe-view-helpers.class.php:247
3600
  msgid "St. Helena"
3601
  msgstr "St. Helena"
3602
 
3603
+ #: ../lib/tribe-view-helpers.class.php:248
3604
  msgid "St. Pierre And Miquelon"
3605
  msgstr "St. Pierre And Miquelon"
3606
 
3607
+ #: ../lib/tribe-view-helpers.class.php:249
3608
  msgid "Sudan"
3609
  msgstr "Sudan"
3610
 
3611
+ #: ../lib/tribe-view-helpers.class.php:250
3612
  msgid "Suriname"
3613
  msgstr "Suriname"
3614
 
3615
+ #: ../lib/tribe-view-helpers.class.php:251
3616
  msgid "Svalbard And Jan Mayen Islands"
3617
  msgstr "Svalbard And Jan Mayen Islands"
3618
 
3619
+ #: ../lib/tribe-view-helpers.class.php:252
3620
  msgid "Swaziland"
3621
  msgstr "Swaziland"
3622
 
3623
+ #: ../lib/tribe-view-helpers.class.php:253
3624
  msgid "Sweden"
3625
  msgstr "Sweden"
3626
 
3627
+ #: ../lib/tribe-view-helpers.class.php:254
3628
  msgid "Switzerland"
3629
  msgstr "Switzerland"
3630
 
3631
+ #: ../lib/tribe-view-helpers.class.php:255
3632
  msgid "Syrian Arab Republic"
3633
  msgstr "Syrian Arab Republic"
3634
 
3635
+ #: ../lib/tribe-view-helpers.class.php:256
3636
  msgid "Taiwan"
3637
  msgstr "Taiwan"
3638
 
3639
+ #: ../lib/tribe-view-helpers.class.php:257
3640
  msgid "Tajikistan"
3641
  msgstr "Tajikistan"
3642
 
3643
+ #: ../lib/tribe-view-helpers.class.php:258
3644
  msgid "Tanzania, United Republic Of"
3645
  msgstr "Tanzania, United Republic Of"
3646
 
3647
+ #: ../lib/tribe-view-helpers.class.php:259
3648
  msgid "Thailand"
3649
  msgstr "Thailand"
3650
 
3651
+ #: ../lib/tribe-view-helpers.class.php:260
3652
  msgid "Togo"
3653
  msgstr "Togo"
3654
 
3655
+ #: ../lib/tribe-view-helpers.class.php:261
3656
  msgid "Tokelau"
3657
  msgstr "Tokelau"
3658
 
3659
+ #: ../lib/tribe-view-helpers.class.php:262
3660
  msgid "Tonga"
3661
  msgstr "Tonga"
3662
 
3663
+ #: ../lib/tribe-view-helpers.class.php:263
3664
  msgid "Trinidad And Tobago"
3665
  msgstr "Trinidad And Tobago"
3666
 
3667
+ #: ../lib/tribe-view-helpers.class.php:264
3668
  msgid "Tunisia"
3669
  msgstr "Tunisia"
3670
 
3671
+ #: ../lib/tribe-view-helpers.class.php:265
3672
  msgid "Turkey"
3673
  msgstr "Turkey"
3674
 
3675
+ #: ../lib/tribe-view-helpers.class.php:266
3676
  msgid "Turkmenistan"
3677
  msgstr "Turkmenistan"
3678
 
3679
+ #: ../lib/tribe-view-helpers.class.php:267
3680
  msgid "Turks And Caicos Islands"
3681
  msgstr "Turks And Caicos Islands"
3682
 
3683
+ #: ../lib/tribe-view-helpers.class.php:268
3684
  msgid "Tuvalu"
3685
  msgstr "Tuvalu"
3686
 
3687
+ #: ../lib/tribe-view-helpers.class.php:269
3688
  msgid "Uganda"
3689
  msgstr "Uganda"
3690
 
3691
+ #: ../lib/tribe-view-helpers.class.php:270
3692
  msgid "Ukraine"
3693
  msgstr "Ukraine"
3694
 
3695
+ #: ../lib/tribe-view-helpers.class.php:271
3696
  msgid "United Arab Emirates"
3697
  msgstr "United Arab Emirates"
3698
 
3699
+ #: ../lib/tribe-view-helpers.class.php:272
3700
  msgid "United Kingdom"
3701
  msgstr "United Kingdom"
3702
 
3703
+ #: ../lib/tribe-view-helpers.class.php:273
3704
  msgid "United States Minor Outlying Islands"
3705
  msgstr "United States Minor Outlying Islands"
3706
 
3707
+ #: ../lib/tribe-view-helpers.class.php:274
3708
  msgid "Uruguay"
3709
  msgstr "Uruguay"
3710
 
3711
+ #: ../lib/tribe-view-helpers.class.php:275
3712
  msgid "Uzbekistan"
3713
  msgstr "Uzbekistan"
3714
 
3715
+ #: ../lib/tribe-view-helpers.class.php:276
3716
  msgid "Vanuatu"
3717
  msgstr "Vanuatu"
3718
 
3719
+ #: ../lib/tribe-view-helpers.class.php:277
3720
  msgid "Venezuela"
3721
  msgstr "Venezuela"
3722
 
3723
+ #: ../lib/tribe-view-helpers.class.php:278
3724
  msgid "Viet Nam"
3725
  msgstr "Viet Nam"
3726
 
3727
+ #: ../lib/tribe-view-helpers.class.php:279
3728
  msgid "Virgin Islands (British)"
3729
  msgstr "Virgin Islands (British)"
3730
 
3731
+ #: ../lib/tribe-view-helpers.class.php:280
3732
  msgid "Virgin Islands (U.S.)"
3733
  msgstr "Virgin Islands (U.S.)"
3734
 
3735
+ #: ../lib/tribe-view-helpers.class.php:281
3736
  msgid "Wallis And Futuna Islands"
3737
  msgstr "Wallis And Futuna Islands"
3738
 
3739
+ #: ../lib/tribe-view-helpers.class.php:282
3740
  msgid "Western Sahara"
3741
  msgstr "Western Sahara"
3742
 
3743
+ #: ../lib/tribe-view-helpers.class.php:283
3744
  msgid "Yemen"
3745
  msgstr "Yemen"
3746
 
3747
+ #: ../lib/tribe-view-helpers.class.php:284
3748
  msgid "Zambia"
3749
  msgstr "Zambia"
3750
 
3751
+ #: ../lib/tribe-view-helpers.class.php:285
3752
  msgid "Zimbabwe"
3753
  msgstr "Zimbabwe"
3754
 
3755
+ #: ../lib/tribe-view-helpers.class.php:316
3756
  msgid "Alabama"
3757
  msgstr "Alabama"
3758
 
3759
+ #: ../lib/tribe-view-helpers.class.php:317
3760
  msgid "Alaska"
3761
  msgstr "Alaska"
3762
 
3763
+ #: ../lib/tribe-view-helpers.class.php:318
3764
  msgid "Arizona"
3765
  msgstr "Arizona"
3766
 
3767
+ #: ../lib/tribe-view-helpers.class.php:319
3768
  msgid "Arkansas"
3769
  msgstr "Arkansas"
3770
 
3771
+ #: ../lib/tribe-view-helpers.class.php:320
3772
  msgid "California"
3773
  msgstr "California"
3774
 
3775
+ #: ../lib/tribe-view-helpers.class.php:321
3776
  msgid "Colorado"
3777
  msgstr "Colorado"
3778
 
3779
+ #: ../lib/tribe-view-helpers.class.php:322
3780
  msgid "Connecticut"
3781
  msgstr "Connecticut"
3782
 
3783
+ #: ../lib/tribe-view-helpers.class.php:323
3784
  msgid "Delaware"
3785
  msgstr "Delaware"
3786
 
3787
+ #: ../lib/tribe-view-helpers.class.php:324
3788
  msgid "District of Columbia"
3789
  msgstr "District of Columbia"
3790
 
3791
+ #: ../lib/tribe-view-helpers.class.php:325
3792
  msgid "Florida"
3793
  msgstr "Florida"
3794
 
3795
+ #: ../lib/tribe-view-helpers.class.php:327
3796
  msgid "Hawaii"
3797
  msgstr "Hawaii"
3798
 
3799
+ #: ../lib/tribe-view-helpers.class.php:328
3800
  msgid "Idaho"
3801
  msgstr "Idaho"
3802
 
3803
+ #: ../lib/tribe-view-helpers.class.php:329
3804
  msgid "Illinois"
3805
  msgstr "Illinois"
3806
 
3807
+ #: ../lib/tribe-view-helpers.class.php:330
3808
  msgid "Indiana"
3809
  msgstr "Indiana"
3810
 
3811
+ #: ../lib/tribe-view-helpers.class.php:331
3812
  msgid "Iowa"
3813
  msgstr "Iowa"
3814
 
3815
+ #: ../lib/tribe-view-helpers.class.php:332
3816
  msgid "Kansas"
3817
  msgstr "Kansas"
3818
 
3819
+ #: ../lib/tribe-view-helpers.class.php:333
3820
  msgid "Kentucky"
3821
  msgstr "Kentucky"
3822
 
3823
+ #: ../lib/tribe-view-helpers.class.php:334
3824
  msgid "Louisiana"
3825
  msgstr "Louisiana"
3826
 
3827
+ #: ../lib/tribe-view-helpers.class.php:335
3828
  msgid "Maine"
3829
  msgstr "Maine"
3830
 
3831
+ #: ../lib/tribe-view-helpers.class.php:336
3832
  msgid "Maryland"
3833
  msgstr "Maryland"
3834
 
3835
+ #: ../lib/tribe-view-helpers.class.php:337
3836
  msgid "Massachusetts"
3837
  msgstr "Massachusetts"
3838
 
3839
+ #: ../lib/tribe-view-helpers.class.php:338
3840
  msgid "Michigan"
3841
  msgstr "Michigan"
3842
 
3843
+ #: ../lib/tribe-view-helpers.class.php:339
3844
  msgid "Minnesota"
3845
  msgstr "Minnesota"
3846
 
3847
+ #: ../lib/tribe-view-helpers.class.php:340
3848
  msgid "Mississippi"
3849
  msgstr "Mississippi"
3850
 
3851
+ #: ../lib/tribe-view-helpers.class.php:341
3852
  msgid "Missouri"
3853
  msgstr "Missouri"
3854
 
3855
+ #: ../lib/tribe-view-helpers.class.php:342
3856
  msgid "Montana"
3857
  msgstr "Montana"
3858
 
3859
+ #: ../lib/tribe-view-helpers.class.php:343
3860
  msgid "Nebraska"
3861
  msgstr "Nebraska"
3862
 
3863
+ #: ../lib/tribe-view-helpers.class.php:344
3864
  msgid "Nevada"
3865
  msgstr "Nevada"
3866
 
3867
+ #: ../lib/tribe-view-helpers.class.php:345
3868
  msgid "New Hampshire"
3869
  msgstr "New Hampshire"
3870
 
3871
+ #: ../lib/tribe-view-helpers.class.php:346
3872
  msgid "New Jersey"
3873
  msgstr "New Jersey"
3874
 
3875
+ #: ../lib/tribe-view-helpers.class.php:347
3876
  msgid "New Mexico"
3877
  msgstr "New Mexico"
3878
 
3879
+ #: ../lib/tribe-view-helpers.class.php:348
3880
  msgid "New York"
3881
  msgstr "New York"
3882
 
3883
+ #: ../lib/tribe-view-helpers.class.php:349
3884
  msgid "North Carolina"
3885
  msgstr "North Carolina"
3886
 
3887
+ #: ../lib/tribe-view-helpers.class.php:350
3888
  msgid "North Dakota"
3889
  msgstr "North Dakota"
3890
 
3891
+ #: ../lib/tribe-view-helpers.class.php:351
3892
  msgid "Ohio"
3893
  msgstr "Ohio"
3894
 
3895
+ #: ../lib/tribe-view-helpers.class.php:352
3896
  msgid "Oklahoma"
3897
  msgstr "Oklahoma"
3898
 
3899
+ #: ../lib/tribe-view-helpers.class.php:353
3900
  msgid "Oregon"
3901
  msgstr "Oregon"
3902
 
3903
+ #: ../lib/tribe-view-helpers.class.php:354
3904
  msgid "Pennsylvania"
3905
  msgstr "Pennsylvania"
3906
 
3907
+ #: ../lib/tribe-view-helpers.class.php:355
3908
  msgid "Rhode Island"
3909
  msgstr "Rhode Island"
3910
 
3911
+ #: ../lib/tribe-view-helpers.class.php:356
3912
  msgid "South Carolina"
3913
  msgstr "South Carolina"
3914
 
3915
+ #: ../lib/tribe-view-helpers.class.php:357
3916
  msgid "South Dakota"
3917
  msgstr "South Dakota"
3918
 
3919
+ #: ../lib/tribe-view-helpers.class.php:358
3920
  msgid "Tennessee"
3921
  msgstr "Tennessee"
3922
 
3923
+ #: ../lib/tribe-view-helpers.class.php:359
3924
  msgid "Texas"
3925
  msgstr "Texas"
3926
 
3927
+ #: ../lib/tribe-view-helpers.class.php:360
3928
  msgid "Utah"
3929
  msgstr "Utah"
3930
 
3931
+ #: ../lib/tribe-view-helpers.class.php:361
3932
  msgid "Vermont"
3933
  msgstr "Vermont"
3934
 
3935
+ #: ../lib/tribe-view-helpers.class.php:362
3936
  msgid "Virginia"
3937
  msgstr "Virginia"
3938
 
3939
+ #: ../lib/tribe-view-helpers.class.php:363
3940
  msgid "Washington"
3941
  msgstr "Washington"
3942
 
3943
+ #: ../lib/tribe-view-helpers.class.php:364
3944
  msgid "West Virginia"
3945
  msgstr "West Virginia"
3946
 
3947
+ #: ../lib/tribe-view-helpers.class.php:365
3948
  msgid "Wisconsin"
3949
  msgstr "Wisconsin"
3950
 
3951
+ #: ../lib/tribe-view-helpers.class.php:366
3952
  msgid "Wyoming"
3953
  msgstr "Wyoming"
3954
 
3955
+ #: ../lib/widget-list.class.php:26
3956
  msgid "A widget that displays upcoming events."
3957
  msgstr "Widget, sem sýnir komandi viðburði."
3958
 
3959
+ #: ../lib/widget-list.class.php:34
3960
  msgid "Events List"
3961
  msgstr "Listi viðburða"
3962
 
3963
+ #: ../lib/widget-list.class.php:162 ../public/template-tags/loop.php:129
3964
+ msgid "Upcoming Events"
3965
+ msgstr "Komandi viðburðir"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3966
 
3967
+ #: ../public/advanced-functions/meta.php:42
3968
+ #: ../public/advanced-functions/meta.php:74
3969
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:61
3970
  msgid "Start:"
3971
  msgstr "Byrja:"
3972
 
3973
+ #: ../public/advanced-functions/meta.php:51
3974
+ #: ../public/advanced-functions/meta.php:83
3975
+ #: ../views/modules/meta/details.php:41 ../views/modules/meta/details.php:66
3976
  msgid "End:"
3977
  msgstr "Enda:"
3978
 
3979
+ #: ../public/advanced-functions/meta.php:62
3980
+ #: ../public/advanced-functions/meta.php:94
3981
+ #: ../views/modules/meta/details.php:51 ../views/modules/meta/details.php:76
3982
  msgid "Date:"
3983
  msgstr "Dagsetn:"
3984
 
3985
+ #: ../public/advanced-functions/meta.php:105
3986
+ #: ../public/advanced-functions/meta.php:116
3987
+ #: ../views/modules/meta/details.php:81
3988
+ msgid "Time:"
3989
+ msgstr "Tími"
3990
+
3991
+ #: ../public/advanced-functions/meta.php:329
3992
+ #: ../public/template-tags/google-map.php:44
3993
  msgid "Click to view a Google Map"
3994
  msgstr "Smellið til að skoða Google Map"
3995
 
3996
+ #: ../public/advanced-functions/meta.php:330
3997
+ #: ../public/template-tags/google-map.php:45
3998
  msgid "+ Google Map"
3999
  msgstr "+ Google Map"
4000
 
4001
+ #: ../public/advanced-functions/meta.php:343
4002
+ #: ../views/modules/meta/details.php:13
4003
  msgid "Details"
4004
  msgstr "Upplýsingar"
4005
 
4006
+ #: ../public/advanced-functions/meta.php:403
4007
+ #: ../views/modules/meta/details.php:115
4008
  msgid "Event Tags:"
4009
  msgstr "Viðburðar merki:"
4010
 
4011
+ #: ../public/advanced-functions/meta.php:433
4012
  msgid "Origin:"
4013
  msgstr "Uppruni:"
4014
 
4015
+ #: ../public/advanced-functions/meta.php:594
4016
  msgid "Event:"
4017
  msgstr "Viðburður:"
4018
 
4019
+ #: ../public/template-tags/day.php:103
4020
+ msgid "<span>&laquo;</span> Previous Day"
4021
+ msgstr "<span>&laquo;</span> Fyrri dagur"
4022
+
4023
+ #: ../public/template-tags/day.php:105
4024
+ msgid "Next Day <span>&raquo;</span>"
4025
+ msgstr "Næsti dagur <span>&raquo;</span>"
4026
+
4027
+ #: ../public/template-tags/day.php:107
4028
+ msgid "Yesterday"
4029
+ msgstr "Í gær"
4030
+
4031
+ #: ../public/template-tags/day.php:109
4032
+ msgid "Tomorrow"
4033
+ msgstr "Á morgun"
4034
+
4035
+ #: ../public/template-tags/deprecated.php:1283
4036
  msgid "Category"
4037
  msgstr "Flokkur"
4038
 
4039
+ #: ../public/template-tags/general.php:385
4040
  msgid "Tags:"
4041
  msgstr "Merki:"
4042
 
4043
+ #: ../public/template-tags/general.php:489
4044
  msgid "Loading Events"
4045
  msgstr "Hleð viðburðum"
4046
 
4047
+ #: ../public/template-tags/general.php:679
4048
  msgid "Free"
4049
  msgstr "Frítt"
4050
 
4051
+ #: ../public/template-tags/general.php:1336
 
 
 
 
 
 
 
 
4052
  #, php-format
4053
  msgid "Calendar powered by %sThe Events Calendar%s"
4054
  msgstr "Dagatal keyrt af %sThe Events Calendar%s"
4055
 
4056
+ #: ../public/template-tags/loop.php:134
4057
+ #, fuzzy, php-format
4058
+ msgid "Events for %1$s - %2$s"
4059
+ msgstr "Viðburðir fyrir %1$stilogmeð%2$s"
4060
+
4061
+ #: ../public/template-tags/loop.php:136
4062
+ msgid "Past Events"
4063
+ msgstr "Liðnir viðburðir"
4064
 
4065
+ #: ../public/template-tags/loop.php:141
4066
  #, php-format
4067
+ msgid "Events for %s"
4068
+ msgstr "Viðburðir fyrir %s"
4069
 
4070
+ #: ../public/template-tags/loop.php:148
4071
+ msgid "Events for"
4072
  msgstr "Viðburðir fyrir"
4073
 
4074
  #: ../public/template-tags/options.php:20
4076
  msgid "Your current Events URL is %s"
4077
  msgstr "URL viðburðar er %s"
4078
 
4079
+ #: ../public/template-tags/options.php:29
4080
  #, php-format
4081
  msgid ""
4082
  "You <strong>cannot</strong> use the same slug as above. The above should "
4085
  "Þú <strong>mátt ekki</strong>nota sama slug og að ofan. Ofangreint ætti að "
4086
  "vera í fleirtölu og þetta eintölu.<br/>URL staks viðburðar er eins og:%s"
4087
 
4088
+ #: ../views/day/nav.php:16
4089
+ msgid "Day Navigation"
4090
+ msgstr "Stjórnun dags"
4091
 
4092
+ #: ../views/day/single-event.php:74 ../views/list/single-event.php:80
4093
+ msgid "Find out more"
4094
+ msgstr "Lesa meira"
4095
 
4096
+ #: ../views/list/nav.php:17
4097
  msgid "Events List Navigation"
4098
  msgstr "Listi viðburðarstýringar"
4099
 
4100
+ #: ../views/list/nav.php:23
4101
+ msgid "<span>&laquo;</span> Previous Events"
4102
+ msgstr "<span>&laquo;</span> Fyrri viðburðir"
4103
 
4104
+ #: ../views/list/nav.php:30
4105
+ msgid "Next Events <span>&raquo;</span>"
4106
+ msgstr "Næsti viðburður <span>&raquo;</span>"
4107
+
4108
+ #: ../views/modules/bar.php:32 ../views/modules/bar.php:63
4109
  msgid "Find Events"
4110
+ msgstr "Finna viðburði"
4111
 
4112
+ #: ../views/modules/bar.php:39
4113
  msgid "Event Views Navigation"
4114
  msgstr "Viðburðar skoðunar stýring"
4115
 
4116
+ #: ../views/modules/bar.php:40
4117
  msgid "View As"
4118
  msgstr "Skoða sem"
4119
 
4121
  msgid "Calendar Month Navigation"
4122
  msgstr "Mánaðardagals stýring"
4123
 
4124
+ #: ../views/month/single-day.php:43
4125
+ #, fuzzy, php-format
4126
+ msgid "View 1 Event"
4127
+ msgid_plural "View All %s Events"
4128
+ msgstr[0] "Skoða viðburð"
4129
+ msgstr[1] "Skoða viðburð"
4130
+
4131
+ #: ../views/single-event.php:24
4132
+ msgid "&laquo; All Events"
4133
+ msgstr "&laquo; Allir viðburðir"
4134
+
4135
+ #: ../views/single-event.php:43 ../views/single-event.php:89
4136
+ msgid "Event Navigation"
4137
+ msgstr "Viðburðar stýringa"
4138
+
4139
+ #: ../views/tickets/attendees-email.php:24
4140
  msgid "Attendee List"
4141
  msgstr "Þáttakenda listi"
4142
 
4143
+ #: ../views/tickets/email.php:37
4144
  msgid "Your tickets"
4145
  msgstr "Miðinn þinn"
4146
 
4147
+ #: ../views/tickets/email.php:321
4148
  msgid "Ticket Type"
4149
  msgstr "Tegund miða"
4150
 
4151
+ #: ../views/tickets/email.php:325
4152
  msgid "Purchaser"
4153
  msgstr "Kaupandi"
4154
 
4155
+ #: ../views/widgets/list-widget.php:63
4156
+ msgid "View All Events"
4157
+ msgstr "Skoða alla viðburði"
4158
+
4159
+ #: ../views/widgets/list-widget.php:70
4160
+ msgid "There are no upcoming events at this time."
4161
+ msgstr "Það er enginn skráður viðburður eins og er."
4162
+
4163
+ #~ msgid "Auditing Information"
4164
+ #~ msgstr "Breytu upplýsingar"
4165
+
4166
+ #~ msgid "Created by:"
4167
+ #~ msgstr "Hannað af:"
4168
+
4169
+ #~ msgid "Audit Trail:"
4170
+ #~ msgstr "Uppfærslu leið:"
4171
+
4172
+ #~ msgid "Events this month"
4173
+ #~ msgstr "Viðburðir í þessum mánuði"
4174
+
4175
+ #~ msgid "Use New "
4176
+ #~ msgstr "Nota nýja"
4177
+
4178
+ #~ msgid "Tribe"
4179
+ #~ msgstr "Tribe"
4180
+
4181
+ #~ msgid ""
4182
+ #~ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make "
4183
+ #~ "sure you have backed up before proceeding any further. You can easily <a "
4184
+ #~ "href=\"%s\">revert to an old version</a> if you want to backup first. "
4185
+ #~ "This upgrade includes two major steps, <a href=\"%s\">migrating data</a> "
4186
+ #~ "&amp; updating your templates as necessary. There have been significant "
4187
+ #~ "changes to the template tags and functions. Check out our <a href=\"%s"
4188
+ #~ "\">walk-through on the upgrade</a> before proceeding and check out the "
4189
+ #~ "FAQ &amp; Knowledge base from the <a href=\"%s\">support page</a>. If "
4190
+ #~ "you're new to The Events Calendar, you may want to review our <a href=\"%s"
4191
+ #~ "\">new user primer</a>.<br/><br/> You have events that need to be "
4192
+ #~ "migrated. Please visit the bottom of the <a href=\"%s\">settings page</"
4193
+ #~ "a> to perform the migration."
4194
+ #~ msgstr ""
4195
+ #~ "Velkomin á Events 2.0! Þessi útgáfa er rosaleg uppfærsla frá 1.6.5. "
4196
+ #~ "Vinsamlega taktu afrit áður en þú heldur áfram. Þú getur hæglega <a href="
4197
+ #~ "\"%s\">bakkað til eldri útgáfu</a> ef þú þarft að taka afrit fyrst. Þessi "
4198
+ #~ "uppfærsla inniheldur tvö risa skref, <a href=\"%s\">migrating data</a> "
4199
+ #~ "&amp; updating your templates as necessary. There have been significant "
4200
+ #~ "changes to the template tags and functions. Check out our <a href=\"%s"
4201
+ #~ "\">walk-through on the upgrade</a> before proceeding and check out the "
4202
+ #~ "FAQ &amp; Knowledge base from the <a href=\"%s\">support page</a>. If "
4203
+ #~ "you're new to The Events Calendar, you may want to review our <a href=\"%s"
4204
+ #~ "\">new user primer</a>.<br/><br/> You have events that need to be "
4205
+ #~ "migrated. Please visit the bottom of the <a href=\"%s\">settings page</"
4206
+ #~ "a> to perform the migration."
4207
+
4208
+ #~ msgid "Upgrade from The Events Calendar"
4209
+ #~ msgstr "Uppfæra frá The Events Calendar"
4210
+
4211
+ #~ msgid ""
4212
+ #~ "It appears that you have some old events calendar data that needs to be "
4213
+ #~ "upgraded. Please be sure to back up your database before initiating the "
4214
+ #~ "upgrade. This process can not be undone."
4215
+ #~ msgstr ""
4216
+ #~ "Þú virðist hafa eldri dagatals upplýsingar sem þarf að uppfæra. "
4217
+ #~ "Vinsamlega taktu afrit áður en þú uppfærir. Ekki er hægt að bakfæra þessa "
4218
+ #~ "aðgerð."
4219
+
4220
+ #~ msgid "Migrate Data!"
4221
+ #~ msgstr "Flytja upplýsingar!"
4222
+
4223
+ #~ msgid "You successfully migrated (%d) entries."
4224
+ #~ msgstr "Flutningur tókst fyrir (%d) skráningar."
4225
+
4226
+ #~ msgid "Install has 1 or more legacy event!"
4227
+ #~ msgstr "Innsetning hefur 1 eða fleiri eldri viðburði!"
4228
+
4229
+ #~ msgid "Events "
4230
+ #~ msgstr "Viðburðir"
4231
+
4232
+ #~ msgid "Event "
4233
+ #~ msgstr "Viðburður"
4234
+
4235
+ #~ msgid "Organizer Name:"
4236
+ #~ msgstr "Nafn skipuleggjanda:"
4237
+
4238
+ #~ msgid "Venue:"
4239
+ #~ msgstr "Staður:"
4240
+
4241
+ #~ msgid "venue"
4242
+ #~ msgstr "staðsetning"
4243
+
4244
+ #~ msgid "No description has been entered for this event."
4245
+ #~ msgstr "Engin lýsing hefur verið sett fyrir þennan viðburð."
4246
+
4247
+ #~ msgid "Add New Venue"
4248
+ #~ msgstr "Bæta við staðsetningu"
4249
+
4250
+ #~ msgid "Edit Venue"
4251
+ #~ msgstr "Lagfæra staðsetningu"
4252
+
4253
+ #~ msgid "New Venue"
4254
+ #~ msgstr "Ný staðsetning"
4255
+
4256
+ #~ msgid "View Venue"
4257
+ #~ msgstr "Skoða staðsetningu"
4258
+
4259
+ #~ msgid "Search Venues"
4260
+ #~ msgstr "Leita að staðsetningum"
4261
+
4262
+ #~ msgid "No venue found"
4263
+ #~ msgstr "Engin staðsetning finnst"
4264
+
4265
+ #~ msgid "No venues found in Trash"
4266
+ #~ msgstr "Engin staðsetning í ruslafötu"
4267
+
4268
+ #~ msgid "Add New Organizer"
4269
+ #~ msgstr "Bæta við skipuleggjanda"
4270
+
4271
+ #~ msgid "Edit Organizer"
4272
+ #~ msgstr "Lagfæra skipuleggjanda"
4273
+
4274
+ #~ msgid "New Organizer"
4275
+ #~ msgstr "Nýr skipuleggjandi"
4276
+
4277
+ #~ msgid "View Organizer"
4278
+ #~ msgstr "Skoða skipuleggjanda"
4279
+
4280
+ #~ msgid "Search Organizers"
4281
+ #~ msgstr "Leita að skipuleggjendum"
4282
+
4283
+ #~ msgid "No organizer found"
4284
+ #~ msgstr "Enginn skipuleggjandi finnst"
4285
+
4286
+ #~ msgid "No organizers found in Trash"
4287
+ #~ msgstr "Enginn skipuleggjandi í ruslafötu"
4288
+
4289
+ #~ msgid "Venue updated. <a href=\"%s\">View venue</a>"
4290
+ #~ msgstr "Staðsetning uppfærð. <a href=\"%s\">Skoða staðsetningu</a>"
4291
+
4292
+ #~ msgid "Venue updated."
4293
+ #~ msgstr "Staðsetning uppfærð"
4294
+
4295
+ #~ msgid "Venue restored to revision from %s"
4296
+ #~ msgstr "Staðsetning endurstillt frá %s"
4297
+
4298
+ #~ msgid "Venue published. <a href=\"%s\">View venue</a>"
4299
+ #~ msgstr "Staðsetning skráð. <a href=\"%s\">Skoða staðsetningu</a>"
4300
+
4301
+ #~ msgid "Venue saved."
4302
+ #~ msgstr "Staðsetning vistuð."
4303
+
4304
+ #~ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
4305
+ #~ msgstr ""
4306
+ #~ "Staðsetning skráð. <a target=\"_blank\" href=\"%s\">Forskoða "
4307
+ #~ "staðsetningu</a>"
4308
+
4309
+ #~ msgid ""
4310
+ #~ "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
4311
+ #~ "\"%2$s\">Preview venue</a>"
4312
+ #~ msgstr ""
4313
+ #~ "Staðsetning áætluð fyrir: <strong>%1$s</strong>. <a target=\"_blank\" "
4314
+ #~ "href=\"%2$s\">Forskoða staðsetningu</a>"
4315
+
4316
+ #~ msgid ""
4317
+ #~ "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
4318
+ #~ msgstr ""
4319
+ #~ "Drög að staðsetningu uppfærð. <a target=\"_blank\" href=\"%s\">Forskoða "
4320
+ #~ "staðsetningu</a>"
4321
+
4322
+ #~ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
4323
+ #~ msgstr "Skipuleggjandi uppfærður. <a href=\"%s\">Skoða skipuleggjanda</a>"
4324
+
4325
+ #~ msgid "Organizer updated."
4326
+ #~ msgstr "Skipuleggjandi uppfærður"
4327
+
4328
+ #~ msgid "Organizer restored to revision from %s"
4329
+ #~ msgstr "Skipuleggjandi uppfærður frá %s"
4330
+
4331
+ #~ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
4332
+ #~ msgstr "Skipuleggjandi skráður. <a href=\"%s\">Skoða skipuleggjanda</a>"
4333
+
4334
+ #~ msgid "Organizer saved."
4335
+ #~ msgstr "Skipuleggjandi vistaður."
4336
+
4337
+ #~ msgid ""
4338
+ #~ "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</"
4339
+ #~ "a>"
4340
+ #~ msgstr ""
4341
+ #~ "Skipuleggjandi skráður inn. <a target=\"_blank\" href=\"%s\">Forskoða "
4342
+ #~ "skipuleggjanda</a>"
4343
+
4344
+ #~ msgid ""
4345
+ #~ "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
4346
+ #~ "\"%2$s\">Preview organizer</a>"
4347
+ #~ msgstr ""
4348
+ #~ "Skipuleggjandi áætlaður fyrir: <strong>%1$s</strong>. <a target=\"_blank"
4349
+ #~ "\" href=\"%2$s\">Forskoða skipuleggjanda</a>"
4350
+
4351
+ #~ msgid ""
4352
+ #~ "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview "
4353
+ #~ "organizer</a>"
4354
+ #~ msgstr ""
4355
+ #~ "Drög að skipuleggjanda uppfærð. <a target=\"_blank\" href=\"%s\">Forskoða "
4356
+ #~ "skipuleggjanda</a>"
4357
+
4358
+ #~ msgid "Use Saved Organizer:"
4359
+ #~ msgstr "Nota vistaðan skipuleggjanda:"
4360
+
4361
+ #~ msgid "My Venues"
4362
+ #~ msgstr "Mín staðsetning"
4363
+
4364
+ #~ msgid "Use New Organizer"
4365
+ #~ msgstr "Nota nýjan skipuleggjanda"
4366
+
4367
+ #~ msgid "My Organizers"
4368
+ #~ msgstr "Mínir skipuleggjendur"
4369
+
4370
+ #~ msgid "Available Organizers"
4371
+ #~ msgstr "Lausir skipuleggjendur"
4372
+
4373
+ #~ msgid "No saved organizer exists."
4374
+ #~ msgstr "Enginn vistaður skipuleggjandi."
4375
+
4376
+ #~ msgid "Organizer Information"
4377
+ #~ msgstr "Skipuleggjanda upplýsingar"
4378
+
4379
+ #~ msgid "&laquo; Previous Events"
4380
+ #~ msgstr "&laquo; Fyrri viðburðir"
4381
+
4382
+ #~ msgid "Next Events &raquo;"
4383
+ #~ msgstr "Næstu viðburðir &raquo;"
4384
+
4385
+ #~ msgid "View All Events in Category"
4386
+ #~ msgstr "Skoða alla viðburði í flokk"
4387
+
4388
+ #~ msgid ""
4389
+ #~ "Would you like to change only this instance of the event, or all future "
4390
+ #~ "events in this series?"
4391
+ #~ msgstr ""
4392
+ #~ "Viltu breyta aðeins þessum hluta viðburðar, eða allri viðburðarseriu?"
4393
+
4394
+ #~ msgid "Only This Event:"
4395
+ #~ msgstr "Aðeins þessum viðburði:"
4396
+
4397
+ #~ msgid "All other future events in the series will remain the same."
4398
+ #~ msgstr "Allir aðrir viðburðir í seríu haldast óbreyttir."
4399
+
4400
+ #~ msgid "All Events:"
4401
+ #~ msgstr "Allir viðburðir:"
4402
+
4403
+ #~ msgid ""
4404
+ #~ "All future events in the series will be changed. Any changes made to "
4405
+ #~ "other events will be kept."
4406
+ #~ msgstr ""
4407
+ #~ "Allir viðburðir í seríunni munu breytast. Breytingar á öðrum viðburður "
4408
+ #~ "halda sér."
4409
+
4410
+ #~ msgid ""
4411
+ #~ "Would you like to delete only this instance of the event, or all future "
4412
+ #~ "events in this series?"
4413
+ #~ msgstr "Viltu eyða þessum hluta viðburðarseríu eða allri seríunni?"
4414
+
4415
+ #~ msgid "All other future events in the series will not be deleted."
4416
+ #~ msgstr "Allir aðrir hlutar viðburðarseríu munu ekki eyðast."
4417
+
4418
+ #~ msgid "All future events in the series will be deleted."
4419
+ #~ msgstr "Allir aðrir hlutar viðburðarseríu mun verða eytt."
4420
+
4421
+ #~ msgid "Enable ajax to live refresh content."
4422
+ #~ msgstr "Vrikja ajax til að endurvekja innihald."
4423
+
4424
+ #~ msgid "WooTickets"
4425
+ #~ msgstr "WooTickets"
4426
+
4427
+ #~ msgid "Documentation"
4428
+ #~ msgstr "Skjöl"
4429
+
4430
+ #~ msgid "FAQ"
4431
+ #~ msgstr "Algengar spurningar"
4432
+
4433
+ #~ msgid "Tutorials"
4434
+ #~ msgstr "Leiðbeiningar"
4435
+
4436
+ #~ msgid "Forums"
4437
+ #~ msgstr "Forums"
4438
+
4439
+ #~ msgid "Events at %s"
4440
+ #~ msgstr "Viðburðir á %s"
4441
+
4442
+ #~ msgid "Unnamed Organizer"
4443
+ #~ msgstr "Nafnlaus skipuleggjandi"
4444
+
4445
+ #~ msgid "View &#8220;%s&#8221;"
4446
+ #~ msgstr "Skoða &#8220;%s&#8221;"
4447
+
4448
+ #~ msgid "Recurring?"
4449
+ #~ msgstr "Endurtekning?"
4450
+
4451
+ #~ msgid "No"
4452
+ #~ msgstr "Nei"
4453
+
4454
+ #~ msgid ""
4455
+ #~ "listed under %s. Check out past events for this category or view the full "
4456
+ #~ "calendar."
4457
+ #~ msgstr ""
4458
+ #~ "vistað undir %s. Skoðið fyrri viðburði í þessum flokk eða skoðið allt "
4459
+ #~ "dagatalið."
4460
+
4461
+ #~ msgid "No upcoming events "
4462
+ #~ msgstr "Enginn komandi viðburður"
4463
+
4464
+ #~ msgid "No matching events "
4465
+ #~ msgstr "Enginn viðburður sem passar"
4466
+
4467
+ #~ msgid "Recurring Event"
4468
+ #~ msgstr "Endurtekinn viðburður"
4469
+
4470
+ #~ msgid "(See all)"
4471
+ #~ msgstr "(Sjá alla)"
4472
+
4473
+ #~ msgid "Events for %1$s"
4474
+ #~ msgstr "Viðburðir fyrir %1$s"
4475
+
4476
  #~ msgid ""
4477
  #~ "Want to modify the display of this widget? Try a %stemplate override%s."
4478
  #~ msgstr "Hvis du vil ændre udseendet på denne widget, så %sklik her%s. "
4526
  #~ "a week to look for legitimate bug reports and do what we can to assist "
4527
  #~ "users.</p>"
4528
 
 
 
 
4529
  #~ msgid ""
4530
  #~ "<p>If you need additional help, %sEvents Calendar Pro%s gets you access "
4531
  #~ "to our support forums for a full year.</p>"
4608
  #~ msgstr ""
4609
  #~ "Du kan hjælpe os ved at sende anonymt data til os vedrørende din brug af "
4610
  #~ "The Events Calendar."
 
lang/tribe-events-calendar-it_IT.mo CHANGED
Binary file
lang/tribe-events-calendar-it_IT.po CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2014-07-17 16:44-0800\n"
9
- "PO-Revision-Date: 2014-08-06 14:31-0800\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
  "Language: en_US\n"
@@ -19,55 +19,176 @@ msgstr ""
19
  "_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"
20
  "X-Poedit-Basepath: ./\n"
21
  "X-Textdomain-Support: yes\n"
22
- "X-Generator: Poedit 1.6.7\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  # @ tribe-events-calendar
26
  #
27
  #: ../admin-views/app-shop.php:4
28
  msgid "Tribe Event Add-Ons"
29
  msgstr "Add-On eventi Tribe"
30
 
31
- #: ../admin-views/app-shop.php:50
32
  msgid "Version"
33
  msgstr "Versione"
34
 
35
  # @ tribe-events-calendar
36
  #
37
- #: ../admin-views/app-shop.php:53
38
  msgid "Last Update"
39
  msgstr "Ultimo aggiornamento"
40
 
41
  # @ tribe-events-calendar
42
- #: ../admin-views/event-sidebar-options.php:11
43
  msgid "Hide From Event Listings"
44
  msgstr "Nascondi da elenco eventi"
45
 
46
- #: ../admin-views/event-sidebar-options.php:12
47
  msgid "Sticky in Calendar View"
48
  msgstr "Sempre visibile in calendario"
49
 
50
  # @ tribe-events-calendar
51
- #
52
- #: ../admin-views/events-audit-trail.php:39
53
- msgid "Auditing Information"
54
- msgstr "Informazioni di controllo"
55
-
56
- #: ../admin-views/events-audit-trail.php:45
57
- msgid "Created by:"
58
- msgstr "Creato da:"
59
-
60
- #: ../admin-views/events-audit-trail.php:49
61
- msgid "Audit Trail:"
62
- msgstr "Percorso revisione:"
63
-
64
- # @ tribe-events-calendar
65
- #: ../admin-views/events-meta-box.php:26
66
  msgid "Event Time &amp; Date"
67
  msgstr "Data e ora evento"
68
 
69
  # @ tribe-events-calendar
70
- #: ../admin-views/events-meta-box.php:32
71
  msgid ""
72
  "You have changed the recurrence rules of this event. Saving the event will "
73
  "update all future events. If you did not mean to change all events, then "
@@ -79,117 +200,118 @@ msgstr ""
79
 
80
  # @ tribe-events-calendar
81
  #
82
- #: ../admin-views/events-meta-box.php:35
83
  msgid "All Day Event:"
84
  msgstr "Evento giornaliero:"
85
 
86
  # @ tribe-events-calendar
87
  #
88
- #: ../admin-views/events-meta-box.php:39
89
  msgid "Start Date &amp; Time:"
90
  msgstr "Data e ora inizio:"
91
 
92
  # @ tribe-events-calendar
93
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
94
  msgid "YYYY-MM-DD"
95
  msgstr "YYYY-MM-DD"
96
 
97
  # @ tribe-events-calendar
98
  #
99
- #: ../admin-views/events-meta-box.php:60
100
  msgid "End Date &amp; Time:"
101
  msgstr "Data e ora termine:"
102
 
103
  # @ tribe-events-calendar
104
- #: ../admin-views/events-meta-box.php:87
105
  msgid "Event Location Details"
106
  msgstr "Dettagli della location"
107
 
108
  # @ tribe-events-calendar
109
- #: ../admin-views/events-meta-box.php:95
110
  msgid "Event Organizer Details"
111
  msgstr "Dettagli dell'organizzatore dell'evento"
112
 
113
  # @ tribe-events-calendar
114
  #
115
- #: ../admin-views/events-meta-box.php:103
 
116
  msgid "Event Website"
117
  msgstr "Sito Web evento"
118
 
119
- #: ../admin-views/events-meta-box.php:106
120
  msgid "URL:"
121
  msgstr "URL:"
122
 
123
  # @ tribe-events-calendar
124
- #: ../admin-views/events-meta-box.php:117
125
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
126
  msgid "Event Cost"
127
  msgstr "Costo evento"
128
 
129
- #: ../admin-views/events-meta-box.php:120
130
  msgid "Currency Symbol:"
131
  msgstr "Simbolo di valuta:"
132
 
133
- #: ../admin-views/events-meta-box.php:130
134
  msgctxt "Currency symbol position"
135
  msgid "Before cost"
136
  msgstr "Before cost"
137
 
138
- #: ../admin-views/events-meta-box.php:131
139
  msgctxt "Currency symbol position"
140
  msgid "After cost"
141
  msgstr "After cost"
142
 
143
  # @ tribe-events-calendar
144
- #: ../admin-views/events-meta-box.php:136
145
- #: ../public/advanced-functions/meta.php:320
146
- #: ../views/modules/meta/details.php:80
147
  msgid "Cost:"
148
  msgstr "Prezzo:"
149
 
150
- #: ../admin-views/events-meta-box.php:141
151
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
152
  msgstr ""
153
  "Inserisci 0 per gli eventi che sono gratuiti o lascia vuoto per nascondere "
154
  "il campo."
155
 
156
  # @ tribe-events-calendar
157
- #: ../admin-views/organizer-meta-box.php:12
158
- #: ../admin-views/venue-meta-box.php:20
159
  #, php-format
160
  msgid "%s Name:"
161
  msgstr "Nome %s:"
162
 
163
  # @ tribe-events-calendar
164
- #: ../admin-views/organizer-meta-box.php:19
165
- #: ../admin-views/tickets/attendees.php:41
166
- #: ../admin-views/venue-meta-box.php:93
167
- #: ../public/advanced-functions/meta.php:408
168
- #: ../public/advanced-functions/meta.php:470
169
- #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:36
170
  msgid "Phone:"
171
  msgstr "Telefono:"
172
 
173
  # @ tribe-events-calendar
174
- #: ../admin-views/organizer-meta-box.php:23
175
- #: ../admin-views/tickets/attendees.php:47
176
- #: ../admin-views/venue-meta-box.php:97
177
- #: ../public/advanced-functions/meta.php:359
178
- #: ../public/advanced-functions/meta.php:434
179
- #: ../public/advanced-functions/meta.php:496
180
- #: ../views/modules/meta/details.php:103
181
- #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:41
182
  msgid "Website:"
183
  msgstr "Sito web:"
184
 
185
  # @ tribe-events-calendar
186
- #: ../admin-views/organizer-meta-box.php:27
187
- #: ../public/advanced-functions/meta.php:483
188
  #: ../views/modules/meta/organizer.php:29
189
  msgid "Email:"
190
  msgstr "Email:"
191
 
192
- #: ../admin-views/organizer-meta-box.php:28
193
  msgid ""
194
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
195
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
@@ -200,75 +322,90 @@ msgstr ""
200
  "nel tuo sito per evitare che siano raccolti da spammer."
201
 
202
  #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
203
- #: ../lib/tickets/tribe-tickets-pro.php:73
204
  msgid "Attendees"
205
  msgstr "Partecipanti"
206
 
207
  # @ tribe-events-calendar
208
  #
209
- #: ../admin-views/tickets/attendees.php:16
210
  msgid "Event Summary"
211
  msgstr "Riepilogo evento"
212
 
213
  # @ tribe-events-calendar
214
  #
215
- #: ../admin-views/tickets/attendees.php:24
216
  msgid "Event Details"
217
  msgstr "Dettagli evento"
218
 
219
  # @ tribe-events-calendar
220
- #: ../admin-views/tickets/attendees.php:26
221
  msgid "Start Date / Time:"
222
  msgstr "Data / ora di inizio:"
223
 
224
  # @ tribe-events-calendar
225
- #: ../admin-views/tickets/attendees.php:28
226
  msgid "End Date / Time:"
227
  msgstr "Data / ora di fine:"
228
 
229
- #: ../admin-views/tickets/attendees.php:54
230
  msgid "Ticket Sales"
231
  msgstr "Vendita biglietti"
232
 
233
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:67
234
  #, php-format
235
- msgid "Sold %d"
 
 
 
 
 
 
 
236
  msgstr "Venduti %d"
237
 
238
- #: ../admin-views/tickets/attendees.php:68 ../admin-views/tickets/list.php:69
239
- #, php-format
240
- msgid "Sold %d of %d"
241
  msgstr "Venduti %d di %d"
242
 
243
- #: ../admin-views/tickets/attendees.php:83
244
  msgid "Tickets sold:"
245
  msgstr "Biglietti venduti:"
246
 
247
- #: ../admin-views/tickets/attendees.php:87
 
 
 
 
 
 
 
 
248
  msgid "Checked in:"
249
  msgstr "Check-in:"
250
 
251
- #: ../admin-views/tickets/attendees.php:104
252
  msgid "Send the attendee list by email"
253
  msgstr "Invia l'elenco dei partecipanti tramite e-mail"
254
 
255
  # @ tribe-events-calendar
256
  #
257
- #: ../admin-views/tickets/attendees.php:108
258
  msgid "Select a User:"
259
  msgstr "Seleziona un utente:"
260
 
261
- #: ../admin-views/tickets/attendees.php:109
262
  msgid "Select..."
263
  msgstr "Seleziona..."
264
 
265
- #: ../admin-views/tickets/attendees.php:111
266
  msgid "or"
267
  msgstr "oppure"
268
 
269
  # @ tribe-events-calendar
270
  #
271
- #: ../admin-views/tickets/attendees.php:113
272
  msgid "Email Address:"
273
  msgstr "Indirizzo e-mail:"
274
 
@@ -278,7 +415,7 @@ msgid "Edit"
278
  msgstr "Modifica"
279
 
280
  #: ../admin-views/tickets/list.php:22
281
- #: ../lib/tickets/tribe-tickets-attendees.php:215
282
  msgid "Delete"
283
  msgstr "Elimina"
284
 
@@ -293,11 +430,21 @@ msgstr "Modifica in %s"
293
  msgid "View"
294
  msgstr "Vedi"
295
 
296
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
297
  msgid "See who purchased tickets to this event"
298
  msgstr "Vedi chi ha acquistato biglietti per questo evento"
299
 
300
- #: ../admin-views/tickets/meta-box.php:21
 
 
 
 
 
 
 
 
 
 
301
  msgid ""
302
  "This event was created using Community Events. Are you sure you want to sell "
303
  "tickets for it?"
@@ -305,11 +452,11 @@ msgstr ""
305
  "Questo evento è stato creato utilizzando Community Events. Sei sicuro di "
306
  "voler vendere biglietti per questo evento?"
307
 
308
- #: ../admin-views/tickets/meta-box.php:32
309
  msgid "Upload image for the ticket header"
310
  msgstr "Carica immagine per l'intestazione biglietto"
311
 
312
- #: ../admin-views/tickets/meta-box.php:33
313
  msgid ""
314
  "The maximum image size in the email will be 580px wide by any height, and "
315
  "then scaled for mobile. If you would like \"retina\" support use an image "
@@ -321,62 +468,62 @@ msgstr ""
321
 
322
  # @ tribe-events-calendar
323
  #
324
- #: ../admin-views/tickets/meta-box.php:36
325
  msgid "Select an Image"
326
  msgstr "Seleziona un'immagine"
327
 
328
- #: ../admin-views/tickets/meta-box.php:44
329
  msgid "Remove"
330
  msgstr "Rimuovi"
331
 
332
  # @ tribe-events-calendar
333
  #
334
- #: ../admin-views/tickets/meta-box.php:62
335
- #: ../admin-views/tickets/meta-box.php:72
336
  msgid "Add new ticket"
337
  msgstr "Aggiungi nuovo biglietto"
338
 
339
  # @ tribe-events-calendar
340
  #
341
- #: ../admin-views/tickets/meta-box.php:73
342
  msgid "Edit ticket"
343
  msgstr "Modifica biglietto"
344
 
345
- #: ../admin-views/tickets/meta-box.php:79
346
  msgid "Sell using:"
347
  msgstr "Vendi utilizzando:"
348
 
349
  # @ tribe-events-calendar
350
  #
351
- #: ../admin-views/tickets/meta-box.php:96
352
  msgid "Ticket Name:"
353
  msgstr "Nome biglietto:"
354
 
355
- #: ../admin-views/tickets/meta-box.php:103
356
  msgid "Ticket Description:"
357
  msgstr "Descrizione biglietto:"
358
 
359
- #: ../admin-views/tickets/meta-box.php:112
360
  msgid "Price:"
361
  msgstr "Prezzo:"
362
 
363
- #: ../admin-views/tickets/meta-box.php:118
364
  msgid "(0 or empty for free tickets)"
365
  msgstr "(0 o vuoto per biglietti gratuiti)"
366
 
367
  # @ tribe-events-calendar
368
  #
369
- #: ../admin-views/tickets/meta-box.php:124
370
  msgid "Start sale:"
371
  msgstr "Inizio vendita:"
372
 
373
  # @ tribe-events-calendar
374
  #
375
- #: ../admin-views/tickets/meta-box.php:148
376
  msgid "End sale:"
377
  msgstr "Termine vendita:"
378
 
379
- #: ../admin-views/tickets/meta-box.php:170
380
  msgid ""
381
  "When will ticket sales occur? If you don't set a start/end date for sales, "
382
  "tickets will be available from now until the event ends."
@@ -385,7 +532,7 @@ msgstr ""
385
  "inizio / fine per la vendita, i biglietti saranno disponibili da ora fino "
386
  "alla fine dell'evento."
387
 
388
- #: ../admin-views/tickets/meta-box.php:182
389
  msgid "Save this ticket"
390
  msgstr "Salva questo biglietto"
391
 
@@ -401,11 +548,11 @@ msgstr "Template Pagina predefinito"
401
 
402
  # @ tribe-events-calendar
403
  #
404
- #: ../admin-views/tribe-options-display.php:31
405
  msgid "Display Settings"
406
  msgstr "Impostazioni di visualizzazione"
407
 
408
- #: ../admin-views/tribe-options-display.php:36
409
  #, php-format
410
  msgid ""
411
  "<p>The settings below control the display of your calendar. If things don't "
@@ -425,21 +572,21 @@ msgstr ""
425
  "visualizzazione? Acquisisci una copia di <a href=\"%s\">Esempio "
426
  "visualizzazione agenda da Github</a></p>"
427
 
428
- #: ../admin-views/tribe-options-display.php:51
429
  msgid "Basic Template Settings"
430
  msgstr "Impostazioni base del modello"
431
 
432
  # @ tribe-events-calendar
433
  #
434
- #: ../admin-views/tribe-options-display.php:55
435
  msgid "Default stylesheet used for events templates"
436
  msgstr "Foglio di stile predefinito utilizzato per i modelli eventi"
437
 
438
- #: ../admin-views/tribe-options-display.php:58
439
  msgid "Skeleton Styles"
440
  msgstr "Stili ridotti"
441
 
442
- #: ../admin-views/tribe-options-display.php:60
443
  msgid ""
444
  "Only includes enough css to achieve complex layouts like calendar and week "
445
  "view."
@@ -447,32 +594,32 @@ msgstr ""
447
  "Comprende solo css essenziali per realizzare layout complessi come il "
448
  "calendario e la vista settimana."
449
 
450
- #: ../admin-views/tribe-options-display.php:62
451
  msgid "Full Styles"
452
  msgstr "Stili completi"
453
 
454
- #: ../admin-views/tribe-options-display.php:64
455
  msgid "More detailed styling, tries to grab styles from your theme."
456
  msgstr "Stili più dettagliati, cerca di usare gli stili del vostro tema."
457
 
458
  # @ tribe-events-calendar
459
  #
460
- #: ../admin-views/tribe-options-display.php:66
461
  msgid "Tribe Events Styles"
462
  msgstr "Stili Tribe Events"
463
 
464
- #: ../admin-views/tribe-options-display.php:68
465
  msgid "A fully designed and styled theme for your events pages."
466
  msgstr "Un tema completamente progettato e stilizzato per le pagine eventi."
467
 
468
  # @ tribe-events-calendar
469
  #
470
- #: ../admin-views/tribe-options-display.php:75
471
  msgid "Events template"
472
  msgstr "Modello eventi"
473
 
474
  # @ tribe-events-calendar
475
- #: ../admin-views/tribe-options-display.php:76
476
  msgid ""
477
  "Choose a page template to control the appearance of your calendar and event "
478
  "content."
@@ -480,41 +627,41 @@ msgstr ""
480
  "Seleziona un modello di pagina per controllare l'aspetto del tuo calendario "
481
  "e il contenuto dell'evento."
482
 
483
- #: ../admin-views/tribe-options-display.php:84
484
  msgid "Enable event views"
485
  msgstr "Abilita le viste eventi"
486
 
487
- #: ../admin-views/tribe-options-display.php:85
488
  msgid "You must select at least one view."
489
  msgstr "Devi selezionare almeno una vista."
490
 
491
- #: ../admin-views/tribe-options-display.php:92
492
  msgid "Default view"
493
  msgstr "Vista predefinita"
494
 
495
- #: ../admin-views/tribe-options-display.php:100
496
  msgid "Disable the Event Search Bar"
497
  msgstr "Disabilita la Barra di Ricerca Eventi"
498
 
499
- #: ../admin-views/tribe-options-display.php:101
500
  msgid "Check this to use the classic header."
501
  msgstr "Rimuovi selezione se desideri utilizzare l'intestazione classica."
502
 
503
- #: ../admin-views/tribe-options-display.php:107
504
  msgid "Month view events per day"
505
  msgstr "Vista Mese eventi al giorno"
506
 
507
- #: ../admin-views/tribe-options-display.php:108
508
  msgid "Allow more than the default 3 events per day in month view."
509
  msgstr "Consenti più dei default 3 eventi al giorno in vista mese."
510
 
511
  # @ tribe-events-calendar
512
  #
513
- #: ../admin-views/tribe-options-display.php:115
514
  msgid "Date Format Settings"
515
  msgstr "Settaggi Formato Data"
516
 
517
- #: ../admin-views/tribe-options-display.php:119
518
  msgid ""
519
  "<p>The following three fields accept the date format options available to "
520
  "the php date() function. <a href=\"http://codex.wordpress.org/"
@@ -526,11 +673,11 @@ msgstr ""
526
  "Formatting_Date_and_Time\" target=\"_blank\">Impara come creare tu stesso il "
527
  "formato data qui.</a>.</p>"
528
 
529
- #: ../admin-views/tribe-options-display.php:123
530
  msgid "Date with year"
531
  msgstr "Data con anno"
532
 
533
- #: ../admin-views/tribe-options-display.php:124
534
  msgid ""
535
  "Enter the format to use for displaying dates with the year. Used when "
536
  "showing an event from a past or future year, also used for dates in view "
@@ -540,11 +687,11 @@ msgstr ""
540
  "l'anno. Utilizzato quando si mostra un evento di un anno passato o futuro, "
541
  "utilizzato anche per le date in vista intestazioni."
542
 
543
- #: ../admin-views/tribe-options-display.php:131
544
  msgid "Date without year"
545
  msgstr "Data senza anno"
546
 
547
- #: ../admin-views/tribe-options-display.php:132
548
  msgid ""
549
  "Enter the format to use for displaying dates without a year. Used when "
550
  "showing an event from the current year."
@@ -552,11 +699,11 @@ msgstr ""
552
  "Immettere il formato da utilizzare per la visualizzazione delle date senza "
553
  "anno. Utilizzato quando si mostra un evento in corso."
554
 
555
- #: ../admin-views/tribe-options-display.php:139
556
  msgid "Month and year format"
557
  msgstr "Formato mese e anno"
558
 
559
- #: ../admin-views/tribe-options-display.php:140
560
  msgid ""
561
  "Enter the format to use for dates that show a month and year only. Used on "
562
  "month view."
@@ -564,11 +711,11 @@ msgstr ""
564
  "Immettere il formato da utilizzare per le date che mostrano solo mese e "
565
  "anno. Utilizzato in vista mese."
566
 
567
- #: ../admin-views/tribe-options-display.php:147
568
  msgid "Date time separator"
569
  msgstr "Separatore data e ora"
570
 
571
- #: ../admin-views/tribe-options-display.php:148
572
  msgid ""
573
  "Enter the separator that will be placed between the date and time, when both "
574
  "are shown."
@@ -576,11 +723,11 @@ msgstr ""
576
  "Inserisci il separatore che sarà collocato tra la data e l'ora, quando sono "
577
  "mostrati entrambi."
578
 
579
- #: ../admin-views/tribe-options-display.php:155
580
  msgid "Time range separator"
581
  msgstr "Separatore intervallo orario"
582
 
583
- #: ../admin-views/tribe-options-display.php:156
584
  msgid ""
585
  "Enter the separator that will be used between the start and end time of an "
586
  "event."
@@ -588,25 +735,25 @@ msgstr ""
588
  "Inserire il separatore che verrà utilizzata tra l'inizio e la fine di un "
589
  "evento."
590
 
591
- #: ../admin-views/tribe-options-display.php:163
592
  msgid "Datepicker Date Format"
593
  msgstr "Datepicker Date Format"
594
 
595
- #: ../admin-views/tribe-options-display.php:164
596
  msgid "Select the date format to use in datepickers"
597
  msgstr "Seleziona il formato data da usare nei datepickers."
598
 
599
- #: ../admin-views/tribe-options-display.php:181
600
  msgid "Advanced Template Settings"
601
  msgstr "Impostazioni avanzate modello"
602
 
603
  # @ tribe-events-calendar
604
  #
605
- #: ../admin-views/tribe-options-display.php:185
606
  msgid "Add HTML before event content"
607
  msgstr "Aggiungi HTML prima del contenuto degli eventi"
608
 
609
- #: ../admin-views/tribe-options-display.php:186
610
  msgid ""
611
  "If you are familiar with HTML, you can add additional code before the event "
612
  "template. Some themes may require this to help with styling or layout."
@@ -617,11 +764,11 @@ msgstr ""
617
 
618
  # @ tribe-events-calendar
619
  #
620
- #: ../admin-views/tribe-options-display.php:191
621
  msgid "Add HTML after event content"
622
  msgstr "Aggiungi HTML dopo il contneuto degli eventi"
623
 
624
- #: ../admin-views/tribe-options-display.php:192
625
  msgid ""
626
  "If you are familiar with HTML, you can add additional code after the event "
627
  "template. Some themes may require this to help with styling or layout."
@@ -630,26 +777,26 @@ msgstr ""
630
  "dell'evento. Alcuni temi richiedono questo per aiutarti con la definizione "
631
  "degli stili o dell'impaginazione."
632
 
633
- #: ../admin-views/tribe-options-general.php:14
634
  msgid "Finding & extending your calendar."
635
  msgstr "Trova ed estendi il tuo calendario."
636
 
637
- #: ../admin-views/tribe-options-general.php:19
638
  msgid "Finding your calendar."
639
  msgstr "Trova il tuo calendario."
640
 
641
  # @ tribe-events-calendar
642
  #
643
- #: ../admin-views/tribe-options-general.php:24
644
  msgid "Where's my calendar?"
645
  msgstr "Dov'è il mio calendario?"
646
 
647
- #: ../admin-views/tribe-options-general.php:24
648
  msgid "Right here"
649
  msgstr "Proprio qui"
650
 
651
  # @ tribe-events-calendar
652
- #: ../admin-views/tribe-options-general.php:28
653
  msgid ""
654
  "Looking for additional functionality including recurring events, custom "
655
  "meta, community events, ticket sales and more?"
@@ -659,15 +806,15 @@ msgstr ""
659
 
660
  # @ tribe-events-calendar
661
  #
662
- #: ../admin-views/tribe-options-general.php:28
663
  msgid "Check out the available add-ons"
664
  msgstr "Consulta gli oggetti aggiuntivi"
665
 
666
- #: ../admin-views/tribe-options-general.php:33
667
  msgid "We hope our plugin is helping you out."
668
  msgstr "Speriamo che il nostro plug-in ti sti aiutando."
669
 
670
- #: ../admin-views/tribe-options-general.php:37
671
  msgid ""
672
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
673
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -679,12 +826,12 @@ msgstr ""
679
  "chiedere è il riconoscimento. Aggiungi un piccolo link testuale alla fine "
680
  "del tuo calendario che punti al progetto The Events Calendar."
681
 
682
- #: ../admin-views/tribe-options-general.php:37
683
- #: ../admin-views/tribe-options-general.php:42
684
  msgid "See an example of the link"
685
  msgstr "Vedi un esempio di collegamento"
686
 
687
- #: ../admin-views/tribe-options-general.php:42
688
  msgid ""
689
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
690
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
@@ -698,25 +845,25 @@ msgstr ""
698
 
699
  # @ tribe-events-calendar
700
  #
701
- #: ../admin-views/tribe-options-general.php:47
702
  msgid "Show The Events Calendar link"
703
  msgstr "Visualizza link a The Events Calendar"
704
 
705
  # @ tribe-events-calendar
706
  #
707
- #: ../admin-views/tribe-options-general.php:61
708
  msgid "General Settings"
709
  msgstr "Impostazioni generali"
710
 
711
- #: ../admin-views/tribe-options-general.php:65
712
  msgid "Number of events to show per page"
713
  msgstr "Numero di eventi da visualizzare per pagina"
714
 
715
- #: ../admin-views/tribe-options-general.php:72
716
  msgid "Use Javascript to control date filtering"
717
  msgstr "Utilizza Javascript per controllare il filtro dati"
718
 
719
- #: ../admin-views/tribe-options-general.php:73
720
  msgid ""
721
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
722
  "the Display settings tab."
@@ -724,26 +871,26 @@ msgstr ""
724
  "Questa opzione è disabilitata quando \"Disattivare la Barra di Ricerca Eventi"
725
  "\" è selezionata nella scheda Impostazioni display."
726
 
727
- #: ../admin-views/tribe-options-general.php:73
728
  msgid ""
729
  "Enable live ajax for datepicker on front end (User submit not required)."
730
  msgstr "Abilita ajax in tempo reale per il datepicker sul front-end."
731
 
732
  # @ tribe-events-calendar
733
  #
734
- #: ../admin-views/tribe-options-general.php:81
735
  msgid "Show comments"
736
  msgstr "Visualizza commenti"
737
 
738
- #: ../admin-views/tribe-options-general.php:82
739
  msgid "Enable comments on event pages."
740
  msgstr "Abilita i commenti nelle pagine eventi."
741
 
742
- #: ../admin-views/tribe-options-general.php:88
743
  msgid "Include events in main blog loop"
744
  msgstr "Includi eventi nel loop principale del blog"
745
 
746
- #: ../admin-views/tribe-options-general.php:89
747
  msgid ""
748
  "Show events with the site's other posts. When this box is checked, events "
749
  "will also continue to appear on the default events page."
@@ -753,12 +900,12 @@ msgstr ""
753
  "predefinita per gli eventi."
754
 
755
  # @ tribe-events-calendar
756
- #: ../admin-views/tribe-options-general.php:95
757
- #: ../admin-views/tribe-options-general.php:101
758
  msgid "Events URL slug"
759
  msgstr "URL slug eventi"
760
 
761
- #: ../admin-views/tribe-options-general.php:96
762
  #, php-format
763
  msgid ""
764
  "You cannot edit the slug for your events page as you do not have pretty "
@@ -773,31 +920,31 @@ msgstr ""
773
 
774
  # @ tribe-events-calendar
775
  #
776
- #: ../admin-views/tribe-options-general.php:108
777
- #: ../public/template-tags/options.php:18
778
  msgid "The slug used for building the events URL."
779
  msgstr "Lo slug utilizzato per costruire URL degli eventi."
780
 
781
  # @ tribe-events-calendar
782
- #: ../admin-views/tribe-options-general.php:108
783
  #, php-format
784
  msgid "Your current events URL is: %s"
785
  msgstr "Il tuo attuale URL per gli eventi è: %s"
786
 
787
  # @ tribe-events-calendar
788
  #
789
- #: ../admin-views/tribe-options-general.php:113
790
- #: ../public/template-tags/options.php:37
791
  msgid "Here is the iCal feed URL for your events:"
792
  msgstr "Questo è l'URL del feed iCal per i tuoi eventi:"
793
 
794
  # @ tribe-events-calendar
795
  #
796
- #: ../admin-views/tribe-options-general.php:118
797
  msgid "Single event URL slug"
798
  msgstr "URL slug per singolo evento"
799
 
800
- #: ../admin-views/tribe-options-general.php:125
801
  #, php-format
802
  msgid ""
803
  "The above should ideally be plural, and this singular.<br />Your single "
@@ -806,11 +953,11 @@ msgstr ""
806
  "Quanto sopra dovrebbe idealmente essere al plurale, e questo al singolare."
807
  "<br />Il tuo URL per singolo evento è: %s"
808
 
809
- #: ../admin-views/tribe-options-general.php:130
810
  msgid "End of day cutoff"
811
  msgstr "Eventi oltre termine giornata"
812
 
813
- #: ../admin-views/tribe-options-general.php:138
814
  msgid ""
815
  "Have an event that runs past midnight? Select a time after that event's end "
816
  "to avoid showing the event on the next day's calendar."
@@ -819,11 +966,11 @@ msgstr ""
819
  "successivo alla fine dell'evento per evitare che venga riproposto il giorno "
820
  "successivo."
821
 
822
- #: ../admin-views/tribe-options-general.php:143
823
  msgid "Default currency symbol"
824
  msgstr "Simbolo valuta predefinito"
825
 
826
- #: ../admin-views/tribe-options-general.php:144
827
  msgid ""
828
  "Set the default currency symbol for event costs. Note that this only impacts "
829
  "future events, and changes made will not apply retroactively."
@@ -832,11 +979,11 @@ msgstr ""
832
  "questo ha impatto solo per gli eventi futuri, e le modifiche apportate non "
833
  "avranno effetto retroattivo."
834
 
835
- #: ../admin-views/tribe-options-general.php:151
836
  msgid "Currency symbol follows value"
837
  msgstr "Simbolo di valuta segue il valore"
838
 
839
- #: ../admin-views/tribe-options-general.php:152
840
  msgid ""
841
  "The currency symbol normally precedes the value. Enabling this option "
842
  "positions the symbol after the value."
@@ -846,34 +993,34 @@ msgstr ""
846
 
847
  # @ tribe-events-calendar
848
  #
849
- #: ../admin-views/tribe-options-general.php:158
850
  msgid "Map Settings"
851
  msgstr "Impostazioni mappa"
852
 
853
  # @ tribe-events-calendar
854
- #: ../admin-views/tribe-options-general.php:162
855
  msgid "Enable Google Maps"
856
  msgstr "Abilita Google Maps"
857
 
858
- #: ../admin-views/tribe-options-general.php:163
859
  msgid "Check to enable maps for events and venues."
860
  msgstr "Seleziona per abilitare le mappe per eventi e luoghi."
861
 
862
- #: ../admin-views/tribe-options-general.php:170
863
  msgid "Google Maps default zoom level"
864
  msgstr "Impostazione livello di zoom predefinito per Google Maps"
865
 
866
- #: ../admin-views/tribe-options-general.php:171
867
  msgid "0 = zoomed out; 21 = zoomed in."
868
  msgstr "0 = zoom out; 21 = zoom in."
869
 
870
  # @ tribe-events-calendar
871
  #
872
- #: ../admin-views/tribe-options-general.php:179
873
  msgid "Miscellaneous Settings"
874
  msgstr "Impostazioni varie"
875
 
876
- #: ../admin-views/tribe-options-general.php:183
877
  msgid "Duplicate Venues &amp; Organizers"
878
  msgstr ""
879
  "Duplica Luoghi &amp; OrganizzatoriCarica correttamente formattato, UTF-8 "
@@ -881,12 +1028,12 @@ msgstr ""
881
  "Assicurarsi di specificare la codifica dei caratteri quando si salva il "
882
  "file, o passare attraverso uno strumento di conversione."
883
 
884
- #: ../admin-views/tribe-options-general.php:183
885
- #: ../lib/tribe-amalgamator.php:252
886
  msgid "Merge Duplicates"
887
  msgstr "Unisci duplicati"
888
 
889
- #: ../admin-views/tribe-options-general.php:183
890
  msgid ""
891
  "You might find duplicate venues and organizers when updating The Events "
892
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
@@ -896,11 +1043,11 @@ msgstr ""
896
  "versioni di The Events Calendar precedenti alla 3.0. Seleziona questo "
897
  "pulsante per unire automaticamente luoghi e organizzatori identici."
898
 
899
- #: ../admin-views/tribe-options-general.php:188
900
  msgid "Debug mode"
901
  msgstr "Modalità debug"
902
 
903
- #: ../admin-views/tribe-options-general.php:194
904
  #, php-format
905
  msgid ""
906
  "Enable this option to log debug information. By default this will log to "
@@ -914,71 +1061,71 @@ msgstr ""
914
  "l'installazione di %s e di visualizzare il tab \"Tribe\" nella "
915
  "visualizzazione di debug."
916
 
917
- #: ../admin-views/tribe-options-general.php:194
918
  msgid "Debug Bar Plugin"
919
  msgstr "plug-in Debug Bar"
920
 
921
- #: ../admin-views/tribe-options-help.php:18
922
  msgctxt "not available"
923
  msgid "n/a"
924
  msgstr "n/a"
925
 
926
- #: ../admin-views/tribe-options-help.php:19
927
  msgid "You need to upgrade!"
928
  msgstr "Devi aggiornare!"
929
 
930
- #: ../admin-views/tribe-options-help.php:19
931
  msgid "You are up to date!"
932
  msgstr "Sei aggiornato!"
933
 
934
  # @ tribe-events-calendar
935
  #
936
- #: ../admin-views/tribe-options-help.php:42
937
  msgid "The Events Calendar PRO"
938
  msgstr "The Events Calendar PRO"
939
 
940
  # @ tribe-events-calendar
941
- #: ../admin-views/tribe-options-help.php:46
942
  msgid "The Events Calendar: Eventbrite Tickets"
943
  msgstr "The Events Calendar: Eventbrite Tickets"
944
 
945
  # @ tribe-events-calendar
946
- #: ../admin-views/tribe-options-help.php:50
947
  msgid "The Events Calendar: Community Events"
948
  msgstr "The Events Calendar: Community Events"
949
 
950
  # @ tribe-events-calendar
951
- #: ../admin-views/tribe-options-help.php:54
952
  msgid "The Events Calendar: Facebook Events"
953
  msgstr "The Events Calendar: Facebook Events"
954
 
955
  # @ tribe-events-calendar
956
- #: ../admin-views/tribe-options-help.php:58
957
  msgid "The Events Calendar: WooCommerce Tickets"
958
  msgstr "The Events Calendar: WooCommerce Tickets"
959
 
960
  # @ tribe-events-calendar
961
- #: ../admin-views/tribe-options-help.php:63
962
  msgid "The Events Calendar: EDD Tickets"
963
  msgstr "The Events Calendar: EDD Tickets"
964
 
965
  # @ tribe-events-calendar
966
  #
967
- #: ../admin-views/tribe-options-help.php:68
968
  msgid "The Events Calendar: WPEC Tickets"
969
  msgstr "The Events Calendar: WPEC Tickets"
970
 
971
  # @ tribe-events-calendar
972
- #: ../admin-views/tribe-options-help.php:73
973
  msgid "The Events Calendar: Shopp Tickets"
974
  msgstr "The Events Calendar: Shopp Tickets"
975
 
976
  # @ tribe-events-calendar
977
- #: ../admin-views/tribe-options-help.php:78
978
  msgid "The Events Calendar: Filter Bar"
979
  msgstr "The Events Calendar: Filter Bar"
980
 
981
- #: ../admin-views/tribe-options-help.php:84
982
  msgid ""
983
  "If you're looking for help with The Events Calendar, you've come to the "
984
  "right place. We are committed to helping make your calendar kick ass...and "
@@ -989,7 +1136,7 @@ msgstr ""
989
  "calcio ... e speriamo che le risorse previste di seguito riportati "
990
  "aiuteranno arrivare lì."
991
 
992
- #: ../admin-views/tribe-options-help.php:87
993
  msgid ""
994
  "If this is your first time using The Events Calendar, you're in for a treat "
995
  "and are already well on your way to creating a first event. Here are some "
@@ -1000,7 +1147,7 @@ msgstr ""
1000
  "evento. Qui ci sono alcuni principi fondamentali che abbiamo trovato utile "
1001
  "per gli utenti che saltano in esso per la prima volta:"
1002
 
1003
- #: ../admin-views/tribe-options-help.php:90
1004
  #, php-format
1005
  msgid ""
1006
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -1013,7 +1160,7 @@ msgstr ""
1013
  "dettagliate scritte che caratterizzano screenshots di accompagnamento, il "
1014
  "fondo mira a prendere voi da zero a eroe in pochissimo tempo."
1015
 
1016
- #: ../admin-views/tribe-options-help.php:92
1017
  #, php-format
1018
  msgid ""
1019
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -1026,7 +1173,7 @@ msgstr ""
1026
  "Questa sezione del FAQ può essere utile in quanto mira a risolvere eventuali "
1027
  "installare domande fondamentali non affrontate dal nuovo fondo utente."
1028
 
1029
- #: ../admin-views/tribe-options-help.php:94
1030
  #, php-format
1031
  msgid ""
1032
  "Are you developer looking to build your own frontend view? We created an "
@@ -1037,7 +1184,7 @@ msgstr ""
1037
  "creato un plugin di esempio che dimostra come registrare una nuova vista. "
1038
  "Puoi %sscaricare il plugin da GitHub%s per iniziare."
1039
 
1040
- #: ../admin-views/tribe-options-help.php:96
1041
  msgid ""
1042
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
1043
  "the Events menu and adding your first event."
@@ -1045,7 +1192,7 @@ msgstr ""
1045
  "Altrimenti, se ti piace l'avvenura, puoi iniziare dalla voce menù Eventi ad "
1046
  "aggiungere il tuo primo evento."
1047
 
1048
- #: ../admin-views/tribe-options-help.php:100
1049
  #, php-format
1050
  msgid ""
1051
  "We've redone our support page from the ground up in an effort to better help "
@@ -1056,7 +1203,7 @@ msgstr ""
1056
  "aiutare meglio i nostri utenti. Oltre al capo il nostro %sSupport Page%s e "
1057
  "troverete un sacco di grandi risorse, tra cui:"
1058
 
1059
- #: ../admin-views/tribe-options-help.php:102
1060
  #, php-format
1061
  msgid ""
1062
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
@@ -1065,7 +1212,7 @@ msgstr ""
1065
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1066
  "&amp; Events Calendar PRO"
1067
 
1068
- #: ../admin-views/tribe-options-help.php:104
1069
  #, php-format
1070
  msgid ""
1071
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
@@ -1074,7 +1221,7 @@ msgstr ""
1074
  "%sFrequently Asked Questions%s che vanno dalle questioni di configurazione "
1075
  "più semplici ai tweaks Themer avanzati"
1076
 
1077
- #: ../admin-views/tribe-options-help.php:106
1078
  #, php-format
1079
  msgid ""
1080
  "%sTutorials%s written by both members of our team and users from the "
@@ -1085,7 +1232,7 @@ msgstr ""
1085
  "della comunità, che copre query personalizzate, integrazione con i temi di "
1086
  "terze parti e plugin, ecc"
1087
 
1088
- #: ../admin-views/tribe-options-help.php:108
1089
  msgid ""
1090
  "Release notes for painting an overall picture of the plugin's lifecycle and "
1091
  "when features/bug fixes were introduced."
@@ -1093,7 +1240,7 @@ msgstr ""
1093
  "Note di rilascio per dipingere un quadro complessivo del ciclo di vita del "
1094
  "plugin e quando sono state introdotte correzioni di funzionalità / bug."
1095
 
1096
- #: ../admin-views/tribe-options-help.php:110
1097
  #, php-format
1098
  msgid ""
1099
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
@@ -1104,7 +1251,7 @@ msgstr ""
1104
  "il calendario di eventi (tra cui WooTickets, Comunità Eventi, Biglietti "
1105
  "Eventbrite, Facebook Events, ecc)"
1106
 
1107
- #: ../admin-views/tribe-options-help.php:112
1108
  #, php-format
1109
  msgid ""
1110
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
@@ -1122,7 +1269,7 @@ msgstr ""
1122
  "a modellare il futuro del business dei prodotti in un modo che meglio "
1123
  "soddisfa le esigenze della comunità."
1124
 
1125
- #: ../admin-views/tribe-options-help.php:116
1126
  #, php-format
1127
  msgid ""
1128
  "Written documentation can only take things so far...sometimes, you need help "
@@ -1132,7 +1279,7 @@ msgstr ""
1132
  "hai bisogno di aiuto da una persona reale. Questo è dove i nostri% ssupport "
1133
  "forum% s entrano in gioco."
1134
 
1135
- #: ../admin-views/tribe-options-help.php:117
1136
  #, php-format
1137
  msgid ""
1138
  "Users of the free The Events Calendar should post their support concerns to "
@@ -1147,7 +1294,7 @@ msgstr ""
1147
  "to read our %ssupport expectations sticky thread%s before posting so you "
1148
  "understand our limitations."
1149
 
1150
- #: ../admin-views/tribe-options-help.php:118
1151
  msgid ""
1152
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1153
  "you report a legitimate bug that we're able to reproduce, we will log it and "
@@ -1161,7 +1308,7 @@ msgstr ""
1161
  "grado di fornire suggerimenti di personalizzazione o assistere in "
1162
  "integrazione con i plugin 3rd party o temi."
1163
 
1164
- #: ../admin-views/tribe-options-help.php:119
1165
  #, php-format
1166
  msgid ""
1167
  "If you're a user of The Events Calendar and would like more support, please "
@@ -1175,7 +1322,7 @@ msgstr ""
1175
  "personalizzazione / integrazione per pagare gli utenti di quanto possiamo su "
1176
  "WordPress.org."
1177
 
1178
- #: ../admin-views/tribe-options-help.php:123
1179
  #, php-format
1180
  msgid ""
1181
  "If you find that you aren't getting the level of service you've come to "
@@ -1186,11 +1333,11 @@ msgstr ""
1186
  "da Moderno Tribe, ci spara una email %s or tweet %s spiegarci il motivo. "
1187
  "Faremo il possibile per fare bene."
1188
 
1189
- #: ../admin-views/tribe-options-help.php:124
1190
  msgid "More..."
1191
  msgstr "Maggiori informazioni..."
1192
 
1193
- #: ../admin-views/tribe-options-help.php:132
1194
  msgid ""
1195
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1196
  "for installing our labor of love!"
@@ -1198,87 +1345,83 @@ msgstr ""
1198
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1199
  "for installing our labor of love!"
1200
 
1201
- #: ../admin-views/tribe-options-help.php:138
1202
- msgid "Getting Started"
1203
- msgstr "Guida introduttiva"
1204
-
1205
- #: ../admin-views/tribe-options-help.php:141
1206
  msgid "Support Resources To Help You Kick Ass"
1207
  msgstr "Risorse per aiutartI"
1208
 
1209
- #: ../admin-views/tribe-options-help.php:144
1210
  msgid "Forums: Because Everyone Needs A Buddy"
1211
  msgstr "Forums: Perchè Tutti hanno bisogno di un compagno"
1212
 
1213
- #: ../admin-views/tribe-options-help.php:147
1214
  msgid "Not getting help?"
1215
  msgstr "Non hai ricevuto aiuto?"
1216
 
1217
  # @ tribe-events-calendar
1218
- #: ../admin-views/tribe-options-help.php:159
1219
- #: ../lib/the-events-calendar.class.php:576
1220
- #: ../lib/tribe-settings.class.php:129
1221
  msgid "The Events Calendar"
1222
  msgstr "The Events Calendar"
1223
 
1224
- #: ../admin-views/tribe-options-help.php:163
1225
  msgid "Latest Version:"
1226
  msgstr "Ultima versione:"
1227
 
1228
- #: ../admin-views/tribe-options-help.php:164
1229
  msgid "Author:"
1230
  msgstr "Autore:"
1231
 
1232
- #: ../admin-views/tribe-options-help.php:164
1233
  msgid "Modern Tribe Inc"
1234
  msgstr "Modern Tribe Inc."
1235
 
1236
- #: ../admin-views/tribe-options-help.php:165
1237
  msgid "Requires:"
1238
  msgstr "Requisiti:"
1239
 
1240
- #: ../admin-views/tribe-options-help.php:165
1241
  msgid "WordPress "
1242
  msgstr "Wordpress"
1243
 
1244
- #: ../admin-views/tribe-options-help.php:166
1245
  msgid "Wordpress.org Plugin Page"
1246
  msgstr "Pagina Plug-in Wordpress.org"
1247
 
1248
- #: ../admin-views/tribe-options-help.php:171
1249
  msgid "Average Rating"
1250
  msgstr "Valutazione media"
1251
 
1252
- #: ../admin-views/tribe-options-help.php:175
1253
  #, php-format
1254
  msgid "Based on %d rating"
1255
  msgid_plural "Based on %d ratings"
1256
  msgstr[0] "Basata su %d valutazione"
1257
  msgstr[1] "Basata su %d valutazioni"
1258
 
1259
- #: ../admin-views/tribe-options-help.php:176
1260
  msgid "Give us 5 stars!"
1261
  msgstr "Assegnaci 5 stelle!"
1262
 
1263
- #: ../admin-views/tribe-options-help.php:179
1264
  msgid "Premium Add-Ons"
1265
  msgstr "Add-on Premium"
1266
 
1267
- #: ../admin-views/tribe-options-help.php:185
1268
  msgid "(Coming Soon!)"
1269
  msgstr "(presto disponibile!)"
1270
 
1271
- #: ../admin-views/tribe-options-help.php:192
1272
  msgid "News and Tutorials"
1273
  msgstr "Notizie e tutorial"
1274
 
1275
  # @ tribe-events-calendar
1276
  #
1277
- #: ../admin-views/tribe-options-network.php:14
1278
  msgid "Network Settings"
1279
  msgstr "Impostazioni di rete"
1280
 
1281
- #: ../admin-views/tribe-options-network.php:18
1282
  msgid ""
1283
  "This is where all of the global network settings for Modern Tribe's The "
1284
  "Events Calendar can be modified."
@@ -1286,66 +1429,78 @@ msgstr ""
1286
  "Questa pagina è dove tutte le impostazioni di rete di The Events Calendar di "
1287
  "Moden Tribe possono essere modificate."
1288
 
1289
- #: ../admin-views/tribe-options-network.php:26
1290
  msgid "Hide the following settings tabs on every site:"
1291
  msgstr "Nascondi i seguenti tab di impostazioni in ogni sito:"
1292
 
1293
  # @ tribe-events-calendar
1294
- #: ../admin-views/venue-meta-box.php:27
1295
- #: ../public/advanced-functions/meta.php:422
1296
  msgid "Address:"
1297
  msgstr "Indirizzo:"
1298
 
1299
  # @ tribe-events-calendar
1300
- #: ../admin-views/venue-meta-box.php:31
1301
  msgid "City:"
1302
  msgstr "Città:"
1303
 
1304
  # @ tribe-events-calendar
1305
- #: ../admin-views/venue-meta-box.php:35
1306
  msgid "Country:"
1307
  msgstr "Nazione:"
1308
 
1309
  # @ tribe-events-calendar
1310
- #: ../admin-views/venue-meta-box.php:73
1311
  msgid "State or Province:"
1312
  msgstr "Stato (USA) o Provincia (Int):"
1313
 
1314
  # @ tribe-events-calendar
1315
- #: ../admin-views/venue-meta-box.php:76
1316
  msgid "Select a State:"
1317
  msgstr "Seleziona uno Stato:"
1318
 
1319
  # @ tribe-events-calendar
1320
- #: ../admin-views/venue-meta-box.php:89
1321
  msgid "Postal Code:"
1322
  msgstr "Codice postale:"
1323
 
1324
  # @ tribe-events-calendar
1325
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
1326
  msgid "Show Google Map:"
1327
  msgstr "Mostra Google Map:"
1328
 
1329
  # @ tribe-events-calendar
1330
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
1331
  msgid "Show Google Maps Link:"
1332
  msgstr "Mostra il link Google Maps:"
1333
 
1334
  # @ tribe-events-calendar
1335
- #: ../admin-views/widget-admin-list.php:11
1336
  msgid "Title:"
1337
  msgstr "Titolo:"
1338
 
1339
  # @ tribe-events-calendar
1340
- #: ../admin-views/widget-admin-list.php:16
1341
  msgid "Show:"
1342
  msgstr "Mostra:"
1343
 
1344
  # @ tribe-events-calendar
1345
- #: ../admin-views/widget-admin-list.php:24
1346
  msgid "Show widget only if there are upcoming events:"
1347
  msgstr "Mostra il widget solo se ci sono eventi in arrivo:"
1348
 
 
 
 
 
 
 
 
 
 
 
 
 
1349
  #: ../lib/io/csv/admin-views/columns.php:22
1350
  #, php-format
1351
  msgid "Column Mapping: %s"
@@ -1370,7 +1525,7 @@ msgstr "Campi evento"
1370
  msgid "Perform Import"
1371
  msgstr "Esegui importazione"
1372
 
1373
- #: ../lib/io/csv/admin-views/header.php:11
1374
  msgid "Events Import (CSV)"
1375
  msgstr "Importa Eventi (CSV)"
1376
 
@@ -1441,22 +1596,22 @@ msgstr "Tipo importazione:"
1441
 
1442
  # @ tribe-events-calendar
1443
  #: ../lib/io/csv/admin-views/import.php:45
1444
- #: ../lib/the-events-calendar.class.php:502
1445
- #: ../public/template-tags/venue.php:49
1446
  msgid "Venues"
1447
  msgstr "Luoghi"
1448
 
1449
  # @ tribe-events-calendar
1450
  #: ../lib/io/csv/admin-views/import.php:46
1451
- #: ../lib/the-events-calendar.class.php:518
1452
- #: ../public/template-tags/organizer.php:55
1453
  msgid "Organizers"
1454
  msgstr "Organizzatori"
1455
 
1456
  # @ tribe-events-calendar
1457
  #: ../lib/io/csv/admin-views/import.php:47
1458
- #: ../lib/the-events-calendar.class.php:1362
1459
- #: ../lib/the-events-calendar.class.php:3893
1460
  msgid "Events"
1461
  msgstr "Eventi"
1462
 
@@ -1464,7 +1619,7 @@ msgstr "Eventi"
1464
  msgid "CSV File:"
1465
  msgstr "File CSV:"
1466
 
1467
- #: ../lib/io/csv/admin-views/import.php:58
1468
  msgid ""
1469
  "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1470
  "is UTF-8 encoded? Make sure to specify the character encoding when you save "
@@ -1476,46 +1631,46 @@ msgstr ""
1476
  "codifica dei caratteri quando salvi il file, oppure utilizza uno strumento "
1477
  "di conversione."
1478
 
1479
- #: ../lib/io/csv/admin-views/import.php:66
1480
  msgid "This file has column names in the first row"
1481
  msgstr "Questo file contiene nomi di colonna nella prima riga"
1482
 
1483
- #: ../lib/io/csv/admin-views/import.php:77
1484
  msgid "Import CSV File"
1485
  msgstr "Importa file CSV"
1486
 
1487
- #: ../lib/io/csv/admin-views/result.php:13
1488
  msgid "Import Result"
1489
  msgstr "Risultato Importazione"
1490
 
1491
- #: ../lib/io/csv/admin-views/result.php:15
1492
  msgid "Import complete!"
1493
  msgstr "Importazione completa!"
1494
 
1495
- #: ../lib/io/csv/admin-views/result.php:17
1496
  #, php-format
1497
  msgid "Inserted: %d"
1498
  msgstr "Inserita: %d"
1499
 
1500
  # @ tribe-events-calendar
1501
  #
1502
- #: ../lib/io/csv/admin-views/result.php:18
1503
  #, php-format
1504
  msgid "Updated: %d"
1505
  msgstr "Aggiornata: %d"
1506
 
1507
- #: ../lib/io/csv/admin-views/result.php:19
1508
  #, php-format
1509
  msgid "Skipped: %d"
1510
  msgstr "Saltata: %d"
1511
 
1512
- #: ../lib/io/csv/admin-views/result.php:23
1513
  msgid "The import statistics above have the following meaning:"
1514
  msgstr ""
1515
  "Le statistiche relative alle importazioni sopra hanno il seguente "
1516
  "significato:"
1517
 
1518
- #: ../lib/io/csv/admin-views/result.php:24
1519
  msgid ""
1520
  "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1521
  "li><li><strong>Updated:</strong> An item was found with the same name and/or "
@@ -1530,7 +1685,7 @@ msgstr ""
1530
  "strong> Nel file CSV è stata trovata una riga che non può essere importata. "
1531
  "Vedi sotto per le righe non valide.</li></ol>"
1532
 
1533
- #: ../lib/io/csv/admin-views/result.php:27
1534
  #, php-format
1535
  msgid "Skipped row numbers: %s"
1536
  msgstr "Saltato numero di riga: %s"
@@ -1559,129 +1714,130 @@ msgid "Do Not Import"
1559
  msgstr "Non importare"
1560
 
1561
  # @ tribe-events-calendar
1562
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
1563
  msgid "Event Name"
1564
  msgstr "Nome Evento"
1565
 
1566
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
1567
  msgid "Event Description"
1568
  msgstr "Descrizione Evento"
1569
 
1570
  # @ tribe-events-calendar
1571
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1572
  msgid "Event Start Date"
1573
  msgstr "Data Inizio Evento"
1574
 
1575
  # @ tribe-events-calendar
1576
  #
1577
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1578
  msgid "Event Start Time"
1579
  msgstr "Ora Inizio Evento"
1580
 
1581
  # @ tribe-events-calendar
1582
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1583
  msgid "Event End Date"
1584
  msgstr "Data Fine Evento"
1585
 
1586
  # @ tribe-events-calendar
1587
  #
1588
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1589
  msgid "Event End Time"
1590
  msgstr "Ora Fine Evento"
1591
 
1592
  # @ tribe-events-calendar
1593
  #
1594
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1595
  msgid "All Day Event"
1596
  msgstr "Evento giornaliero"
1597
 
1598
  # @ tribe-events-calendar
1599
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1600
  msgid "Event Venue Name"
1601
  msgstr "Nome Luogo Evento"
1602
 
1603
  # @ tribe-events-calendar
1604
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1605
  msgid "Event Organizer Name"
1606
  msgstr "Nome Organizzatore Evento"
1607
 
1608
  # @ tribe-events-calendar
1609
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1610
  msgid "Event Show Map Link"
1611
  msgstr "Mostra il link di Google Maps"
1612
 
1613
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1614
  msgid "Event Show Map"
1615
  msgstr "Mostra Mappa Evento"
1616
 
1617
  # @ tribe-events-calendar
1618
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1619
  msgid "Event Phone"
1620
  msgstr "Telefono"
1621
 
1622
  # @ tribe-events-calendar
1623
  #
1624
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1625
- #: ../lib/the-events-calendar.class.php:1402
1626
- #: ../public/template-tags/general.php:268
1627
  msgid "Event Category"
1628
  msgstr "Categoria Evento"
1629
 
1630
  # @ tribe-events-calendar
1631
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:69
1632
  msgid "Venue Name"
1633
  msgstr "Nome Luogo"
1634
 
1635
  # @ tribe-events-calendar
1636
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
1637
  msgid "Venue Country"
1638
  msgstr "Città"
1639
 
1640
  # @ tribe-events-calendar
1641
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
1642
  msgid "Venue Address"
1643
  msgstr "Indirizzo"
1644
 
1645
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1646
- msgid "Venue Addres 2"
 
1647
  msgstr "Indirizzo 2"
1648
 
1649
  # @ tribe-events-calendar
1650
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1651
  msgid "Venue City"
1652
  msgstr "Città"
1653
 
1654
  # @ tribe-events-calendar
1655
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1656
  msgid "Venue State/Province"
1657
  msgstr "Stato / Provincia"
1658
 
1659
  # @ tribe-events-calendar
1660
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1661
  msgid "Venue Zip"
1662
  msgstr "CAP"
1663
 
1664
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1665
  msgid "Venue Phone"
1666
  msgstr "Telefono"
1667
 
1668
  # @ tribe-events-calendar
1669
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:82
1670
  msgid "Organizer Name"
1671
  msgstr "Nome organizzatore"
1672
 
1673
  # @ tribe-events-calendar
1674
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
1675
  msgid "Organizer Email"
1676
  msgstr "Email Organizzatore"
1677
 
1678
  # @ tribe-events-calendar
1679
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
1680
  msgid "Organizer Website"
1681
  msgstr "Soto Web Organizzatore"
1682
 
1683
  # @ tribe-events-calendar
1684
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1685
  msgid "Organizer Phone"
1686
  msgstr "Telefono Organizzatore"
1687
 
@@ -1695,17 +1851,17 @@ msgstr "Nessun importatore definito per %s"
1695
  msgid "Missing required fields in row %d."
1696
  msgstr "Campi richiesti mancanti alla riga %d."
1697
 
1698
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
1699
  #, php-format
1700
  msgid "Failed to import record in row %d."
1701
  msgstr "Impossibile importare record riga %d."
1702
 
1703
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
1704
  #, php-format
1705
  msgid "%s (post ID %d) updated."
1706
  msgstr "%s (post ID %d) aggiornato."
1707
 
1708
- #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
1709
  #, php-format
1710
  msgid "%s (post ID %d) created."
1711
  msgstr "%s (post ID %d) creato.."
@@ -1720,58 +1876,58 @@ msgstr "File temporaneo non trovato. Impossibile salvare %s."
1720
  msgid "Could not save %s."
1721
  msgstr "Impossibile salvare %s."
1722
 
1723
- #: ../lib/pue/admin-views/license-key.view.php:10
1724
- #: ../lib/pue/admin-views/license-key.view.php:14
1725
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:288
1726
  msgid "License Key"
1727
  msgstr "Chiave Licenza"
1728
 
1729
- #: ../lib/pue/admin-views/license-key.view.php:11
1730
  msgid "A valid license key is required for support and updates."
1731
  msgstr ""
1732
  "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
1733
 
1734
- #: ../lib/pue/admin-views/license-key.view.php:17
1735
  msgid "Replace empty fields"
1736
  msgstr "Sostituire campi vuoti"
1737
 
1738
- #: ../lib/pue/admin-views/license-key.view.php:26
1739
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:289
1740
  msgid "A valid license key is required for support and updates"
1741
  msgstr ""
1742
  "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
1743
 
1744
  # @ tribe-events-calendar
1745
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:353
1746
  msgid "License key(s) updated."
1747
  msgstr "Licenza aggiornata"
1748
 
1749
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:393
1750
  msgid "Sorry, key validation server is not available."
1751
  msgstr "Siamo spiacenti, server di convalida chiave non è disponibile."
1752
 
1753
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:396
1754
  msgid "Sorry, this key is expired."
1755
  msgstr "Siamo spiacenti, questa chiave è scaduta."
1756
 
1757
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:399
1758
  msgid "Sorry, this key is out of installs."
1759
  msgstr "Siamo spiacenti, questa chiave non può essere più utilizzata."
1760
 
1761
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:400
1762
  msgid "Why am I seeing this message?"
1763
  msgstr "Perché vedo questo messaggio?"
1764
 
1765
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:404
1766
  msgid "Sorry, this key is not valid."
1767
  msgstr "Siamo spiacenti, questa chiave non è valida."
1768
 
1769
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:408
1770
  #, php-format
1771
  msgid "Valid Key! Expires on %s"
1772
  msgstr "Key Valido! Scade il %s"
1773
 
1774
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:412
1775
  #, php-format
1776
  msgid ""
1777
  "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
@@ -1782,15 +1938,15 @@ msgstr ""
1782
 
1783
  # @ tribe-events-calendar
1784
  #
1785
- #: ../lib/template-classes/day.php:70 ../lib/template-classes/day.php:84
1786
  msgid "All Day"
1787
  msgstr "Tutti i giorni"
1788
 
1789
- #: ../lib/template-classes/day.php:72 ../lib/template-classes/day.php:86
1790
  msgid "Ongoing"
1791
  msgstr "In corso"
1792
 
1793
- #: ../lib/template-classes/day.php:130
1794
  #, php-format
1795
  msgid ""
1796
  "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
@@ -1799,14 +1955,14 @@ msgstr ""
1799
  "Non ci sono eventi corrispondenti elencati per %s previsti per<strong>%s</"
1800
  "strong>. Prova con un altro giorno."
1801
 
1802
- #: ../lib/template-classes/day.php:133
1803
  #, php-format
1804
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1805
  msgstr ""
1806
  "Nessun evento in programma per <strong>%s</strong>. Prova con un altro "
1807
  "giorno."
1808
 
1809
- #: ../lib/template-classes/month.php:112
1810
  #, php-format
1811
  msgid ""
1812
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
@@ -1815,9 +1971,9 @@ msgstr ""
1815
  "Non ci sono risultati per i risultati <strong>\"%s\"</strong> questo mese. "
1816
  "Prova a cercare il mese prossimo."
1817
 
1818
- #: ../lib/template-classes/month.php:116
1819
- #: ../lib/tribe-template-factory.class.php:230
1820
- #: ../lib/tribe-template-factory.class.php:237
1821
  #, php-format
1822
  msgid ""
1823
  "No matching events listed under %s. Please try viewing the full calendar for "
@@ -1826,16 +1982,16 @@ msgstr ""
1826
  "Non ci sono eventi corrispondenti elencati in %s. Prova a visualizzare il "
1827
  "calendario completo per un elenco completo degli eventi."
1828
 
1829
- #: ../lib/template-classes/month.php:119
1830
- #: ../lib/tribe-template-factory.class.php:240
1831
  msgid "There were no results found."
1832
  msgstr "Non sono stati trovati risultati."
1833
 
1834
- #: ../lib/template-classes/single-event.php:97
1835
  msgid "This event has passed."
1836
  msgstr "Questo evento è passato."
1837
 
1838
- #: ../lib/the-events-calendar.class.php:482
1839
  #, php-format
1840
  msgid ""
1841
  "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
@@ -1848,56 +2004,60 @@ msgstr ""
1848
  "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
1849
  "friendly folks at Modern Tribe."
1850
 
1851
- #: ../lib/the-events-calendar.class.php:482
1852
  msgid ""
1853
  "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1854
  msgstr ""
1855
  "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
1856
 
1857
  # @ tribe-events-calendar
1858
- #: ../lib/the-events-calendar.class.php:510
1859
- #: ../public/advanced-functions/meta.php:382
1860
- #: ../public/template-tags/venue.php:38
1861
  msgid "Venue"
1862
  msgstr "Luogo"
1863
 
1864
  # @ tribe-events-calendar
1865
- #: ../lib/the-events-calendar.class.php:526
1866
- #: ../public/advanced-functions/meta.php:444
1867
- #: ../public/template-tags/organizer.php:44
1868
  msgid "Organizer"
1869
  msgstr "Organizzatore"
1870
 
1871
  # @ tribe-events-calendar
1872
- #: ../lib/the-events-calendar.class.php:581
1873
  msgid "month"
1874
  msgstr "mese"
1875
 
 
 
 
 
1876
  # @ tribe-events-calendar
1877
- #: ../lib/the-events-calendar.class.php:582
1878
  msgid "upcoming"
1879
  msgstr "prossimi"
1880
 
1881
  # @ tribe-events-calendar
1882
- #: ../lib/the-events-calendar.class.php:583
1883
  msgid "past"
1884
  msgstr "passato"
1885
 
1886
- #: ../lib/the-events-calendar.class.php:584
1887
  msgid "day"
1888
  msgstr "giorno"
1889
 
1890
- #: ../lib/the-events-calendar.class.php:585
1891
  msgid "today"
1892
  msgstr "oggi"
1893
 
1894
  # @ tribe-events-calendar
1895
- #: ../lib/the-events-calendar.class.php:603
1896
  #, php-format
1897
  msgid "Initializing Tribe Events on %s"
1898
  msgstr "Inizializzazione Tribe Events in %s"
1899
 
1900
- #: ../lib/the-events-calendar.class.php:711
1901
  #, php-format
1902
  msgid ""
1903
  "Your version of The Events Calendar is not up-to-date with one of your The "
@@ -1906,7 +2066,7 @@ msgstr ""
1906
  "La tua versione di The Events Calendar non è aggiornata con uno dei nostri "
1907
  "add-on. %sAggiorna ora%s."
1908
 
1909
- #: ../lib/the-events-calendar.class.php:728
1910
  #, php-format
1911
  msgid ""
1912
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
@@ -1918,13 +2078,13 @@ msgstr ""
1918
  "correttamente se non abbinati con la versione giusta. %sVuoi accoppiare con "
1919
  "una versione precedente%s?"
1920
 
1921
- #: ../lib/the-events-calendar.class.php:788
1922
- #: ../lib/the-events-calendar.class.php:823
1923
- #: ../lib/the-events-calendar.class.php:825
1924
  msgid "Licenses"
1925
  msgstr "Licenze"
1926
 
1927
- #: ../lib/the-events-calendar.class.php:792
1928
  #, php-format
1929
  msgid ""
1930
  "<p>The license key you received when completing your purchase from %s will "
@@ -1957,21 +2117,21 @@ msgstr ""
1957
  "che dovrebbe esserci? In Wordpress vai in <a href=\"%s\">Bacheca > "
1958
  "Aggiornamenti</a> e clicca \"Controlla nuovamente\".</p>"
1959
 
1960
- #: ../lib/the-events-calendar.class.php:815
1961
  msgid "General"
1962
  msgstr "Generale"
1963
 
1964
- #: ../lib/the-events-calendar.class.php:816
1965
  msgid "Display"
1966
  msgstr "Visualizza"
1967
 
1968
- #: ../lib/the-events-calendar.class.php:828
1969
- #: ../lib/the-events-calendar.class.php:3977
1970
- #: ../lib/the-events-calendar.class.php:4075
1971
  msgid "Help"
1972
  msgstr "Aiuto"
1973
 
1974
- #: ../lib/the-events-calendar.class.php:867
1975
  #, php-format
1976
  msgid ""
1977
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
@@ -1980,7 +2140,7 @@ msgstr ""
1980
  "Ci dispiace, The Events Calendar richiede WordPress %s o versione superiore. "
1981
  "Si prega di aggiornare il vostro WordPress installazione."
1982
 
1983
- #: ../lib/the-events-calendar.class.php:870
1984
  #, php-format
1985
  msgid ""
1986
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
@@ -1991,221 +2151,194 @@ msgstr ""
1991
 
1992
  # @ tribe-events-calendar
1993
  #
1994
- #: ../lib/the-events-calendar.class.php:1047 ../lib/widget-list.class.php:148
1995
- #: ../public/template-tags/loop.php:117
1996
- msgid "Upcoming Events"
1997
- msgstr "Eventi imminenti"
1998
-
1999
- # @ tribe-events-calendar
2000
- #: ../lib/the-events-calendar.class.php:1050
2001
- #: ../public/template-tags/loop.php:121
2002
- msgid "Past Events"
2003
- msgstr "Eventi passati"
2004
-
2005
- # @ tribe-events-calendar
2006
- #: ../lib/the-events-calendar.class.php:1055
2007
- #: ../lib/the-events-calendar.class.php:1062
2008
- #: ../public/template-tags/loop.php:126
2009
- #, php-format
2010
- msgid "Events for %s"
2011
- msgstr "Eventi per %s"
2012
-
2013
- # @ tribe-events-calendar
2014
- #
2015
- #: ../lib/the-events-calendar.class.php:1057
2016
- msgid "Events this month"
2017
- msgstr "Eventi di questo mese"
2018
-
2019
- # @ tribe-events-calendar
2020
- #
2021
- #: ../lib/the-events-calendar.class.php:1325
2022
  msgid "category"
2023
  msgstr "Categoria"
2024
 
2025
- #: ../lib/the-events-calendar.class.php:1335
2026
  msgid "tag"
2027
  msgstr "tag"
2028
 
2029
  # @ tribe-events-calendar
2030
- #: ../lib/the-events-calendar.class.php:1363
2031
  msgid "Event"
2032
  msgstr "Evento"
2033
 
2034
  # @ tribe-events-calendar
2035
- #: ../lib/the-events-calendar.class.php:1364
2036
- #: ../lib/the-events-calendar.class.php:1377
2037
- #: ../lib/the-events-calendar.class.php:1390
2038
  msgid "Add New"
2039
  msgstr "Aggiungi nuovo"
2040
 
2041
  # @ tribe-events-calendar
2042
- #: ../lib/the-events-calendar.class.php:1365
2043
  msgid "Add New Event"
2044
  msgstr "Aggiungi Nuovo Evento"
2045
 
2046
  # @ tribe-events-calendar
2047
- #: ../lib/the-events-calendar.class.php:1366
2048
  msgid "Edit Event"
2049
  msgstr "Modifica Evento"
2050
 
2051
  # @ tribe-events-calendar
2052
- #: ../lib/the-events-calendar.class.php:1367
2053
  msgid "New Event"
2054
  msgstr "Nuovo Evento"
2055
 
2056
  # @ tribe-events-calendar
2057
- #: ../lib/the-events-calendar.class.php:1368
2058
  msgid "View Event"
2059
  msgstr "Vedi Evento"
2060
 
2061
  # @ tribe-events-calendar
2062
  #
2063
- #: ../lib/the-events-calendar.class.php:1369
2064
  msgid "Search Events"
2065
  msgstr "Cerca Evento"
2066
 
2067
  # @ tribe-events-calendar
2068
- #: ../lib/the-events-calendar.class.php:1370
2069
  msgid "No events found"
2070
  msgstr "Nessun evento trovato"
2071
 
2072
- #: ../lib/the-events-calendar.class.php:1371
2073
  msgid "No events found in Trash"
2074
  msgstr "Nessun evento trovato nel cestino"
2075
 
2076
  # @ tribe-events-calendar
2077
- #: ../lib/the-events-calendar.class.php:1378
2078
- #: ../lib/the-events-calendar.class.php:1391
2079
  #, php-format
2080
  msgid "Add New %s"
2081
  msgstr "Aggiungi nuovo %s"
2082
 
2083
  # @ tribe-events-calendar
2084
- #: ../lib/the-events-calendar.class.php:1379
2085
- #: ../lib/the-events-calendar.class.php:1392
2086
  #, php-format
2087
  msgid "Edit %s"
2088
  msgstr "Modifica %s"
2089
 
2090
- #: ../lib/the-events-calendar.class.php:1380
2091
- #: ../lib/the-events-calendar.class.php:1393
2092
  #, php-format
2093
  msgid "New %s"
2094
  msgstr "Nuovo %s"
2095
 
2096
  # @ tribe-events-calendar
2097
- #: ../lib/the-events-calendar.class.php:1381
2098
- #: ../lib/the-events-calendar.class.php:1394
2099
  #, php-format
2100
  msgid "View %s"
2101
  msgstr "Vedi %s"
2102
 
2103
- #: ../lib/the-events-calendar.class.php:1382
2104
- #: ../lib/the-events-calendar.class.php:1395
2105
  #, php-format
2106
  msgid "Search %s"
2107
  msgstr "Cerca %s"
2108
 
2109
  # @ tribe-events-calendar
2110
- #: ../lib/the-events-calendar.class.php:1383
2111
- #: ../lib/the-events-calendar.class.php:1396
2112
  #, php-format
2113
  msgid "No %s found"
2114
  msgstr "Nessun %s trovato"
2115
 
2116
- #: ../lib/the-events-calendar.class.php:1384
2117
- #: ../lib/the-events-calendar.class.php:1397
2118
  #, php-format
2119
  msgid "No %s found in Trash"
2120
  msgstr "Nessun %s trovato nel cestino"
2121
 
2122
  # @ tribe-events-calendar
2123
- #: ../lib/the-events-calendar.class.php:1401
2124
- #: ../lib/tribe-admin-events-list.class.php:174
2125
  msgid "Event Categories"
2126
  msgstr "Categorie eventi"
2127
 
2128
- #: ../lib/the-events-calendar.class.php:1403
2129
  msgid "Search Event Categories"
2130
  msgstr "Cerca Categorie Eventi"
2131
 
2132
  # @ tribe-events-calendar
2133
  #
2134
- #: ../lib/the-events-calendar.class.php:1404
2135
  msgid "All Event Categories"
2136
  msgstr "Tutti le categorie eventi"
2137
 
2138
  # @ tribe-events-calendar
2139
- #: ../lib/the-events-calendar.class.php:1405
2140
  msgid "Parent Event Category"
2141
  msgstr "Parent Categoria Evento"
2142
 
2143
- #: ../lib/the-events-calendar.class.php:1406
2144
  msgid "Parent Event Category:"
2145
  msgstr "Parent Categoria Evento:"
2146
 
2147
  # @ tribe-events-calendar
2148
- #: ../lib/the-events-calendar.class.php:1407
2149
  msgid "Edit Event Category"
2150
  msgstr "Modifica Categoria vento"
2151
 
2152
  # @ tribe-events-calendar
2153
- #: ../lib/the-events-calendar.class.php:1408
2154
  msgid "Update Event Category"
2155
  msgstr "Aggiorna categoria evento"
2156
 
2157
- #: ../lib/the-events-calendar.class.php:1409
2158
  msgid "Add New Event Category"
2159
  msgstr "Aggiungi nuova Categoria Evento"
2160
 
2161
- #: ../lib/the-events-calendar.class.php:1410
2162
  msgid "New Event Category Name"
2163
  msgstr "Nuovo Nome Categoria Evento"
2164
 
2165
- #: ../lib/the-events-calendar.class.php:1426
2166
  #, php-format
2167
  msgid "Event updated. <a href=\"%s\">View event</a>"
2168
  msgstr "Evento aggiornato. <a href=\"%s\">Vedi evento</a>"
2169
 
2170
  # @ tribe-events-calendar
2171
- #: ../lib/the-events-calendar.class.php:1427
2172
- #: ../lib/the-events-calendar.class.php:1444
2173
- #: ../lib/the-events-calendar.class.php:1461
2174
  msgid "Custom field updated."
2175
  msgstr "Campi personalizzati aggiornati."
2176
 
2177
- #: ../lib/the-events-calendar.class.php:1428
2178
- #: ../lib/the-events-calendar.class.php:1445
2179
- #: ../lib/the-events-calendar.class.php:1462
2180
  msgid "Custom field deleted."
2181
  msgstr "Campi personalizzati cancellati"
2182
 
2183
  # @ tribe-events-calendar
2184
- #: ../lib/the-events-calendar.class.php:1429
2185
  msgid "Event updated."
2186
  msgstr "Evento aggiornato."
2187
 
2188
- #: ../lib/the-events-calendar.class.php:1431
2189
  #, php-format
2190
  msgid "Event restored to revision from %s"
2191
  msgstr "Evento modificato e in revisione da %s"
2192
 
2193
- #: ../lib/the-events-calendar.class.php:1432
2194
  #, php-format
2195
  msgid "Event published. <a href=\"%s\">View event</a>"
2196
  msgstr "Evento pubblicato. <a href=\"%s\">Vedi evento</a>"
2197
 
2198
  # @ tribe-events-calendar
2199
- #: ../lib/the-events-calendar.class.php:1433
2200
  msgid "Event saved."
2201
  msgstr "Evento salvato."
2202
 
2203
- #: ../lib/the-events-calendar.class.php:1434
2204
  #, php-format
2205
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2206
  msgstr "Evento inviato. <a target=\"_blank\" href=\"%s\">Anteprima evento</a>"
2207
 
2208
- #: ../lib/the-events-calendar.class.php:1435
2209
  #, php-format
2210
  msgid ""
2211
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -2214,13 +2347,13 @@ msgstr ""
2214
  "Evento schedulato per: <strong>%1$s</strong>. <a target=\"_blank\" href="
2215
  "\"%2$s\">Anteprima evento</a>"
2216
 
2217
- #: ../lib/the-events-calendar.class.php:1437
2218
- #: ../lib/the-events-calendar.class.php:1454
2219
- #: ../lib/the-events-calendar.class.php:1471
2220
  msgid "M j, Y @ G:i"
2221
  msgstr "M j, Y @ G:i"
2222
 
2223
- #: ../lib/the-events-calendar.class.php:1438
2224
  #, php-format
2225
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2226
  msgstr ""
@@ -2228,154 +2361,151 @@ msgstr ""
2228
  "a>"
2229
 
2230
  # @ tribe-events-calendar
2231
- #: ../lib/the-events-calendar.class.php:1443
2232
- #: ../lib/the-events-calendar.class.php:1446
2233
- #: ../lib/the-events-calendar.class.php:1460
2234
- #: ../lib/the-events-calendar.class.php:1463
2235
  #, php-format
2236
  msgid "%s updated."
2237
  msgstr "%s aggiornato."
2238
 
2239
- #: ../lib/the-events-calendar.class.php:1448
2240
- #: ../lib/the-events-calendar.class.php:1465
2241
  #, php-format
2242
  msgid "%s restored to revision from %s"
2243
  msgstr "%s modificato in revisione da %s"
2244
 
2245
- #: ../lib/the-events-calendar.class.php:1449
2246
- #: ../lib/the-events-calendar.class.php:1466
2247
  #, php-format
2248
  msgid "%s published."
2249
  msgstr "%s pubblicato"
2250
 
2251
- #: ../lib/the-events-calendar.class.php:1450
2252
- #: ../lib/the-events-calendar.class.php:1467
2253
  #, php-format
2254
  msgid "%s saved."
2255
  msgstr "%s salvato."
2256
 
2257
  # @ tribe-events-calendar
2258
- #: ../lib/the-events-calendar.class.php:1451
2259
- #: ../lib/the-events-calendar.class.php:1468
2260
  #, php-format
2261
  msgid "%s submitted."
2262
  msgstr "%s inviato"
2263
 
2264
- #: ../lib/the-events-calendar.class.php:1452
2265
- #: ../lib/the-events-calendar.class.php:1469
2266
  #, php-format
2267
  msgid "%s scheduled for: <strong>%2$s</strong>."
2268
  msgstr "%s schedulatp per: <strong>%2$s</strong>."
2269
 
2270
  # @ tribe-events-calendar
2271
- #: ../lib/the-events-calendar.class.php:1455
2272
- #: ../lib/the-events-calendar.class.php:1472
2273
  #, php-format
2274
  msgid "%s draft updated."
2275
  msgstr "%s bozza aggiornata."
2276
 
2277
  # @ tribe-events-calendar
2278
- #: ../lib/the-events-calendar.class.php:1488
2279
- #: ../lib/the-events-calendar.class.php:1489
2280
  msgid "Add New "
2281
  msgstr "Aggiungi nuovo"
2282
 
2283
- #: ../lib/the-events-calendar.class.php:1508
2284
  msgid "Use Saved "
2285
  msgstr "Usa salvato"
2286
 
2287
- #: ../lib/the-events-calendar.class.php:1531
2288
  #, php-format
2289
  msgid "Use Saved %s:"
2290
  msgstr "Utilizza %s salvato"
2291
 
2292
- #: ../lib/the-events-calendar.class.php:1570
2293
- msgid "Use New "
2294
- msgstr "Usa nuovo"
 
 
2295
 
2296
- #: ../lib/the-events-calendar.class.php:1572
2297
- #: ../lib/the-events-calendar.class.php:1628
2298
  #, php-format
2299
  msgid "My %s"
2300
  msgstr "Mio %s"
2301
 
2302
- #: ../lib/the-events-calendar.class.php:1577
2303
- #: ../lib/the-events-calendar.class.php:1633
2304
  #, php-format
2305
  msgid "Available %s"
2306
  msgstr "Disponibile %s"
2307
 
2308
- #: ../lib/the-events-calendar.class.php:1588
2309
- #: ../lib/the-events-calendar.class.php:1644
2310
  #, php-format
2311
  msgid "No saved %s exists."
2312
  msgstr "Non c'è nessun %s salvato."
2313
 
2314
- #: ../lib/the-events-calendar.class.php:1626
2315
- #, php-format
2316
- msgid "Use New %s"
2317
- msgstr "Usa nuovo %s"
2318
-
2319
- #: ../lib/the-events-calendar.class.php:1785
2320
  msgid "Next"
2321
  msgstr "Prossimo"
2322
 
2323
- #: ../lib/the-events-calendar.class.php:1786
2324
  msgid "Prev"
2325
  msgstr "Precedente"
2326
 
2327
- #: ../lib/the-events-calendar.class.php:1787
2328
- #: ../public/template-tags/day.php:92
2329
  msgid "Today"
2330
  msgstr "Oggi"
2331
 
2332
- #: ../lib/the-events-calendar.class.php:1788
2333
  msgid "Done"
2334
  msgstr "Fatto"
2335
 
2336
  # @ tribe-events-calendar
2337
  #
2338
- #: ../lib/the-events-calendar.class.php:1999
2339
  msgid "Network"
2340
  msgstr "Rete"
2341
 
2342
- #: ../lib/the-events-calendar.class.php:3520
2343
- #: ../lib/the-events-calendar.class.php:3548
2344
- #: ../public/template-tags/day.php:140 ../public/template-tags/day.php:159
2345
  msgid "Date out of range."
2346
  msgstr "Data fuori intervallo."
2347
 
2348
- #: ../lib/the-events-calendar.class.php:3572
2349
  msgid "Event Options"
2350
  msgstr "Opzioni Evento"
2351
 
2352
  # @ tribe-events-calendar
2353
  #
2354
- #: ../lib/the-events-calendar.class.php:3574
2355
- #: ../lib/the-events-calendar.class.php:3579
2356
  msgid " Information"
2357
  msgstr "Informazioni"
2358
 
2359
- #: ../lib/the-events-calendar.class.php:3743
2360
  msgid "Support"
2361
  msgstr "Supporto"
2362
 
2363
  # @ tribe-events-calendar
2364
  #
2365
- #: ../lib/the-events-calendar.class.php:3746
2366
  msgid "View All Add-Ons"
2367
  msgstr "Vedi tutto gli Add-Ons"
2368
 
2369
- #: ../lib/the-events-calendar.class.php:3763
2370
  msgid "News from Modern Tribe"
2371
  msgstr "Novità da Modern Tribe Inc."
2372
 
2373
- #: ../lib/the-events-calendar.class.php:3844
2374
  msgid "Additional Functionality"
2375
  msgstr "Funzionalità Aggiuntive"
2376
 
2377
  # @ tribe-events-calendar
2378
- #: ../lib/the-events-calendar.class.php:3849
2379
  msgid ""
2380
  "Looking for additional functionality including recurring events, ticket "
2381
  "sales, publicly submitted events, new views and more?"
@@ -2385,44 +2515,44 @@ msgstr ""
2385
 
2386
  # @ tribe-events-calendar
2387
  #
2388
- #: ../lib/the-events-calendar.class.php:3849
2389
  #, php-format
2390
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2391
  msgstr "Scopri gli <a href=\"%s\">add-ons disponibili</a>."
2392
 
2393
  # @ tribe-events-calendar
2394
- #: ../lib/the-events-calendar.class.php:3920
2395
- #: ../lib/the-events-calendar.class.php:4021
2396
  msgid "View Calendar"
2397
  msgstr "Vedi Calendario"
2398
 
2399
  # @ tribe-events-calendar
2400
  #
2401
- #: ../lib/the-events-calendar.class.php:3928
2402
  msgid "Add Event"
2403
  msgstr "Aggiungi Evento"
2404
 
2405
  # @ tribe-events-calendar
2406
- #: ../lib/the-events-calendar.class.php:3937
2407
  msgid "Edit Events"
2408
  msgstr "Modifica Eventi"
2409
 
2410
- #: ../lib/the-events-calendar.class.php:3948
2411
  msgid "Import"
2412
  msgstr "Importa"
2413
 
2414
- #: ../lib/the-events-calendar.class.php:3954
2415
  msgid "CSV"
2416
  msgstr "CSV"
2417
 
2418
  # @ tribe-events-calendar
2419
- #: ../lib/the-events-calendar.class.php:3966
2420
- #: ../lib/the-events-calendar.class.php:4060
2421
- #: ../lib/tribe-settings.class.php:155
2422
  msgid "Settings"
2423
  msgstr "Impostazioni"
2424
 
2425
- #: ../lib/the-events-calendar.class.php:3995
2426
  #, php-format
2427
  msgid ""
2428
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
@@ -2431,135 +2561,131 @@ msgstr ""
2431
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2432
  "change the events slug, visit %sEvents -> Settings%s."
2433
 
2434
- #: ../lib/the-events-calendar.class.php:4061
2435
  msgid "Calendar"
2436
  msgstr "Calendario"
2437
 
2438
- #: ../lib/the-events-calendar.class.php:4136
2439
  msgid "List"
2440
  msgstr "Lista"
2441
 
2442
  # @ tribe-events-calendar
2443
- #: ../lib/the-events-calendar.class.php:4147
2444
  msgid "Month"
2445
  msgstr "Mese"
2446
 
2447
- #: ../lib/the-events-calendar.class.php:4159
2448
  msgid "Day"
2449
  msgstr "Giorno"
2450
 
2451
- #: ../lib/the-events-calendar.class.php:4180
2452
- #: ../lib/the-events-calendar.class.php:4182
2453
  msgid "Search"
2454
  msgstr "Cerca"
2455
 
2456
  # @ tribe-events-calendar
2457
- #: ../lib/the-events-calendar.class.php:4204
2458
- #: ../lib/the-events-calendar.class.php:4219
2459
  msgid "Date"
2460
  msgstr "Data"
2461
 
2462
  # @ tribe-events-calendar
2463
- #: ../lib/the-events-calendar.class.php:4207
2464
  msgid "Events In"
2465
  msgstr "Eventi in"
2466
 
2467
  # @ tribe-events-calendar
2468
- #: ../lib/the-events-calendar.class.php:4209
2469
  msgid "Events From"
2470
  msgstr "Eventi Da"
2471
 
2472
- #: ../lib/the-events-calendar.class.php:4211
2473
  msgid "Day Of"
2474
  msgstr "Giorno di"
2475
 
2476
- #: ../lib/tickets/tribe-tickets-attendees.php:64
2477
  msgid "Order #"
2478
  msgstr "Ordine #"
2479
 
2480
- #: ../lib/tickets/tribe-tickets-attendees.php:65
2481
  msgid "Order Status"
2482
  msgstr "Stato Ordine"
2483
 
2484
- #: ../lib/tickets/tribe-tickets-attendees.php:66
2485
  msgid "Purchaser name"
2486
  msgstr "Nome Acquirente"
2487
 
2488
- #: ../lib/tickets/tribe-tickets-attendees.php:67
2489
  msgid "Purchaser email"
2490
  msgstr "Email Acquirente"
2491
 
2492
- #: ../lib/tickets/tribe-tickets-attendees.php:68
2493
  msgid "Ticket type"
2494
  msgstr "Typo biglietto"
2495
 
2496
- #: ../lib/tickets/tribe-tickets-attendees.php:69
2497
- #: ../views/tickets/email.php:314
2498
  msgid "Ticket #"
2499
  msgstr "Biglietto #"
2500
 
2501
- #: ../lib/tickets/tribe-tickets-attendees.php:70
2502
- #: ../views/tickets/email.php:326
2503
  msgid "Security Code"
2504
  msgstr "Codice Sicurezza"
2505
 
2506
- #: ../lib/tickets/tribe-tickets-attendees.php:71
2507
- #: ../lib/tickets/tribe-tickets-attendees.php:156
2508
- #: ../lib/tickets/tribe-tickets-attendees.php:213
2509
  msgid "Check in"
2510
  msgstr "Check-in"
2511
 
2512
- #: ../lib/tickets/tribe-tickets-attendees.php:157
2513
- #: ../lib/tickets/tribe-tickets-attendees.php:214
2514
  msgid "Undo Check in"
2515
  msgstr "Annulla Check-in"
2516
 
2517
- #: ../lib/tickets/tribe-tickets-attendees.php:191
2518
  msgid "Print"
2519
  msgstr "Stampa"
2520
 
2521
  # @ tribe-events-calendar
2522
- #: ../lib/tickets/tribe-tickets-attendees.php:192
2523
  msgid "Email"
2524
  msgstr "Email"
2525
 
2526
- #: ../lib/tickets/tribe-tickets-attendees.php:193
2527
- #: ../lib/tribe-ical.class.php:111
2528
  msgid "Export"
2529
  msgstr "Esporta"
2530
 
2531
- #: ../lib/tickets/tribe-tickets-attendees.php:199
2532
  msgid "Filter by ticket #, order # or security code"
2533
  msgstr "Filtra per # biglietto, # ordine o codice sicurezza."
2534
 
2535
- #: ../lib/tickets/tribe-tickets-metabox.php:24
2536
- msgid "Tickets"
2537
- msgstr "Biglietti"
2538
-
2539
  # @ tribe-events-calendar
2540
  #
2541
- #: ../lib/tickets/tribe-tickets-metabox.php:62
2542
  msgid "Ticket header image"
2543
  msgstr "Intestazione immagine biglietto"
2544
 
2545
- #: ../lib/tickets/tribe-tickets-metabox.php:62
2546
  msgid "Set as ticket header"
2547
  msgstr "Imposta come intestazione del biglietto"
2548
 
2549
- #: ../lib/tickets/tribe-tickets-pro.php:107
2550
  msgid "You need to select a user or type a valid email address"
2551
  msgstr ""
2552
  "È necessario selezionare un utente o digitare un indirizzo email valido"
2553
 
2554
- #: ../lib/tickets/tribe-tickets-pro.php:108
2555
  msgid "Sending..."
2556
  msgstr "Invio..."
2557
 
2558
- #: ../lib/tickets/tribe-tickets-pro.php:136
2559
  msgid "Columns"
2560
  msgstr "Colonne"
2561
 
2562
- #: ../lib/tickets/tribe-tickets-pro.php:137
2563
  msgid ""
2564
  "You can use Screen Options to select which columns you want to see. The "
2565
  "selection works in the table below, in the email, for print and for the CSV "
@@ -2570,131 +2696,127 @@ msgstr ""
2570
  "nella e-mail, per la stampa e per l'esportazione CSV."
2571
 
2572
  # @ tribe-events-calendar
2573
- #: ../lib/tickets/tribe-tickets-pro.php:229
2574
  msgid "Yes"
2575
  msgstr "Si"
2576
 
2577
- #: ../lib/tickets/tribe-tickets-pro.php:258
2578
  msgid "attendees"
2579
  msgstr "Partecipanti"
2580
 
2581
- #: ../lib/tickets/tribe-tickets-pro.php:309
2582
  #, php-format
2583
  msgid "Attendee List for: %s"
2584
  msgstr "Lista Partecipanti per: %s"
2585
 
2586
- #: ../lib/tickets/tribe-tickets.php:298
2587
  msgid "Your ticket has been saved."
2588
  msgstr "Il tuo biglietto è stato salvato"
2589
 
2590
- #: ../lib/tickets/tribe-tickets.php:375
2591
  msgid "Your ticket has been deleted."
2592
  msgstr "Il tuo biglietto è stato cancellato"
2593
 
2594
  # @ tribe-events-calendar
2595
- #: ../lib/tribe-admin-events-list.class.php:179
2596
  msgid "Start Date"
2597
  msgstr "Data inizio"
2598
 
2599
  # @ tribe-events-calendar
2600
- #: ../lib/tribe-admin-events-list.class.php:180
2601
  msgid "End Date"
2602
  msgstr "Data fine"
2603
 
2604
- #: ../lib/tribe-admin-events-list.class.php:250
2605
  #, php-format
2606
  msgid "All %s"
2607
  msgstr "Tutti %s"
2608
 
2609
  # @ tribe-events-calendar
2610
  #
2611
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
2612
- #: ../lib/tribe-app-shop.class.php:87
2613
  msgid "Event Add-Ons"
2614
  msgstr "Add-On Event Tribe"
2615
 
2616
- #: ../lib/tribe-debug-bar.class.php:28
2617
- msgid "Tribe"
2618
- msgstr "Tribe"
2619
-
2620
- #: ../lib/tribe-event-api.class.php:306
2621
  msgid "Unnamed Venue"
2622
  msgstr "Luogo Senza Nome"
2623
 
2624
- #: ../lib/tribe-event-api.class.php:375 ../lib/tribe-view-helpers.class.php:44
2625
- #: ../public/template-tags/venue.php:249
2626
  msgid "United States"
2627
  msgstr "Stati Uniti"
2628
 
2629
- #: ../lib/tribe-event-exception.class.php:17
2630
- #: ../lib/tribe-event-exception.class.php:34
2631
  msgid "Error"
2632
  msgstr "Errore"
2633
 
2634
- #: ../lib/tribe-field.class.php:176
2635
  msgid "Invalid field type specified"
2636
  msgstr "Tipo di campo specificato non valido"
2637
 
2638
- #: ../lib/tribe-field.class.php:414
2639
  msgid "No radio options specified"
2640
  msgstr "No radio options specified"
2641
 
2642
- #: ../lib/tribe-field.class.php:449
2643
  msgid "No checkbox options specified"
2644
  msgstr "Nessuna opzione checkbox specificate"
2645
 
2646
- #: ../lib/tribe-field.class.php:500
2647
  msgid "No select options specified"
2648
  msgstr "Nessuna opzione di selezione specificata"
2649
 
2650
- #: ../lib/tribe-ical.class.php:27
2651
  msgctxt "feed link"
2652
  msgid "&raquo;"
2653
  msgstr "&raquo;"
2654
 
2655
- #: ../lib/tribe-ical.class.php:28
2656
  #, php-format
2657
  msgid "%1$s %2$s iCal Feed"
2658
  msgstr "%1$s %2$s iCal Feed"
2659
 
2660
- #: ../lib/tribe-ical.class.php:74
2661
  msgid "Add to Google Calendar"
2662
  msgstr "Aggiungi a Google Calendar"
2663
 
2664
- #: ../lib/tribe-ical.class.php:74
2665
  msgid "Google Calendar"
2666
  msgstr "Google Calendar"
2667
 
2668
- #: ../lib/tribe-ical.class.php:75
2669
  msgid "Download .ics file"
2670
  msgstr "Scarica file .ics"
2671
 
2672
- #: ../lib/tribe-ical.class.php:75
2673
  msgid "iCal Export"
2674
  msgstr "Esporta iCal"
2675
 
2676
  # @ tribe-events-calendar
2677
- #: ../lib/tribe-ical.class.php:98
2678
  msgid "Month's Events"
2679
  msgstr "Eventi del mese"
2680
 
2681
  # @ tribe-events-calendar
2682
  #
2683
- #: ../lib/tribe-ical.class.php:101
2684
  msgid "Week's Events"
2685
  msgstr "Eventi della Settimana"
2686
 
2687
  # @ tribe-events-calendar
2688
- #: ../lib/tribe-ical.class.php:104
2689
  msgid "Day's Events"
2690
  msgstr "Eventi Del Giorno"
2691
 
2692
  # @ tribe-events-calendar
2693
- #: ../lib/tribe-ical.class.php:107
2694
  msgid "Listed Events"
2695
  msgstr "Eventi elencati"
2696
 
2697
- #: ../lib/tribe-ical.class.php:112
2698
  msgid ""
2699
  "Use this to share calendar data with Google Calendar, Apple iCal and other "
2700
  "compatible apps"
@@ -2702,56 +2824,56 @@ msgstr ""
2702
  "Usare questo per condividere i dati del calendario con Google Calendar, "
2703
  "Apple iCal e altre applicazioni compatibili"
2704
 
2705
- #: ../lib/tribe-settings-tab.class.php:204
2706
  msgid "There are no fields setup for this tab yet."
2707
  msgstr "Non ci sono ancora campi configurati per questa scheda."
2708
 
2709
  # @ tribe-events-calendar
2710
- #: ../lib/tribe-settings.class.php:155 ../lib/tribe-settings.class.php:165
2711
  msgid "The Events Calendar Settings"
2712
  msgstr "The Events Calendar Impostazioni"
2713
 
2714
  # @ tribe-events-calendar
2715
  #
2716
- #: ../lib/tribe-settings.class.php:165
2717
  msgid "Events Settings"
2718
  msgstr "Impostazioni eventi"
2719
 
2720
  # @ tribe-events-calendar
2721
- #: ../lib/tribe-settings.class.php:210
2722
  #, php-format
2723
  msgid "%s Settings"
2724
  msgstr "%s Impostazioni"
2725
 
2726
- #: ../lib/tribe-settings.class.php:224
2727
  msgid "You've requested a non-existent tab."
2728
  msgstr "Hai richiesto una scheda inesistente."
2729
 
2730
- #: ../lib/tribe-settings.class.php:232
2731
  msgid " Save Changes"
2732
  msgstr "Salva Modifiche"
2733
 
2734
- #: ../lib/tribe-settings.class.php:280
2735
  msgid "You don't have permission to do that."
2736
  msgstr "Non hai il permesso di farlo."
2737
 
2738
- #: ../lib/tribe-settings.class.php:286
2739
  msgid "The request was sent insecurely."
2740
  msgstr "La richiesta è stata inviata in modo non sicuro."
2741
 
2742
- #: ../lib/tribe-settings.class.php:292
2743
  msgid "The request wasn't sent from this tab."
2744
  msgstr "La richiesta non è stata inviata da questa scheda."
2745
 
2746
- #: ../lib/tribe-settings.class.php:453
2747
  msgid "Your form had the following errors:"
2748
  msgstr "Il modulo ha i seguenti errori:"
2749
 
2750
- #: ../lib/tribe-settings.class.php:462
2751
  msgid "None of your settings were saved. Please try again."
2752
  msgstr "Nessuna delle tue impostazioni è stata salvata. Riprova."
2753
 
2754
- #: ../lib/tribe-settings.class.php:462
2755
  msgid ""
2756
  "The above setting was not saved. Other settings were successfully saved."
2757
  msgid_plural ""
@@ -2764,11 +2886,11 @@ msgstr[1] ""
2764
  "state salvate correttamente."
2765
 
2766
  # @ tribe-events-calendar
2767
- #: ../lib/tribe-settings.class.php:484
2768
  msgid "Settings saved."
2769
  msgstr "Impostazioni salvate"
2770
 
2771
- #: ../lib/tribe-support.class.php:34
2772
  msgid ""
2773
  "Sometimes it's hard to tell what's going wrong without knowing more about "
2774
  "your system steup. For your convenience, we've put together a little report "
@@ -2778,7 +2900,7 @@ msgstr ""
2778
  "your system steup. For your convenience, we've put together a little report "
2779
  "on what's cooking under the hood."
2780
 
2781
- #: ../lib/tribe-support.class.php:35
2782
  msgid ""
2783
  "If you suspect that the problem you're having is related to another plugin, "
2784
  "or we're just plain having trouble reproducing your bug report, please copy "
@@ -2790,25 +2912,25 @@ msgstr ""
2790
 
2791
  # @ tribe-events-calendar
2792
  #
2793
- #: ../lib/tribe-support.class.php:39
2794
  msgid "System Information"
2795
  msgstr "Informazioni di sistema"
2796
 
2797
- #: ../lib/tribe-support.class.php:107
2798
  msgid "Unknown or not set"
2799
  msgstr "Sconosciuto o non impostato"
2800
 
2801
- #: ../lib/tribe-template-factory.class.php:221
2802
  #, php-format
2803
  msgid "There were no results found for <strong>\"%s\"</strong>."
2804
  msgstr "Non ci sono risultati per <strong>\"%s\"</strong>."
2805
 
2806
- #: ../lib/tribe-template-factory.class.php:224
2807
  #, php-format
2808
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2809
  msgstr "No results were found for events in or near <strong>\"%s\"</strong>."
2810
 
2811
- #: ../lib/tribe-template-factory.class.php:227
2812
  #, php-format
2813
  msgid ""
2814
  "No upcoming events listed under %s. Check out upcoming events for this "
@@ -2817,16 +2939,16 @@ msgstr ""
2817
  "Non ci sono eventi elencati in %s. Scopri i prossimi eventi per questa "
2818
  "categoria o visualizzare il calendario completo."
2819
 
2820
- #: ../lib/tribe-template-factory.class.php:233
2821
  msgid "No previous events "
2822
  msgstr "Non ci sono eventi precedenti"
2823
 
2824
- #: ../lib/tribe-templates.class.php:568
2825
  #, php-format
2826
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2827
  msgstr "Template overrides should be moved to the correct subdirectory: %s"
2828
 
2829
- #: ../lib/tribe-templates.class.php:609
2830
  #, php-format
2831
  msgid ""
2832
  "Template overrides should be moved to the correct subdirectory: "
@@ -2835,112 +2957,57 @@ msgstr ""
2835
  "Template overrides should be moved to the correct subdirectory: "
2836
  "tribe_get_template_part('%s')"
2837
 
2838
- #: ../lib/tribe-the-events-calendar-import.class.php:64
2839
- #, php-format
2840
- msgid ""
2841
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2842
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
2843
- "\">revert to an old version</a> if you want to backup first. This upgrade "
2844
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2845
- "your templates as necessary. There have been significant changes to the "
2846
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2847
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2848
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2849
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2850
- "><br/> You have events that need to be migrated. Please visit the bottom of "
2851
- "the <a href=\"%s\">settings page</a> to perform the migration."
2852
- msgstr ""
2853
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2854
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
2855
- "\">revert to an old version</a> if you want to backup first. This upgrade "
2856
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2857
- "your templates as necessary. There have been significant changes to the "
2858
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2859
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2860
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2861
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2862
- "><br/> You have events that need to be migrated. Please visit the bottom of "
2863
- "the <a href=\"%s\">settings page</a> to perform the migration."
2864
-
2865
- # @ tribe-events-calendar
2866
- #: ../lib/tribe-the-events-calendar-import.class.php:86
2867
- msgid "Upgrade from The Events Calendar"
2868
- msgstr "Aggiornamenti da The Events Calendar"
2869
-
2870
- #: ../lib/tribe-the-events-calendar-import.class.php:87
2871
- msgid ""
2872
- "It appears that you have some old events calendar data that needs to be "
2873
- "upgraded. Please be sure to back up your database before initiating the "
2874
- "upgrade. This process can not be undone."
2875
- msgstr ""
2876
- "Sembra che hai qualche vecchio eventi dati del calendario che deve essere "
2877
- "aggiornato. Si prega di tre un backup del database prima di avviare "
2878
- "l'aggiornamento. Questo processo non può essere annullato."
2879
-
2880
- #: ../lib/tribe-the-events-calendar-import.class.php:88
2881
- msgid "Migrate Data!"
2882
- msgstr "Trasferisci dati"
2883
-
2884
- #: ../lib/tribe-the-events-calendar-import.class.php:166
2885
- #, php-format
2886
- msgid "You successfully migrated (%d) entries."
2887
- msgstr "Hai trasferito con successo (%d) voci."
2888
-
2889
- #: ../lib/tribe-the-events-calendar-import.class.php:242
2890
- msgid "Install has 1 or more legacy event!"
2891
- msgstr "Install has 1 or more legacy event!"
2892
-
2893
- #: ../lib/tribe-validate.class.php:73 ../lib/tribe-validate.class.php:111
2894
  msgid "Invalid or incomplete field passed"
2895
  msgstr "Campo non valido o incompleto"
2896
 
2897
- #: ../lib/tribe-validate.class.php:74 ../lib/tribe-validate.class.php:106
2898
- #: ../lib/tribe-validate.class.php:112
2899
  msgid "Field ID:"
2900
  msgstr "ID Campo:"
2901
 
2902
- #: ../lib/tribe-validate.class.php:105
2903
  msgid "Non-existant field validation function passed"
2904
  msgstr "Funzione di convalida di campo inesistente"
2905
 
2906
- #: ../lib/tribe-validate.class.php:106
2907
  msgctxt "non-existant function name passed for field validation"
2908
  msgid "with function name:"
2909
  msgstr "con il nome della funzione:"
2910
 
2911
- #: ../lib/tribe-validate.class.php:129 ../lib/tribe-validate.class.php:145
2912
  #, php-format
2913
  msgid "%s must contain numbers and letters only"
2914
  msgstr "%s deve contenere solo numeri e lettere"
2915
 
2916
- #: ../lib/tribe-validate.class.php:161
2917
  #, php-format
2918
  msgid "%s must contain numbers, letters and dots only"
2919
  msgstr "% s deve contenere solo numeri, lettere e punti"
2920
 
2921
- #: ../lib/tribe-validate.class.php:175
2922
  #, php-format
2923
  msgid "%s must be a positive number."
2924
  msgstr "%s deve essere un numero positivo"
2925
 
2926
- #: ../lib/tribe-validate.class.php:190
2927
  #, php-format
2928
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2929
  msgstr ""
2930
  "%s deve essere uno slug valido (numeri, lettere, trattini, e sottolineature)."
2931
 
2932
- #: ../lib/tribe-validate.class.php:205
2933
  #, php-format
2934
  msgid "%s must be a valid absolute URL."
2935
  msgstr "%s deve essere un URL assoluto valido."
2936
 
2937
- #: ../lib/tribe-validate.class.php:221 ../lib/tribe-validate.class.php:238
2938
- #: ../lib/tribe-validate.class.php:257
2939
  #, php-format
2940
  msgid "%s must have a value that's part of its options."
2941
  msgstr "%s deve avere un valore che fa parte delle sue opzioni."
2942
 
2943
- #: ../lib/tribe-validate.class.php:271
2944
  #, php-format
2945
  msgid ""
2946
  "Comparison validation failed because no comparison value was provided, for "
@@ -2949,27 +3016,27 @@ msgstr ""
2949
  "Convalida confronto non è riuscita perché è stato fornito alcun valore di "
2950
  "confronto, per il camp %s"
2951
 
2952
- #: ../lib/tribe-validate.class.php:278
2953
  #, php-format
2954
  msgid "%s cannot be the same as %s."
2955
  msgstr "%s non può essere lo stesso di %s."
2956
 
2957
- #: ../lib/tribe-validate.class.php:280
2958
  #, php-format
2959
  msgid "%s cannot be a duplicate"
2960
  msgstr "%s non può essere un duplicato"
2961
 
2962
- #: ../lib/tribe-validate.class.php:296
2963
  #, php-format
2964
  msgid "%s must be a number or percentage."
2965
  msgstr "%s deve essere un numero o una percentuale."
2966
 
2967
- #: ../lib/tribe-validate.class.php:350
2968
  #, php-format
2969
  msgid "%s must be a number between 0 and 21."
2970
  msgstr "%s deve essere un numero tra 0 e 21."
2971
 
2972
- #: ../lib/tribe-validate.class.php:366
2973
  #, php-format
2974
  msgid ""
2975
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
@@ -2977,22 +3044,22 @@ msgstr ""
2977
  "%s deve essere costituito da lettere, numeri, trattini, apostrofi, e solo "
2978
  "spazi."
2979
 
2980
- #: ../lib/tribe-validate.class.php:382
2981
  #, php-format
2982
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2983
  msgstr "%s deve essere costituito da lettere, spazi, apostrofi e trattini."
2984
 
2985
- #: ../lib/tribe-validate.class.php:396
2986
  #, php-format
2987
  msgid "%s must consist of 5 numbers."
2988
  msgstr "%s deve essere costituito da 5 numeri."
2989
 
2990
- #: ../lib/tribe-validate.class.php:410
2991
  #, php-format
2992
  msgid "%s must be a phone number."
2993
  msgstr "%s deve essere un numero telefonico"
2994
 
2995
- #: ../lib/tribe-validate.class.php:426
2996
  msgid ""
2997
  "Country List must be formatted as one country per line in the following "
2998
  "format: <br>US, United States <br> UK, United Kingdom."
@@ -3002,1297 +3069,1320 @@ msgstr ""
3002
 
3003
  # @ tribe-events-calendar
3004
  #
3005
- #: ../lib/tribe-view-helpers.class.php:24
3006
- #: ../lib/tribe-view-helpers.class.php:43
3007
  msgid "Select a Country:"
3008
  msgstr "Seleziona un Paese:"
3009
 
3010
- #: ../lib/tribe-view-helpers.class.php:45
3011
  msgid "Afghanistan"
3012
  msgstr "Afghanistan"
3013
 
3014
- #: ../lib/tribe-view-helpers.class.php:46
3015
  msgid "Albania"
3016
  msgstr "Albania"
3017
 
3018
- #: ../lib/tribe-view-helpers.class.php:47
3019
  msgid "Algeria"
3020
  msgstr "Algeria"
3021
 
3022
- #: ../lib/tribe-view-helpers.class.php:48
3023
  msgid "American Samoa"
3024
  msgstr "American Samoa"
3025
 
3026
- #: ../lib/tribe-view-helpers.class.php:49
3027
  msgid "Andorra"
3028
  msgstr "Andorra"
3029
 
3030
- #: ../lib/tribe-view-helpers.class.php:50
3031
  msgid "Angola"
3032
  msgstr "Angola"
3033
 
3034
- #: ../lib/tribe-view-helpers.class.php:51
3035
  msgid "Anguilla"
3036
  msgstr "Anguilla"
3037
 
3038
- #: ../lib/tribe-view-helpers.class.php:52
3039
  msgid "Antarctica"
3040
  msgstr "Antarctica"
3041
 
3042
- #: ../lib/tribe-view-helpers.class.php:53
3043
  msgid "Antigua And Barbuda"
3044
  msgstr "Antigua And Barbuda"
3045
 
3046
- #: ../lib/tribe-view-helpers.class.php:54
3047
  msgid "Argentina"
3048
  msgstr "Argentina"
3049
 
3050
- #: ../lib/tribe-view-helpers.class.php:55
3051
  msgid "Armenia"
3052
  msgstr "Armenia"
3053
 
3054
- #: ../lib/tribe-view-helpers.class.php:56
3055
  msgid "Aruba"
3056
  msgstr "Aruba"
3057
 
3058
- #: ../lib/tribe-view-helpers.class.php:57
3059
  msgid "Australia"
3060
  msgstr "Australia"
3061
 
3062
- #: ../lib/tribe-view-helpers.class.php:58
3063
  msgid "Austria"
3064
  msgstr "Austria"
3065
 
3066
- #: ../lib/tribe-view-helpers.class.php:59
3067
  msgid "Azerbaijan"
3068
  msgstr "Azerbaijan"
3069
 
3070
- #: ../lib/tribe-view-helpers.class.php:60
3071
  msgid "Bahamas"
3072
  msgstr "Bahamas"
3073
 
3074
- #: ../lib/tribe-view-helpers.class.php:61
3075
  msgid "Bahrain"
3076
  msgstr "Bahrain"
3077
 
3078
- #: ../lib/tribe-view-helpers.class.php:62
3079
  msgid "Bangladesh"
3080
  msgstr "Bangladesh"
3081
 
3082
- #: ../lib/tribe-view-helpers.class.php:63
3083
  msgid "Barbados"
3084
  msgstr "Barbados"
3085
 
3086
- #: ../lib/tribe-view-helpers.class.php:64
3087
  msgid "Belarus"
3088
  msgstr "Bielorussia"
3089
 
3090
- #: ../lib/tribe-view-helpers.class.php:65
3091
  msgid "Belgium"
3092
  msgstr "Belgio"
3093
 
3094
- #: ../lib/tribe-view-helpers.class.php:66
3095
  msgid "Belize"
3096
  msgstr "Belize"
3097
 
3098
- #: ../lib/tribe-view-helpers.class.php:67
3099
  msgid "Benin"
3100
  msgstr "Benin"
3101
 
3102
- #: ../lib/tribe-view-helpers.class.php:68
3103
  msgid "Bermuda"
3104
  msgstr "Bermuda"
3105
 
3106
- #: ../lib/tribe-view-helpers.class.php:69
3107
  msgid "Bhutan"
3108
  msgstr "Bhutan"
3109
 
3110
- #: ../lib/tribe-view-helpers.class.php:70
3111
  msgid "Bolivia"
3112
  msgstr "Bolivia"
3113
 
3114
- #: ../lib/tribe-view-helpers.class.php:71
3115
  msgid "Bosnia And Herzegowina"
3116
  msgstr "Bosnia E Herzegowina"
3117
 
3118
- #: ../lib/tribe-view-helpers.class.php:72
3119
  msgid "Botswana"
3120
  msgstr "Botswana"
3121
 
3122
- #: ../lib/tribe-view-helpers.class.php:73
3123
  msgid "Bouvet Island"
3124
  msgstr "Bouvet Island"
3125
 
3126
- #: ../lib/tribe-view-helpers.class.php:74
3127
  msgid "Brazil"
3128
  msgstr "Brasile"
3129
 
3130
- #: ../lib/tribe-view-helpers.class.php:75
3131
  msgid "British Indian Ocean Territory"
3132
  msgstr "Territorio britannico dell'Oceano Indiano"
3133
 
3134
- #: ../lib/tribe-view-helpers.class.php:76
3135
  msgid "Brunei Darussalam"
3136
  msgstr "Brunei Darussalam"
3137
 
3138
- #: ../lib/tribe-view-helpers.class.php:77
3139
  msgid "Bulgaria"
3140
  msgstr "Bulgaria"
3141
 
3142
- #: ../lib/tribe-view-helpers.class.php:78
3143
  msgid "Burkina Faso"
3144
  msgstr "Burkina Faso"
3145
 
3146
- #: ../lib/tribe-view-helpers.class.php:79
3147
  msgid "Burundi"
3148
  msgstr "Burundi"
3149
 
3150
- #: ../lib/tribe-view-helpers.class.php:80
3151
  msgid "Cambodia"
3152
  msgstr "Cambogia"
3153
 
3154
- #: ../lib/tribe-view-helpers.class.php:81
3155
  msgid "Cameroon"
3156
  msgstr "Cameroon"
3157
 
3158
- #: ../lib/tribe-view-helpers.class.php:82
3159
  msgid "Canada"
3160
  msgstr "Canada"
3161
 
3162
- #: ../lib/tribe-view-helpers.class.php:83
3163
  msgid "Cape Verde"
3164
  msgstr "Capo Verde"
3165
 
3166
- #: ../lib/tribe-view-helpers.class.php:84
3167
  msgid "Cayman Islands"
3168
  msgstr "Isole Cayman"
3169
 
3170
- #: ../lib/tribe-view-helpers.class.php:85
3171
  msgid "Central African Republic"
3172
  msgstr "Repubblica Centrafricana"
3173
 
3174
- #: ../lib/tribe-view-helpers.class.php:86
3175
  msgid "Chad"
3176
  msgstr "Chad"
3177
 
3178
- #: ../lib/tribe-view-helpers.class.php:87
3179
  msgid "Chile"
3180
  msgstr "Cile"
3181
 
3182
- #: ../lib/tribe-view-helpers.class.php:88
3183
  msgid "China"
3184
  msgstr "Cina"
3185
 
3186
- #: ../lib/tribe-view-helpers.class.php:89
3187
  msgid "Christmas Island"
3188
  msgstr "Christmas Island"
3189
 
3190
- #: ../lib/tribe-view-helpers.class.php:90
3191
  msgid "Cocos (Keeling) Islands"
3192
  msgstr "Cocos (Keeling) Islands"
3193
 
3194
- #: ../lib/tribe-view-helpers.class.php:91
3195
  msgid "Colombia"
3196
  msgstr "Colombia"
3197
 
3198
- #: ../lib/tribe-view-helpers.class.php:92
3199
  msgid "Comoros"
3200
  msgstr "Comoros"
3201
 
3202
- #: ../lib/tribe-view-helpers.class.php:93
3203
  msgid "Congo"
3204
  msgstr "Congo"
3205
 
3206
- #: ../lib/tribe-view-helpers.class.php:94
3207
  msgid "Congo, The Democratic Republic Of The"
3208
  msgstr "Congo, The Democratic Republic Of The"
3209
 
3210
- #: ../lib/tribe-view-helpers.class.php:95
3211
  msgid "Cook Islands"
3212
  msgstr "Cook Islands"
3213
 
3214
- #: ../lib/tribe-view-helpers.class.php:96
3215
  msgid "Costa Rica"
3216
  msgstr "Costa Rica"
3217
 
3218
- #: ../lib/tribe-view-helpers.class.php:97
3219
  msgid "Cote D'Ivoire"
3220
  msgstr "Costa d'Avorio"
3221
 
3222
- #: ../lib/tribe-view-helpers.class.php:98
3223
  msgid "Croatia (Local Name: Hrvatska)"
3224
  msgstr "Croazia (Nome Locale: Hrvatska)"
3225
 
3226
- #: ../lib/tribe-view-helpers.class.php:99
3227
  msgid "Cuba"
3228
  msgstr "Cuba"
3229
 
3230
- #: ../lib/tribe-view-helpers.class.php:100
3231
  msgid "Cyprus"
3232
  msgstr "Cipro"
3233
 
3234
- #: ../lib/tribe-view-helpers.class.php:101
3235
  msgid "Czech Republic"
3236
  msgstr "Repubblica Ceca"
3237
 
3238
- #: ../lib/tribe-view-helpers.class.php:102
3239
  msgid "Denmark"
3240
  msgstr "Danimarca"
3241
 
3242
- #: ../lib/tribe-view-helpers.class.php:103
3243
  msgid "Djibouti"
3244
  msgstr "Djibouti"
3245
 
3246
- #: ../lib/tribe-view-helpers.class.php:104
3247
  msgid "Dominica"
3248
  msgstr "Dominica"
3249
 
3250
- #: ../lib/tribe-view-helpers.class.php:105
3251
  msgid "Dominican Republic"
3252
  msgstr "Repubblica Dominicana"
3253
 
3254
- #: ../lib/tribe-view-helpers.class.php:106
3255
  msgid "East Timor"
3256
  msgstr "Timor Est"
3257
 
3258
- #: ../lib/tribe-view-helpers.class.php:107
3259
  msgid "Ecuador"
3260
  msgstr "Ecuador"
3261
 
3262
- #: ../lib/tribe-view-helpers.class.php:108
3263
  msgid "Egypt"
3264
  msgstr "Egitto"
3265
 
3266
- #: ../lib/tribe-view-helpers.class.php:109
3267
  msgid "El Salvador"
3268
  msgstr "El Salvador"
3269
 
3270
- #: ../lib/tribe-view-helpers.class.php:110
3271
  msgid "Equatorial Guinea"
3272
  msgstr "Guinea Equatoriale"
3273
 
3274
- #: ../lib/tribe-view-helpers.class.php:111
3275
  msgid "Eritrea"
3276
  msgstr "Eritrea"
3277
 
3278
- #: ../lib/tribe-view-helpers.class.php:112
3279
  msgid "Estonia"
3280
  msgstr "Estonia"
3281
 
3282
- #: ../lib/tribe-view-helpers.class.php:113
3283
  msgid "Ethiopia"
3284
  msgstr "Etiopia"
3285
 
3286
- #: ../lib/tribe-view-helpers.class.php:114
3287
  msgid "Falkland Islands (Malvinas)"
3288
  msgstr "Isole Falkland (Malvinas)"
3289
 
3290
- #: ../lib/tribe-view-helpers.class.php:115
3291
  msgid "Faroe Islands"
3292
  msgstr "Isole Faroe"
3293
 
3294
- #: ../lib/tribe-view-helpers.class.php:116
3295
  msgid "Fiji"
3296
  msgstr "Fiji"
3297
 
3298
- #: ../lib/tribe-view-helpers.class.php:117
3299
  msgid "Finland"
3300
  msgstr "Finlandia"
3301
 
3302
- #: ../lib/tribe-view-helpers.class.php:118
3303
  msgid "France"
3304
  msgstr "Francia"
3305
 
3306
- #: ../lib/tribe-view-helpers.class.php:119
3307
  msgid "France, Metropolitan"
3308
  msgstr "France, Metropolitan"
3309
 
3310
- #: ../lib/tribe-view-helpers.class.php:120
3311
  msgid "French Guiana"
3312
  msgstr "Guyana Francese"
3313
 
3314
- #: ../lib/tribe-view-helpers.class.php:121
3315
  msgid "French Polynesia"
3316
  msgstr "Polinesia Francese"
3317
 
3318
- #: ../lib/tribe-view-helpers.class.php:122
3319
  msgid "French Southern Territories"
3320
  msgstr "Territori Francesi del Sud"
3321
 
3322
- #: ../lib/tribe-view-helpers.class.php:123
3323
  msgid "Gabon"
3324
  msgstr "Gabon"
3325
 
3326
- #: ../lib/tribe-view-helpers.class.php:124
3327
  msgid "Gambia"
3328
  msgstr "Gambia"
3329
 
3330
- #: ../lib/tribe-view-helpers.class.php:125
3331
- #: ../lib/tribe-view-helpers.class.php:318
3332
  msgid "Georgia"
3333
  msgstr "Georgia"
3334
 
3335
- #: ../lib/tribe-view-helpers.class.php:126
3336
  msgid "Germany"
3337
  msgstr "Germania"
3338
 
3339
- #: ../lib/tribe-view-helpers.class.php:127
3340
  msgid "Ghana"
3341
  msgstr "Ghana"
3342
 
3343
- #: ../lib/tribe-view-helpers.class.php:128
3344
  msgid "Gibraltar"
3345
  msgstr "Gibraltar"
3346
 
3347
- #: ../lib/tribe-view-helpers.class.php:129
3348
  msgid "Greece"
3349
  msgstr "Grecia"
3350
 
3351
- #: ../lib/tribe-view-helpers.class.php:130
3352
  msgid "Greenland"
3353
  msgstr "Groenlandia"
3354
 
3355
- #: ../lib/tribe-view-helpers.class.php:131
3356
  msgid "Grenada"
3357
  msgstr "Grenada"
3358
 
3359
- #: ../lib/tribe-view-helpers.class.php:132
3360
  msgid "Guadeloupe"
3361
  msgstr "Guadalupa"
3362
 
3363
- #: ../lib/tribe-view-helpers.class.php:133
3364
  msgid "Guam"
3365
  msgstr "Guam"
3366
 
3367
- #: ../lib/tribe-view-helpers.class.php:134
3368
  msgid "Guatemala"
3369
  msgstr "Guatemala"
3370
 
3371
- #: ../lib/tribe-view-helpers.class.php:135
3372
  msgid "Guinea"
3373
  msgstr "Guinea"
3374
 
3375
- #: ../lib/tribe-view-helpers.class.php:136
3376
  msgid "Guinea-Bissau"
3377
  msgstr "Guinea Equatoriale"
3378
 
3379
- #: ../lib/tribe-view-helpers.class.php:137
3380
  msgid "Guyana"
3381
  msgstr "Guyana"
3382
 
3383
- #: ../lib/tribe-view-helpers.class.php:138
3384
  msgid "Haiti"
3385
  msgstr "Haiti"
3386
 
3387
- #: ../lib/tribe-view-helpers.class.php:139
3388
  msgid "Heard And Mc Donald Islands"
3389
  msgstr "Heard And Mc Donald Islands"
3390
 
3391
- #: ../lib/tribe-view-helpers.class.php:140
3392
  msgid "Holy See (Vatican City State)"
3393
  msgstr "Santa Sede (Città del Vaticano)"
3394
 
3395
- #: ../lib/tribe-view-helpers.class.php:141
3396
  msgid "Honduras"
3397
  msgstr "Honduras"
3398
 
3399
- #: ../lib/tribe-view-helpers.class.php:142
3400
  msgid "Hong Kong"
3401
  msgstr "Hong Kong"
3402
 
3403
- #: ../lib/tribe-view-helpers.class.php:143
3404
  msgid "Hungary"
3405
  msgstr "Ungheria"
3406
 
3407
- #: ../lib/tribe-view-helpers.class.php:144
3408
  msgid "Iceland"
3409
  msgstr "Islanda"
3410
 
3411
- #: ../lib/tribe-view-helpers.class.php:145
3412
  msgid "India"
3413
  msgstr "India"
3414
 
3415
- #: ../lib/tribe-view-helpers.class.php:146
3416
  msgid "Indonesia"
3417
  msgstr "Indonesia"
3418
 
3419
- #: ../lib/tribe-view-helpers.class.php:147
3420
  msgid "Iran (Islamic Republic Of)"
3421
  msgstr "Iran (Islamic Republic Of)"
3422
 
3423
- #: ../lib/tribe-view-helpers.class.php:148
3424
  msgid "Iraq"
3425
  msgstr "Iraq"
3426
 
3427
- #: ../lib/tribe-view-helpers.class.php:149
3428
  msgid "Ireland"
3429
  msgstr "Irlanda"
3430
 
3431
- #: ../lib/tribe-view-helpers.class.php:150
3432
  msgid "Israel"
3433
  msgstr "Israele"
3434
 
3435
- #: ../lib/tribe-view-helpers.class.php:151
3436
  msgid "Italy"
3437
  msgstr "Italia"
3438
 
3439
- #: ../lib/tribe-view-helpers.class.php:152
3440
  msgid "Jamaica"
3441
  msgstr "Jamaica"
3442
 
3443
- #: ../lib/tribe-view-helpers.class.php:153
3444
  msgid "Japan"
3445
  msgstr "Giappone"
3446
 
3447
- #: ../lib/tribe-view-helpers.class.php:154
3448
  msgid "Jordan"
3449
  msgstr "Giordania"
3450
 
3451
- #: ../lib/tribe-view-helpers.class.php:155
3452
  msgid "Kazakhstan"
3453
  msgstr "Kazakhstan"
3454
 
3455
- #: ../lib/tribe-view-helpers.class.php:156
3456
  msgid "Kenya"
3457
  msgstr "Kenya"
3458
 
3459
- #: ../lib/tribe-view-helpers.class.php:157
3460
  msgid "Kiribati"
3461
  msgstr "Kiribati"
3462
 
3463
- #: ../lib/tribe-view-helpers.class.php:158
3464
  msgid "Korea, Democratic People's Republic Of"
3465
  msgstr "Korea, Democratic People's Republic Of"
3466
 
3467
- #: ../lib/tribe-view-helpers.class.php:159
3468
  msgid "Korea, Republic Of"
3469
  msgstr "Korea, Republic Of"
3470
 
3471
- #: ../lib/tribe-view-helpers.class.php:160
3472
  msgid "Kuwait"
3473
  msgstr "Kuwait"
3474
 
3475
- #: ../lib/tribe-view-helpers.class.php:161
3476
  msgid "Kyrgyzstan"
3477
  msgstr "Kyrgyzstan"
3478
 
3479
- #: ../lib/tribe-view-helpers.class.php:162
3480
  msgid "Lao People's Democratic Republic"
3481
  msgstr "Repubblica democratica popolare del Laos"
3482
 
3483
- #: ../lib/tribe-view-helpers.class.php:163
3484
  msgid "Latvia"
3485
  msgstr "Lettonia"
3486
 
3487
- #: ../lib/tribe-view-helpers.class.php:164
3488
  msgid "Lebanon"
3489
  msgstr "Libano"
3490
 
3491
- #: ../lib/tribe-view-helpers.class.php:165
3492
  msgid "Lesotho"
3493
  msgstr "Lesotho"
3494
 
3495
- #: ../lib/tribe-view-helpers.class.php:166
3496
  msgid "Liberia"
3497
  msgstr "Liberia"
3498
 
3499
- #: ../lib/tribe-view-helpers.class.php:167
3500
  msgid "Libya"
3501
  msgstr "Libia"
3502
 
3503
- #: ../lib/tribe-view-helpers.class.php:168
3504
  msgid "Liechtenstein"
3505
  msgstr "Liechtenstein"
3506
 
3507
- #: ../lib/tribe-view-helpers.class.php:169
3508
  msgid "Lithuania"
3509
  msgstr "Lituania"
3510
 
3511
- #: ../lib/tribe-view-helpers.class.php:170
3512
  msgid "Luxembourg"
3513
  msgstr "Lussemburgo"
3514
 
3515
- #: ../lib/tribe-view-helpers.class.php:171
3516
  msgid "Macau"
3517
  msgstr "Macau"
3518
 
3519
- #: ../lib/tribe-view-helpers.class.php:172
3520
  msgid "Macedonia"
3521
  msgstr "Macedonia"
3522
 
3523
- #: ../lib/tribe-view-helpers.class.php:173
3524
  msgid "Madagascar"
3525
  msgstr "Madagascar"
3526
 
3527
- #: ../lib/tribe-view-helpers.class.php:174
3528
  msgid "Malawi"
3529
  msgstr "Malawi"
3530
 
3531
- #: ../lib/tribe-view-helpers.class.php:175
3532
  msgid "Malaysia"
3533
  msgstr "Malesia"
3534
 
3535
- #: ../lib/tribe-view-helpers.class.php:176
3536
  msgid "Maldives"
3537
  msgstr "Maldive"
3538
 
3539
- #: ../lib/tribe-view-helpers.class.php:177
3540
  msgid "Mali"
3541
  msgstr "Mali"
3542
 
3543
- #: ../lib/tribe-view-helpers.class.php:178
3544
  msgid "Malta"
3545
  msgstr "Malta"
3546
 
3547
- #: ../lib/tribe-view-helpers.class.php:179
3548
  msgid "Marshall Islands"
3549
  msgstr "Isole Marshall"
3550
 
3551
- #: ../lib/tribe-view-helpers.class.php:180
3552
  msgid "Martinique"
3553
  msgstr "Martinica"
3554
 
3555
- #: ../lib/tribe-view-helpers.class.php:181
3556
  msgid "Mauritania"
3557
  msgstr "Mauritania"
3558
 
3559
- #: ../lib/tribe-view-helpers.class.php:182
3560
  msgid "Mauritius"
3561
  msgstr "Mauritius"
3562
 
3563
- #: ../lib/tribe-view-helpers.class.php:183
3564
  msgid "Mayotte"
3565
  msgstr "Mayotte"
3566
 
3567
- #: ../lib/tribe-view-helpers.class.php:184
3568
  msgid "Mexico"
3569
  msgstr "Messico"
3570
 
3571
- #: ../lib/tribe-view-helpers.class.php:185
3572
  msgid "Micronesia, Federated States Of"
3573
  msgstr "Micronesia, Stati Federati Di"
3574
 
3575
- #: ../lib/tribe-view-helpers.class.php:186
3576
  msgid "Moldova, Republic Of"
3577
  msgstr "Moldova, Repubblica Di"
3578
 
3579
- #: ../lib/tribe-view-helpers.class.php:187
3580
  msgid "Monaco"
3581
  msgstr "Monaco"
3582
 
3583
- #: ../lib/tribe-view-helpers.class.php:188
3584
  msgid "Mongolia"
3585
  msgstr "Mongolia"
3586
 
3587
- #: ../lib/tribe-view-helpers.class.php:189
3588
  msgid "Montenegro"
3589
  msgstr "Montenegro"
3590
 
3591
- #: ../lib/tribe-view-helpers.class.php:190
3592
  msgid "Montserrat"
3593
  msgstr "Montserrat"
3594
 
3595
- #: ../lib/tribe-view-helpers.class.php:191
3596
  msgid "Morocco"
3597
  msgstr "Marocco"
3598
 
3599
- #: ../lib/tribe-view-helpers.class.php:192
3600
  msgid "Mozambique"
3601
  msgstr "Mozambico"
3602
 
3603
- #: ../lib/tribe-view-helpers.class.php:193
3604
  msgid "Myanmar"
3605
  msgstr "Myanmar"
3606
 
3607
- #: ../lib/tribe-view-helpers.class.php:194
3608
  msgid "Namibia"
3609
  msgstr "Namibia"
3610
 
3611
- #: ../lib/tribe-view-helpers.class.php:195
3612
  msgid "Nauru"
3613
  msgstr "Nauru"
3614
 
3615
- #: ../lib/tribe-view-helpers.class.php:196
3616
  msgid "Nepal"
3617
  msgstr "Nepal"
3618
 
3619
- #: ../lib/tribe-view-helpers.class.php:197
3620
  msgid "Netherlands"
3621
  msgstr "Olanda"
3622
 
3623
- #: ../lib/tribe-view-helpers.class.php:198
3624
  msgid "Netherlands Antilles"
3625
  msgstr "Antille Olandesi"
3626
 
3627
- #: ../lib/tribe-view-helpers.class.php:199
3628
  msgid "New Caledonia"
3629
  msgstr "Nuova Caledonia"
3630
 
3631
- #: ../lib/tribe-view-helpers.class.php:200
3632
  msgid "New Zealand"
3633
  msgstr "Nuova Zelanda"
3634
 
3635
- #: ../lib/tribe-view-helpers.class.php:201
3636
  msgid "Nicaragua"
3637
  msgstr "Nicaragua"
3638
 
3639
- #: ../lib/tribe-view-helpers.class.php:202
3640
  msgid "Niger"
3641
  msgstr "Niger"
3642
 
3643
- #: ../lib/tribe-view-helpers.class.php:203
3644
  msgid "Nigeria"
3645
  msgstr "Nigeria"
3646
 
3647
- #: ../lib/tribe-view-helpers.class.php:204
3648
  msgid "Niue"
3649
  msgstr "Niue"
3650
 
3651
- #: ../lib/tribe-view-helpers.class.php:205
3652
  msgid "Norfolk Island"
3653
  msgstr "Norfolk Island"
3654
 
3655
- #: ../lib/tribe-view-helpers.class.php:206
3656
  msgid "Northern Mariana Islands"
3657
  msgstr "Northern Mariana Islands"
3658
 
3659
- #: ../lib/tribe-view-helpers.class.php:207
3660
  msgid "Norway"
3661
  msgstr "Norvegia"
3662
 
3663
- #: ../lib/tribe-view-helpers.class.php:208
3664
  msgid "Oman"
3665
  msgstr "Oman"
3666
 
3667
- #: ../lib/tribe-view-helpers.class.php:209
3668
  msgid "Pakistan"
3669
  msgstr "Pakistan"
3670
 
3671
- #: ../lib/tribe-view-helpers.class.php:210
3672
  msgid "Palau"
3673
  msgstr "Palau"
3674
 
3675
- #: ../lib/tribe-view-helpers.class.php:211
3676
  msgid "Panama"
3677
  msgstr "Panama"
3678
 
3679
- #: ../lib/tribe-view-helpers.class.php:212
3680
  msgid "Papua New Guinea"
3681
  msgstr "Papua Nuova Guinea"
3682
 
3683
- #: ../lib/tribe-view-helpers.class.php:213
3684
  msgid "Paraguay"
3685
  msgstr "Paraguay"
3686
 
3687
- #: ../lib/tribe-view-helpers.class.php:214
3688
  msgid "Peru"
3689
  msgstr "Perù"
3690
 
3691
- #: ../lib/tribe-view-helpers.class.php:215
3692
  msgid "Philippines"
3693
  msgstr "Filippine"
3694
 
3695
- #: ../lib/tribe-view-helpers.class.php:216
3696
  msgid "Pitcairn"
3697
  msgstr "Pitcairn"
3698
 
3699
- #: ../lib/tribe-view-helpers.class.php:217
3700
  msgid "Poland"
3701
  msgstr "Polonia"
3702
 
3703
- #: ../lib/tribe-view-helpers.class.php:218
3704
  msgid "Portugal"
3705
  msgstr "Portogallo"
3706
 
3707
- #: ../lib/tribe-view-helpers.class.php:219
3708
  msgid "Puerto Rico"
3709
  msgstr "Porto Rico"
3710
 
3711
- #: ../lib/tribe-view-helpers.class.php:220
3712
  msgid "Qatar"
3713
  msgstr "Qatar"
3714
 
3715
- #: ../lib/tribe-view-helpers.class.php:221
3716
  msgid "Reunion"
3717
  msgstr "Reunion"
3718
 
3719
- #: ../lib/tribe-view-helpers.class.php:222
3720
  msgid "Romania"
3721
  msgstr "Romania"
3722
 
3723
- #: ../lib/tribe-view-helpers.class.php:223
3724
  msgid "Russian Federation"
3725
  msgstr "Russian Federation"
3726
 
3727
- #: ../lib/tribe-view-helpers.class.php:224
3728
  msgid "Rwanda"
3729
  msgstr "Rwanda"
3730
 
3731
- #: ../lib/tribe-view-helpers.class.php:225
3732
  msgid "Saint Kitts And Nevis"
3733
  msgstr "Saint Kitts And Nevis"
3734
 
3735
- #: ../lib/tribe-view-helpers.class.php:226
3736
  msgid "Saint Lucia"
3737
  msgstr "Santa Lucia"
3738
 
3739
- #: ../lib/tribe-view-helpers.class.php:227
3740
  msgid "Saint Vincent And The Grenadines"
3741
  msgstr "Saint Vincent And The Grenadines"
3742
 
3743
- #: ../lib/tribe-view-helpers.class.php:228
3744
  msgid "Samoa"
3745
  msgstr "Samoa"
3746
 
3747
- #: ../lib/tribe-view-helpers.class.php:229
3748
  msgid "San Marino"
3749
  msgstr "San Marino"
3750
 
3751
- #: ../lib/tribe-view-helpers.class.php:230
3752
  msgid "Sao Tome And Principe"
3753
  msgstr "Sao Tome And Principe"
3754
 
3755
- #: ../lib/tribe-view-helpers.class.php:231
3756
  msgid "Saudi Arabia"
3757
  msgstr "Arabia Saudita"
3758
 
3759
- #: ../lib/tribe-view-helpers.class.php:232
3760
  msgid "Senegal"
3761
  msgstr "Senegal"
3762
 
3763
- #: ../lib/tribe-view-helpers.class.php:233
3764
  msgid "Serbia"
3765
  msgstr "Serbia"
3766
 
3767
- #: ../lib/tribe-view-helpers.class.php:234
3768
  msgid "Seychelles"
3769
  msgstr "Seychelles"
3770
 
3771
- #: ../lib/tribe-view-helpers.class.php:235
3772
  msgid "Sierra Leone"
3773
  msgstr "Sierra Leone"
3774
 
3775
- #: ../lib/tribe-view-helpers.class.php:236
3776
  msgid "Singapore"
3777
  msgstr "Singapore"
3778
 
3779
- #: ../lib/tribe-view-helpers.class.php:237
3780
  msgid "Slovakia (Slovak Republic)"
3781
  msgstr "Slovacchia (Repubblica Slovacca)"
3782
 
3783
- #: ../lib/tribe-view-helpers.class.php:238
3784
  msgid "Slovenia"
3785
  msgstr "Slovenia"
3786
 
3787
- #: ../lib/tribe-view-helpers.class.php:239
3788
  msgid "Solomon Islands"
3789
  msgstr "Isole Salomon"
3790
 
3791
- #: ../lib/tribe-view-helpers.class.php:240
3792
  msgid "Somalia"
3793
  msgstr "Somalia"
3794
 
3795
- #: ../lib/tribe-view-helpers.class.php:241
3796
  msgid "South Africa"
3797
  msgstr "Sud Africa"
3798
 
3799
- #: ../lib/tribe-view-helpers.class.php:242
3800
  msgid "South Georgia, South Sandwich Islands"
3801
  msgstr "South Georgia, South Sandwich Islands"
3802
 
3803
- #: ../lib/tribe-view-helpers.class.php:243
3804
  msgid "Spain"
3805
  msgstr "Spagna"
3806
 
3807
- #: ../lib/tribe-view-helpers.class.php:244
3808
  msgid "Sri Lanka"
3809
  msgstr "Sri Lanka"
3810
 
3811
- #: ../lib/tribe-view-helpers.class.php:245
3812
  msgid "St. Helena"
3813
  msgstr "St. Helena"
3814
 
3815
- #: ../lib/tribe-view-helpers.class.php:246
3816
  msgid "St. Pierre And Miquelon"
3817
  msgstr "St. Pierre And Miquelon"
3818
 
3819
- #: ../lib/tribe-view-helpers.class.php:247
3820
  msgid "Sudan"
3821
  msgstr "Sudan"
3822
 
3823
- #: ../lib/tribe-view-helpers.class.php:248
3824
  msgid "Suriname"
3825
  msgstr "Suriname"
3826
 
3827
- #: ../lib/tribe-view-helpers.class.php:249
3828
  msgid "Svalbard And Jan Mayen Islands"
3829
  msgstr "Svalbard And Jan Mayen Islands"
3830
 
3831
- #: ../lib/tribe-view-helpers.class.php:250
3832
  msgid "Swaziland"
3833
  msgstr "Swaziland"
3834
 
3835
- #: ../lib/tribe-view-helpers.class.php:251
3836
  msgid "Sweden"
3837
  msgstr "Svezia"
3838
 
3839
- #: ../lib/tribe-view-helpers.class.php:252
3840
  msgid "Switzerland"
3841
  msgstr "Svizzera"
3842
 
3843
- #: ../lib/tribe-view-helpers.class.php:253
3844
  msgid "Syrian Arab Republic"
3845
  msgstr "Repubblica Araba Siriana"
3846
 
3847
- #: ../lib/tribe-view-helpers.class.php:254
3848
  msgid "Taiwan"
3849
  msgstr "Taiwan"
3850
 
3851
- #: ../lib/tribe-view-helpers.class.php:255
3852
  msgid "Tajikistan"
3853
  msgstr "Tajikistan"
3854
 
3855
- #: ../lib/tribe-view-helpers.class.php:256
3856
  msgid "Tanzania, United Republic Of"
3857
  msgstr "Tanzania, United Republic Of"
3858
 
3859
- #: ../lib/tribe-view-helpers.class.php:257
3860
  msgid "Thailand"
3861
  msgstr "Thailandia"
3862
 
3863
- #: ../lib/tribe-view-helpers.class.php:258
3864
  msgid "Togo"
3865
  msgstr "Togo"
3866
 
3867
- #: ../lib/tribe-view-helpers.class.php:259
3868
  msgid "Tokelau"
3869
  msgstr "Tokelau"
3870
 
3871
- #: ../lib/tribe-view-helpers.class.php:260
3872
  msgid "Tonga"
3873
  msgstr "Tonga"
3874
 
3875
- #: ../lib/tribe-view-helpers.class.php:261
3876
  msgid "Trinidad And Tobago"
3877
  msgstr "Trinidad e Tobago"
3878
 
3879
- #: ../lib/tribe-view-helpers.class.php:262
3880
  msgid "Tunisia"
3881
  msgstr "Tunisia"
3882
 
3883
- #: ../lib/tribe-view-helpers.class.php:263
3884
  msgid "Turkey"
3885
  msgstr "Turchia"
3886
 
3887
- #: ../lib/tribe-view-helpers.class.php:264
3888
  msgid "Turkmenistan"
3889
  msgstr "Turkmenistan"
3890
 
3891
- #: ../lib/tribe-view-helpers.class.php:265
3892
  msgid "Turks And Caicos Islands"
3893
  msgstr "Turks And Caicos Islands"
3894
 
3895
- #: ../lib/tribe-view-helpers.class.php:266
3896
  msgid "Tuvalu"
3897
  msgstr "Tuvalu"
3898
 
3899
- #: ../lib/tribe-view-helpers.class.php:267
3900
  msgid "Uganda"
3901
  msgstr "Uganda"
3902
 
3903
- #: ../lib/tribe-view-helpers.class.php:268
3904
  msgid "Ukraine"
3905
  msgstr "Ucraina"
3906
 
3907
- #: ../lib/tribe-view-helpers.class.php:269
3908
  msgid "United Arab Emirates"
3909
  msgstr "Emirati Arabi Uniti"
3910
 
3911
- #: ../lib/tribe-view-helpers.class.php:270
3912
  msgid "United Kingdom"
3913
  msgstr "Regno Unito"
3914
 
3915
- #: ../lib/tribe-view-helpers.class.php:271
3916
  msgid "United States Minor Outlying Islands"
3917
  msgstr "Stati Uniti Isole Minori"
3918
 
3919
- #: ../lib/tribe-view-helpers.class.php:272
3920
  msgid "Uruguay"
3921
  msgstr "Uruguay"
3922
 
3923
- #: ../lib/tribe-view-helpers.class.php:273
3924
  msgid "Uzbekistan"
3925
  msgstr "Uzbekistan"
3926
 
3927
- #: ../lib/tribe-view-helpers.class.php:274
3928
  msgid "Vanuatu"
3929
  msgstr "Vanuatu"
3930
 
3931
- #: ../lib/tribe-view-helpers.class.php:275
3932
  msgid "Venezuela"
3933
  msgstr "Venezuela"
3934
 
3935
  # @ tribe-events-calendar
3936
  #
3937
- #: ../lib/tribe-view-helpers.class.php:276
3938
  msgid "Viet Nam"
3939
  msgstr "Vietnam"
3940
 
3941
- #: ../lib/tribe-view-helpers.class.php:277
3942
  msgid "Virgin Islands (British)"
3943
  msgstr "Isole Vergini (britanniche)"
3944
 
3945
- #: ../lib/tribe-view-helpers.class.php:278
3946
  msgid "Virgin Islands (U.S.)"
3947
  msgstr "Isole Vergini (USA)"
3948
 
3949
- #: ../lib/tribe-view-helpers.class.php:279
3950
  msgid "Wallis And Futuna Islands"
3951
  msgstr "Wallis And Futuna Islands"
3952
 
3953
- #: ../lib/tribe-view-helpers.class.php:280
3954
  msgid "Western Sahara"
3955
  msgstr "Sahara occidentale"
3956
 
3957
- #: ../lib/tribe-view-helpers.class.php:281
3958
  msgid "Yemen"
3959
  msgstr "Yemen"
3960
 
3961
- #: ../lib/tribe-view-helpers.class.php:282
3962
  msgid "Zambia"
3963
  msgstr "Zambia"
3964
 
3965
- #: ../lib/tribe-view-helpers.class.php:283
3966
  msgid "Zimbabwe"
3967
  msgstr "Zimbabwe"
3968
 
3969
- #: ../lib/tribe-view-helpers.class.php:308
3970
  msgid "Alabama"
3971
  msgstr "Alabama"
3972
 
3973
- #: ../lib/tribe-view-helpers.class.php:309
3974
  msgid "Alaska"
3975
  msgstr "Alaska"
3976
 
3977
- #: ../lib/tribe-view-helpers.class.php:310
3978
  msgid "Arizona"
3979
  msgstr "Arizona"
3980
 
3981
- #: ../lib/tribe-view-helpers.class.php:311
3982
  msgid "Arkansas"
3983
  msgstr "Arkansas"
3984
 
3985
- #: ../lib/tribe-view-helpers.class.php:312
3986
  msgid "California"
3987
  msgstr "California"
3988
 
3989
- #: ../lib/tribe-view-helpers.class.php:313
3990
  msgid "Colorado"
3991
  msgstr "Colorado"
3992
 
3993
- #: ../lib/tribe-view-helpers.class.php:314
3994
  msgid "Connecticut"
3995
  msgstr "Connecticut"
3996
 
3997
- #: ../lib/tribe-view-helpers.class.php:315
3998
  msgid "Delaware"
3999
  msgstr "Delaware"
4000
 
4001
- #: ../lib/tribe-view-helpers.class.php:316
4002
  msgid "District of Columbia"
4003
  msgstr "District of Columbia"
4004
 
4005
- #: ../lib/tribe-view-helpers.class.php:317
4006
  msgid "Florida"
4007
  msgstr "Florida"
4008
 
4009
- #: ../lib/tribe-view-helpers.class.php:319
4010
  msgid "Hawaii"
4011
  msgstr "Hawaii"
4012
 
4013
- #: ../lib/tribe-view-helpers.class.php:320
4014
  msgid "Idaho"
4015
  msgstr "Idaho"
4016
 
4017
- #: ../lib/tribe-view-helpers.class.php:321
4018
  msgid "Illinois"
4019
  msgstr "Illinois"
4020
 
4021
- #: ../lib/tribe-view-helpers.class.php:322
4022
  msgid "Indiana"
4023
  msgstr "Indiana"
4024
 
4025
- #: ../lib/tribe-view-helpers.class.php:323
4026
  msgid "Iowa"
4027
  msgstr "Iowa"
4028
 
4029
- #: ../lib/tribe-view-helpers.class.php:324
4030
  msgid "Kansas"
4031
  msgstr "Kansas"
4032
 
4033
- #: ../lib/tribe-view-helpers.class.php:325
4034
  msgid "Kentucky"
4035
  msgstr "Kentucky"
4036
 
4037
- #: ../lib/tribe-view-helpers.class.php:326
4038
  msgid "Louisiana"
4039
  msgstr "Louisiana"
4040
 
4041
- #: ../lib/tribe-view-helpers.class.php:327
4042
  msgid "Maine"
4043
  msgstr "Maine"
4044
 
4045
- #: ../lib/tribe-view-helpers.class.php:328
4046
  msgid "Maryland"
4047
  msgstr "Maryland"
4048
 
4049
- #: ../lib/tribe-view-helpers.class.php:329
4050
  msgid "Massachusetts"
4051
  msgstr "Massachusetts"
4052
 
4053
- #: ../lib/tribe-view-helpers.class.php:330
4054
  msgid "Michigan"
4055
  msgstr "Michigan"
4056
 
4057
- #: ../lib/tribe-view-helpers.class.php:331
4058
  msgid "Minnesota"
4059
  msgstr "Minnesota"
4060
 
4061
- #: ../lib/tribe-view-helpers.class.php:332
4062
  msgid "Mississippi"
4063
  msgstr "Mississippi"
4064
 
4065
- #: ../lib/tribe-view-helpers.class.php:333
4066
  msgid "Missouri"
4067
  msgstr "Missouri"
4068
 
4069
- #: ../lib/tribe-view-helpers.class.php:334
4070
  msgid "Montana"
4071
  msgstr "Montana"
4072
 
4073
- #: ../lib/tribe-view-helpers.class.php:335
4074
  msgid "Nebraska"
4075
  msgstr "Nebraska"
4076
 
4077
- #: ../lib/tribe-view-helpers.class.php:336
4078
  msgid "Nevada"
4079
  msgstr "Nevada"
4080
 
4081
- #: ../lib/tribe-view-helpers.class.php:337
4082
  msgid "New Hampshire"
4083
  msgstr "New Hampshire"
4084
 
4085
- #: ../lib/tribe-view-helpers.class.php:338
4086
  msgid "New Jersey"
4087
  msgstr "New Jersey"
4088
 
4089
- #: ../lib/tribe-view-helpers.class.php:339
4090
  msgid "New Mexico"
4091
  msgstr "New Mexico"
4092
 
4093
- #: ../lib/tribe-view-helpers.class.php:340
4094
  msgid "New York"
4095
  msgstr "New York"
4096
 
4097
- #: ../lib/tribe-view-helpers.class.php:341
4098
  msgid "North Carolina"
4099
  msgstr "New York"
4100
 
4101
- #: ../lib/tribe-view-helpers.class.php:342
4102
  msgid "North Dakota"
4103
  msgstr "North Dakota"
4104
 
4105
- #: ../lib/tribe-view-helpers.class.php:343
4106
  msgid "Ohio"
4107
  msgstr "Ohio"
4108
 
4109
- #: ../lib/tribe-view-helpers.class.php:344
4110
  msgid "Oklahoma"
4111
  msgstr "Oklahoma"
4112
 
4113
- #: ../lib/tribe-view-helpers.class.php:345
4114
  msgid "Oregon"
4115
  msgstr "Oregon"
4116
 
4117
- #: ../lib/tribe-view-helpers.class.php:346
4118
  msgid "Pennsylvania"
4119
  msgstr "Pennsylvania"
4120
 
4121
- #: ../lib/tribe-view-helpers.class.php:347
4122
  msgid "Rhode Island"
4123
  msgstr "Rhode Island"
4124
 
4125
- #: ../lib/tribe-view-helpers.class.php:348
4126
  msgid "South Carolina"
4127
  msgstr "South Carolina"
4128
 
4129
- #: ../lib/tribe-view-helpers.class.php:349
4130
  msgid "South Dakota"
4131
  msgstr "South Dakota"
4132
 
4133
- #: ../lib/tribe-view-helpers.class.php:350
4134
  msgid "Tennessee"
4135
  msgstr "Tennessee"
4136
 
4137
- #: ../lib/tribe-view-helpers.class.php:351
4138
  msgid "Texas"
4139
  msgstr "Texas"
4140
 
4141
- #: ../lib/tribe-view-helpers.class.php:352
4142
  msgid "Utah"
4143
  msgstr "Utah"
4144
 
4145
  # @ tribe-events-calendar
4146
- #: ../lib/tribe-view-helpers.class.php:353
4147
  msgid "Vermont"
4148
  msgstr "Vermont"
4149
 
4150
- #: ../lib/tribe-view-helpers.class.php:354
4151
  msgid "Virginia"
4152
  msgstr "Virginia"
4153
 
4154
- #: ../lib/tribe-view-helpers.class.php:355
4155
  msgid "Washington"
4156
  msgstr "Washington"
4157
 
4158
- #: ../lib/tribe-view-helpers.class.php:356
4159
  msgid "West Virginia"
4160
  msgstr "West Virginia"
4161
 
4162
- #: ../lib/tribe-view-helpers.class.php:357
4163
  msgid "Wisconsin"
4164
  msgstr "Wisconsin"
4165
 
4166
  # @ tribe-events-calendar
4167
- #: ../lib/tribe-view-helpers.class.php:358
4168
  msgid "Wyoming"
4169
  msgstr "Wyoming"
4170
 
4171
  # @ tribe-events-calendar
4172
- #: ../lib/widget-list.class.php:25
4173
  msgid "A widget that displays upcoming events."
4174
  msgstr "Widget che visualizza eventi imminenti"
4175
 
4176
  # @ tribe-events-calendar
4177
- #: ../lib/widget-list.class.php:32
4178
  msgid "Events List"
4179
  msgstr "Lista Eventi"
4180
 
4181
  # @ tribe-events-calendar
4182
  #
4183
- #: ../public/advanced-functions/meta.php:39
4184
- #: ../public/advanced-functions/meta.php:65
4185
- #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:55
 
 
 
 
 
 
4186
  msgid "Start:"
4187
  msgstr "Inizio:"
4188
 
4189
- #: ../public/advanced-functions/meta.php:46
4190
- #: ../public/advanced-functions/meta.php:72
4191
- #: ../views/modules/meta/details.php:39 ../views/modules/meta/details.php:58
4192
  msgid "End:"
4193
  msgstr "End:"
4194
 
4195
  # @ tribe-events-calendar
4196
- #: ../public/advanced-functions/meta.php:55
4197
- #: ../public/advanced-functions/meta.php:81
4198
- #: ../views/modules/meta/details.php:47 ../views/modules/meta/details.php:66
4199
  msgid "Date:"
4200
  msgstr "Data:"
4201
 
4202
- #: ../public/advanced-functions/meta.php:90
4203
- #: ../public/advanced-functions/meta.php:99
4204
- #: ../views/modules/meta/details.php:69
4205
  msgid "Time:"
4206
  msgstr "Ora:"
4207
 
4208
  # @ tribe-events-calendar
4209
- #: ../public/advanced-functions/meta.php:283
4210
- #: ../public/template-tags/google-map.php:38
4211
  msgid "Click to view a Google Map"
4212
  msgstr "Mostra Google Map:"
4213
 
4214
  # @ tribe-events-calendar
4215
- #: ../public/advanced-functions/meta.php:284
4216
- #: ../public/template-tags/google-map.php:39
4217
  msgid "+ Google Map"
4218
  msgstr "+ Google Map:"
4219
 
4220
  # @ tribe-events-calendar
4221
  #
4222
- #: ../public/advanced-functions/meta.php:295
4223
  #: ../views/modules/meta/details.php:13
4224
  msgid "Details"
4225
  msgstr "Dettagli"
4226
 
4227
  # @ tribe-events-calendar
4228
  #
4229
- #: ../public/advanced-functions/meta.php:346
4230
- #: ../views/modules/meta/details.php:97
4231
  msgid "Event Tags:"
4232
  msgstr "Tag Evento:"
4233
 
4234
- #: ../public/advanced-functions/meta.php:372
4235
  msgid "Origin:"
4236
  msgstr "Origin:"
4237
 
4238
  # @ tribe-events-calendar
4239
- #: ../public/advanced-functions/meta.php:509
4240
  msgid "Event:"
4241
  msgstr "Evento:"
4242
 
4243
- #: ../public/template-tags/day.php:94
4244
  msgid "<span>&laquo;</span> Previous Day"
4245
  msgstr "<span>&laquo;</span> Giorno precedente"
4246
 
4247
- #: ../public/template-tags/day.php:96
4248
  msgid "Next Day <span>&raquo;</span>"
4249
  msgstr "Giorno successivo <span>&raquo;</span>"
4250
 
4251
- #: ../public/template-tags/day.php:98
4252
  msgid "Yesterday"
4253
  msgstr "Ieri"
4254
 
4255
- #: ../public/template-tags/day.php:100
4256
  msgid "Tomorrow"
4257
  msgstr "Domani"
4258
 
4259
  # @ tribe-events-calendar
4260
  #
4261
- #: ../public/template-tags/deprecated.php:1156
4262
  msgid "Category"
4263
  msgstr "Categoria"
4264
 
4265
- #: ../public/template-tags/general.php:297
4266
  msgid "Tags:"
4267
  msgstr "Tags:"
4268
 
4269
  # @ tribe-events-calendar
4270
- #: ../public/template-tags/general.php:393
4271
  msgid "Loading Events"
4272
  msgstr "Caricamento Eventi"
4273
 
4274
- #: ../public/template-tags/general.php:573
4275
  msgid "Free"
4276
  msgstr "Libero"
4277
 
4278
  # @ tribe-events-calendar
4279
- #: ../public/template-tags/general.php:1161
4280
  #, php-format
4281
  msgid "Calendar powered by %sThe Events Calendar%s"
4282
  msgstr "Calendar powered by %sThe Events Calendar%s"
4283
 
4284
  # @ tribe-events-calendar
4285
- #: ../public/template-tags/loop.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4286
  msgid "Events for"
4287
  msgstr "Eventi per"
4288
 
4289
  # @ tribe-events-calendar
4290
- #: ../public/template-tags/options.php:18
4291
  #, php-format
4292
  msgid "Your current Events URL is %s"
4293
  msgstr "Il tuo attuale URL per gli eventi è: %s"
4294
 
4295
- #: ../public/template-tags/options.php:27
4296
  #, php-format
4297
  msgid ""
4298
  "You <strong>cannot</strong> use the same slug as above. The above should "
@@ -4301,28 +4391,28 @@ msgstr ""
4301
  "Quanto sopra dovrebbe idealmente essere al plurale, e questo al singolare."
4302
  "<br />Il tuo URL per singolo evento è: %s"
4303
 
4304
- #: ../views/day/nav.php:14
4305
  msgid "Day Navigation"
4306
  msgstr "Day Navigation"
4307
 
4308
- #: ../views/day/single-event.php:72 ../views/list/single-event.php:76
4309
  msgid "Find out more"
4310
  msgstr "Per saperne di più"
4311
 
4312
- #: ../views/list/nav.php:15
4313
  msgid "Events List Navigation"
4314
  msgstr "Events List Navigation"
4315
 
4316
- #: ../views/list/nav.php:21
4317
  msgid "<span>&laquo;
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2014-09-26 12:49-0800\n"
9
+ "PO-Revision-Date: 2014-11-21 16:26-0800\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
  "Language: en_US\n"
19
  "_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"
20
  "X-Poedit-Basepath: ./\n"
21
  "X-Textdomain-Support: yes\n"
22
+ "X-Generator: Poedit 1.6.10\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
+ #: ../admin-views/admin-update-message.php:9
26
+ #: ../admin-views/admin-welcome-message.php:11
27
+ #, php-format
28
+ msgid "You are running Version %s and deserve a hug :-)"
29
+ msgstr ""
30
+
31
+ #: ../admin-views/admin-update-message.php:32
32
+ msgid "Keep the Core Plugin <strong>FREE</strong>!"
33
+ msgstr ""
34
+
35
+ #: ../admin-views/admin-update-message.php:33
36
+ msgid ""
37
+ "Every time you rate <strong>5 stars</strong>, a fairy is born. Okay maybe "
38
+ "not, but more happy users mean more contributions and help on the forums. "
39
+ "The community NEEDS your voice."
40
+ msgstr ""
41
+
42
+ #: ../admin-views/admin-update-message.php:34
43
+ #: ../admin-views/admin-welcome-message.php:22
44
+ msgid "Rate It"
45
+ msgstr ""
46
+
47
+ #: ../admin-views/admin-update-message.php:37
48
+ msgid "PSST... Want a Discount?"
49
+ msgstr ""
50
+
51
+ #: ../admin-views/admin-update-message.php:38
52
+ msgid "We send out discounts to our core users via our newsletter."
53
+ msgstr ""
54
+
55
+ #: ../admin-views/admin-update-message.php:41
56
+ #: ../admin-views/admin-welcome-message.php:30
57
+ msgid "Sign Up"
58
+ msgstr ""
59
+
60
+ #: ../admin-views/admin-update-message.php:47
61
+ msgid "Looking for Something Special?"
62
+ msgstr ""
63
+
64
+ #: ../admin-views/admin-update-message.php:49
65
+ msgid "Pro"
66
+ msgstr ""
67
+
68
+ #: ../admin-views/admin-update-message.php:50
69
+ #: ../lib/tickets/tribe-tickets-metabox.php:26
70
+ msgid "Tickets"
71
+ msgstr "Biglietti"
72
+
73
+ # @ tribe-events-calendar
74
+ #: ../admin-views/admin-update-message.php:51
75
+ #, fuzzy
76
+ msgid "Community Events"
77
+ msgstr "Modifica Eventi"
78
+
79
+ #: ../admin-views/admin-update-message.php:52
80
+ msgid "Filters"
81
+ msgstr ""
82
+
83
+ #: ../admin-views/admin-update-message.php:53
84
+ msgid "Facebook"
85
+ msgstr ""
86
+
87
+ # @ tribe-events-calendar
88
+ #: ../admin-views/admin-update-message.php:56
89
+ #: ../admin-views/admin-welcome-message.php:52
90
+ #, fuzzy
91
+ msgid "News For Events Users"
92
+ msgstr "Nuovo Evento"
93
+
94
+ # @ tribe-events-calendar
95
+ #
96
+ #: ../admin-views/admin-welcome-message.php:19
97
+ #, fuzzy
98
+ msgid "Keep The Events Calendar Core FREE"
99
+ msgstr "The Events Calendar PRO"
100
+
101
+ #: ../admin-views/admin-welcome-message.php:20
102
+ msgid ""
103
+ "5 star ratings help us bring TEC to more users. More happy users mean more "
104
+ "support, more features, and more of everything you know and love about The "
105
+ "Events Calendar. We couldn't do this without your support."
106
+ msgstr ""
107
+
108
+ #: ../admin-views/admin-welcome-message.php:21
109
+ msgid "Rate it five stars today!"
110
+ msgstr ""
111
+
112
+ #: ../admin-views/admin-welcome-message.php:25
113
+ msgid "Newsletter Signup"
114
+ msgstr ""
115
+
116
+ #: ../admin-views/admin-welcome-message.php:26
117
+ msgid ""
118
+ "Stay in touch with The Events Calendar Pro. We send out the occiasional "
119
+ "update, key developer notices, and even the occasional discount."
120
+ msgstr ""
121
+
122
+ #: ../admin-views/admin-welcome-message.php:39
123
+ #: ../admin-views/tribe-options-help.php:149
124
+ msgid "Getting Started"
125
+ msgstr "Guida introduttiva"
126
+
127
+ #: ../admin-views/admin-welcome-message.php:40
128
+ msgid "Check out the New User Primer &amp; Tutorials"
129
+ msgstr ""
130
+
131
+ #: ../admin-views/admin-welcome-message.php:42
132
+ msgid "Looking for More Features?"
133
+ msgstr ""
134
+
135
+ #: ../admin-views/admin-welcome-message.php:43
136
+ msgid "Addons for Community, Tickets, Filters, Facebook and more."
137
+ msgstr ""
138
+
139
+ #: ../admin-views/admin-welcome-message.php:45
140
+ #, fuzzy
141
+ msgid "Support Resources"
142
+ msgstr "Risorse per aiutartI"
143
+
144
+ #: ../admin-views/admin-welcome-message.php:46
145
+ msgid "FAQs, Documentation, Tutorials and Forums"
146
+ msgstr ""
147
+
148
+ #: ../admin-views/admin-welcome-message.php:49
149
+ msgid "Release Notes"
150
+ msgstr ""
151
+
152
+ #: ../admin-views/admin-welcome-message.php:50
153
+ msgid "Get the Skinny on the Latest Updates"
154
+ msgstr ""
155
+
156
+ #: ../admin-views/admin-welcome-message.php:53
157
+ msgid "Product Releases, Tutorials and Community Activity"
158
+ msgstr ""
159
+
160
  # @ tribe-events-calendar
161
  #
162
  #: ../admin-views/app-shop.php:4
163
  msgid "Tribe Event Add-Ons"
164
  msgstr "Add-On eventi Tribe"
165
 
166
+ #: ../admin-views/app-shop.php:54
167
  msgid "Version"
168
  msgstr "Versione"
169
 
170
  # @ tribe-events-calendar
171
  #
172
+ #: ../admin-views/app-shop.php:57
173
  msgid "Last Update"
174
  msgstr "Ultimo aggiornamento"
175
 
176
  # @ tribe-events-calendar
177
+ #: ../admin-views/event-sidebar-options.php:13
178
  msgid "Hide From Event Listings"
179
  msgstr "Nascondi da elenco eventi"
180
 
181
+ #: ../admin-views/event-sidebar-options.php:15
182
  msgid "Sticky in Calendar View"
183
  msgstr "Sempre visibile in calendario"
184
 
185
  # @ tribe-events-calendar
186
+ #: ../admin-views/events-meta-box.php:33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  msgid "Event Time &amp; Date"
188
  msgstr "Data e ora evento"
189
 
190
  # @ tribe-events-calendar
191
+ #: ../admin-views/events-meta-box.php:40
192
  msgid ""
193
  "You have changed the recurrence rules of this event. Saving the event will "
194
  "update all future events. If you did not mean to change all events, then "
200
 
201
  # @ tribe-events-calendar
202
  #
203
+ #: ../admin-views/events-meta-box.php:43
204
  msgid "All Day Event:"
205
  msgstr "Evento giornaliero:"
206
 
207
  # @ tribe-events-calendar
208
  #
209
+ #: ../admin-views/events-meta-box.php:49
210
  msgid "Start Date &amp; Time:"
211
  msgstr "Data e ora inizio:"
212
 
213
  # @ tribe-events-calendar
214
+ #: ../admin-views/events-meta-box.php:52 ../admin-views/events-meta-box.php:73
215
  msgid "YYYY-MM-DD"
216
  msgstr "YYYY-MM-DD"
217
 
218
  # @ tribe-events-calendar
219
  #
220
+ #: ../admin-views/events-meta-box.php:70
221
  msgid "End Date &amp; Time:"
222
  msgstr "Data e ora termine:"
223
 
224
  # @ tribe-events-calendar
225
+ #: ../admin-views/events-meta-box.php:98
226
  msgid "Event Location Details"
227
  msgstr "Dettagli della location"
228
 
229
  # @ tribe-events-calendar
230
+ #: ../admin-views/events-meta-box.php:107
231
  msgid "Event Organizer Details"
232
  msgstr "Dettagli dell'organizzatore dell'evento"
233
 
234
  # @ tribe-events-calendar
235
  #
236
+ #: ../admin-views/events-meta-box.php:116
237
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:66
238
  msgid "Event Website"
239
  msgstr "Sito Web evento"
240
 
241
+ #: ../admin-views/events-meta-box.php:119
242
  msgid "URL:"
243
  msgstr "URL:"
244
 
245
  # @ tribe-events-calendar
246
+ #: ../admin-views/events-meta-box.php:133
247
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
248
  msgid "Event Cost"
249
  msgstr "Costo evento"
250
 
251
+ #: ../admin-views/events-meta-box.php:136
252
  msgid "Currency Symbol:"
253
  msgstr "Simbolo di valuta:"
254
 
255
+ #: ../admin-views/events-meta-box.php:151
256
  msgctxt "Currency symbol position"
257
  msgid "Before cost"
258
  msgstr "Before cost"
259
 
260
+ #: ../admin-views/events-meta-box.php:154
261
  msgctxt "Currency symbol position"
262
  msgid "After cost"
263
  msgstr "After cost"
264
 
265
  # @ tribe-events-calendar
266
+ #: ../admin-views/events-meta-box.php:159
267
+ #: ../public/advanced-functions/meta.php:373
268
+ #: ../views/modules/meta/details.php:96
269
  msgid "Cost:"
270
  msgstr "Prezzo:"
271
 
272
+ #: ../admin-views/events-meta-box.php:167
273
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
274
  msgstr ""
275
  "Inserisci 0 per gli eventi che sono gratuiti o lascia vuoto per nascondere "
276
  "il campo."
277
 
278
  # @ tribe-events-calendar
279
+ #: ../admin-views/organizer-meta-box.php:14
280
+ #: ../admin-views/venue-meta-box.php:22
281
  #, php-format
282
  msgid "%s Name:"
283
  msgstr "Nome %s:"
284
 
285
  # @ tribe-events-calendar
286
+ #: ../admin-views/organizer-meta-box.php:21
287
+ #: ../admin-views/tickets/attendees.php:52
288
+ #: ../admin-views/venue-meta-box.php:109
289
+ #: ../public/advanced-functions/meta.php:476
290
+ #: ../public/advanced-functions/meta.php:549
291
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:40
292
  msgid "Phone:"
293
  msgstr "Telefono:"
294
 
295
  # @ tribe-events-calendar
296
+ #: ../admin-views/organizer-meta-box.php:27
297
+ #: ../admin-views/tickets/attendees.php:61
298
+ #: ../admin-views/venue-meta-box.php:116
299
+ #: ../public/advanced-functions/meta.php:418
300
+ #: ../public/advanced-functions/meta.php:506
301
+ #: ../public/advanced-functions/meta.php:579
302
+ #: ../views/modules/meta/details.php:121
303
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:45
304
  msgid "Website:"
305
  msgstr "Sito web:"
306
 
307
  # @ tribe-events-calendar
308
+ #: ../admin-views/organizer-meta-box.php:33
309
+ #: ../public/advanced-functions/meta.php:564
310
  #: ../views/modules/meta/organizer.php:29
311
  msgid "Email:"
312
  msgstr "Email:"
313
 
314
+ #: ../admin-views/organizer-meta-box.php:34
315
  msgid ""
316
  "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
317
  "obfuscate\">obfuscating</a> any e-mail address published on your site to "
322
  "nel tuo sito per evitare che siano raccolti da spammer."
323
 
324
  #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
325
+ #: ../lib/tickets/tribe-tickets-pro.php:74
326
  msgid "Attendees"
327
  msgstr "Partecipanti"
328
 
329
  # @ tribe-events-calendar
330
  #
331
+ #: ../admin-views/tickets/attendees.php:17
332
  msgid "Event Summary"
333
  msgstr "Riepilogo evento"
334
 
335
  # @ tribe-events-calendar
336
  #
337
+ #: ../admin-views/tickets/attendees.php:23
338
  msgid "Event Details"
339
  msgstr "Dettagli evento"
340
 
341
  # @ tribe-events-calendar
342
+ #: ../admin-views/tickets/attendees.php:25
343
  msgid "Start Date / Time:"
344
  msgstr "Data / ora di inizio:"
345
 
346
  # @ tribe-events-calendar
347
+ #: ../admin-views/tickets/attendees.php:29
348
  msgid "End Date / Time:"
349
  msgstr "Data / ora di fine:"
350
 
351
+ #: ../admin-views/tickets/attendees.php:69
352
  msgid "Ticket Sales"
353
  msgstr "Vendita biglietti"
354
 
355
+ #: ../admin-views/tickets/attendees.php:86
356
  #, php-format
357
+ msgid "(%d awaiting review)"
358
+ msgid_plural "(%d awaiting review)"
359
+ msgstr[0] ""
360
+ msgstr[1] ""
361
+
362
+ #: ../admin-views/tickets/attendees.php:90
363
+ #, fuzzy, php-format
364
+ msgid "Sold %d %s"
365
  msgstr "Venduti %d"
366
 
367
+ #: ../admin-views/tickets/attendees.php:93
368
+ #, fuzzy, php-format
369
+ msgid "Sold %d of %d %s"
370
  msgstr "Venduti %d di %d"
371
 
372
+ #: ../admin-views/tickets/attendees.php:111
373
  msgid "Tickets sold:"
374
  msgstr "Biglietti venduti:"
375
 
376
+ #: ../admin-views/tickets/attendees.php:118
377
+ msgid "Finalized:"
378
+ msgstr ""
379
+
380
+ #: ../admin-views/tickets/attendees.php:121
381
+ msgid "Awaiting review:"
382
+ msgstr ""
383
+
384
+ #: ../admin-views/tickets/attendees.php:128
385
  msgid "Checked in:"
386
  msgstr "Check-in:"
387
 
388
+ #: ../admin-views/tickets/attendees.php:146
389
  msgid "Send the attendee list by email"
390
  msgstr "Invia l'elenco dei partecipanti tramite e-mail"
391
 
392
  # @ tribe-events-calendar
393
  #
394
+ #: ../admin-views/tickets/attendees.php:150
395
  msgid "Select a User:"
396
  msgstr "Seleziona un utente:"
397
 
398
+ #: ../admin-views/tickets/attendees.php:155
399
  msgid "Select..."
400
  msgstr "Seleziona..."
401
 
402
+ #: ../admin-views/tickets/attendees.php:160
403
  msgid "or"
404
  msgstr "oppure"
405
 
406
  # @ tribe-events-calendar
407
  #
408
+ #: ../admin-views/tickets/attendees.php:162
409
  msgid "Email Address:"
410
  msgstr "Indirizzo e-mail:"
411
 
415
  msgstr "Modifica"
416
 
417
  #: ../admin-views/tickets/list.php:22
418
+ #: ../lib/tickets/tribe-tickets-attendees.php:235
419
  msgid "Delete"
420
  msgstr "Elimina"
421
 
430
  msgid "View"
431
  msgstr "Vedi"
432
 
433
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:74
434
  msgid "See who purchased tickets to this event"
435
  msgstr "Vedi chi ha acquistato biglietti per questo evento"
436
 
437
+ #: ../admin-views/tickets/list.php:67
438
+ #, php-format
439
+ msgid "Sold %d"
440
+ msgstr "Venduti %d"
441
+
442
+ #: ../admin-views/tickets/list.php:69
443
+ #, php-format
444
+ msgid "Sold %d of %d"
445
+ msgstr "Venduti %d di %d"
446
+
447
+ #: ../admin-views/tickets/meta-box.php:23
448
  msgid ""
449
  "This event was created using Community Events. Are you sure you want to sell "
450
  "tickets for it?"
452
  "Questo evento è stato creato utilizzando Community Events. Sei sicuro di "
453
  "voler vendere biglietti per questo evento?"
454
 
455
+ #: ../admin-views/tickets/meta-box.php:34
456
  msgid "Upload image for the ticket header"
457
  msgstr "Carica immagine per l'intestazione biglietto"
458
 
459
+ #: ../admin-views/tickets/meta-box.php:35
460
  msgid ""
461
  "The maximum image size in the email will be 580px wide by any height, and "
462
  "then scaled for mobile. If you would like \"retina\" support use an image "
468
 
469
  # @ tribe-events-calendar
470
  #
471
+ #: ../admin-views/tickets/meta-box.php:38
472
  msgid "Select an Image"
473
  msgstr "Seleziona un'immagine"
474
 
475
+ #: ../admin-views/tickets/meta-box.php:46
476
  msgid "Remove"
477
  msgstr "Rimuovi"
478
 
479
  # @ tribe-events-calendar
480
  #
481
+ #: ../admin-views/tickets/meta-box.php:64
482
+ #: ../admin-views/tickets/meta-box.php:74
483
  msgid "Add new ticket"
484
  msgstr "Aggiungi nuovo biglietto"
485
 
486
  # @ tribe-events-calendar
487
  #
488
+ #: ../admin-views/tickets/meta-box.php:75
489
  msgid "Edit ticket"
490
  msgstr "Modifica biglietto"
491
 
492
+ #: ../admin-views/tickets/meta-box.php:81
493
  msgid "Sell using:"
494
  msgstr "Vendi utilizzando:"
495
 
496
  # @ tribe-events-calendar
497
  #
498
+ #: ../admin-views/tickets/meta-box.php:98
499
  msgid "Ticket Name:"
500
  msgstr "Nome biglietto:"
501
 
502
+ #: ../admin-views/tickets/meta-box.php:105
503
  msgid "Ticket Description:"
504
  msgstr "Descrizione biglietto:"
505
 
506
+ #: ../admin-views/tickets/meta-box.php:114
507
  msgid "Price:"
508
  msgstr "Prezzo:"
509
 
510
+ #: ../admin-views/tickets/meta-box.php:120
511
  msgid "(0 or empty for free tickets)"
512
  msgstr "(0 o vuoto per biglietti gratuiti)"
513
 
514
  # @ tribe-events-calendar
515
  #
516
+ #: ../admin-views/tickets/meta-box.php:126
517
  msgid "Start sale:"
518
  msgstr "Inizio vendita:"
519
 
520
  # @ tribe-events-calendar
521
  #
522
+ #: ../admin-views/tickets/meta-box.php:150
523
  msgid "End sale:"
524
  msgstr "Termine vendita:"
525
 
526
+ #: ../admin-views/tickets/meta-box.php:172
527
  msgid ""
528
  "When will ticket sales occur? If you don't set a start/end date for sales, "
529
  "tickets will be available from now until the event ends."
532
  "inizio / fine per la vendita, i biglietti saranno disponibili da ora fino "
533
  "alla fine dell'evento."
534
 
535
+ #: ../admin-views/tickets/meta-box.php:184
536
  msgid "Save this ticket"
537
  msgstr "Salva questo biglietto"
538
 
548
 
549
  # @ tribe-events-calendar
550
  #
551
+ #: ../admin-views/tribe-options-display.php:32
552
  msgid "Display Settings"
553
  msgstr "Impostazioni di visualizzazione"
554
 
555
+ #: ../admin-views/tribe-options-display.php:37
556
  #, php-format
557
  msgid ""
558
  "<p>The settings below control the display of your calendar. If things don't "
572
  "visualizzazione? Acquisisci una copia di <a href=\"%s\">Esempio "
573
  "visualizzazione agenda da Github</a></p>"
574
 
575
+ #: ../admin-views/tribe-options-display.php:52
576
  msgid "Basic Template Settings"
577
  msgstr "Impostazioni base del modello"
578
 
579
  # @ tribe-events-calendar
580
  #
581
+ #: ../admin-views/tribe-options-display.php:56
582
  msgid "Default stylesheet used for events templates"
583
  msgstr "Foglio di stile predefinito utilizzato per i modelli eventi"
584
 
585
+ #: ../admin-views/tribe-options-display.php:59
586
  msgid "Skeleton Styles"
587
  msgstr "Stili ridotti"
588
 
589
+ #: ../admin-views/tribe-options-display.php:61
590
  msgid ""
591
  "Only includes enough css to achieve complex layouts like calendar and week "
592
  "view."
594
  "Comprende solo css essenziali per realizzare layout complessi come il "
595
  "calendario e la vista settimana."
596
 
597
+ #: ../admin-views/tribe-options-display.php:63
598
  msgid "Full Styles"
599
  msgstr "Stili completi"
600
 
601
+ #: ../admin-views/tribe-options-display.php:65
602
  msgid "More detailed styling, tries to grab styles from your theme."
603
  msgstr "Stili più dettagliati, cerca di usare gli stili del vostro tema."
604
 
605
  # @ tribe-events-calendar
606
  #
607
+ #: ../admin-views/tribe-options-display.php:67
608
  msgid "Tribe Events Styles"
609
  msgstr "Stili Tribe Events"
610
 
611
+ #: ../admin-views/tribe-options-display.php:69
612
  msgid "A fully designed and styled theme for your events pages."
613
  msgstr "Un tema completamente progettato e stilizzato per le pagine eventi."
614
 
615
  # @ tribe-events-calendar
616
  #
617
+ #: ../admin-views/tribe-options-display.php:76
618
  msgid "Events template"
619
  msgstr "Modello eventi"
620
 
621
  # @ tribe-events-calendar
622
+ #: ../admin-views/tribe-options-display.php:77
623
  msgid ""
624
  "Choose a page template to control the appearance of your calendar and event "
625
  "content."
627
  "Seleziona un modello di pagina per controllare l'aspetto del tuo calendario "
628
  "e il contenuto dell'evento."
629
 
630
+ #: ../admin-views/tribe-options-display.php:85
631
  msgid "Enable event views"
632
  msgstr "Abilita le viste eventi"
633
 
634
+ #: ../admin-views/tribe-options-display.php:86
635
  msgid "You must select at least one view."
636
  msgstr "Devi selezionare almeno una vista."
637
 
638
+ #: ../admin-views/tribe-options-display.php:93
639
  msgid "Default view"
640
  msgstr "Vista predefinita"
641
 
642
+ #: ../admin-views/tribe-options-display.php:101
643
  msgid "Disable the Event Search Bar"
644
  msgstr "Disabilita la Barra di Ricerca Eventi"
645
 
646
+ #: ../admin-views/tribe-options-display.php:102
647
  msgid "Check this to use the classic header."
648
  msgstr "Rimuovi selezione se desideri utilizzare l'intestazione classica."
649
 
650
+ #: ../admin-views/tribe-options-display.php:108
651
  msgid "Month view events per day"
652
  msgstr "Vista Mese eventi al giorno"
653
 
654
+ #: ../admin-views/tribe-options-display.php:109
655
  msgid "Allow more than the default 3 events per day in month view."
656
  msgstr "Consenti più dei default 3 eventi al giorno in vista mese."
657
 
658
  # @ tribe-events-calendar
659
  #
660
+ #: ../admin-views/tribe-options-display.php:116
661
  msgid "Date Format Settings"
662
  msgstr "Settaggi Formato Data"
663
 
664
+ #: ../admin-views/tribe-options-display.php:120
665
  msgid ""
666
  "<p>The following three fields accept the date format options available to "
667
  "the php date() function. <a href=\"http://codex.wordpress.org/"
673
  "Formatting_Date_and_Time\" target=\"_blank\">Impara come creare tu stesso il "
674
  "formato data qui.</a>.</p>"
675
 
676
+ #: ../admin-views/tribe-options-display.php:124
677
  msgid "Date with year"
678
  msgstr "Data con anno"
679
 
680
+ #: ../admin-views/tribe-options-display.php:125
681
  msgid ""
682
  "Enter the format to use for displaying dates with the year. Used when "
683
  "showing an event from a past or future year, also used for dates in view "
687
  "l'anno. Utilizzato quando si mostra un evento di un anno passato o futuro, "
688
  "utilizzato anche per le date in vista intestazioni."
689
 
690
+ #: ../admin-views/tribe-options-display.php:132
691
  msgid "Date without year"
692
  msgstr "Data senza anno"
693
 
694
+ #: ../admin-views/tribe-options-display.php:133
695
  msgid ""
696
  "Enter the format to use for displaying dates without a year. Used when "
697
  "showing an event from the current year."
699
  "Immettere il formato da utilizzare per la visualizzazione delle date senza "
700
  "anno. Utilizzato quando si mostra un evento in corso."
701
 
702
+ #: ../admin-views/tribe-options-display.php:140
703
  msgid "Month and year format"
704
  msgstr "Formato mese e anno"
705
 
706
+ #: ../admin-views/tribe-options-display.php:141
707
  msgid ""
708
  "Enter the format to use for dates that show a month and year only. Used on "
709
  "month view."
711
  "Immettere il formato da utilizzare per le date che mostrano solo mese e "
712
  "anno. Utilizzato in vista mese."
713
 
714
+ #: ../admin-views/tribe-options-display.php:148
715
  msgid "Date time separator"
716
  msgstr "Separatore data e ora"
717
 
718
+ #: ../admin-views/tribe-options-display.php:149
719
  msgid ""
720
  "Enter the separator that will be placed between the date and time, when both "
721
  "are shown."
723
  "Inserisci il separatore che sarà collocato tra la data e l'ora, quando sono "
724
  "mostrati entrambi."
725
 
726
+ #: ../admin-views/tribe-options-display.php:156
727
  msgid "Time range separator"
728
  msgstr "Separatore intervallo orario"
729
 
730
+ #: ../admin-views/tribe-options-display.php:157
731
  msgid ""
732
  "Enter the separator that will be used between the start and end time of an "
733
  "event."
735
  "Inserire il separatore che verrà utilizzata tra l'inizio e la fine di un "
736
  "evento."
737
 
738
+ #: ../admin-views/tribe-options-display.php:164
739
  msgid "Datepicker Date Format"
740
  msgstr "Datepicker Date Format"
741
 
742
+ #: ../admin-views/tribe-options-display.php:165
743
  msgid "Select the date format to use in datepickers"
744
  msgstr "Seleziona il formato data da usare nei datepickers."
745
 
746
+ #: ../admin-views/tribe-options-display.php:182
747
  msgid "Advanced Template Settings"
748
  msgstr "Impostazioni avanzate modello"
749
 
750
  # @ tribe-events-calendar
751
  #
752
+ #: ../admin-views/tribe-options-display.php:186
753
  msgid "Add HTML before event content"
754
  msgstr "Aggiungi HTML prima del contenuto degli eventi"
755
 
756
+ #: ../admin-views/tribe-options-display.php:187
757
  msgid ""
758
  "If you are familiar with HTML, you can add additional code before the event "
759
  "template. Some themes may require this to help with styling or layout."
764
 
765
  # @ tribe-events-calendar
766
  #
767
+ #: ../admin-views/tribe-options-display.php:192
768
  msgid "Add HTML after event content"
769
  msgstr "Aggiungi HTML dopo il contneuto degli eventi"
770
 
771
+ #: ../admin-views/tribe-options-display.php:193
772
  msgid ""
773
  "If you are familiar with HTML, you can add additional code after the event "
774
  "template. Some themes may require this to help with styling or layout."
777
  "dell'evento. Alcuni temi richiedono questo per aiutarti con la definizione "
778
  "degli stili o dell'impaginazione."
779
 
780
+ #: ../admin-views/tribe-options-general.php:15
781
  msgid "Finding & extending your calendar."
782
  msgstr "Trova ed estendi il tuo calendario."
783
 
784
+ #: ../admin-views/tribe-options-general.php:20
785
  msgid "Finding your calendar."
786
  msgstr "Trova il tuo calendario."
787
 
788
  # @ tribe-events-calendar
789
  #
790
+ #: ../admin-views/tribe-options-general.php:25
791
  msgid "Where's my calendar?"
792
  msgstr "Dov'è il mio calendario?"
793
 
794
+ #: ../admin-views/tribe-options-general.php:25
795
  msgid "Right here"
796
  msgstr "Proprio qui"
797
 
798
  # @ tribe-events-calendar
799
+ #: ../admin-views/tribe-options-general.php:29
800
  msgid ""
801
  "Looking for additional functionality including recurring events, custom "
802
  "meta, community events, ticket sales and more?"
806
 
807
  # @ tribe-events-calendar
808
  #
809
+ #: ../admin-views/tribe-options-general.php:29
810
  msgid "Check out the available add-ons"
811
  msgstr "Consulta gli oggetti aggiuntivi"
812
 
813
+ #: ../admin-views/tribe-options-general.php:34
814
  msgid "We hope our plugin is helping you out."
815
  msgstr "Speriamo che il nostro plug-in ti sti aiutando."
816
 
817
+ #: ../admin-views/tribe-options-general.php:38
818
  msgid ""
819
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
820
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
826
  "chiedere è il riconoscimento. Aggiungi un piccolo link testuale alla fine "
827
  "del tuo calendario che punti al progetto The Events Calendar."
828
 
829
+ #: ../admin-views/tribe-options-general.php:38
830
+ #: ../admin-views/tribe-options-general.php:43
831
  msgid "See an example of the link"
832
  msgstr "Vedi un esempio di collegamento"
833
 
834
+ #: ../admin-views/tribe-options-general.php:43
835
  msgid ""
836
  "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
837
  "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
845
 
846
  # @ tribe-events-calendar
847
  #
848
+ #: ../admin-views/tribe-options-general.php:48
849
  msgid "Show The Events Calendar link"
850
  msgstr "Visualizza link a The Events Calendar"
851
 
852
  # @ tribe-events-calendar
853
  #
854
+ #: ../admin-views/tribe-options-general.php:62
855
  msgid "General Settings"
856
  msgstr "Impostazioni generali"
857
 
858
+ #: ../admin-views/tribe-options-general.php:66
859
  msgid "Number of events to show per page"
860
  msgstr "Numero di eventi da visualizzare per pagina"
861
 
862
+ #: ../admin-views/tribe-options-general.php:73
863
  msgid "Use Javascript to control date filtering"
864
  msgstr "Utilizza Javascript per controllare il filtro dati"
865
 
866
+ #: ../admin-views/tribe-options-general.php:74
867
  msgid ""
868
  "This option is disabled when \"Disable the Event Search Bar\" is checked on "
869
  "the Display settings tab."
871
  "Questa opzione è disabilitata quando \"Disattivare la Barra di Ricerca Eventi"
872
  "\" è selezionata nella scheda Impostazioni display."
873
 
874
+ #: ../admin-views/tribe-options-general.php:74
875
  msgid ""
876
  "Enable live ajax for datepicker on front end (User submit not required)."
877
  msgstr "Abilita ajax in tempo reale per il datepicker sul front-end."
878
 
879
  # @ tribe-events-calendar
880
  #
881
+ #: ../admin-views/tribe-options-general.php:82
882
  msgid "Show comments"
883
  msgstr "Visualizza commenti"
884
 
885
+ #: ../admin-views/tribe-options-general.php:83
886
  msgid "Enable comments on event pages."
887
  msgstr "Abilita i commenti nelle pagine eventi."
888
 
889
+ #: ../admin-views/tribe-options-general.php:89
890
  msgid "Include events in main blog loop"
891
  msgstr "Includi eventi nel loop principale del blog"
892
 
893
+ #: ../admin-views/tribe-options-general.php:90
894
  msgid ""
895
  "Show events with the site's other posts. When this box is checked, events "
896
  "will also continue to appear on the default events page."
900
  "predefinita per gli eventi."
901
 
902
  # @ tribe-events-calendar
903
+ #: ../admin-views/tribe-options-general.php:96
904
+ #: ../admin-views/tribe-options-general.php:102
905
  msgid "Events URL slug"
906
  msgstr "URL slug eventi"
907
 
908
+ #: ../admin-views/tribe-options-general.php:97
909
  #, php-format
910
  msgid ""
911
  "You cannot edit the slug for your events page as you do not have pretty "
920
 
921
  # @ tribe-events-calendar
922
  #
923
+ #: ../admin-views/tribe-options-general.php:109
924
+ #: ../public/template-tags/options.php:20
925
  msgid "The slug used for building the events URL."
926
  msgstr "Lo slug utilizzato per costruire URL degli eventi."
927
 
928
  # @ tribe-events-calendar
929
+ #: ../admin-views/tribe-options-general.php:109
930
  #, php-format
931
  msgid "Your current events URL is: %s"
932
  msgstr "Il tuo attuale URL per gli eventi è: %s"
933
 
934
  # @ tribe-events-calendar
935
  #
936
+ #: ../admin-views/tribe-options-general.php:114
937
+ #: ../public/template-tags/options.php:39
938
  msgid "Here is the iCal feed URL for your events:"
939
  msgstr "Questo è l'URL del feed iCal per i tuoi eventi:"
940
 
941
  # @ tribe-events-calendar
942
  #
943
+ #: ../admin-views/tribe-options-general.php:119
944
  msgid "Single event URL slug"
945
  msgstr "URL slug per singolo evento"
946
 
947
+ #: ../admin-views/tribe-options-general.php:126
948
  #, php-format
949
  msgid ""
950
  "The above should ideally be plural, and this singular.<br />Your single "
953
  "Quanto sopra dovrebbe idealmente essere al plurale, e questo al singolare."
954
  "<br />Il tuo URL per singolo evento è: %s"
955
 
956
+ #: ../admin-views/tribe-options-general.php:131
957
  msgid "End of day cutoff"
958
  msgstr "Eventi oltre termine giornata"
959
 
960
+ #: ../admin-views/tribe-options-general.php:164
961
  msgid ""
962
  "Have an event that runs past midnight? Select a time after that event's end "
963
  "to avoid showing the event on the next day's calendar."
966
  "successivo alla fine dell'evento per evitare che venga riproposto il giorno "
967
  "successivo."
968
 
969
+ #: ../admin-views/tribe-options-general.php:169
970
  msgid "Default currency symbol"
971
  msgstr "Simbolo valuta predefinito"
972
 
973
+ #: ../admin-views/tribe-options-general.php:170
974
  msgid ""
975
  "Set the default currency symbol for event costs. Note that this only impacts "
976
  "future events, and changes made will not apply retroactively."
979
  "questo ha impatto solo per gli eventi futuri, e le modifiche apportate non "
980
  "avranno effetto retroattivo."
981
 
982
+ #: ../admin-views/tribe-options-general.php:177
983
  msgid "Currency symbol follows value"
984
  msgstr "Simbolo di valuta segue il valore"
985
 
986
+ #: ../admin-views/tribe-options-general.php:178
987
  msgid ""
988
  "The currency symbol normally precedes the value. Enabling this option "
989
  "positions the symbol after the value."
993
 
994
  # @ tribe-events-calendar
995
  #
996
+ #: ../admin-views/tribe-options-general.php:184
997
  msgid "Map Settings"
998
  msgstr "Impostazioni mappa"
999
 
1000
  # @ tribe-events-calendar
1001
+ #: ../admin-views/tribe-options-general.php:188
1002
  msgid "Enable Google Maps"
1003
  msgstr "Abilita Google Maps"
1004
 
1005
+ #: ../admin-views/tribe-options-general.php:189
1006
  msgid "Check to enable maps for events and venues."
1007
  msgstr "Seleziona per abilitare le mappe per eventi e luoghi."
1008
 
1009
+ #: ../admin-views/tribe-options-general.php:196
1010
  msgid "Google Maps default zoom level"
1011
  msgstr "Impostazione livello di zoom predefinito per Google Maps"
1012
 
1013
+ #: ../admin-views/tribe-options-general.php:197
1014
  msgid "0 = zoomed out; 21 = zoomed in."
1015
  msgstr "0 = zoom out; 21 = zoom in."
1016
 
1017
  # @ tribe-events-calendar
1018
  #
1019
+ #: ../admin-views/tribe-options-general.php:205
1020
  msgid "Miscellaneous Settings"
1021
  msgstr "Impostazioni varie"
1022
 
1023
+ #: ../admin-views/tribe-options-general.php:209
1024
  msgid "Duplicate Venues &amp; Organizers"
1025
  msgstr ""
1026
  "Duplica Luoghi &amp; OrganizzatoriCarica correttamente formattato, UTF-8 "
1028
  "Assicurarsi di specificare la codifica dei caratteri quando si salva il "
1029
  "file, o passare attraverso uno strumento di conversione."
1030
 
1031
+ #: ../admin-views/tribe-options-general.php:209
1032
+ #: ../lib/tribe-amalgamator.php:260
1033
  msgid "Merge Duplicates"
1034
  msgstr "Unisci duplicati"
1035
 
1036
+ #: ../admin-views/tribe-options-general.php:209
1037
  msgid ""
1038
  "You might find duplicate venues and organizers when updating The Events "
1039
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
1043
  "versioni di The Events Calendar precedenti alla 3.0. Seleziona questo "
1044
  "pulsante per unire automaticamente luoghi e organizzatori identici."
1045
 
1046
+ #: ../admin-views/tribe-options-general.php:214
1047
  msgid "Debug mode"
1048
  msgstr "Modalità debug"
1049
 
1050
+ #: ../admin-views/tribe-options-general.php:220
1051
  #, php-format
1052
  msgid ""
1053
  "Enable this option to log debug information. By default this will log to "
1061
  "l'installazione di %s e di visualizzare il tab \"Tribe\" nella "
1062
  "visualizzazione di debug."
1063
 
1064
+ #: ../admin-views/tribe-options-general.php:220
1065
  msgid "Debug Bar Plugin"
1066
  msgstr "plug-in Debug Bar"
1067
 
1068
+ #: ../admin-views/tribe-options-help.php:28
1069
  msgctxt "not available"
1070
  msgid "n/a"
1071
  msgstr "n/a"
1072
 
1073
+ #: ../admin-views/tribe-options-help.php:29
1074
  msgid "You need to upgrade!"
1075
  msgstr "Devi aggiornare!"
1076
 
1077
+ #: ../admin-views/tribe-options-help.php:29
1078
  msgid "You are up to date!"
1079
  msgstr "Sei aggiornato!"
1080
 
1081
  # @ tribe-events-calendar
1082
  #
1083
+ #: ../admin-views/tribe-options-help.php:52
1084
  msgid "The Events Calendar PRO"
1085
  msgstr "The Events Calendar PRO"
1086
 
1087
  # @ tribe-events-calendar
1088
+ #: ../admin-views/tribe-options-help.php:56
1089
  msgid "The Events Calendar: Eventbrite Tickets"
1090
  msgstr "The Events Calendar: Eventbrite Tickets"
1091
 
1092
  # @ tribe-events-calendar
1093
+ #: ../admin-views/tribe-options-help.php:60
1094
  msgid "The Events Calendar: Community Events"
1095
  msgstr "The Events Calendar: Community Events"
1096
 
1097
  # @ tribe-events-calendar
1098
+ #: ../admin-views/tribe-options-help.php:64
1099
  msgid "The Events Calendar: Facebook Events"
1100
  msgstr "The Events Calendar: Facebook Events"
1101
 
1102
  # @ tribe-events-calendar
1103
+ #: ../admin-views/tribe-options-help.php:68
1104
  msgid "The Events Calendar: WooCommerce Tickets"
1105
  msgstr "The Events Calendar: WooCommerce Tickets"
1106
 
1107
  # @ tribe-events-calendar
1108
+ #: ../admin-views/tribe-options-help.php:73
1109
  msgid "The Events Calendar: EDD Tickets"
1110
  msgstr "The Events Calendar: EDD Tickets"
1111
 
1112
  # @ tribe-events-calendar
1113
  #
1114
+ #: ../admin-views/tribe-options-help.php:78
1115
  msgid "The Events Calendar: WPEC Tickets"
1116
  msgstr "The Events Calendar: WPEC Tickets"
1117
 
1118
  # @ tribe-events-calendar
1119
+ #: ../admin-views/tribe-options-help.php:83
1120
  msgid "The Events Calendar: Shopp Tickets"
1121
  msgstr "The Events Calendar: Shopp Tickets"
1122
 
1123
  # @ tribe-events-calendar
1124
+ #: ../admin-views/tribe-options-help.php:88
1125
  msgid "The Events Calendar: Filter Bar"
1126
  msgstr "The Events Calendar: Filter Bar"
1127
 
1128
+ #: ../admin-views/tribe-options-help.php:94
1129
  msgid ""
1130
  "If you're looking for help with The Events Calendar, you've come to the "
1131
  "right place. We are committed to helping make your calendar kick ass...and "
1136
  "calcio ... e speriamo che le risorse previste di seguito riportati "
1137
  "aiuteranno arrivare lì."
1138
 
1139
+ #: ../admin-views/tribe-options-help.php:97
1140
  msgid ""
1141
  "If this is your first time using The Events Calendar, you're in for a treat "
1142
  "and are already well on your way to creating a first event. Here are some "
1147
  "evento. Qui ci sono alcuni principi fondamentali che abbiamo trovato utile "
1148
  "per gli utenti che saltano in esso per la prima volta:"
1149
 
1150
+ #: ../admin-views/tribe-options-help.php:100
1151
  #, php-format
1152
  msgid ""
1153
  "%sOur New User Primer%s was designed for folks in your exact position. "
1160
  "dettagliate scritte che caratterizzano screenshots di accompagnamento, il "
1161
  "fondo mira a prendere voi da zero a eroe in pochissimo tempo."
1162
 
1163
+ #: ../admin-views/tribe-options-help.php:102
1164
  #, php-format
1165
  msgid ""
1166
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
1173
  "Questa sezione del FAQ può essere utile in quanto mira a risolvere eventuali "
1174
  "installare domande fondamentali non affrontate dal nuovo fondo utente."
1175
 
1176
+ #: ../admin-views/tribe-options-help.php:104
1177
  #, php-format
1178
  msgid ""
1179
  "Are you developer looking to build your own frontend view? We created an "
1184
  "creato un plugin di esempio che dimostra come registrare una nuova vista. "
1185
  "Puoi %sscaricare il plugin da GitHub%s per iniziare."
1186
 
1187
+ #: ../admin-views/tribe-options-help.php:106
1188
  msgid ""
1189
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
1190
  "the Events menu and adding your first event."
1192
  "Altrimenti, se ti piace l'avvenura, puoi iniziare dalla voce menù Eventi ad "
1193
  "aggiungere il tuo primo evento."
1194
 
1195
+ #: ../admin-views/tribe-options-help.php:110
1196
  #, php-format
1197
  msgid ""
1198
  "We've redone our support page from the ground up in an effort to better help "
1203
  "aiutare meglio i nostri utenti. Oltre al capo il nostro %sSupport Page%s e "
1204
  "troverete un sacco di grandi risorse, tra cui:"
1205
 
1206
+ #: ../admin-views/tribe-options-help.php:112
1207
  #, php-format
1208
  msgid ""
1209
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1212
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
1213
  "&amp; Events Calendar PRO"
1214
 
1215
+ #: ../admin-views/tribe-options-help.php:114
1216
  #, php-format
1217
  msgid ""
1218
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
1221
  "%sFrequently Asked Questions%s che vanno dalle questioni di configurazione "
1222
  "più semplici ai tweaks Themer avanzati"
1223
 
1224
+ #: ../admin-views/tribe-options-help.php:116
1225
  #, php-format
1226
  msgid ""
1227
  "%sTutorials%s written by both members of our team and users from the "
1232
  "della comunità, che copre query personalizzate, integrazione con i temi di "
1233
  "terze parti e plugin, ecc"
1234
 
1235
+ #: ../admin-views/tribe-options-help.php:118
1236
  msgid ""
1237
  "Release notes for painting an overall picture of the plugin's lifecycle and "
1238
  "when features/bug fixes were introduced."
1240
  "Note di rilascio per dipingere un quadro complessivo del ciclo di vita del "
1241
  "plugin e quando sono state introdotte correzioni di funzionalità / bug."
1242
 
1243
+ #: ../admin-views/tribe-options-help.php:120
1244
  #, php-format
1245
  msgid ""
1246
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
1251
  "il calendario di eventi (tra cui WooTickets, Comunità Eventi, Biglietti "
1252
  "Eventbrite, Facebook Events, ecc)"
1253
 
1254
+ #: ../admin-views/tribe-options-help.php:122
1255
  #, php-format
1256
  msgid ""
1257
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
1269
  "a modellare il futuro del business dei prodotti in un modo che meglio "
1270
  "soddisfa le esigenze della comunità."
1271
 
1272
+ #: ../admin-views/tribe-options-help.php:126
1273
  #, php-format
1274
  msgid ""
1275
  "Written documentation can only take things so far...sometimes, you need help "
1279
  "hai bisogno di aiuto da una persona reale. Questo è dove i nostri% ssupport "
1280
  "forum% s entrano in gioco."
1281
 
1282
+ #: ../admin-views/tribe-options-help.php:127
1283
  #, php-format
1284
  msgid ""
1285
  "Users of the free The Events Calendar should post their support concerns to "
1294
  "to read our %ssupport expectations sticky thread%s before posting so you "
1295
  "understand our limitations."
1296
 
1297
+ #: ../admin-views/tribe-options-help.php:128
1298
  msgid ""
1299
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1300
  "you report a legitimate bug that we're able to reproduce, we will log it and "
1308
  "grado di fornire suggerimenti di personalizzazione o assistere in "
1309
  "integrazione con i plugin 3rd party o temi."
1310
 
1311
+ #: ../admin-views/tribe-options-help.php:129
1312
  #, php-format
1313
  msgid ""
1314
  "If you're a user of The Events Calendar and would like more support, please "
1322
  "personalizzazione / integrazione per pagare gli utenti di quanto possiamo su "
1323
  "WordPress.org."
1324
 
1325
+ #: ../admin-views/tribe-options-help.php:133
1326
  #, php-format
1327
  msgid ""
1328
  "If you find that you aren't getting the level of service you've come to "
1333
  "da Moderno Tribe, ci spara una email %s or tweet %s spiegarci il motivo. "
1334
  "Faremo il possibile per fare bene."
1335
 
1336
+ #: ../admin-views/tribe-options-help.php:134
1337
  msgid "More..."
1338
  msgstr "Maggiori informazioni..."
1339
 
1340
+ #: ../admin-views/tribe-options-help.php:143
1341
  msgid ""
1342
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1343
  "for installing our labor of love!"
1345
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1346
  "for installing our labor of love!"
1347
 
1348
+ #: ../admin-views/tribe-options-help.php:152
 
 
 
 
1349
  msgid "Support Resources To Help You Kick Ass"
1350
  msgstr "Risorse per aiutartI"
1351
 
1352
+ #: ../admin-views/tribe-options-help.php:155
1353
  msgid "Forums: Because Everyone Needs A Buddy"
1354
  msgstr "Forums: Perchè Tutti hanno bisogno di un compagno"
1355
 
1356
+ #: ../admin-views/tribe-options-help.php:158
1357
  msgid "Not getting help?"
1358
  msgstr "Non hai ricevuto aiuto?"
1359
 
1360
  # @ tribe-events-calendar
1361
+ #: ../admin-views/tribe-options-help.php:170
1362
+ #: ../lib/the-events-calendar.class.php:586
1363
+ #: ../lib/tribe-settings.class.php:132
1364
  msgid "The Events Calendar"
1365
  msgstr "The Events Calendar"
1366
 
1367
+ #: ../admin-views/tribe-options-help.php:175
1368
  msgid "Latest Version:"
1369
  msgstr "Ultima versione:"
1370
 
1371
+ #: ../admin-views/tribe-options-help.php:176
1372
  msgid "Author:"
1373
  msgstr "Autore:"
1374
 
1375
+ #: ../admin-views/tribe-options-help.php:176
1376
  msgid "Modern Tribe Inc"
1377
  msgstr "Modern Tribe Inc."
1378
 
1379
+ #: ../admin-views/tribe-options-help.php:179
1380
  msgid "Requires:"
1381
  msgstr "Requisiti:"
1382
 
1383
+ #: ../admin-views/tribe-options-help.php:179
1384
  msgid "WordPress "
1385
  msgstr "Wordpress"
1386
 
1387
+ #: ../admin-views/tribe-options-help.php:181
1388
  msgid "Wordpress.org Plugin Page"
1389
  msgstr "Pagina Plug-in Wordpress.org"
1390
 
1391
+ #: ../admin-views/tribe-options-help.php:187
1392
  msgid "Average Rating"
1393
  msgstr "Valutazione media"
1394
 
1395
+ #: ../admin-views/tribe-options-help.php:191
1396
  #, php-format
1397
  msgid "Based on %d rating"
1398
  msgid_plural "Based on %d ratings"
1399
  msgstr[0] "Basata su %d valutazione"
1400
  msgstr[1] "Basata su %d valutazioni"
1401
 
1402
+ #: ../admin-views/tribe-options-help.php:193
1403
  msgid "Give us 5 stars!"
1404
  msgstr "Assegnaci 5 stelle!"
1405
 
1406
+ #: ../admin-views/tribe-options-help.php:197
1407
  msgid "Premium Add-Ons"
1408
  msgstr "Add-on Premium"
1409
 
1410
+ #: ../admin-views/tribe-options-help.php:206
1411
  msgid "(Coming Soon!)"
1412
  msgstr "(presto disponibile!)"
1413
 
1414
+ #: ../admin-views/tribe-options-help.php:216
1415
  msgid "News and Tutorials"
1416
  msgstr "Notizie e tutorial"
1417
 
1418
  # @ tribe-events-calendar
1419
  #
1420
+ #: ../admin-views/tribe-options-network.php:15
1421
  msgid "Network Settings"
1422
  msgstr "Impostazioni di rete"
1423
 
1424
+ #: ../admin-views/tribe-options-network.php:19
1425
  msgid ""
1426
  "This is where all of the global network settings for Modern Tribe's The "
1427
  "Events Calendar can be modified."
1429
  "Questa pagina è dove tutte le impostazioni di rete di The Events Calendar di "
1430
  "Moden Tribe possono essere modificate."
1431
 
1432
+ #: ../admin-views/tribe-options-network.php:27
1433
  msgid "Hide the following settings tabs on every site:"
1434
  msgstr "Nascondi i seguenti tab di impostazioni in ogni sito:"
1435
 
1436
  # @ tribe-events-calendar
1437
+ #: ../admin-views/venue-meta-box.php:31
1438
+ #: ../public/advanced-functions/meta.php:492
1439
  msgid "Address:"
1440
  msgstr "Indirizzo:"
1441
 
1442
  # @ tribe-events-calendar
1443
+ #: ../admin-views/venue-meta-box.php:38
1444
  msgid "City:"
1445
  msgstr "Città:"
1446
 
1447
  # @ tribe-events-calendar
1448
+ #: ../admin-views/venue-meta-box.php:45
1449
  msgid "Country:"
1450
  msgstr "Nazione:"
1451
 
1452
  # @ tribe-events-calendar
1453
+ #: ../admin-views/venue-meta-box.php:85
1454
  msgid "State or Province:"
1455
  msgstr "Stato (USA) o Provincia (Int):"
1456
 
1457
  # @ tribe-events-calendar
1458
+ #: ../admin-views/venue-meta-box.php:89
1459
  msgid "Select a State:"
1460
  msgstr "Seleziona uno Stato:"
1461
 
1462
  # @ tribe-events-calendar
1463
+ #: ../admin-views/venue-meta-box.php:102
1464
  msgid "Postal Code:"
1465
  msgstr "Codice postale:"
1466
 
1467
  # @ tribe-events-calendar
1468
+ #: ../admin-views/venue-meta-box.php:134 ../admin-views/venue-meta-box.php:156
1469
  msgid "Show Google Map:"
1470
  msgstr "Mostra Google Map:"
1471
 
1472
  # @ tribe-events-calendar
1473
+ #: ../admin-views/venue-meta-box.php:144 ../admin-views/venue-meta-box.php:166
1474
  msgid "Show Google Maps Link:"
1475
  msgstr "Mostra il link Google Maps:"
1476
 
1477
  # @ tribe-events-calendar
1478
+ #: ../admin-views/widget-admin-list.php:13
1479
  msgid "Title:"
1480
  msgstr "Titolo:"
1481
 
1482
  # @ tribe-events-calendar
1483
+ #: ../admin-views/widget-admin-list.php:18
1484
  msgid "Show:"
1485
  msgstr "Mostra:"
1486
 
1487
  # @ tribe-events-calendar
1488
+ #: ../admin-views/widget-admin-list.php:28
1489
  msgid "Show widget only if there are upcoming events:"
1490
  msgstr "Mostra il widget solo se ci sono eventi in arrivo:"
1491
 
1492
+ # @ tribe-events-calendar
1493
+ #: ../lib/Activation_Page.php:125
1494
+ #, fuzzy
1495
+ msgid "Welcome to The Events Calendar"
1496
+ msgstr "The Events Calendar"
1497
+
1498
+ # @ tribe-events-calendar
1499
+ #: ../lib/Activation_Page.php:145
1500
+ #, fuzzy
1501
+ msgid "Thanks for Updating The Events Calendar"
1502
+ msgstr "Aggiornamenti da The Events Calendar"
1503
+
1504
  #: ../lib/io/csv/admin-views/columns.php:22
1505
  #, php-format
1506
  msgid "Column Mapping: %s"
1525
  msgid "Perform Import"
1526
  msgstr "Esegui importazione"
1527
 
1528
+ #: ../lib/io/csv/admin-views/header.php:13
1529
  msgid "Events Import (CSV)"
1530
  msgstr "Importa Eventi (CSV)"
1531
 
1596
 
1597
  # @ tribe-events-calendar
1598
  #: ../lib/io/csv/admin-views/import.php:45
1599
+ #: ../lib/the-events-calendar.class.php:520
1600
+ #: ../public/template-tags/venue.php:52
1601
  msgid "Venues"
1602
  msgstr "Luoghi"
1603
 
1604
  # @ tribe-events-calendar
1605
  #: ../lib/io/csv/admin-views/import.php:46
1606
+ #: ../lib/the-events-calendar.class.php:536
1607
+ #: ../public/template-tags/organizer.php:59
1608
  msgid "Organizers"
1609
  msgstr "Organizzatori"
1610
 
1611
  # @ tribe-events-calendar
1612
  #: ../lib/io/csv/admin-views/import.php:47
1613
+ #: ../lib/the-events-calendar.class.php:1416
1614
+ #: ../lib/the-events-calendar.class.php:4186
1615
  msgid "Events"
1616
  msgstr "Eventi"
1617
 
1619
  msgid "CSV File:"
1620
  msgstr "File CSV:"
1621
 
1622
+ #: ../lib/io/csv/admin-views/import.php:59
1623
  msgid ""
1624
  "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1625
  "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1631
  "codifica dei caratteri quando salvi il file, oppure utilizza uno strumento "
1632
  "di conversione."
1633
 
1634
+ #: ../lib/io/csv/admin-views/import.php:67
1635
  msgid "This file has column names in the first row"
1636
  msgstr "Questo file contiene nomi di colonna nella prima riga"
1637
 
1638
+ #: ../lib/io/csv/admin-views/import.php:78
1639
  msgid "Import CSV File"
1640
  msgstr "Importa file CSV"
1641
 
1642
+ #: ../lib/io/csv/admin-views/result.php:15
1643
  msgid "Import Result"
1644
  msgstr "Risultato Importazione"
1645
 
1646
+ #: ../lib/io/csv/admin-views/result.php:17
1647
  msgid "Import complete!"
1648
  msgstr "Importazione completa!"
1649
 
1650
+ #: ../lib/io/csv/admin-views/result.php:19
1651
  #, php-format
1652
  msgid "Inserted: %d"
1653
  msgstr "Inserita: %d"
1654
 
1655
  # @ tribe-events-calendar
1656
  #
1657
+ #: ../lib/io/csv/admin-views/result.php:20
1658
  #, php-format
1659
  msgid "Updated: %d"
1660
  msgstr "Aggiornata: %d"
1661
 
1662
+ #: ../lib/io/csv/admin-views/result.php:21
1663
  #, php-format
1664
  msgid "Skipped: %d"
1665
  msgstr "Saltata: %d"
1666
 
1667
+ #: ../lib/io/csv/admin-views/result.php:25
1668
  msgid "The import statistics above have the following meaning:"
1669
  msgstr ""
1670
  "Le statistiche relative alle importazioni sopra hanno il seguente "
1671
  "significato:"
1672
 
1673
+ #: ../lib/io/csv/admin-views/result.php:26
1674
  msgid ""
1675
  "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1676
  "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1685
  "strong> Nel file CSV è stata trovata una riga che non può essere importata. "
1686
  "Vedi sotto per le righe non valide.</li></ol>"
1687
 
1688
+ #: ../lib/io/csv/admin-views/result.php:29
1689
  #, php-format
1690
  msgid "Skipped row numbers: %s"
1691
  msgstr "Saltato numero di riga: %s"
1714
  msgstr "Non importare"
1715
 
1716
  # @ tribe-events-calendar
1717
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1718
  msgid "Event Name"
1719
  msgstr "Nome Evento"
1720
 
1721
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1722
  msgid "Event Description"
1723
  msgstr "Descrizione Evento"
1724
 
1725
  # @ tribe-events-calendar
1726
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1727
  msgid "Event Start Date"
1728
  msgstr "Data Inizio Evento"
1729
 
1730
  # @ tribe-events-calendar
1731
  #
1732
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1733
  msgid "Event Start Time"
1734
  msgstr "Ora Inizio Evento"
1735
 
1736
  # @ tribe-events-calendar
1737
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1738
  msgid "Event End Date"
1739
  msgstr "Data Fine Evento"
1740
 
1741
  # @ tribe-events-calendar
1742
  #
1743
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1744
  msgid "Event End Time"
1745
  msgstr "Ora Fine Evento"
1746
 
1747
  # @ tribe-events-calendar
1748
  #
1749
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1750
  msgid "All Day Event"
1751
  msgstr "Evento giornaliero"
1752
 
1753
  # @ tribe-events-calendar
1754
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1755
  msgid "Event Venue Name"
1756
  msgstr "Nome Luogo Evento"
1757
 
1758
  # @ tribe-events-calendar
1759
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1760
  msgid "Event Organizer Name"
1761
  msgstr "Nome Organizzatore Evento"
1762
 
1763
  # @ tribe-events-calendar
1764
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
1765
  msgid "Event Show Map Link"
1766
  msgstr "Mostra il link di Google Maps"
1767
 
1768
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1769
  msgid "Event Show Map"
1770
  msgstr "Mostra Mappa Evento"
1771
 
1772
  # @ tribe-events-calendar
1773
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:64
1774
  msgid "Event Phone"
1775
  msgstr "Telefono"
1776
 
1777
  # @ tribe-events-calendar
1778
  #
1779
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:65
1780
+ #: ../lib/the-events-calendar.class.php:1456
1781
+ #: ../public/template-tags/general.php:353
1782
  msgid "Event Category"
1783
  msgstr "Categoria Evento"
1784
 
1785
  # @ tribe-events-calendar
1786
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1787
  msgid "Venue Name"
1788
  msgstr "Nome Luogo"
1789
 
1790
  # @ tribe-events-calendar
1791
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1792
  msgid "Venue Country"
1793
  msgstr "Città"
1794
 
1795
  # @ tribe-events-calendar
1796
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1797
  msgid "Venue Address"
1798
  msgstr "Indirizzo"
1799
 
1800
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1801
+ #, fuzzy
1802
+ msgid "Venue Address 2"
1803
  msgstr "Indirizzo 2"
1804
 
1805
  # @ tribe-events-calendar
1806
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1807
  msgid "Venue City"
1808
  msgstr "Città"
1809
 
1810
  # @ tribe-events-calendar
1811
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
1812
  msgid "Venue State/Province"
1813
  msgstr "Stato / Provincia"
1814
 
1815
  # @ tribe-events-calendar
1816
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:78
1817
  msgid "Venue Zip"
1818
  msgstr "CAP"
1819
 
1820
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:79
1821
  msgid "Venue Phone"
1822
  msgstr "Telefono"
1823
 
1824
  # @ tribe-events-calendar
1825
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1826
  msgid "Organizer Name"
1827
  msgstr "Nome organizzatore"
1828
 
1829
  # @ tribe-events-calendar
1830
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
1831
  msgid "Organizer Email"
1832
  msgstr "Email Organizzatore"
1833
 
1834
  # @ tribe-events-calendar
1835
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:87
1836
  msgid "Organizer Website"
1837
  msgstr "Soto Web Organizzatore"
1838
 
1839
  # @ tribe-events-calendar
1840
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:88
1841
  msgid "Organizer Phone"
1842
  msgstr "Telefono Organizzatore"
1843
 
1851
  msgid "Missing required fields in row %d."
1852
  msgstr "Campi richiesti mancanti alla riga %d."
1853
 
1854
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:118
1855
  #, php-format
1856
  msgid "Failed to import record in row %d."
1857
  msgstr "Impossibile importare record riga %d."
1858
 
1859
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:127
1860
  #, php-format
1861
  msgid "%s (post ID %d) updated."
1862
  msgstr "%s (post ID %d) aggiornato."
1863
 
1864
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:131
1865
  #, php-format
1866
  msgid "%s (post ID %d) created."
1867
  msgstr "%s (post ID %d) creato.."
1876
  msgid "Could not save %s."
1877
  msgstr "Impossibile salvare %s."
1878
 
1879
+ #: ../lib/pue/admin-views/license-key.view.php:12
1880
+ #: ../lib/pue/admin-views/license-key.view.php:16
1881
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:305
1882
  msgid "License Key"
1883
  msgstr "Chiave Licenza"
1884
 
1885
+ #: ../lib/pue/admin-views/license-key.view.php:13
1886
  msgid "A valid license key is required for support and updates."
1887
  msgstr ""
1888
  "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
1889
 
1890
+ #: ../lib/pue/admin-views/license-key.view.php:19
1891
  msgid "Replace empty fields"
1892
  msgstr "Sostituire campi vuoti"
1893
 
1894
+ #: ../lib/pue/admin-views/license-key.view.php:29
1895
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:306
1896
  msgid "A valid license key is required for support and updates"
1897
  msgstr ""
1898
  "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
1899
 
1900
  # @ tribe-events-calendar
1901
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:375
1902
  msgid "License key(s) updated."
1903
  msgstr "Licenza aggiornata"
1904
 
1905
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:415
1906
  msgid "Sorry, key validation server is not available."
1907
  msgstr "Siamo spiacenti, server di convalida chiave non è disponibile."
1908
 
1909
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:417
1910
  msgid "Sorry, this key is expired."
1911
  msgstr "Siamo spiacenti, questa chiave è scaduta."
1912
 
1913
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:420
1914
  msgid "Sorry, this key is out of installs."
1915
  msgstr "Siamo spiacenti, questa chiave non può essere più utilizzata."
1916
 
1917
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:421
1918
  msgid "Why am I seeing this message?"
1919
  msgstr "Perché vedo questo messaggio?"
1920
 
1921
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:424
1922
  msgid "Sorry, this key is not valid."
1923
  msgstr "Siamo spiacenti, questa chiave non è valida."
1924
 
1925
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:427
1926
  #, php-format
1927
  msgid "Valid Key! Expires on %s"
1928
  msgstr "Key Valido! Scade il %s"
1929
 
1930
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:431
1931
  #, php-format
1932
  msgid ""
1933
  "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1938
 
1939
  # @ tribe-events-calendar
1940
  #
1941
+ #: ../lib/template-classes/day.php:75 ../lib/template-classes/day.php:91
1942
  msgid "All Day"
1943
  msgstr "Tutti i giorni"
1944
 
1945
+ #: ../lib/template-classes/day.php:78 ../lib/template-classes/day.php:94
1946
  msgid "Ongoing"
1947
  msgstr "In corso"
1948
 
1949
+ #: ../lib/template-classes/day.php:139
1950
  #, php-format
1951
  msgid ""
1952
  "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1955
  "Non ci sono eventi corrispondenti elencati per %s previsti per<strong>%s</"
1956
  "strong>. Prova con un altro giorno."
1957
 
1958
+ #: ../lib/template-classes/day.php:141
1959
  #, php-format
1960
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1961
  msgstr ""
1962
  "Nessun evento in programma per <strong>%s</strong>. Prova con un altro "
1963
  "giorno."
1964
 
1965
+ #: ../lib/template-classes/month.php:115
1966
  #, php-format
1967
  msgid ""
1968
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
1971
  "Non ci sono risultati per i risultati <strong>\"%s\"</strong> questo mese. "
1972
  "Prova a cercare il mese prossimo."
1973
 
1974
+ #: ../lib/template-classes/month.php:118
1975
+ #: ../lib/tribe-template-factory.class.php:250
1976
+ #: ../lib/tribe-template-factory.class.php:255
1977
  #, php-format
1978
  msgid ""
1979
  "No matching events listed under %s. Please try viewing the full calendar for "
1982
  "Non ci sono eventi corrispondenti elencati in %s. Prova a visualizzare il "
1983
  "calendario completo per un elenco completo degli eventi."
1984
 
1985
+ #: ../lib/template-classes/month.php:120
1986
+ #: ../lib/tribe-template-factory.class.php:257
1987
  msgid "There were no results found."
1988
  msgstr "Non sono stati trovati risultati."
1989
 
1990
+ #: ../lib/template-classes/single-event.php:107
1991
  msgid "This event has passed."
1992
  msgstr "Questo evento è passato."
1993
 
1994
+ #: ../lib/the-events-calendar.class.php:495
1995
  #, php-format
1996
  msgid ""
1997
  "Rate <strong>The Events Calendar</strong> <a href=\"%1$s\" target=\"_blank"
2004
  "\"_blank\">WordPress.org</a> to keep this plugin free. Thanks from the "
2005
  "friendly folks at Modern Tribe."
2006
 
2007
+ #: ../lib/the-events-calendar.class.php:495
2008
  msgid ""
2009
  "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
2010
  msgstr ""
2011
  "http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5"
2012
 
2013
  # @ tribe-events-calendar
2014
+ #: ../lib/the-events-calendar.class.php:528
2015
+ #: ../public/advanced-functions/meta.php:445
2016
+ #: ../public/template-tags/venue.php:41
2017
  msgid "Venue"
2018
  msgstr "Luogo"
2019
 
2020
  # @ tribe-events-calendar
2021
+ #: ../lib/the-events-calendar.class.php:544
2022
+ #: ../public/advanced-functions/meta.php:518
2023
+ #: ../public/template-tags/organizer.php:48
2024
  msgid "Organizer"
2025
  msgstr "Organizzatore"
2026
 
2027
  # @ tribe-events-calendar
2028
+ #: ../lib/the-events-calendar.class.php:591
2029
  msgid "month"
2030
  msgstr "mese"
2031
 
2032
+ #: ../lib/the-events-calendar.class.php:592
2033
+ msgid "list"
2034
+ msgstr ""
2035
+
2036
  # @ tribe-events-calendar
2037
+ #: ../lib/the-events-calendar.class.php:593
2038
  msgid "upcoming"
2039
  msgstr "prossimi"
2040
 
2041
  # @ tribe-events-calendar
2042
+ #: ../lib/the-events-calendar.class.php:594
2043
  msgid "past"
2044
  msgstr "passato"
2045
 
2046
+ #: ../lib/the-events-calendar.class.php:595
2047
  msgid "day"
2048
  msgstr "giorno"
2049
 
2050
+ #: ../lib/the-events-calendar.class.php:596
2051
  msgid "today"
2052
  msgstr "oggi"
2053
 
2054
  # @ tribe-events-calendar
2055
+ #: ../lib/the-events-calendar.class.php:615
2056
  #, php-format
2057
  msgid "Initializing Tribe Events on %s"
2058
  msgstr "Inizializzazione Tribe Events in %s"
2059
 
2060
+ #: ../lib/the-events-calendar.class.php:732
2061
  #, php-format
2062
  msgid ""
2063
  "Your version of The Events Calendar is not up-to-date with one of your The "
2066
  "La tua versione di The Events Calendar non è aggiornata con uno dei nostri "
2067
  "add-on. %sAggiorna ora%s."
2068
 
2069
+ #: ../lib/the-events-calendar.class.php:752
2070
  #, php-format
2071
  msgid ""
2072
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
2078
  "correttamente se non abbinati con la versione giusta. %sVuoi accoppiare con "
2079
  "una versione precedente%s?"
2080
 
2081
+ #: ../lib/the-events-calendar.class.php:816
2082
+ #: ../lib/the-events-calendar.class.php:852
2083
+ #: ../lib/the-events-calendar.class.php:858
2084
  msgid "Licenses"
2085
  msgstr "Licenze"
2086
 
2087
+ #: ../lib/the-events-calendar.class.php:821
2088
  #, php-format
2089
  msgid ""
2090
  "<p>The license key you received when completing your purchase from %s will "
2117
  "che dovrebbe esserci? In Wordpress vai in <a href=\"%s\">Bacheca > "
2118
  "Aggiornamenti</a> e clicca \"Controlla nuovamente\".</p>"
2119
 
2120
+ #: ../lib/the-events-calendar.class.php:844
2121
  msgid "General"
2122
  msgstr "Generale"
2123
 
2124
+ #: ../lib/the-events-calendar.class.php:845
2125
  msgid "Display"
2126
  msgstr "Visualizza"
2127
 
2128
+ #: ../lib/the-events-calendar.class.php:864
2129
+ #: ../lib/the-events-calendar.class.php:4297
2130
+ #: ../lib/the-events-calendar.class.php:4421
2131
  msgid "Help"
2132
  msgstr "Aiuto"
2133
 
2134
+ #: ../lib/the-events-calendar.class.php:908
2135
  #, php-format
2136
  msgid ""
2137
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
2140
  "Ci dispiace, The Events Calendar richiede WordPress %s o versione superiore. "
2141
  "Si prega di aggiornare il vostro WordPress installazione."
2142
 
2143
+ #: ../lib/the-events-calendar.class.php:911
2144
  #, php-format
2145
  msgid ""
2146
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
2151
 
2152
  # @ tribe-events-calendar
2153
  #
2154
+ #: ../lib/the-events-calendar.class.php:1377
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2155
  msgid "category"
2156
  msgstr "Categoria"
2157
 
2158
+ #: ../lib/the-events-calendar.class.php:1388
2159
  msgid "tag"
2160
  msgstr "tag"
2161
 
2162
  # @ tribe-events-calendar
2163
+ #: ../lib/the-events-calendar.class.php:1417
2164
  msgid "Event"
2165
  msgstr "Evento"
2166
 
2167
  # @ tribe-events-calendar
2168
+ #: ../lib/the-events-calendar.class.php:1418
2169
+ #: ../lib/the-events-calendar.class.php:1431
2170
+ #: ../lib/the-events-calendar.class.php:1444
2171
  msgid "Add New"
2172
  msgstr "Aggiungi nuovo"
2173
 
2174
  # @ tribe-events-calendar
2175
+ #: ../lib/the-events-calendar.class.php:1419
2176
  msgid "Add New Event"
2177
  msgstr "Aggiungi Nuovo Evento"
2178
 
2179
  # @ tribe-events-calendar
2180
+ #: ../lib/the-events-calendar.class.php:1420
2181
  msgid "Edit Event"
2182
  msgstr "Modifica Evento"
2183
 
2184
  # @ tribe-events-calendar
2185
+ #: ../lib/the-events-calendar.class.php:1421
2186
  msgid "New Event"
2187
  msgstr "Nuovo Evento"
2188
 
2189
  # @ tribe-events-calendar
2190
+ #: ../lib/the-events-calendar.class.php:1422
2191
  msgid "View Event"
2192
  msgstr "Vedi Evento"
2193
 
2194
  # @ tribe-events-calendar
2195
  #
2196
+ #: ../lib/the-events-calendar.class.php:1423
2197
  msgid "Search Events"
2198
  msgstr "Cerca Evento"
2199
 
2200
  # @ tribe-events-calendar
2201
+ #: ../lib/the-events-calendar.class.php:1424
2202
  msgid "No events found"
2203
  msgstr "Nessun evento trovato"
2204
 
2205
+ #: ../lib/the-events-calendar.class.php:1425
2206
  msgid "No events found in Trash"
2207
  msgstr "Nessun evento trovato nel cestino"
2208
 
2209
  # @ tribe-events-calendar
2210
+ #: ../lib/the-events-calendar.class.php:1432
2211
+ #: ../lib/the-events-calendar.class.php:1445
2212
  #, php-format
2213
  msgid "Add New %s"
2214
  msgstr "Aggiungi nuovo %s"
2215
 
2216
  # @ tribe-events-calendar
2217
+ #: ../lib/the-events-calendar.class.php:1433
2218
+ #: ../lib/the-events-calendar.class.php:1446
2219
  #, php-format
2220
  msgid "Edit %s"
2221
  msgstr "Modifica %s"
2222
 
2223
+ #: ../lib/the-events-calendar.class.php:1434
2224
+ #: ../lib/the-events-calendar.class.php:1447
2225
  #, php-format
2226
  msgid "New %s"
2227
  msgstr "Nuovo %s"
2228
 
2229
  # @ tribe-events-calendar
2230
+ #: ../lib/the-events-calendar.class.php:1435
2231
+ #: ../lib/the-events-calendar.class.php:1448
2232
  #, php-format
2233
  msgid "View %s"
2234
  msgstr "Vedi %s"
2235
 
2236
+ #: ../lib/the-events-calendar.class.php:1436
2237
+ #: ../lib/the-events-calendar.class.php:1449
2238
  #, php-format
2239
  msgid "Search %s"
2240
  msgstr "Cerca %s"
2241
 
2242
  # @ tribe-events-calendar
2243
+ #: ../lib/the-events-calendar.class.php:1437
2244
+ #: ../lib/the-events-calendar.class.php:1450
2245
  #, php-format
2246
  msgid "No %s found"
2247
  msgstr "Nessun %s trovato"
2248
 
2249
+ #: ../lib/the-events-calendar.class.php:1438
2250
+ #: ../lib/the-events-calendar.class.php:1451
2251
  #, php-format
2252
  msgid "No %s found in Trash"
2253
  msgstr "Nessun %s trovato nel cestino"
2254
 
2255
  # @ tribe-events-calendar
2256
+ #: ../lib/the-events-calendar.class.php:1455
2257
+ #: ../lib/tribe-admin-events-list.class.php:167
2258
  msgid "Event Categories"
2259
  msgstr "Categorie eventi"
2260
 
2261
+ #: ../lib/the-events-calendar.class.php:1457
2262
  msgid "Search Event Categories"
2263
  msgstr "Cerca Categorie Eventi"
2264
 
2265
  # @ tribe-events-calendar
2266
  #
2267
+ #: ../lib/the-events-calendar.class.php:1458
2268
  msgid "All Event Categories"
2269
  msgstr "Tutti le categorie eventi"
2270
 
2271
  # @ tribe-events-calendar
2272
+ #: ../lib/the-events-calendar.class.php:1459
2273
  msgid "Parent Event Category"
2274
  msgstr "Parent Categoria Evento"
2275
 
2276
+ #: ../lib/the-events-calendar.class.php:1460
2277
  msgid "Parent Event Category:"
2278
  msgstr "Parent Categoria Evento:"
2279
 
2280
  # @ tribe-events-calendar
2281
+ #: ../lib/the-events-calendar.class.php:1461
2282
  msgid "Edit Event Category"
2283
  msgstr "Modifica Categoria vento"
2284
 
2285
  # @ tribe-events-calendar
2286
+ #: ../lib/the-events-calendar.class.php:1462
2287
  msgid "Update Event Category"
2288
  msgstr "Aggiorna categoria evento"
2289
 
2290
+ #: ../lib/the-events-calendar.class.php:1463
2291
  msgid "Add New Event Category"
2292
  msgstr "Aggiungi nuova Categoria Evento"
2293
 
2294
+ #: ../lib/the-events-calendar.class.php:1464
2295
  msgid "New Event Category Name"
2296
  msgstr "Nuovo Nome Categoria Evento"
2297
 
2298
+ #: ../lib/the-events-calendar.class.php:1481
2299
  #, php-format
2300
  msgid "Event updated. <a href=\"%s\">View event</a>"
2301
  msgstr "Evento aggiornato. <a href=\"%s\">Vedi evento</a>"
2302
 
2303
  # @ tribe-events-calendar
2304
+ #: ../lib/the-events-calendar.class.php:1482
2305
+ #: ../lib/the-events-calendar.class.php:1501
2306
+ #: ../lib/the-events-calendar.class.php:1520
2307
  msgid "Custom field updated."
2308
  msgstr "Campi personalizzati aggiornati."
2309
 
2310
+ #: ../lib/the-events-calendar.class.php:1483
2311
+ #: ../lib/the-events-calendar.class.php:1502
2312
+ #: ../lib/the-events-calendar.class.php:1521
2313
  msgid "Custom field deleted."
2314
  msgstr "Campi personalizzati cancellati"
2315
 
2316
  # @ tribe-events-calendar
2317
+ #: ../lib/the-events-calendar.class.php:1484
2318
  msgid "Event updated."
2319
  msgstr "Evento aggiornato."
2320
 
2321
+ #: ../lib/the-events-calendar.class.php:1486
2322
  #, php-format
2323
  msgid "Event restored to revision from %s"
2324
  msgstr "Evento modificato e in revisione da %s"
2325
 
2326
+ #: ../lib/the-events-calendar.class.php:1487
2327
  #, php-format
2328
  msgid "Event published. <a href=\"%s\">View event</a>"
2329
  msgstr "Evento pubblicato. <a href=\"%s\">Vedi evento</a>"
2330
 
2331
  # @ tribe-events-calendar
2332
+ #: ../lib/the-events-calendar.class.php:1488
2333
  msgid "Event saved."
2334
  msgstr "Evento salvato."
2335
 
2336
+ #: ../lib/the-events-calendar.class.php:1489
2337
  #, php-format
2338
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2339
  msgstr "Evento inviato. <a target=\"_blank\" href=\"%s\">Anteprima evento</a>"
2340
 
2341
+ #: ../lib/the-events-calendar.class.php:1491
2342
  #, php-format
2343
  msgid ""
2344
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2347
  "Evento schedulato per: <strong>%1$s</strong>. <a target=\"_blank\" href="
2348
  "\"%2$s\">Anteprima evento</a>"
2349
 
2350
+ #: ../lib/the-events-calendar.class.php:1493
2351
+ #: ../lib/the-events-calendar.class.php:1512
2352
+ #: ../lib/the-events-calendar.class.php:1531
2353
  msgid "M j, Y @ G:i"
2354
  msgstr "M j, Y @ G:i"
2355
 
2356
+ #: ../lib/the-events-calendar.class.php:1495
2357
  #, php-format
2358
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2359
  msgstr ""
2361
  "a>"
2362
 
2363
  # @ tribe-events-calendar
2364
+ #: ../lib/the-events-calendar.class.php:1500
2365
+ #: ../lib/the-events-calendar.class.php:1503
2366
+ #: ../lib/the-events-calendar.class.php:1519
2367
+ #: ../lib/the-events-calendar.class.php:1522
2368
  #, php-format
2369
  msgid "%s updated."
2370
  msgstr "%s aggiornato."
2371
 
2372
+ #: ../lib/the-events-calendar.class.php:1505
2373
+ #: ../lib/the-events-calendar.class.php:1524
2374
  #, php-format
2375
  msgid "%s restored to revision from %s"
2376
  msgstr "%s modificato in revisione da %s"
2377
 
2378
+ #: ../lib/the-events-calendar.class.php:1506
2379
+ #: ../lib/the-events-calendar.class.php:1525
2380
  #, php-format
2381
  msgid "%s published."
2382
  msgstr "%s pubblicato"
2383
 
2384
+ #: ../lib/the-events-calendar.class.php:1507
2385
+ #: ../lib/the-events-calendar.class.php:1526
2386
  #, php-format
2387
  msgid "%s saved."
2388
  msgstr "%s salvato."
2389
 
2390
  # @ tribe-events-calendar
2391
+ #: ../lib/the-events-calendar.class.php:1508
2392
+ #: ../lib/the-events-calendar.class.php:1527
2393
  #, php-format
2394
  msgid "%s submitted."
2395
  msgstr "%s inviato"
2396
 
2397
+ #: ../lib/the-events-calendar.class.php:1510
2398
+ #: ../lib/the-events-calendar.class.php:1529
2399
  #, php-format
2400
  msgid "%s scheduled for: <strong>%2$s</strong>."
2401
  msgstr "%s schedulatp per: <strong>%2$s</strong>."
2402
 
2403
  # @ tribe-events-calendar
2404
+ #: ../lib/the-events-calendar.class.php:1514
2405
+ #: ../lib/the-events-calendar.class.php:1533
2406
  #, php-format
2407
  msgid "%s draft updated."
2408
  msgstr "%s bozza aggiornata."
2409
 
2410
  # @ tribe-events-calendar
2411
+ #: ../lib/the-events-calendar.class.php:1549
2412
+ #: ../lib/the-events-calendar.class.php:1550
2413
  msgid "Add New "
2414
  msgstr "Aggiungi nuovo"
2415
 
2416
+ #: ../lib/the-events-calendar.class.php:1569
2417
  msgid "Use Saved "
2418
  msgstr "Usa salvato"
2419
 
2420
+ #: ../lib/the-events-calendar.class.php:1594
2421
  #, php-format
2422
  msgid "Use Saved %s:"
2423
  msgstr "Utilizza %s salvato"
2424
 
2425
+ #: ../lib/the-events-calendar.class.php:1659
2426
+ #: ../lib/the-events-calendar.class.php:1740
2427
+ #, php-format
2428
+ msgid "Use New %s"
2429
+ msgstr "Usa nuovo %s"
2430
 
2431
+ #: ../lib/the-events-calendar.class.php:1661
2432
+ #: ../lib/the-events-calendar.class.php:1742
2433
  #, php-format
2434
  msgid "My %s"
2435
  msgstr "Mio %s"
2436
 
2437
+ #: ../lib/the-events-calendar.class.php:1666
2438
+ #: ../lib/the-events-calendar.class.php:1747
2439
  #, php-format
2440
  msgid "Available %s"
2441
  msgstr "Disponibile %s"
2442
 
2443
+ #: ../lib/the-events-calendar.class.php:1677
2444
+ #: ../lib/the-events-calendar.class.php:1758
2445
  #, php-format
2446
  msgid "No saved %s exists."
2447
  msgstr "Non c'è nessun %s salvato."
2448
 
2449
+ #: ../lib/the-events-calendar.class.php:1905
 
 
 
 
 
2450
  msgid "Next"
2451
  msgstr "Prossimo"
2452
 
2453
+ #: ../lib/the-events-calendar.class.php:1906
2454
  msgid "Prev"
2455
  msgstr "Precedente"
2456
 
2457
+ #: ../lib/the-events-calendar.class.php:1907
2458
+ #: ../public/template-tags/day.php:101
2459
  msgid "Today"
2460
  msgstr "Oggi"
2461
 
2462
+ #: ../lib/the-events-calendar.class.php:1908
2463
  msgid "Done"
2464
  msgstr "Fatto"
2465
 
2466
  # @ tribe-events-calendar
2467
  #
2468
+ #: ../lib/the-events-calendar.class.php:2117
2469
  msgid "Network"
2470
  msgstr "Rete"
2471
 
2472
+ #: ../lib/the-events-calendar.class.php:3753
2473
+ #: ../lib/the-events-calendar.class.php:3782
2474
+ #: ../public/template-tags/day.php:152 ../public/template-tags/day.php:173
2475
  msgid "Date out of range."
2476
  msgstr "Data fuori intervallo."
2477
 
2478
+ #: ../lib/the-events-calendar.class.php:3812
2479
  msgid "Event Options"
2480
  msgstr "Opzioni Evento"
2481
 
2482
  # @ tribe-events-calendar
2483
  #
2484
+ #: ../lib/the-events-calendar.class.php:3819
2485
+ #: ../lib/the-events-calendar.class.php:3830
2486
  msgid " Information"
2487
  msgstr "Informazioni"
2488
 
2489
+ #: ../lib/the-events-calendar.class.php:4016
2490
  msgid "Support"
2491
  msgstr "Supporto"
2492
 
2493
  # @ tribe-events-calendar
2494
  #
2495
+ #: ../lib/the-events-calendar.class.php:4019
2496
  msgid "View All Add-Ons"
2497
  msgstr "Vedi tutto gli Add-Ons"
2498
 
2499
+ #: ../lib/the-events-calendar.class.php:4040
2500
  msgid "News from Modern Tribe"
2501
  msgstr "Novità da Modern Tribe Inc."
2502
 
2503
+ #: ../lib/the-events-calendar.class.php:4132
2504
  msgid "Additional Functionality"
2505
  msgstr "Funzionalità Aggiuntive"
2506
 
2507
  # @ tribe-events-calendar
2508
+ #: ../lib/the-events-calendar.class.php:4137
2509
  msgid ""
2510
  "Looking for additional functionality including recurring events, ticket "
2511
  "sales, publicly submitted events, new views and more?"
2515
 
2516
  # @ tribe-events-calendar
2517
  #
2518
+ #: ../lib/the-events-calendar.class.php:4138
2519
  #, php-format
2520
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2521
  msgstr "Scopri gli <a href=\"%s\">add-ons disponibili</a>."
2522
 
2523
  # @ tribe-events-calendar
2524
+ #: ../lib/the-events-calendar.class.php:4223
2525
+ #: ../lib/the-events-calendar.class.php:4349
2526
  msgid "View Calendar"
2527
  msgstr "Vedi Calendario"
2528
 
2529
  # @ tribe-events-calendar
2530
  #
2531
+ #: ../lib/the-events-calendar.class.php:4233
2532
  msgid "Add Event"
2533
  msgstr "Aggiungi Evento"
2534
 
2535
  # @ tribe-events-calendar
2536
+ #: ../lib/the-events-calendar.class.php:4244
2537
  msgid "Edit Events"
2538
  msgstr "Modifica Eventi"
2539
 
2540
+ #: ../lib/the-events-calendar.class.php:4257
2541
  msgid "Import"
2542
  msgstr "Importa"
2543
 
2544
+ #: ../lib/the-events-calendar.class.php:4265
2545
  msgid "CSV"
2546
  msgstr "CSV"
2547
 
2548
  # @ tribe-events-calendar
2549
+ #: ../lib/the-events-calendar.class.php:4284
2550
+ #: ../lib/the-events-calendar.class.php:4403
2551
+ #: ../lib/tribe-settings.class.php:159
2552
  msgid "Settings"
2553
  msgstr "Impostazioni"
2554
 
2555
+ #: ../lib/the-events-calendar.class.php:4317
2556
  #, php-format
2557
  msgid ""
2558
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2561
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2562
  "change the events slug, visit %sEvents -> Settings%s."
2563
 
2564
+ #: ../lib/the-events-calendar.class.php:4404
2565
  msgid "Calendar"
2566
  msgstr "Calendario"
2567
 
2568
+ #: ../lib/the-events-calendar.class.php:4478
2569
  msgid "List"
2570
  msgstr "Lista"
2571
 
2572
  # @ tribe-events-calendar
2573
+ #: ../lib/the-events-calendar.class.php:4496
2574
  msgid "Month"
2575
  msgstr "Mese"
2576
 
2577
+ #: ../lib/the-events-calendar.class.php:4513
2578
  msgid "Day"
2579
  msgstr "Giorno"
2580
 
2581
+ #: ../lib/the-events-calendar.class.php:4538
2582
+ #: ../lib/the-events-calendar.class.php:4539
2583
  msgid "Search"
2584
  msgstr "Cerca"
2585
 
2586
  # @ tribe-events-calendar
2587
+ #: ../lib/the-events-calendar.class.php:4564
2588
+ #: ../lib/the-events-calendar.class.php:4580
2589
  msgid "Date"
2590
  msgstr "Data"
2591
 
2592
  # @ tribe-events-calendar
2593
+ #: ../lib/the-events-calendar.class.php:4567
2594
  msgid "Events In"
2595
  msgstr "Eventi in"
2596
 
2597
  # @ tribe-events-calendar
2598
+ #: ../lib/the-events-calendar.class.php:4569
2599
  msgid "Events From"
2600
  msgstr "Eventi Da"
2601
 
2602
+ #: ../lib/the-events-calendar.class.php:4571
2603
  msgid "Day Of"
2604
  msgstr "Giorno di"
2605
 
2606
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
2607
  msgid "Order #"
2608
  msgstr "Ordine #"
2609
 
2610
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
2611
  msgid "Order Status"
2612
  msgstr "Stato Ordine"
2613
 
2614
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
2615
  msgid "Purchaser name"
2616
  msgstr "Nome Acquirente"
2617
 
2618
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
2619
  msgid "Purchaser email"
2620
  msgstr "Email Acquirente"
2621
 
2622
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
2623
  msgid "Ticket type"
2624
  msgstr "Typo biglietto"
2625
 
2626
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
2627
+ #: ../views/tickets/email.php:317
2628
  msgid "Ticket #"
2629
  msgstr "Biglietto #"
2630
 
2631
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
2632
+ #: ../views/tickets/email.php:329
2633
  msgid "Security Code"
2634
  msgstr "Codice Sicurezza"
2635
 
2636
+ #: ../lib/tickets/tribe-tickets-attendees.php:72
2637
+ #: ../lib/tickets/tribe-tickets-attendees.php:166
2638
+ #: ../lib/tickets/tribe-tickets-attendees.php:233
2639
  msgid "Check in"
2640
  msgstr "Check-in"
2641
 
2642
+ #: ../lib/tickets/tribe-tickets-attendees.php:167
2643
+ #: ../lib/tickets/tribe-tickets-attendees.php:234
2644
  msgid "Undo Check in"
2645
  msgstr "Annulla Check-in"
2646
 
2647
+ #: ../lib/tickets/tribe-tickets-attendees.php:202
2648
  msgid "Print"
2649
  msgstr "Stampa"
2650
 
2651
  # @ tribe-events-calendar
2652
+ #: ../lib/tickets/tribe-tickets-attendees.php:203
2653
  msgid "Email"
2654
  msgstr "Email"
2655
 
2656
+ #: ../lib/tickets/tribe-tickets-attendees.php:212
2657
+ #: ../lib/tribe-ical.class.php:121
2658
  msgid "Export"
2659
  msgstr "Esporta"
2660
 
2661
+ #: ../lib/tickets/tribe-tickets-attendees.php:219
2662
  msgid "Filter by ticket #, order # or security code"
2663
  msgstr "Filtra per # biglietto, # ordine o codice sicurezza."
2664
 
 
 
 
 
2665
  # @ tribe-events-calendar
2666
  #
2667
+ #: ../lib/tickets/tribe-tickets-metabox.php:71
2668
  msgid "Ticket header image"
2669
  msgstr "Intestazione immagine biglietto"
2670
 
2671
+ #: ../lib/tickets/tribe-tickets-metabox.php:72
2672
  msgid "Set as ticket header"
2673
  msgstr "Imposta come intestazione del biglietto"
2674
 
2675
+ #: ../lib/tickets/tribe-tickets-pro.php:116
2676
  msgid "You need to select a user or type a valid email address"
2677
  msgstr ""
2678
  "È necessario selezionare un utente o digitare un indirizzo email valido"
2679
 
2680
+ #: ../lib/tickets/tribe-tickets-pro.php:117
2681
  msgid "Sending..."
2682
  msgstr "Invio..."
2683
 
2684
+ #: ../lib/tickets/tribe-tickets-pro.php:147
2685
  msgid "Columns"
2686
  msgstr "Colonne"
2687
 
2688
+ #: ../lib/tickets/tribe-tickets-pro.php:148
2689
  msgid ""
2690
  "You can use Screen Options to select which columns you want to see. The "
2691
  "selection works in the table below, in the email, for print and for the CSV "
2696
  "nella e-mail, per la stampa e per l'esportazione CSV."
2697
 
2698
  # @ tribe-events-calendar
2699
+ #: ../lib/tickets/tribe-tickets-pro.php:242
2700
  msgid "Yes"
2701
  msgstr "Si"
2702
 
2703
+ #: ../lib/tickets/tribe-tickets-pro.php:274
2704
  msgid "attendees"
2705
  msgstr "Partecipanti"
2706
 
2707
+ #: ../lib/tickets/tribe-tickets-pro.php:328
2708
  #, php-format
2709
  msgid "Attendee List for: %s"
2710
  msgstr "Lista Partecipanti per: %s"
2711
 
2712
+ #: ../lib/tickets/tribe-tickets.php:325
2713
  msgid "Your ticket has been saved."
2714
  msgstr "Il tuo biglietto è stato salvato"
2715
 
2716
+ #: ../lib/tickets/tribe-tickets.php:402
2717
  msgid "Your ticket has been deleted."
2718
  msgstr "Il tuo biglietto è stato cancellato"
2719
 
2720
  # @ tribe-events-calendar
2721
+ #: ../lib/tribe-admin-events-list.class.php:173
2722
  msgid "Start Date"
2723
  msgstr "Data inizio"
2724
 
2725
  # @ tribe-events-calendar
2726
+ #: ../lib/tribe-admin-events-list.class.php:174
2727
  msgid "End Date"
2728
  msgstr "Data fine"
2729
 
2730
+ #: ../lib/tribe-admin-events-list.class.php:247
2731
  #, php-format
2732
  msgid "All %s"
2733
  msgstr "Tutti %s"
2734
 
2735
  # @ tribe-events-calendar
2736
  #
2737
+ #: ../lib/tribe-app-shop.class.php:64 ../lib/tribe-app-shop.class.php:65
2738
+ #: ../lib/tribe-app-shop.class.php:96
2739
  msgid "Event Add-Ons"
2740
  msgstr "Add-On Event Tribe"
2741
 
2742
+ #: ../lib/tribe-event-api.class.php:339
 
 
 
 
2743
  msgid "Unnamed Venue"
2744
  msgstr "Luogo Senza Nome"
2745
 
2746
+ #: ../lib/tribe-event-api.class.php:415 ../lib/tribe-view-helpers.class.php:46
2747
+ #: ../public/template-tags/venue.php:275
2748
  msgid "United States"
2749
  msgstr "Stati Uniti"
2750
 
2751
+ #: ../lib/tribe-event-exception.class.php:22
2752
+ #: ../lib/tribe-event-exception.class.php:41
2753
  msgid "Error"
2754
  msgstr "Errore"
2755
 
2756
+ #: ../lib/tribe-field.class.php:211
2757
  msgid "Invalid field type specified"
2758
  msgstr "Tipo di campo specificato non valido"
2759
 
2760
+ #: ../lib/tribe-field.class.php:470
2761
  msgid "No radio options specified"
2762
  msgstr "No radio options specified"
2763
 
2764
+ #: ../lib/tribe-field.class.php:506
2765
  msgid "No checkbox options specified"
2766
  msgstr "Nessuna opzione checkbox specificate"
2767
 
2768
+ #: ../lib/tribe-field.class.php:562
2769
  msgid "No select options specified"
2770
  msgstr "Nessuna opzione di selezione specificata"
2771
 
2772
+ #: ../lib/tribe-ical.class.php:28
2773
  msgctxt "feed link"
2774
  msgid "&raquo;"
2775
  msgstr "&raquo;"
2776
 
2777
+ #: ../lib/tribe-ical.class.php:29
2778
  #, php-format
2779
  msgid "%1$s %2$s iCal Feed"
2780
  msgstr "%1$s %2$s iCal Feed"
2781
 
2782
+ #: ../lib/tribe-ical.class.php:77
2783
  msgid "Add to Google Calendar"
2784
  msgstr "Aggiungi a Google Calendar"
2785
 
2786
+ #: ../lib/tribe-ical.class.php:77
2787
  msgid "Google Calendar"
2788
  msgstr "Google Calendar"
2789
 
2790
+ #: ../lib/tribe-ical.class.php:78
2791
  msgid "Download .ics file"
2792
  msgstr "Scarica file .ics"
2793
 
2794
+ #: ../lib/tribe-ical.class.php:78
2795
  msgid "iCal Export"
2796
  msgstr "Esporta iCal"
2797
 
2798
  # @ tribe-events-calendar
2799
+ #: ../lib/tribe-ical.class.php:108
2800
  msgid "Month's Events"
2801
  msgstr "Eventi del mese"
2802
 
2803
  # @ tribe-events-calendar
2804
  #
2805
+ #: ../lib/tribe-ical.class.php:111
2806
  msgid "Week's Events"
2807
  msgstr "Eventi della Settimana"
2808
 
2809
  # @ tribe-events-calendar
2810
+ #: ../lib/tribe-ical.class.php:114
2811
  msgid "Day's Events"
2812
  msgstr "Eventi Del Giorno"
2813
 
2814
  # @ tribe-events-calendar
2815
+ #: ../lib/tribe-ical.class.php:117
2816
  msgid "Listed Events"
2817
  msgstr "Eventi elencati"
2818
 
2819
+ #: ../lib/tribe-ical.class.php:122
2820
  msgid ""
2821
  "Use this to share calendar data with Google Calendar, Apple iCal and other "
2822
  "compatible apps"
2824
  "Usare questo per condividere i dati del calendario con Google Calendar, "
2825
  "Apple iCal e altre applicazioni compatibili"
2826
 
2827
+ #: ../lib/tribe-settings-tab.class.php:221
2828
  msgid "There are no fields setup for this tab yet."
2829
  msgstr "Non ci sono ancora campi configurati per questa scheda."
2830
 
2831
  # @ tribe-events-calendar
2832
+ #: ../lib/tribe-settings.class.php:159 ../lib/tribe-settings.class.php:174
2833
  msgid "The Events Calendar Settings"
2834
  msgstr "The Events Calendar Impostazioni"
2835
 
2836
  # @ tribe-events-calendar
2837
  #
2838
+ #: ../lib/tribe-settings.class.php:174
2839
  msgid "Events Settings"
2840
  msgstr "Impostazioni eventi"
2841
 
2842
  # @ tribe-events-calendar
2843
+ #: ../lib/tribe-settings.class.php:237
2844
  #, php-format
2845
  msgid "%s Settings"
2846
  msgstr "%s Impostazioni"
2847
 
2848
+ #: ../lib/tribe-settings.class.php:251
2849
  msgid "You've requested a non-existent tab."
2850
  msgstr "Hai richiesto una scheda inesistente."
2851
 
2852
+ #: ../lib/tribe-settings.class.php:259
2853
  msgid " Save Changes"
2854
  msgstr "Salva Modifiche"
2855
 
2856
+ #: ../lib/tribe-settings.class.php:309
2857
  msgid "You don't have permission to do that."
2858
  msgstr "Non hai il permesso di farlo."
2859
 
2860
+ #: ../lib/tribe-settings.class.php:315
2861
  msgid "The request was sent insecurely."
2862
  msgstr "La richiesta è stata inviata in modo non sicuro."
2863
 
2864
+ #: ../lib/tribe-settings.class.php:321
2865
  msgid "The request wasn't sent from this tab."
2866
  msgstr "La richiesta non è stata inviata da questa scheda."
2867
 
2868
+ #: ../lib/tribe-settings.class.php:489
2869
  msgid "Your form had the following errors:"
2870
  msgstr "Il modulo ha i seguenti errori:"
2871
 
2872
+ #: ../lib/tribe-settings.class.php:498
2873
  msgid "None of your settings were saved. Please try again."
2874
  msgstr "Nessuna delle tue impostazioni è stata salvata. Riprova."
2875
 
2876
+ #: ../lib/tribe-settings.class.php:498
2877
  msgid ""
2878
  "The above setting was not saved. Other settings were successfully saved."
2879
  msgid_plural ""
2886
  "state salvate correttamente."
2887
 
2888
  # @ tribe-events-calendar
2889
+ #: ../lib/tribe-settings.class.php:520
2890
  msgid "Settings saved."
2891
  msgstr "Impostazioni salvate"
2892
 
2893
+ #: ../lib/tribe-support.class.php:50
2894
  msgid ""
2895
  "Sometimes it's hard to tell what's going wrong without knowing more about "
2896
  "your system steup. For your convenience, we've put together a little report "
2900
  "your system steup. For your convenience, we've put together a little report "
2901
  "on what's cooking under the hood."
2902
 
2903
+ #: ../lib/tribe-support.class.php:51
2904
  msgid ""
2905
  "If you suspect that the problem you're having is related to another plugin, "
2906
  "or we're just plain having trouble reproducing your bug report, please copy "
2912
 
2913
  # @ tribe-events-calendar
2914
  #
2915
+ #: ../lib/tribe-support.class.php:55
2916
  msgid "System Information"
2917
  msgstr "Informazioni di sistema"
2918
 
2919
+ #: ../lib/tribe-support.class.php:141
2920
  msgid "Unknown or not set"
2921
  msgstr "Sconosciuto o non impostato"
2922
 
2923
+ #: ../lib/tribe-template-factory.class.php:244
2924
  #, php-format
2925
  msgid "There were no results found for <strong>\"%s\"</strong>."
2926
  msgstr "Non ci sono risultati per <strong>\"%s\"</strong>."
2927
 
2928
+ #: ../lib/tribe-template-factory.class.php:246
2929
  #, php-format
2930
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2931
  msgstr "No results were found for events in or near <strong>\"%s\"</strong>."
2932
 
2933
+ #: ../lib/tribe-template-factory.class.php:248
2934
  #, php-format
2935
  msgid ""
2936
  "No upcoming events listed under %s. Check out upcoming events for this "
2939
  "Non ci sono eventi elencati in %s. Scopri i prossimi eventi per questa "
2940
  "categoria o visualizzare il calendario completo."
2941
 
2942
+ #: ../lib/tribe-template-factory.class.php:252
2943
  msgid "No previous events "
2944
  msgstr "Non ci sono eventi precedenti"
2945
 
2946
+ #: ../lib/tribe-templates.class.php:592
2947
  #, php-format
2948
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2949
  msgstr "Template overrides should be moved to the correct subdirectory: %s"
2950
 
2951
+ #: ../lib/tribe-templates.class.php:634
2952
  #, php-format
2953
  msgid ""
2954
  "Template overrides should be moved to the correct subdirectory: "
2957
  "Template overrides should be moved to the correct subdirectory: "
2958
  "tribe_get_template_part('%s')"
2959
 
2960
+ #: ../lib/tribe-validate.class.php:76 ../lib/tribe-validate.class.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2961
  msgid "Invalid or incomplete field passed"
2962
  msgstr "Campo non valido o incompleto"
2963
 
2964
+ #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:112
2965
+ #: ../lib/tribe-validate.class.php:118
2966
  msgid "Field ID:"
2967
  msgstr "ID Campo:"
2968
 
2969
+ #: ../lib/tribe-validate.class.php:111
2970
  msgid "Non-existant field validation function passed"
2971
  msgstr "Funzione di convalida di campo inesistente"
2972
 
2973
+ #: ../lib/tribe-validate.class.php:112
2974
  msgctxt "non-existant function name passed for field validation"
2975
  msgid "with function name:"
2976
  msgstr "con il nome della funzione:"
2977
 
2978
+ #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:151
2979
  #, php-format
2980
  msgid "%s must contain numbers and letters only"
2981
  msgstr "%s deve contenere solo numeri e lettere"
2982
 
2983
+ #: ../lib/tribe-validate.class.php:167
2984
  #, php-format
2985
  msgid "%s must contain numbers, letters and dots only"
2986
  msgstr "% s deve contenere solo numeri, lettere e punti"
2987
 
2988
+ #: ../lib/tribe-validate.class.php:181
2989
  #, php-format
2990
  msgid "%s must be a positive number."
2991
  msgstr "%s deve essere un numero positivo"
2992
 
2993
+ #: ../lib/tribe-validate.class.php:196
2994
  #, php-format
2995
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2996
  msgstr ""
2997
  "%s deve essere uno slug valido (numeri, lettere, trattini, e sottolineature)."
2998
 
2999
+ #: ../lib/tribe-validate.class.php:211
3000
  #, php-format
3001
  msgid "%s must be a valid absolute URL."
3002
  msgstr "%s deve essere un URL assoluto valido."
3003
 
3004
+ #: ../lib/tribe-validate.class.php:227 ../lib/tribe-validate.class.php:244
3005
+ #: ../lib/tribe-validate.class.php:266
3006
  #, php-format
3007
  msgid "%s must have a value that's part of its options."
3008
  msgstr "%s deve avere un valore che fa parte delle sue opzioni."
3009
 
3010
+ #: ../lib/tribe-validate.class.php:280
3011
  #, php-format
3012
  msgid ""
3013
  "Comparison validation failed because no comparison value was provided, for "
3016
  "Convalida confronto non è riuscita perché è stato fornito alcun valore di "
3017
  "confronto, per il camp %s"
3018
 
3019
+ #: ../lib/tribe-validate.class.php:287
3020
  #, php-format
3021
  msgid "%s cannot be the same as %s."
3022
  msgstr "%s non può essere lo stesso di %s."
3023
 
3024
+ #: ../lib/tribe-validate.class.php:289
3025
  #, php-format
3026
  msgid "%s cannot be a duplicate"
3027
  msgstr "%s non può essere un duplicato"
3028
 
3029
+ #: ../lib/tribe-validate.class.php:305
3030
  #, php-format
3031
  msgid "%s must be a number or percentage."
3032
  msgstr "%s deve essere un numero o una percentuale."
3033
 
3034
+ #: ../lib/tribe-validate.class.php:359
3035
  #, php-format
3036
  msgid "%s must be a number between 0 and 21."
3037
  msgstr "%s deve essere un numero tra 0 e 21."
3038
 
3039
+ #: ../lib/tribe-validate.class.php:375
3040
  #, php-format
3041
  msgid ""
3042
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
3044
  "%s deve essere costituito da lettere, numeri, trattini, apostrofi, e solo "
3045
  "spazi."
3046
 
3047
+ #: ../lib/tribe-validate.class.php:391
3048
  #, php-format
3049
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
3050
  msgstr "%s deve essere costituito da lettere, spazi, apostrofi e trattini."
3051
 
3052
+ #: ../lib/tribe-validate.class.php:405
3053
  #, php-format
3054
  msgid "%s must consist of 5 numbers."
3055
  msgstr "%s deve essere costituito da 5 numeri."
3056
 
3057
+ #: ../lib/tribe-validate.class.php:419
3058
  #, php-format
3059
  msgid "%s must be a phone number."
3060
  msgstr "%s deve essere un numero telefonico"
3061
 
3062
+ #: ../lib/tribe-validate.class.php:435
3063
  msgid ""
3064
  "Country List must be formatted as one country per line in the following "
3065
  "format: <br>US, United States <br> UK, United Kingdom."
3069
 
3070
  # @ tribe-events-calendar
3071
  #
3072
+ #: ../lib/tribe-view-helpers.class.php:26
3073
+ #: ../lib/tribe-view-helpers.class.php:45
3074
  msgid "Select a Country:"
3075
  msgstr "Seleziona un Paese:"
3076
 
3077
+ #: ../lib/tribe-view-helpers.class.php:47
3078
  msgid "Afghanistan"
3079
  msgstr "Afghanistan"
3080
 
3081
+ #: ../lib/tribe-view-helpers.class.php:48
3082
  msgid "Albania"
3083
  msgstr "Albania"
3084
 
3085
+ #: ../lib/tribe-view-helpers.class.php:49
3086
  msgid "Algeria"
3087
  msgstr "Algeria"
3088
 
3089
+ #: ../lib/tribe-view-helpers.class.php:50
3090
  msgid "American Samoa"
3091
  msgstr "American Samoa"
3092
 
3093
+ #: ../lib/tribe-view-helpers.class.php:51
3094
  msgid "Andorra"
3095
  msgstr "Andorra"
3096
 
3097
+ #: ../lib/tribe-view-helpers.class.php:52
3098
  msgid "Angola"
3099
  msgstr "Angola"
3100
 
3101
+ #: ../lib/tribe-view-helpers.class.php:53
3102
  msgid "Anguilla"
3103
  msgstr "Anguilla"
3104
 
3105
+ #: ../lib/tribe-view-helpers.class.php:54
3106
  msgid "Antarctica"
3107
  msgstr "Antarctica"
3108
 
3109
+ #: ../lib/tribe-view-helpers.class.php:55
3110
  msgid "Antigua And Barbuda"
3111
  msgstr "Antigua And Barbuda"
3112
 
3113
+ #: ../lib/tribe-view-helpers.class.php:56
3114
  msgid "Argentina"
3115
  msgstr "Argentina"
3116
 
3117
+ #: ../lib/tribe-view-helpers.class.php:57
3118
  msgid "Armenia"
3119
  msgstr "Armenia"
3120
 
3121
+ #: ../lib/tribe-view-helpers.class.php:58
3122
  msgid "Aruba"
3123
  msgstr "Aruba"
3124
 
3125
+ #: ../lib/tribe-view-helpers.class.php:59
3126
  msgid "Australia"
3127
  msgstr "Australia"
3128
 
3129
+ #: ../lib/tribe-view-helpers.class.php:60
3130
  msgid "Austria"
3131
  msgstr "Austria"
3132
 
3133
+ #: ../lib/tribe-view-helpers.class.php:61
3134
  msgid "Azerbaijan"
3135
  msgstr "Azerbaijan"
3136
 
3137
+ #: ../lib/tribe-view-helpers.class.php:62
3138
  msgid "Bahamas"
3139
  msgstr "Bahamas"
3140
 
3141
+ #: ../lib/tribe-view-helpers.class.php:63
3142
  msgid "Bahrain"
3143
  msgstr "Bahrain"
3144
 
3145
+ #: ../lib/tribe-view-helpers.class.php:64
3146
  msgid "Bangladesh"
3147
  msgstr "Bangladesh"
3148
 
3149
+ #: ../lib/tribe-view-helpers.class.php:65
3150
  msgid "Barbados"
3151
  msgstr "Barbados"
3152
 
3153
+ #: ../lib/tribe-view-helpers.class.php:66
3154
  msgid "Belarus"
3155
  msgstr "Bielorussia"
3156
 
3157
+ #: ../lib/tribe-view-helpers.class.php:67
3158
  msgid "Belgium"
3159
  msgstr "Belgio"
3160
 
3161
+ #: ../lib/tribe-view-helpers.class.php:68
3162
  msgid "Belize"
3163
  msgstr "Belize"
3164
 
3165
+ #: ../lib/tribe-view-helpers.class.php:69
3166
  msgid "Benin"
3167
  msgstr "Benin"
3168
 
3169
+ #: ../lib/tribe-view-helpers.class.php:70
3170
  msgid "Bermuda"
3171
  msgstr "Bermuda"
3172
 
3173
+ #: ../lib/tribe-view-helpers.class.php:71
3174
  msgid "Bhutan"
3175
  msgstr "Bhutan"
3176
 
3177
+ #: ../lib/tribe-view-helpers.class.php:72
3178
  msgid "Bolivia"
3179
  msgstr "Bolivia"
3180
 
3181
+ #: ../lib/tribe-view-helpers.class.php:73
3182
  msgid "Bosnia And Herzegowina"
3183
  msgstr "Bosnia E Herzegowina"
3184
 
3185
+ #: ../lib/tribe-view-helpers.class.php:74
3186
  msgid "Botswana"
3187
  msgstr "Botswana"
3188
 
3189
+ #: ../lib/tribe-view-helpers.class.php:75
3190
  msgid "Bouvet Island"
3191
  msgstr "Bouvet Island"
3192
 
3193
+ #: ../lib/tribe-view-helpers.class.php:76
3194
  msgid "Brazil"
3195
  msgstr "Brasile"
3196
 
3197
+ #: ../lib/tribe-view-helpers.class.php:77
3198
  msgid "British Indian Ocean Territory"
3199
  msgstr "Territorio britannico dell'Oceano Indiano"
3200
 
3201
+ #: ../lib/tribe-view-helpers.class.php:78
3202
  msgid "Brunei Darussalam"
3203
  msgstr "Brunei Darussalam"
3204
 
3205
+ #: ../lib/tribe-view-helpers.class.php:79
3206
  msgid "Bulgaria"
3207
  msgstr "Bulgaria"
3208
 
3209
+ #: ../lib/tribe-view-helpers.class.php:80
3210
  msgid "Burkina Faso"
3211
  msgstr "Burkina Faso"
3212
 
3213
+ #: ../lib/tribe-view-helpers.class.php:81
3214
  msgid "Burundi"
3215
  msgstr "Burundi"
3216
 
3217
+ #: ../lib/tribe-view-helpers.class.php:82
3218
  msgid "Cambodia"
3219
  msgstr "Cambogia"
3220
 
3221
+ #: ../lib/tribe-view-helpers.class.php:83
3222
  msgid "Cameroon"
3223
  msgstr "Cameroon"
3224
 
3225
+ #: ../lib/tribe-view-helpers.class.php:84
3226
  msgid "Canada"
3227
  msgstr "Canada"
3228
 
3229
+ #: ../lib/tribe-view-helpers.class.php:85
3230
  msgid "Cape Verde"
3231
  msgstr "Capo Verde"
3232
 
3233
+ #: ../lib/tribe-view-helpers.class.php:86
3234
  msgid "Cayman Islands"
3235
  msgstr "Isole Cayman"
3236
 
3237
+ #: ../lib/tribe-view-helpers.class.php:87
3238
  msgid "Central African Republic"
3239
  msgstr "Repubblica Centrafricana"
3240
 
3241
+ #: ../lib/tribe-view-helpers.class.php:88
3242
  msgid "Chad"
3243
  msgstr "Chad"
3244
 
3245
+ #: ../lib/tribe-view-helpers.class.php:89
3246
  msgid "Chile"
3247
  msgstr "Cile"
3248
 
3249
+ #: ../lib/tribe-view-helpers.class.php:90
3250
  msgid "China"
3251
  msgstr "Cina"
3252
 
3253
+ #: ../lib/tribe-view-helpers.class.php:91
3254
  msgid "Christmas Island"
3255
  msgstr "Christmas Island"
3256
 
3257
+ #: ../lib/tribe-view-helpers.class.php:92
3258
  msgid "Cocos (Keeling) Islands"
3259
  msgstr "Cocos (Keeling) Islands"
3260
 
3261
+ #: ../lib/tribe-view-helpers.class.php:93
3262
  msgid "Colombia"
3263
  msgstr "Colombia"
3264
 
3265
+ #: ../lib/tribe-view-helpers.class.php:94
3266
  msgid "Comoros"
3267
  msgstr "Comoros"
3268
 
3269
+ #: ../lib/tribe-view-helpers.class.php:95
3270
  msgid "Congo"
3271
  msgstr "Congo"
3272
 
3273
+ #: ../lib/tribe-view-helpers.class.php:96
3274
  msgid "Congo, The Democratic Republic Of The"
3275
  msgstr "Congo, The Democratic Republic Of The"
3276
 
3277
+ #: ../lib/tribe-view-helpers.class.php:97
3278
  msgid "Cook Islands"
3279
  msgstr "Cook Islands"
3280
 
3281
+ #: ../lib/tribe-view-helpers.class.php:98
3282
  msgid "Costa Rica"
3283
  msgstr "Costa Rica"
3284
 
3285
+ #: ../lib/tribe-view-helpers.class.php:99
3286
  msgid "Cote D'Ivoire"
3287
  msgstr "Costa d'Avorio"
3288
 
3289
+ #: ../lib/tribe-view-helpers.class.php:100
3290
  msgid "Croatia (Local Name: Hrvatska)"
3291
  msgstr "Croazia (Nome Locale: Hrvatska)"
3292
 
3293
+ #: ../lib/tribe-view-helpers.class.php:101
3294
  msgid "Cuba"
3295
  msgstr "Cuba"
3296
 
3297
+ #: ../lib/tribe-view-helpers.class.php:102
3298
  msgid "Cyprus"
3299
  msgstr "Cipro"
3300
 
3301
+ #: ../lib/tribe-view-helpers.class.php:103
3302
  msgid "Czech Republic"
3303
  msgstr "Repubblica Ceca"
3304
 
3305
+ #: ../lib/tribe-view-helpers.class.php:104
3306
  msgid "Denmark"
3307
  msgstr "Danimarca"
3308
 
3309
+ #: ../lib/tribe-view-helpers.class.php:105
3310
  msgid "Djibouti"
3311
  msgstr "Djibouti"
3312
 
3313
+ #: ../lib/tribe-view-helpers.class.php:106
3314
  msgid "Dominica"
3315
  msgstr "Dominica"
3316
 
3317
+ #: ../lib/tribe-view-helpers.class.php:107
3318
  msgid "Dominican Republic"
3319
  msgstr "Repubblica Dominicana"
3320
 
3321
+ #: ../lib/tribe-view-helpers.class.php:108
3322
  msgid "East Timor"
3323
  msgstr "Timor Est"
3324
 
3325
+ #: ../lib/tribe-view-helpers.class.php:109
3326
  msgid "Ecuador"
3327
  msgstr "Ecuador"
3328
 
3329
+ #: ../lib/tribe-view-helpers.class.php:110
3330
  msgid "Egypt"
3331
  msgstr "Egitto"
3332
 
3333
+ #: ../lib/tribe-view-helpers.class.php:111
3334
  msgid "El Salvador"
3335
  msgstr "El Salvador"
3336
 
3337
+ #: ../lib/tribe-view-helpers.class.php:112
3338
  msgid "Equatorial Guinea"
3339
  msgstr "Guinea Equatoriale"
3340
 
3341
+ #: ../lib/tribe-view-helpers.class.php:113
3342
  msgid "Eritrea"
3343
  msgstr "Eritrea"
3344
 
3345
+ #: ../lib/tribe-view-helpers.class.php:114
3346
  msgid "Estonia"
3347
  msgstr "Estonia"
3348
 
3349
+ #: ../lib/tribe-view-helpers.class.php:115
3350
  msgid "Ethiopia"
3351
  msgstr "Etiopia"
3352
 
3353
+ #: ../lib/tribe-view-helpers.class.php:116
3354
  msgid "Falkland Islands (Malvinas)"
3355
  msgstr "Isole Falkland (Malvinas)"
3356
 
3357
+ #: ../lib/tribe-view-helpers.class.php:117
3358
  msgid "Faroe Islands"
3359
  msgstr "Isole Faroe"
3360
 
3361
+ #: ../lib/tribe-view-helpers.class.php:118
3362
  msgid "Fiji"
3363
  msgstr "Fiji"
3364
 
3365
+ #: ../lib/tribe-view-helpers.class.php:119
3366
  msgid "Finland"
3367
  msgstr "Finlandia"
3368
 
3369
+ #: ../lib/tribe-view-helpers.class.php:120
3370
  msgid "France"
3371
  msgstr "Francia"
3372
 
3373
+ #: ../lib/tribe-view-helpers.class.php:121
3374
  msgid "France, Metropolitan"
3375
  msgstr "France, Metropolitan"
3376
 
3377
+ #: ../lib/tribe-view-helpers.class.php:122
3378
  msgid "French Guiana"
3379
  msgstr "Guyana Francese"
3380
 
3381
+ #: ../lib/tribe-view-helpers.class.php:123
3382
  msgid "French Polynesia"
3383
  msgstr "Polinesia Francese"
3384
 
3385
+ #: ../lib/tribe-view-helpers.class.php:124
3386
  msgid "French Southern Territories"
3387
  msgstr "Territori Francesi del Sud"
3388
 
3389
+ #: ../lib/tribe-view-helpers.class.php:125
3390
  msgid "Gabon"
3391
  msgstr "Gabon"
3392
 
3393
+ #: ../lib/tribe-view-helpers.class.php:126
3394
  msgid "Gambia"
3395
  msgstr "Gambia"
3396
 
3397
+ #: ../lib/tribe-view-helpers.class.php:127
3398
+ #: ../lib/tribe-view-helpers.class.php:326
3399
  msgid "Georgia"
3400
  msgstr "Georgia"
3401
 
3402
+ #: ../lib/tribe-view-helpers.class.php:128
3403
  msgid "Germany"
3404
  msgstr "Germania"
3405
 
3406
+ #: ../lib/tribe-view-helpers.class.php:129
3407
  msgid "Ghana"
3408
  msgstr "Ghana"
3409
 
3410
+ #: ../lib/tribe-view-helpers.class.php:130
3411
  msgid "Gibraltar"
3412
  msgstr "Gibraltar"
3413
 
3414
+ #: ../lib/tribe-view-helpers.class.php:131
3415
  msgid "Greece"
3416
  msgstr "Grecia"
3417
 
3418
+ #: ../lib/tribe-view-helpers.class.php:132
3419
  msgid "Greenland"
3420
  msgstr "Groenlandia"
3421
 
3422
+ #: ../lib/tribe-view-helpers.class.php:133
3423
  msgid "Grenada"
3424
  msgstr "Grenada"
3425
 
3426
+ #: ../lib/tribe-view-helpers.class.php:134
3427
  msgid "Guadeloupe"
3428
  msgstr "Guadalupa"
3429
 
3430
+ #: ../lib/tribe-view-helpers.class.php:135
3431
  msgid "Guam"
3432
  msgstr "Guam"
3433
 
3434
+ #: ../lib/tribe-view-helpers.class.php:136
3435
  msgid "Guatemala"
3436
  msgstr "Guatemala"
3437
 
3438
+ #: ../lib/tribe-view-helpers.class.php:137
3439
  msgid "Guinea"
3440
  msgstr "Guinea"
3441
 
3442
+ #: ../lib/tribe-view-helpers.class.php:138
3443
  msgid "Guinea-Bissau"
3444
  msgstr "Guinea Equatoriale"
3445
 
3446
+ #: ../lib/tribe-view-helpers.class.php:139
3447
  msgid "Guyana"
3448
  msgstr "Guyana"
3449
 
3450
+ #: ../lib/tribe-view-helpers.class.php:140
3451
  msgid "Haiti"
3452
  msgstr "Haiti"
3453
 
3454
+ #: ../lib/tribe-view-helpers.class.php:141
3455
  msgid "Heard And Mc Donald Islands"
3456
  msgstr "Heard And Mc Donald Islands"
3457
 
3458
+ #: ../lib/tribe-view-helpers.class.php:142
3459
  msgid "Holy See (Vatican City State)"
3460
  msgstr "Santa Sede (Città del Vaticano)"
3461
 
3462
+ #: ../lib/tribe-view-helpers.class.php:143
3463
  msgid "Honduras"
3464
  msgstr "Honduras"
3465
 
3466
+ #: ../lib/tribe-view-helpers.class.php:144
3467
  msgid "Hong Kong"
3468
  msgstr "Hong Kong"
3469
 
3470
+ #: ../lib/tribe-view-helpers.class.php:145
3471
  msgid "Hungary"
3472
  msgstr "Ungheria"
3473
 
3474
+ #: ../lib/tribe-view-helpers.class.php:146
3475
  msgid "Iceland"
3476
  msgstr "Islanda"
3477
 
3478
+ #: ../lib/tribe-view-helpers.class.php:147
3479
  msgid "India"
3480
  msgstr "India"
3481
 
3482
+ #: ../lib/tribe-view-helpers.class.php:148
3483
  msgid "Indonesia"
3484
  msgstr "Indonesia"
3485
 
3486
+ #: ../lib/tribe-view-helpers.class.php:149
3487
  msgid "Iran (Islamic Republic Of)"
3488
  msgstr "Iran (Islamic Republic Of)"
3489
 
3490
+ #: ../lib/tribe-view-helpers.class.php:150
3491
  msgid "Iraq"
3492
  msgstr "Iraq"
3493
 
3494
+ #: ../lib/tribe-view-helpers.class.php:151
3495
  msgid "Ireland"
3496
  msgstr "Irlanda"
3497
 
3498
+ #: ../lib/tribe-view-helpers.class.php:152
3499
  msgid "Israel"
3500
  msgstr "Israele"
3501
 
3502
+ #: ../lib/tribe-view-helpers.class.php:153
3503
  msgid "Italy"
3504
  msgstr "Italia"
3505
 
3506
+ #: ../lib/tribe-view-helpers.class.php:154
3507
  msgid "Jamaica"
3508
  msgstr "Jamaica"
3509
 
3510
+ #: ../lib/tribe-view-helpers.class.php:155
3511
  msgid "Japan"
3512
  msgstr "Giappone"
3513
 
3514
+ #: ../lib/tribe-view-helpers.class.php:156
3515
  msgid "Jordan"
3516
  msgstr "Giordania"
3517
 
3518
+ #: ../lib/tribe-view-helpers.class.php:157
3519
  msgid "Kazakhstan"
3520
  msgstr "Kazakhstan"
3521
 
3522
+ #: ../lib/tribe-view-helpers.class.php:158
3523
  msgid "Kenya"
3524
  msgstr "Kenya"
3525
 
3526
+ #: ../lib/tribe-view-helpers.class.php:159
3527
  msgid "Kiribati"
3528
  msgstr "Kiribati"
3529
 
3530
+ #: ../lib/tribe-view-helpers.class.php:160
3531
  msgid "Korea, Democratic People's Republic Of"
3532
  msgstr "Korea, Democratic People's Republic Of"
3533
 
3534
+ #: ../lib/tribe-view-helpers.class.php:161
3535
  msgid "Korea, Republic Of"
3536
  msgstr "Korea, Republic Of"
3537
 
3538
+ #: ../lib/tribe-view-helpers.class.php:162
3539
  msgid "Kuwait"
3540
  msgstr "Kuwait"
3541
 
3542
+ #: ../lib/tribe-view-helpers.class.php:163
3543
  msgid "Kyrgyzstan"
3544
  msgstr "Kyrgyzstan"
3545
 
3546
+ #: ../lib/tribe-view-helpers.class.php:164
3547
  msgid "Lao People's Democratic Republic"
3548
  msgstr "Repubblica democratica popolare del Laos"
3549
 
3550
+ #: ../lib/tribe-view-helpers.class.php:165
3551
  msgid "Latvia"
3552
  msgstr "Lettonia"
3553
 
3554
+ #: ../lib/tribe-view-helpers.class.php:166
3555
  msgid "Lebanon"
3556
  msgstr "Libano"
3557
 
3558
+ #: ../lib/tribe-view-helpers.class.php:167
3559
  msgid "Lesotho"
3560
  msgstr "Lesotho"
3561
 
3562
+ #: ../lib/tribe-view-helpers.class.php:168
3563
  msgid "Liberia"
3564
  msgstr "Liberia"
3565
 
3566
+ #: ../lib/tribe-view-helpers.class.php:169
3567
  msgid "Libya"
3568
  msgstr "Libia"
3569
 
3570
+ #: ../lib/tribe-view-helpers.class.php:170
3571
  msgid "Liechtenstein"
3572
  msgstr "Liechtenstein"
3573
 
3574
+ #: ../lib/tribe-view-helpers.class.php:171
3575
  msgid "Lithuania"
3576
  msgstr "Lituania"
3577
 
3578
+ #: ../lib/tribe-view-helpers.class.php:172
3579
  msgid "Luxembourg"
3580
  msgstr "Lussemburgo"
3581
 
3582
+ #: ../lib/tribe-view-helpers.class.php:173
3583
  msgid "Macau"
3584
  msgstr "Macau"
3585
 
3586
+ #: ../lib/tribe-view-helpers.class.php:174
3587
  msgid "Macedonia"
3588
  msgstr "Macedonia"
3589
 
3590
+ #: ../lib/tribe-view-helpers.class.php:175
3591
  msgid "Madagascar"
3592
  msgstr "Madagascar"
3593
 
3594
+ #: ../lib/tribe-view-helpers.class.php:176
3595
  msgid "Malawi"
3596
  msgstr "Malawi"
3597
 
3598
+ #: ../lib/tribe-view-helpers.class.php:177
3599
  msgid "Malaysia"
3600
  msgstr "Malesia"
3601
 
3602
+ #: ../lib/tribe-view-helpers.class.php:178
3603
  msgid "Maldives"
3604
  msgstr "Maldive"
3605
 
3606
+ #: ../lib/tribe-view-helpers.class.php:179
3607
  msgid "Mali"
3608
  msgstr "Mali"
3609
 
3610
+ #: ../lib/tribe-view-helpers.class.php:180
3611
  msgid "Malta"
3612
  msgstr "Malta"
3613
 
3614
+ #: ../lib/tribe-view-helpers.class.php:181
3615
  msgid "Marshall Islands"
3616
  msgstr "Isole Marshall"
3617
 
3618
+ #: ../lib/tribe-view-helpers.class.php:182
3619
  msgid "Martinique"
3620
  msgstr "Martinica"
3621
 
3622
+ #: ../lib/tribe-view-helpers.class.php:183
3623
  msgid "Mauritania"
3624
  msgstr "Mauritania"
3625
 
3626
+ #: ../lib/tribe-view-helpers.class.php:184
3627
  msgid "Mauritius"
3628
  msgstr "Mauritius"
3629
 
3630
+ #: ../lib/tribe-view-helpers.class.php:185
3631
  msgid "Mayotte"
3632
  msgstr "Mayotte"
3633
 
3634
+ #: ../lib/tribe-view-helpers.class.php:186
3635
  msgid "Mexico"
3636
  msgstr "Messico"
3637
 
3638
+ #: ../lib/tribe-view-helpers.class.php:187
3639
  msgid "Micronesia, Federated States Of"
3640
  msgstr "Micronesia, Stati Federati Di"
3641
 
3642
+ #: ../lib/tribe-view-helpers.class.php:188
3643
  msgid "Moldova, Republic Of"
3644
  msgstr "Moldova, Repubblica Di"
3645
 
3646
+ #: ../lib/tribe-view-helpers.class.php:189
3647
  msgid "Monaco"
3648
  msgstr "Monaco"
3649
 
3650
+ #: ../lib/tribe-view-helpers.class.php:190
3651
  msgid "Mongolia"
3652
  msgstr "Mongolia"
3653
 
3654
+ #: ../lib/tribe-view-helpers.class.php:191
3655
  msgid "Montenegro"
3656
  msgstr "Montenegro"
3657
 
3658
+ #: ../lib/tribe-view-helpers.class.php:192
3659
  msgid "Montserrat"
3660
  msgstr "Montserrat"
3661
 
3662
+ #: ../lib/tribe-view-helpers.class.php:193
3663
  msgid "Morocco"
3664
  msgstr "Marocco"
3665
 
3666
+ #: ../lib/tribe-view-helpers.class.php:194
3667
  msgid "Mozambique"
3668
  msgstr "Mozambico"
3669
 
3670
+ #: ../lib/tribe-view-helpers.class.php:195
3671
  msgid "Myanmar"
3672
  msgstr "Myanmar"
3673
 
3674
+ #: ../lib/tribe-view-helpers.class.php:196
3675
  msgid "Namibia"
3676
  msgstr "Namibia"
3677
 
3678
+ #: ../lib/tribe-view-helpers.class.php:197
3679
  msgid "Nauru"
3680
  msgstr "Nauru"
3681
 
3682
+ #: ../lib/tribe-view-helpers.class.php:198
3683
  msgid "Nepal"
3684
  msgstr "Nepal"
3685
 
3686
+ #: ../lib/tribe-view-helpers.class.php:199
3687
  msgid "Netherlands"
3688
  msgstr "Olanda"
3689
 
3690
+ #: ../lib/tribe-view-helpers.class.php:200
3691
  msgid "Netherlands Antilles"
3692
  msgstr "Antille Olandesi"
3693
 
3694
+ #: ../lib/tribe-view-helpers.class.php:201
3695
  msgid "New Caledonia"
3696
  msgstr "Nuova Caledonia"
3697
 
3698
+ #: ../lib/tribe-view-helpers.class.php:202
3699
  msgid "New Zealand"
3700
  msgstr "Nuova Zelanda"
3701
 
3702
+ #: ../lib/tribe-view-helpers.class.php:203
3703
  msgid "Nicaragua"
3704
  msgstr "Nicaragua"
3705
 
3706
+ #: ../lib/tribe-view-helpers.class.php:204
3707
  msgid "Niger"
3708
  msgstr "Niger"
3709
 
3710
+ #: ../lib/tribe-view-helpers.class.php:205
3711
  msgid "Nigeria"
3712
  msgstr "Nigeria"
3713
 
3714
+ #: ../lib/tribe-view-helpers.class.php:206
3715
  msgid "Niue"
3716
  msgstr "Niue"
3717
 
3718
+ #: ../lib/tribe-view-helpers.class.php:207
3719
  msgid "Norfolk Island"
3720
  msgstr "Norfolk Island"
3721
 
3722
+ #: ../lib/tribe-view-helpers.class.php:208
3723
  msgid "Northern Mariana Islands"
3724
  msgstr "Northern Mariana Islands"
3725
 
3726
+ #: ../lib/tribe-view-helpers.class.php:209
3727
  msgid "Norway"
3728
  msgstr "Norvegia"
3729
 
3730
+ #: ../lib/tribe-view-helpers.class.php:210
3731
  msgid "Oman"
3732
  msgstr "Oman"
3733
 
3734
+ #: ../lib/tribe-view-helpers.class.php:211
3735
  msgid "Pakistan"
3736
  msgstr "Pakistan"
3737
 
3738
+ #: ../lib/tribe-view-helpers.class.php:212
3739
  msgid "Palau"
3740
  msgstr "Palau"
3741
 
3742
+ #: ../lib/tribe-view-helpers.class.php:213
3743
  msgid "Panama"
3744
  msgstr "Panama"
3745
 
3746
+ #: ../lib/tribe-view-helpers.class.php:214
3747
  msgid "Papua New Guinea"
3748
  msgstr "Papua Nuova Guinea"
3749
 
3750
+ #: ../lib/tribe-view-helpers.class.php:215
3751
  msgid "Paraguay"
3752
  msgstr "Paraguay"
3753
 
3754
+ #: ../lib/tribe-view-helpers.class.php:216
3755
  msgid "Peru"
3756
  msgstr "Perù"
3757
 
3758
+ #: ../lib/tribe-view-helpers.class.php:217
3759
  msgid "Philippines"
3760
  msgstr "Filippine"
3761
 
3762
+ #: ../lib/tribe-view-helpers.class.php:218
3763
  msgid "Pitcairn"
3764
  msgstr "Pitcairn"
3765
 
3766
+ #: ../lib/tribe-view-helpers.class.php:219
3767
  msgid "Poland"
3768
  msgstr "Polonia"
3769
 
3770
+ #: ../lib/tribe-view-helpers.class.php:220
3771
  msgid "Portugal"
3772
  msgstr "Portogallo"
3773
 
3774
+ #: ../lib/tribe-view-helpers.class.php:221
3775
  msgid "Puerto Rico"
3776
  msgstr "Porto Rico"
3777
 
3778
+ #: ../lib/tribe-view-helpers.class.php:222
3779
  msgid "Qatar"
3780
  msgstr "Qatar"
3781
 
3782
+ #: ../lib/tribe-view-helpers.class.php:223
3783
  msgid "Reunion"
3784
  msgstr "Reunion"
3785
 
3786
+ #: ../lib/tribe-view-helpers.class.php:224
3787
  msgid "Romania"
3788
  msgstr "Romania"
3789
 
3790
+ #: ../lib/tribe-view-helpers.class.php:225
3791
  msgid "Russian Federation"
3792
  msgstr "Russian Federation"
3793
 
3794
+ #: ../lib/tribe-view-helpers.class.php:226
3795
  msgid "Rwanda"
3796
  msgstr "Rwanda"
3797
 
3798
+ #: ../lib/tribe-view-helpers.class.php:227
3799
  msgid "Saint Kitts And Nevis"
3800
  msgstr "Saint Kitts And Nevis"
3801
 
3802
+ #: ../lib/tribe-view-helpers.class.php:228
3803
  msgid "Saint Lucia"
3804
  msgstr "Santa Lucia"
3805
 
3806
+ #: ../lib/tribe-view-helpers.class.php:229
3807
  msgid "Saint Vincent And The Grenadines"
3808
  msgstr "Saint Vincent And The Grenadines"
3809
 
3810
+ #: ../lib/tribe-view-helpers.class.php:230
3811
  msgid "Samoa"
3812
  msgstr "Samoa"
3813
 
3814
+ #: ../lib/tribe-view-helpers.class.php:231
3815
  msgid "San Marino"
3816
  msgstr "San Marino"
3817
 
3818
+ #: ../lib/tribe-view-helpers.class.php:232
3819
  msgid "Sao Tome And Principe"
3820
  msgstr "Sao Tome And Principe"
3821
 
3822
+ #: ../lib/tribe-view-helpers.class.php:233
3823
  msgid "Saudi Arabia"
3824
  msgstr "Arabia Saudita"
3825
 
3826
+ #: ../lib/tribe-view-helpers.class.php:234
3827
  msgid "Senegal"
3828
  msgstr "Senegal"
3829
 
3830
+ #: ../lib/tribe-view-helpers.class.php:235
3831
  msgid "Serbia"
3832
  msgstr "Serbia"
3833
 
3834
+ #: ../lib/tribe-view-helpers.class.php:236
3835
  msgid "Seychelles"
3836
  msgstr "Seychelles"
3837
 
3838
+ #: ../lib/tribe-view-helpers.class.php:237
3839
  msgid "Sierra Leone"
3840
  msgstr "Sierra Leone"
3841
 
3842
+ #: ../lib/tribe-view-helpers.class.php:238
3843
  msgid "Singapore"
3844
  msgstr "Singapore"
3845
 
3846
+ #: ../lib/tribe-view-helpers.class.php:239
3847
  msgid "Slovakia (Slovak Republic)"
3848
  msgstr "Slovacchia (Repubblica Slovacca)"
3849
 
3850
+ #: ../lib/tribe-view-helpers.class.php:240
3851
  msgid "Slovenia"
3852
  msgstr "Slovenia"
3853
 
3854
+ #: ../lib/tribe-view-helpers.class.php:241
3855
  msgid "Solomon Islands"
3856
  msgstr "Isole Salomon"
3857
 
3858
+ #: ../lib/tribe-view-helpers.class.php:242
3859
  msgid "Somalia"
3860
  msgstr "Somalia"
3861
 
3862
+ #: ../lib/tribe-view-helpers.class.php:243
3863
  msgid "South Africa"
3864
  msgstr "Sud Africa"
3865
 
3866
+ #: ../lib/tribe-view-helpers.class.php:244
3867
  msgid "South Georgia, South Sandwich Islands"
3868
  msgstr "South Georgia, South Sandwich Islands"
3869
 
3870
+ #: ../lib/tribe-view-helpers.class.php:245
3871
  msgid "Spain"
3872
  msgstr "Spagna"
3873
 
3874
+ #: ../lib/tribe-view-helpers.class.php:246
3875
  msgid "Sri Lanka"
3876
  msgstr "Sri Lanka"
3877
 
3878
+ #: ../lib/tribe-view-helpers.class.php:247
3879
  msgid "St. Helena"
3880
  msgstr "St. Helena"
3881
 
3882
+ #: ../lib/tribe-view-helpers.class.php:248
3883
  msgid "St. Pierre And Miquelon"
3884
  msgstr "St. Pierre And Miquelon"
3885
 
3886
+ #: ../lib/tribe-view-helpers.class.php:249
3887
  msgid "Sudan"
3888
  msgstr "Sudan"
3889
 
3890
+ #: ../lib/tribe-view-helpers.class.php:250
3891
  msgid "Suriname"
3892
  msgstr "Suriname"
3893
 
3894
+ #: ../lib/tribe-view-helpers.class.php:251
3895
  msgid "Svalbard And Jan Mayen Islands"
3896
  msgstr "Svalbard And Jan Mayen Islands"
3897
 
3898
+ #: ../lib/tribe-view-helpers.class.php:252
3899
  msgid "Swaziland"
3900
  msgstr "Swaziland"
3901
 
3902
+ #: ../lib/tribe-view-helpers.class.php:253
3903
  msgid "Sweden"
3904
  msgstr "Svezia"
3905
 
3906
+ #: ../lib/tribe-view-helpers.class.php:254
3907
  msgid "Switzerland"
3908
  msgstr "Svizzera"
3909
 
3910
+ #: ../lib/tribe-view-helpers.class.php:255
3911
  msgid "Syrian Arab Republic"
3912
  msgstr "Repubblica Araba Siriana"
3913
 
3914
+ #: ../lib/tribe-view-helpers.class.php:256
3915
  msgid "Taiwan"
3916
  msgstr "Taiwan"
3917
 
3918
+ #: ../lib/tribe-view-helpers.class.php:257
3919
  msgid "Tajikistan"
3920
  msgstr "Tajikistan"
3921
 
3922
+ #: ../lib/tribe-view-helpers.class.php:258
3923
  msgid "Tanzania, United Republic Of"
3924
  msgstr "Tanzania, United Republic Of"
3925
 
3926
+ #: ../lib/tribe-view-helpers.class.php:259
3927
  msgid "Thailand"
3928
  msgstr "Thailandia"
3929
 
3930
+ #: ../lib/tribe-view-helpers.class.php:260
3931
  msgid "Togo"
3932
  msgstr "Togo"
3933
 
3934
+ #: ../lib/tribe-view-helpers.class.php:261
3935
  msgid "Tokelau"
3936
  msgstr "Tokelau"
3937
 
3938
+ #: ../lib/tribe-view-helpers.class.php:262
3939
  msgid "Tonga"
3940
  msgstr "Tonga"
3941
 
3942
+ #: ../lib/tribe-view-helpers.class.php:263
3943
  msgid "Trinidad And Tobago"
3944
  msgstr "Trinidad e Tobago"
3945
 
3946
+ #: ../lib/tribe-view-helpers.class.php:264
3947
  msgid "Tunisia"
3948
  msgstr "Tunisia"
3949
 
3950
+ #: ../lib/tribe-view-helpers.class.php:265
3951
  msgid "Turkey"
3952
  msgstr "Turchia"
3953
 
3954
+ #: ../lib/tribe-view-helpers.class.php:266
3955
  msgid "Turkmenistan"
3956
  msgstr "Turkmenistan"
3957
 
3958
+ #: ../lib/tribe-view-helpers.class.php:267
3959
  msgid "Turks And Caicos Islands"
3960
  msgstr "Turks And Caicos Islands"
3961
 
3962
+ #: ../lib/tribe-view-helpers.class.php:268
3963
  msgid "Tuvalu"
3964
  msgstr "Tuvalu"
3965
 
3966
+ #: ../lib/tribe-view-helpers.class.php:269
3967
  msgid "Uganda"
3968
  msgstr "Uganda"
3969
 
3970
+ #: ../lib/tribe-view-helpers.class.php:270
3971
  msgid "Ukraine"
3972
  msgstr "Ucraina"
3973
 
3974
+ #: ../lib/tribe-view-helpers.class.php:271
3975
  msgid "United Arab Emirates"
3976
  msgstr "Emirati Arabi Uniti"
3977
 
3978
+ #: ../lib/tribe-view-helpers.class.php:272
3979
  msgid "United Kingdom"
3980
  msgstr "Regno Unito"
3981
 
3982
+ #: ../lib/tribe-view-helpers.class.php:273
3983
  msgid "United States Minor Outlying Islands"
3984
  msgstr "Stati Uniti Isole Minori"
3985
 
3986
+ #: ../lib/tribe-view-helpers.class.php:274
3987
  msgid "Uruguay"
3988
  msgstr "Uruguay"
3989
 
3990
+ #: ../lib/tribe-view-helpers.class.php:275
3991
  msgid "Uzbekistan"
3992
  msgstr "Uzbekistan"
3993
 
3994
+ #: ../lib/tribe-view-helpers.class.php:276
3995
  msgid "Vanuatu"
3996
  msgstr "Vanuatu"
3997
 
3998
+ #: ../lib/tribe-view-helpers.class.php:277
3999
  msgid "Venezuela"
4000
  msgstr "Venezuela"
4001
 
4002
  # @ tribe-events-calendar
4003
  #
4004
+ #: ../lib/tribe-view-helpers.class.php:278
4005
  msgid "Viet Nam"
4006
  msgstr "Vietnam"
4007
 
4008
+ #: ../lib/tribe-view-helpers.class.php:279
4009
  msgid "Virgin Islands (British)"
4010
  msgstr "Isole Vergini (britanniche)"
4011
 
4012
+ #: ../lib/tribe-view-helpers.class.php:280
4013
  msgid "Virgin Islands (U.S.)"
4014
  msgstr "Isole Vergini (USA)"
4015
 
4016
+ #: ../lib/tribe-view-helpers.class.php:281
4017
  msgid "Wallis And Futuna Islands"
4018
  msgstr "Wallis And Futuna Islands"
4019
 
4020
+ #: ../lib/tribe-view-helpers.class.php:282
4021
  msgid "Western Sahara"
4022
  msgstr "Sahara occidentale"
4023
 
4024
+ #: ../lib/tribe-view-helpers.class.php:283
4025
  msgid "Yemen"
4026
  msgstr "Yemen"
4027
 
4028
+ #: ../lib/tribe-view-helpers.class.php:284
4029
  msgid "Zambia"
4030
  msgstr "Zambia"
4031
 
4032
+ #: ../lib/tribe-view-helpers.class.php:285
4033
  msgid "Zimbabwe"
4034
  msgstr "Zimbabwe"
4035
 
4036
+ #: ../lib/tribe-view-helpers.class.php:316
4037
  msgid "Alabama"
4038
  msgstr "Alabama"
4039
 
4040
+ #: ../lib/tribe-view-helpers.class.php:317
4041
  msgid "Alaska"
4042
  msgstr "Alaska"
4043
 
4044
+ #: ../lib/tribe-view-helpers.class.php:318
4045
  msgid "Arizona"
4046
  msgstr "Arizona"
4047
 
4048
+ #: ../lib/tribe-view-helpers.class.php:319
4049
  msgid "Arkansas"
4050
  msgstr "Arkansas"
4051
 
4052
+ #: ../lib/tribe-view-helpers.class.php:320
4053
  msgid "California"
4054
  msgstr "California"
4055
 
4056
+ #: ../lib/tribe-view-helpers.class.php:321
4057
  msgid "Colorado"
4058
  msgstr "Colorado"
4059
 
4060
+ #: ../lib/tribe-view-helpers.class.php:322
4061
  msgid "Connecticut"
4062
  msgstr "Connecticut"
4063
 
4064
+ #: ../lib/tribe-view-helpers.class.php:323
4065
  msgid "Delaware"
4066
  msgstr "Delaware"
4067
 
4068
+ #: ../lib/tribe-view-helpers.class.php:324
4069
  msgid "District of Columbia"
4070
  msgstr "District of Columbia"
4071
 
4072
+ #: ../lib/tribe-view-helpers.class.php:325
4073
  msgid "Florida"
4074
  msgstr "Florida"
4075
 
4076
+ #: ../lib/tribe-view-helpers.class.php:327
4077
  msgid "Hawaii"
4078
  msgstr "Hawaii"
4079
 
4080
+ #: ../lib/tribe-view-helpers.class.php:328
4081
  msgid "Idaho"
4082
  msgstr "Idaho"
4083
 
4084
+ #: ../lib/tribe-view-helpers.class.php:329
4085
  msgid "Illinois"
4086
  msgstr "Illinois"
4087
 
4088
+ #: ../lib/tribe-view-helpers.class.php:330
4089
  msgid "Indiana"
4090
  msgstr "Indiana"
4091
 
4092
+ #: ../lib/tribe-view-helpers.class.php:331
4093
  msgid "Iowa"
4094
  msgstr "Iowa"
4095
 
4096
+ #: ../lib/tribe-view-helpers.class.php:332
4097
  msgid "Kansas"
4098
  msgstr "Kansas"
4099
 
4100
+ #: ../lib/tribe-view-helpers.class.php:333
4101
  msgid "Kentucky"
4102
  msgstr "Kentucky"
4103
 
4104
+ #: ../lib/tribe-view-helpers.class.php:334
4105
  msgid "Louisiana"
4106
  msgstr "Louisiana"
4107
 
4108
+ #: ../lib/tribe-view-helpers.class.php:335
4109
  msgid "Maine"
4110
  msgstr "Maine"
4111
 
4112
+ #: ../lib/tribe-view-helpers.class.php:336
4113
  msgid "Maryland"
4114
  msgstr "Maryland"
4115
 
4116
+ #: ../lib/tribe-view-helpers.class.php:337
4117
  msgid "Massachusetts"
4118
  msgstr "Massachusetts"
4119
 
4120
+ #: ../lib/tribe-view-helpers.class.php:338
4121
  msgid "Michigan"
4122
  msgstr "Michigan"
4123
 
4124
+ #: ../lib/tribe-view-helpers.class.php:339
4125
  msgid "Minnesota"
4126
  msgstr "Minnesota"
4127
 
4128
+ #: ../lib/tribe-view-helpers.class.php:340
4129
  msgid "Mississippi"
4130
  msgstr "Mississippi"
4131
 
4132
+ #: ../lib/tribe-view-helpers.class.php:341
4133
  msgid "Missouri"
4134
  msgstr "Missouri"
4135
 
4136
+ #: ../lib/tribe-view-helpers.class.php:342
4137
  msgid "Montana"
4138
  msgstr "Montana"
4139
 
4140
+ #: ../lib/tribe-view-helpers.class.php:343
4141
  msgid "Nebraska"
4142
  msgstr "Nebraska"
4143
 
4144
+ #: ../lib/tribe-view-helpers.class.php:344
4145
  msgid "Nevada"
4146
  msgstr "Nevada"
4147
 
4148
+ #: ../lib/tribe-view-helpers.class.php:345
4149
  msgid "New Hampshire"
4150
  msgstr "New Hampshire"
4151
 
4152
+ #: ../lib/tribe-view-helpers.class.php:346
4153
  msgid "New Jersey"
4154
  msgstr "New Jersey"
4155
 
4156
+ #: ../lib/tribe-view-helpers.class.php:347
4157
  msgid "New Mexico"
4158
  msgstr "New Mexico"
4159
 
4160
+ #: ../lib/tribe-view-helpers.class.php:348
4161
  msgid "New York"
4162
  msgstr "New York"
4163
 
4164
+ #: ../lib/tribe-view-helpers.class.php:349
4165
  msgid "North Carolina"
4166
  msgstr "New York"
4167
 
4168
+ #: ../lib/tribe-view-helpers.class.php:350
4169
  msgid "North Dakota"
4170
  msgstr "North Dakota"
4171
 
4172
+ #: ../lib/tribe-view-helpers.class.php:351
4173
  msgid "Ohio"
4174
  msgstr "Ohio"
4175
 
4176
+ #: ../lib/tribe-view-helpers.class.php:352
4177
  msgid "Oklahoma"
4178
  msgstr "Oklahoma"
4179
 
4180
+ #: ../lib/tribe-view-helpers.class.php:353
4181
  msgid "Oregon"
4182
  msgstr "Oregon"
4183
 
4184
+ #: ../lib/tribe-view-helpers.class.php:354
4185
  msgid "Pennsylvania"
4186
  msgstr "Pennsylvania"
4187
 
4188
+ #: ../lib/tribe-view-helpers.class.php:355
4189
  msgid "Rhode Island"
4190
  msgstr "Rhode Island"
4191
 
4192
+ #: ../lib/tribe-view-helpers.class.php:356
4193
  msgid "South Carolina"
4194
  msgstr "South Carolina"
4195
 
4196
+ #: ../lib/tribe-view-helpers.class.php:357
4197
  msgid "South Dakota"
4198
  msgstr "South Dakota"
4199
 
4200
+ #: ../lib/tribe-view-helpers.class.php:358
4201
  msgid "Tennessee"
4202
  msgstr "Tennessee"
4203
 
4204
+ #: ../lib/tribe-view-helpers.class.php:359
4205
  msgid "Texas"
4206
  msgstr "Texas"
4207
 
4208
+ #: ../lib/tribe-view-helpers.class.php:360
4209
  msgid "Utah"
4210
  msgstr "Utah"
4211
 
4212
  # @ tribe-events-calendar
4213
+ #: ../lib/tribe-view-helpers.class.php:361
4214
  msgid "Vermont"
4215
  msgstr "Vermont"
4216
 
4217
+ #: ../lib/tribe-view-helpers.class.php:362
4218
  msgid "Virginia"
4219
  msgstr "Virginia"
4220
 
4221
+ #: ../lib/tribe-view-helpers.class.php:363
4222
  msgid "Washington"
4223
  msgstr "Washington"
4224
 
4225
+ #: ../lib/tribe-view-helpers.class.php:364
4226
  msgid "West Virginia"
4227
  msgstr "West Virginia"
4228
 
4229
+ #: ../lib/tribe-view-helpers.class.php:365
4230
  msgid "Wisconsin"
4231
  msgstr "Wisconsin"
4232
 
4233
  # @ tribe-events-calendar
4234
+ #: ../lib/tribe-view-helpers.class.php:366
4235
  msgid "Wyoming"
4236
  msgstr "Wyoming"
4237
 
4238
  # @ tribe-events-calendar
4239
+ #: ../lib/widget-list.class.php:26
4240
  msgid "A widget that displays upcoming events."
4241
  msgstr "Widget che visualizza eventi imminenti"
4242
 
4243
  # @ tribe-events-calendar
4244
+ #: ../lib/widget-list.class.php:34
4245
  msgid "Events List"
4246
  msgstr "Lista Eventi"
4247
 
4248
  # @ tribe-events-calendar
4249
  #
4250
+ #: ../lib/widget-list.class.php:162 ../public/template-tags/loop.php:129
4251
+ msgid "Upcoming Events"
4252
+ msgstr "Eventi imminenti"
4253
+
4254
+ # @ tribe-events-calendar
4255
+ #
4256
+ #: ../public/advanced-functions/meta.php:42
4257
+ #: ../public/advanced-functions/meta.php:74
4258
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:61
4259
  msgid "Start:"
4260
  msgstr "Inizio:"
4261
 
4262
+ #: ../public/advanced-functions/meta.php:51
4263
+ #: ../public/advanced-functions/meta.php:83
4264
+ #: ../views/modules/meta/details.php:41 ../views/modules/meta/details.php:66
4265
  msgid "End:"
4266
  msgstr "End:"
4267
 
4268
  # @ tribe-events-calendar
4269
+ #: ../public/advanced-functions/meta.php:62
4270
+ #: ../public/advanced-functions/meta.php:94
4271
+ #: ../views/modules/meta/details.php:51 ../views/modules/meta/details.php:76
4272
  msgid "Date:"
4273
  msgstr "Data:"
4274
 
4275
+ #: ../public/advanced-functions/meta.php:105
4276
+ #: ../public/advanced-functions/meta.php:116
4277
+ #: ../views/modules/meta/details.php:81
4278
  msgid "Time:"
4279
  msgstr "Ora:"
4280
 
4281
  # @ tribe-events-calendar
4282
+ #: ../public/advanced-functions/meta.php:329
4283
+ #: ../public/template-tags/google-map.php:44
4284
  msgid "Click to view a Google Map"
4285
  msgstr "Mostra Google Map:"
4286
 
4287
  # @ tribe-events-calendar
4288
+ #: ../public/advanced-functions/meta.php:330
4289
+ #: ../public/template-tags/google-map.php:45
4290
  msgid "+ Google Map"
4291
  msgstr "+ Google Map:"
4292
 
4293
  # @ tribe-events-calendar
4294
  #
4295
+ #: ../public/advanced-functions/meta.php:343
4296
  #: ../views/modules/meta/details.php:13
4297
  msgid "Details"
4298
  msgstr "Dettagli"
4299
 
4300
  # @ tribe-events-calendar
4301
  #
4302
+ #: ../public/advanced-functions/meta.php:403
4303
+ #: ../views/modules/meta/details.php:115
4304
  msgid "Event Tags:"
4305
  msgstr "Tag Evento:"
4306
 
4307
+ #: ../public/advanced-functions/meta.php:433
4308
  msgid "Origin:"
4309
  msgstr "Origin:"
4310
 
4311
  # @ tribe-events-calendar
4312
+ #: ../public/advanced-functions/meta.php:594
4313
  msgid "Event:"
4314
  msgstr "Evento:"
4315
 
4316
+ #: ../public/template-tags/day.php:103
4317
  msgid "<span>&laquo;</span> Previous Day"
4318
  msgstr "<span>&laquo;</span> Giorno precedente"
4319
 
4320
+ #: ../public/template-tags/day.php:105
4321
  msgid "Next Day <span>&raquo;</span>"
4322
  msgstr "Giorno successivo <span>&raquo;</span>"
4323
 
4324
+ #: ../public/template-tags/day.php:107
4325
  msgid "Yesterday"
4326
  msgstr "Ieri"
4327
 
4328
+ #: ../public/template-tags/day.php:109
4329
  msgid "Tomorrow"
4330
  msgstr "Domani"
4331
 
4332
  # @ tribe-events-calendar
4333
  #
4334
+ #: ../public/template-tags/deprecated.php:1283
4335
  msgid "Category"
4336
  msgstr "Categoria"
4337
 
4338
+ #: ../public/template-tags/general.php:385
4339
  msgid "Tags:"
4340
  msgstr "Tags:"
4341
 
4342
  # @ tribe-events-calendar
4343
+ #: ../public/template-tags/general.php:489
4344
  msgid "Loading Events"
4345
  msgstr "Caricamento Eventi"
4346
 
4347
+ #: ../public/template-tags/general.php:679
4348
  msgid "Free"
4349
  msgstr "Libero"
4350
 
4351
  # @ tribe-events-calendar
4352
+ #: ../public/template-tags/general.php:1336
4353
  #, php-format
4354
  msgid "Calendar powered by %sThe Events Calendar%s"
4355
  msgstr "Calendar powered by %sThe Events Calendar%s"
4356
 
4357
  # @ tribe-events-calendar
4358
+ #: ../public/template-tags/loop.php:134
4359
+ #, fuzzy, php-format
4360
+ msgid "Events for %1$s - %2$s"
4361
+ msgstr "Eventi per %s"
4362
+
4363
+ # @ tribe-events-calendar
4364
+ #: ../public/template-tags/loop.php:136
4365
+ msgid "Past Events"
4366
+ msgstr "Eventi passati"
4367
+
4368
+ # @ tribe-events-calendar
4369
+ #: ../public/template-tags/loop.php:141
4370
+ #, php-format
4371
+ msgid "Events for %s"
4372
+ msgstr "Eventi per %s"
4373
+
4374
+ # @ tribe-events-calendar
4375
+ #: ../public/template-tags/loop.php:148
4376
  msgid "Events for"
4377
  msgstr "Eventi per"
4378
 
4379
  # @ tribe-events-calendar
4380
+ #: ../public/template-tags/options.php:20
4381
  #, php-format
4382
  msgid "Your current Events URL is %s"
4383
  msgstr "Il tuo attuale URL per gli eventi è: %s"
4384
 
4385
+ #: ../public/template-tags/options.php:29
4386
  #, php-format
4387
  msgid ""
4388
  "You <strong>cannot</strong> use the same slug as above. The above should "
4391
  "Quanto sopra dovrebbe idealmente essere al plurale, e questo al singolare."
4392
  "<br />Il tuo URL per singolo evento è: %s"
4393
 
4394
+ #: ../views/day/nav.php:16
4395
  msgid "Day Navigation"
4396
  msgstr "Day Navigation"
4397
 
4398
+ #: ../views/day/single-event.php:74 ../views/list/single-event.php:80
4399
  msgid "Find out more"
4400
  msgstr "Per saperne di più"
4401
 
4402
+ #: ../views/list/nav.php:17
4403
  msgid "Events List Navigation"
4404
  msgstr "Events List Navigation"
4405
 
4406
+ #: ../views/list/nav.php:23
4407
  msgid "<span>&laquo;