The Events Calendar - Version 3.5

Version Description

  • Added fully responsive styles and functionality for all Events views! For an overview of the changes, see this blog post
  • Added javascript templating for use in tooltips and mobile views were needed
  • Updated Countdown widget styling to match TwentyEleven/TwentyTwelve/TwentyThirteen/TwentyFourteen theme styling
  • Fixed a responsive layout issue with the Classic Tribe Bar
  • Fixed a responsive layout issue with days not lining up properly in the Month view in TwentyFourteen
  • Fixed an issue where the address wasn't displaying properly in the single venue view
  • Fixed an issue where events can overlap the Date Picker in week view
  • Fixed a styling issue with the 'Cancel' button when creating tickets for an event
  • Fixed an issue where the 'View Calendar' link wasn't displaying correctly on the Event List page in the admin (thanks to Patti on the forums for reporting this!)
  • Fixed an issue where the
  • Fixed default view selector sync with available views checkboxes in settings admin
  • Removed javascript dependency on wp body class function in month view (big thanks to cooperinstitute at the PRO forums for this report!)
  • Fixed various issues with admin settings (with thanks to Grgory Viguier for reporting them!)
  • Fixed issue with unnecessary separator symbols in title output (thanks to Patti on the forums for her report here!)
  • Implemented various Help screen improvements
  • Fixed an issue affecting handling of sticky posts (thanks to bechster on the dot-org forums for the first report of this!)
  • Improved handling of categories to automatically include child categories (thanks to materdeiknights for the original report of this at the forums!)
  • Removed recurrence-related code unused by core
  • Fixed handling of errors when importing malformed CSV files
  • Fixed an issue where Venue & Organizer titles could be set to "Unnamed"
  • Fixed an issue where using a comma in the event cost field would disable the currency symbol from displaying (thanks to Bernhard for first reporting this over at the forums!)
  • Fixed a variety of untranslatable strings
  • Updated link to the Filter Bar plugin in the help tab
  • Added new Ukranian translation files, courtesy of Vasiliy
  • Added new Montenegrin translation files, courtesy of Sasa Vukovic
  • Added updated Norwegian Bokml translation files, courtesy of Morten Ruud
  • Added new Norwegian Nynorsk translation files, courtesy of Torbjrn Lauen
  • Added updated Romanian translation files, courtesy of Cosmin Vaman
  • Added updated German translation files by Oliver Heinrich
  • Added updated Brazilian Portuguese translation files courtesy of Emerson Marques
  • Added updated Dutch translation files courtesy of J.F.M. Cornelissen and Frans Pronk
  • Added updated French translation files from Laurent Proulx
Download this release

Release Info

Developer barry.hughes
Plugin Icon The Events Calendar
Version 3.5
Comparing to
See all releases

Code changes from version 3.4.1 to 3.5

admin-views/app-shop.php CHANGED
@@ -34,7 +34,7 @@
34
  <?php
35
  $category = $product->category;
36
  } ?>
37
- <div class="tribe-addon<?php if ( $i == 1) { echo ' first'; } ?>">
38
  <div class="thumb">
39
  <a href="<?php echo $product->permalink; ?>"><img src="<?php echo $product->featured_image_url; ?>" /></a>
40
  </div>
34
  <?php
35
  $category = $product->category;
36
  } ?>
37
+ <div class="tribe-addon<?php if ( $i == 1) { echo ' first tribe-clearfix'; } ?>">
38
  <div class="thumb">
39
  <a href="<?php echo $product->permalink; ?>"><img src="<?php echo $product->featured_image_url; ?>" /></a>
40
  </div>
admin-views/recurrence-dialog.php DELETED
@@ -1,26 +0,0 @@
1
- <?php
2
- /**
3
- * Recurrence dialogue box
4
- */
5
-
6
- // Don't load directly
7
- if ( !defined('ABSPATH') ) { die('-1'); }
8
- if ( empty( $recStart ) ) {
9
- $recStart = isset( $_REQUEST['eventDate'] ) ? $_REQUEST['eventDate'] : null;
10
- }
11
- ?>
12
- <div id="recurring-dialog" title="Saving Recurring Event" style="display: none;">
13
- <p><?php _e('Would you like to change only this instance of the event, or all future events in this series?','tribe-events-calendar'); ?></p>
14
- <ul>
15
- <li><strong><?php _e('Only This Event:','tribe-events-calendar'); ?></strong> <em><?php _e('All other future events in the series will remain the same.','tribe-events-calendar'); ?></em></li><br/>
16
- <li><strong><?php _e('All Events:','tribe-events-calendar'); ?></strong> <em><?php _e('All future events in the series will be changed. Any changes made to other events will be kept.','tribe-events-calendar'); ?></em></li>
17
- </ul>
18
- </div>
19
-
20
- <div id="deletion-dialog" title="Delete Recurring Event" style="display: none;" data-start="<?php echo (isset($recStart)) ? $recStart : '' ?>" data-post="<?php echo (isset($recPost)) ? $recPost : '' ?>">
21
- <p><?php _e('Would you like to delete only this instance of the event, or all future events in this series?','tribe-events-calendar'); ?></p>
22
- <ul>
23
- <li><strong><?php _e('Only This Event:','tribe-events-calendar'); ?></strong> <em><?php _e('All other future events in the series will not be deleted.','tribe-events-calendar'); ?></em></li><br/>
24
- <li><strong><?php _e('All Events:','tribe-events-calendar'); ?></strong> <em><?php _e('All future events in the series will be deleted.','tribe-events-calendar'); ?></em></li>
25
- </ul>
26
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin-views/tickets/meta-box.php CHANGED
@@ -179,11 +179,11 @@ $modules = TribeEventsTickets::modules();
179
  <td>
180
  <input type="hidden" name="ticket_id" id="ticket_id" class="ticket_field" value="" />
181
 
182
- <input type='button' id='ticket_form_save' name='ticket_form_save' value="Save this ticket"
183
  class="button-primary" />
184
 
185
  <input type='button' id='ticket_form_cancel' name='ticket_form_cancel' value="Cancel"
186
- class="button-highlighted" />
187
  </td>
188
  </tr>
189
 
179
  <td>
180
  <input type="hidden" name="ticket_id" id="ticket_id" class="ticket_field" value="" />
181
 
182
+ <input type='button' id='ticket_form_save' name='ticket_form_save' value="<?php _e( 'Save this ticket', 'tribe-events-calendar' ); ?>"
183
  class="button-primary" />
184
 
185
  <input type='button' id='ticket_form_cancel' name='ticket_form_cancel' value="Cancel"
186
+ class="button-secondary" />
187
  </td>
188
  </tr>
189
 
admin-views/tribe-options-help.php CHANGED
@@ -75,9 +75,9 @@ $premium_add_ons[] = array(
75
  );
76
 
77
  $premium_add_ons[] = array(
78
- 'title' => __('The Events Calendar: Filter Bar (coming early 2014)', 'tribe-events-calendar'),
79
- // 'link' => apply_filters('tribe_help_tab_wootickets_tribe_url', TribeEvents::$tribeUrl . 'shop/faceted-filters/' . $ga_query_string), // TODO make sure this link is correct
80
- );
81
  $premium_add_ons = (array) apply_filters( 'tribe_help_tab_premium_addons', $premium_add_ons ); // TODO should we replace this with an RSS feed??
82
 
83
 
@@ -173,7 +173,7 @@ $more_text = __('More...', 'tribe-events-calendar');
173
  <div class="star star-rating" style="width: <?php echo( $rating ); ?>px"></div>
174
  </div>
175
  <?php printf( _n('Based on %d rating', 'Based on %d ratings', $num_rating, 'tribe-events-calendar' ), $num_rating ); ?>
176
- <p><a href="<?php echo apply_filters('tribe_help_tab_wp_plugin_url', TribeEvents::WP_PLUGIN_URL); ?>"><?php _e('Give us 5 stars!', 'tribe-events-calendar'); ?></a></p>
177
  <?php } ?>
178
 
179
  <h3><?php _e('Premium Add-Ons', 'tribe-events-calendar'); ?></h3>
75
  );
76
 
77
  $premium_add_ons[] = array(
78
+ 'title' => __('The Events Calendar: Filter Bar', 'tribe-events-calendar'),
79
+ 'link' => apply_filters('tribe_help_tab_filterbar_tribe_url', 'http://m.tri.be/hu'),
80
+ );
81
  $premium_add_ons = (array) apply_filters( 'tribe_help_tab_premium_addons', $premium_add_ons ); // TODO should we replace this with an RSS feed??
82
 
83
 
173
  <div class="star star-rating" style="width: <?php echo( $rating ); ?>px"></div>
174
  </div>
175
  <?php printf( _n('Based on %d rating', 'Based on %d ratings', $num_rating, 'tribe-events-calendar' ), $num_rating ); ?>
176
+ <p><a href="<?php echo apply_filters( 'tribe_help_tab_wp_plugin_url', 'http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5' ); ?>"><?php _e('Give us 5 stars!', 'tribe-events-calendar'); ?></a></p>
177
  <?php } ?>
178
 
179
  <h3><?php _e('Premium Add-Ons', 'tribe-events-calendar'); ?></h3>
lang/tribe-events-calendar-de_DE.mo CHANGED
Binary file
lang/tribe-events-calendar-de_DE.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: The Events Calendar v3.3.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-07-02 11:27-0800\n"
6
- "PO-Revision-Date: 2014-01-18 13:10:24+0000\n"
7
  "Last-Translator: Thomas Butzek <ThomasButzek@live.de>\n"
8
  "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -221,7 +221,7 @@ msgid "Display Settings"
221
  msgstr "Darstellungsoptionen"
222
 
223
  #: admin-views/tribe-options-display.php:34
224
- #, fuzzy, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format
225
  #@ tribe-events-calendar
226
  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>"
227
  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 \\\"View\\\" erstellen wollen, nutzen Sie ein <a href=\"%s\">Beispiel View Plugin von Github</a></p>"
@@ -407,7 +407,7 @@ msgstr "Kommentare auf den Veranstaltungsseiten aktivieren."
407
  #: admin-views/tribe-options-general.php:88
408
  #@ tribe-events-calendar
409
  msgid "Include events in main blog loop"
410
- msgstr "Veranstaltungen im Blog Loob integrieren"
411
 
412
  #: admin-views/tribe-options-general.php:89
413
  #@ tribe-events-calendar
@@ -554,212 +554,186 @@ msgstr "Sie sind auf dem neuesten Stand!"
554
  msgid "The Events Calendar PRO"
555
  msgstr "Der Events Calendar PRO"
556
 
557
- #: admin-views/tribe-options-help.php:86
558
- #@ tribe-events-calendar
559
- msgid "Documentation"
560
- msgstr "Dokumentation"
561
-
562
- #: admin-views/tribe-options-help.php:90
563
- #@ tribe-events-calendar
564
- msgid "FAQ"
565
- msgstr "FAQ"
566
-
567
- #: admin-views/tribe-options-help.php:94
568
- #: lib/the-events-calendar.class.php:763
569
- #: lib/the-events-calendar.class.php:3959
570
- #: lib/the-events-calendar.class.php:4055
571
  #@ tribe-events-calendar
572
  msgid "Help"
573
  msgstr "Hilfe"
574
 
575
- #: admin-views/tribe-options-help.php:98
576
- #@ tribe-events-calendar
577
- msgid "Tutorials"
578
- msgstr "Tutorials"
579
-
580
- #: admin-views/tribe-options-help.php:102
581
- #@ tribe-events-calendar
582
- msgid "Release Notes"
583
- msgstr "Release Notes"
584
-
585
- #: admin-views/tribe-options-help.php:106
586
- #@ tribe-events-calendar
587
- msgid "Forums"
588
- msgstr "Foren"
589
-
590
- #: admin-views/tribe-options-help.php:114
591
  #@ tribe-events-calendar
592
  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:"
593
  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:"
594
 
595
- #: admin-views/tribe-options-help.php:117
596
  #, php-format
597
  #@ tribe-events-calendar
598
  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."
599
  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."
600
 
601
- #: admin-views/tribe-options-help.php:119
602
  #, php-format
603
  #@ tribe-events-calendar
604
  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."
605
  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."
606
 
607
- #: admin-views/tribe-options-help.php:121
608
  #, php-format
609
  #@ tribe-events-calendar
610
  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."
611
  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."
612
 
613
- #: admin-views/tribe-options-help.php:123
614
  #@ tribe-events-calendar
615
  msgid "Otherwise, if you're feeling adventurous, you can get started by heading to the Events menu and adding your first event."
616
  msgstr "Wenn Sie direkt durchstarten möchten, können Sie jetzt im Veranstaltungen Menü Ihre erste Veranstaltungen erstellen."
617
 
618
- #: admin-views/tribe-options-help.php:127
619
  #, php-format
620
  #@ tribe-events-calendar
621
  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:"
622
  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:"
623
 
624
- #: admin-views/tribe-options-help.php:129
625
  #, php-format
626
  #@ tribe-events-calendar
627
  msgid "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar &amp; Events Calendar PRO"
628
  msgstr "%sTemplate tags, Funktionen und Hooks & Filter%s für \\\" The Events Calendar &amp; Events Calendar PRO\\\""
629
 
630
- #: admin-views/tribe-options-help.php:131
631
  #, php-format
632
  #@ tribe-events-calendar
633
  msgid "%sFrequently Asked Questions%s ranging from the most basic setup questions to advanced themer tweaks"
634
  msgstr "%sFrequently Asked Questions%s für die Basis Setup Fragen für Anpassungen von Themes."
635
 
636
- #: admin-views/tribe-options-help.php:133
637
  #, php-format
638
  #@ tribe-events-calendar
639
  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."
640
  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."
641
 
642
- #: admin-views/tribe-options-help.php:135
643
  #@ tribe-events-calendar
644
  msgid "Release notes for painting an overall picture of the plugin's lifecycle and when features/bug fixes were introduced."
645
  msgstr "Release Notes mit einer Übersicht über den Plugin Lifecylce und wann neue Features / Bug Fixes umgesetzt wurden."
646
 
647
- #: admin-views/tribe-options-help.php:137
648
  #, php-format
649
  #@ tribe-events-calendar
650
  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)"
651
  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)"
652
 
653
- #: admin-views/tribe-options-help.php:139
654
  #, php-format
655
  #@ tribe-events-calendar
656
  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."
657
  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."
658
 
659
- #: admin-views/tribe-options-help.php:143
660
  #, php-format
661
  #@ tribe-events-calendar
662
  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."
663
  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."
664
 
665
- #: admin-views/tribe-options-help.php:144
666
  #, php-format
667
  #@ tribe-events-calendar
668
  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."
669
  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."
670
 
671
- #: admin-views/tribe-options-help.php:145
672
  #@ tribe-events-calendar
673
  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."
674
  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."
675
 
676
- #: admin-views/tribe-options-help.php:146
677
  #, php-format
678
  #@ tribe-events-calendar
679
  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."
680
  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."
681
 
682
- #: admin-views/tribe-options-help.php:150
683
- #, fuzzy, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format
684
  #@ tribe-events-calendar
685
  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."
686
  msgstr "Wenn Sie nicht die benötigte Hilfe bekommen, 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."
687
 
688
- #: admin-views/tribe-options-help.php:151
689
  #@ tribe-events-calendar
690
  msgid "More..."
691
  msgstr "Mehr..."
692
 
693
- #: admin-views/tribe-options-help.php:159
694
  #@ tribe-events-calendar
695
  msgid "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much for installing our labor of love!"
696
  msgstr "Hallo! Wir sind Modern Tribe. Vielen Dank für die Installation!"
697
 
698
- #: admin-views/tribe-options-help.php:165
699
  #@ tribe-events-calendar
700
  msgid "Getting Started"
701
  msgstr "Schnellstart"
702
 
703
- #: admin-views/tribe-options-help.php:168
704
  #, fuzzy
705
  #@ tribe-events-calendar
706
  msgid "Support Resources To Help You Kick Ass"
707
  msgstr "Support Unterlagen"
708
 
709
- #: admin-views/tribe-options-help.php:171
710
  #, fuzzy
711
  #@ tribe-events-calendar
712
  msgid "Forums: Because Everyone Needs A Buddy"
713
  msgstr "Foren: Weil jeder Freunde braucht"
714
 
715
- #: admin-views/tribe-options-help.php:174
716
  #@ tribe-events-calendar
717
  msgid "Not getting help?"
718
  msgstr "Keine Hilfe gefunden?"
719
 
720
- #: admin-views/tribe-options-help.php:186
721
- #: lib/the-events-calendar.class.php:510
722
  #: lib/tribe-settings.class.php:135
723
  #@ tribe-events-calendar
724
  msgid "The Events Calendar"
725
  msgstr "Veranstaltungskalender"
726
 
727
- #: admin-views/tribe-options-help.php:190
728
  #@ tribe-events-calendar
729
  msgid "Latest Version:"
730
  msgstr "Neueste Version:"
731
 
732
- #: admin-views/tribe-options-help.php:191
733
  #@ tribe-events-calendar
734
  msgid "Author:"
735
  msgstr "Autor:"
736
 
737
- #: admin-views/tribe-options-help.php:191
738
  #@ tribe-events-calendar
739
  msgid "Modern Tribe Inc"
740
  msgstr "Modern Tribe Inc"
741
 
742
- #: admin-views/tribe-options-help.php:192
743
  #@ tribe-events-calendar
744
  msgid "Requires:"
745
  msgstr "Benötigt:"
746
 
747
- #: admin-views/tribe-options-help.php:192
748
  #@ tribe-events-calendar
749
  msgid "WordPress "
750
  msgstr "WordPress "
751
 
752
- #: admin-views/tribe-options-help.php:193
753
  #@ tribe-events-calendar
754
  msgid "Wordpress.org Plugin Page"
755
  msgstr "Wordpress.org Plugin Seite"
756
 
757
- #: admin-views/tribe-options-help.php:198
758
  #@ tribe-events-calendar
759
  msgid "Average Rating"
760
  msgstr "Durchschnittliche Bewertung"
761
 
762
- #: admin-views/tribe-options-help.php:202
763
  #, php-format
764
  #@ tribe-events-calendar
765
  msgid "Based on %d rating"
@@ -767,22 +741,22 @@ msgid_plural "Based on %d ratings"
767
  msgstr[0] "Basierend auf %d Bewertung"
768
  msgstr[1] "Basierend auf %d Bewertungen"
769
 
770
- #: admin-views/tribe-options-help.php:203
771
  #@ tribe-events-calendar
772
  msgid "Give us 5 stars!"
773
  msgstr "Geben Sie uns 5 Sterne!"
774
 
775
- #: admin-views/tribe-options-help.php:206
776
  #@ tribe-events-calendar
777
  msgid "Premium Add-Ons"
778
  msgstr "Premium Add-Ons"
779
 
780
- #: admin-views/tribe-options-help.php:212
781
  #@ tribe-events-calendar
782
  msgid "(Coming Soon!)"
783
  msgstr "(erscheint bald)"
784
 
785
- #: admin-views/tribe-options-help.php:219
786
  #@ tribe-events-calendar
787
  msgid "News and Tutorials"
788
  msgstr "News und Tutorials"
@@ -1050,679 +1024,679 @@ msgstr "Verkaufsende:"
1050
  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."
1051
  msgstr "Wann soll der Kartenverkauf stattfinden? Wenn kein Verkaufsstart/ -ende festgelegt wird, werden Karten von jetzt bis zum Veranstaltungsende angeboten."
1052
 
1053
- #: lib/the-events-calendar.class.php:515
1054
  #@ tribe-events-calendar
1055
  msgid "month"
1056
  msgstr "Monat"
1057
 
1058
- #: lib/the-events-calendar.class.php:516
1059
  #@ tribe-events-calendar
1060
  msgid "upcoming"
1061
  msgstr "anstehend"
1062
 
1063
- #: lib/the-events-calendar.class.php:517
1064
  #@ tribe-events-calendar
1065
  msgid "past"
1066
  msgstr "vergangen"
1067
 
1068
- #: lib/the-events-calendar.class.php:519
1069
  #@ tribe-events-calendar
1070
  msgid "venue"
1071
  msgstr "Ort"
1072
 
1073
- #: lib/the-events-calendar.class.php:529
1074
  #, php-format
1075
  #@ tribe-events-calendar
1076
  msgid "Initializing Tribe Events on %s"
1077
  msgstr "Tribe Events wird eingerichtet für %s"
1078
 
1079
- #: lib/the-events-calendar.class.php:642
1080
  #, php-format
1081
  #@ tribe-events-calendar
1082
  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"
1083
  msgstr "Ihre Version des Events Calendar ist nicht aktuell genug, um dieses Add-On zu nutzen. Bitte %supdaten Sie jetzt%s."
1084
 
1085
- #: lib/the-events-calendar.class.php:659
1086
- #, fuzzy, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format
1087
  #@ tribe-events-calendar
1088
  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?"
1089
  msgstr "Die folgenden Plugins sind veraltet: <b>%s</b>. Bitte %supdateen Sie jetzt%s. Alle Erweiterungen sind mit dem Events Calendar verbunden und funktionieren nicht richtig, wenn die Versionen nicht zusammenpassen. %sWollen Sie eine ältere Version nutzen%s?"
1090
 
1091
- #: lib/the-events-calendar.class.php:723
1092
- #: lib/the-events-calendar.class.php:758
1093
  #: lib/the-events-calendar.class.php:760
 
1094
  #@ tribe-events-calendar
1095
  msgid "Licenses"
1096
  msgstr "Lizenzen"
1097
 
1098
- #: lib/the-events-calendar.class.php:727
1099
  #, php-format
1100
  #@ tribe-events-calendar
1101
  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>"
1102
  msgstr "<p>Der Lizenzschlüssel von %s, den Sie 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 Sie sehen, eine rote Meldung, dass Ihre Schlüssel nicht gültig ist oder aus installiert sind, gehen Sie zu <a href=\"%s\" target=\"_blank\">%s</a> Ihre Installationen zu verwalten oder zu erneuern / aktualisieren Sie Ihre Lizenz.</p><p>Kein Update obwohl der Schüssel passt? In WordPress, gehen Sie zu <a href=\"%s\">Dashboard > Updates</a> und klicken \"Erneut prüfen\".</p>"
1103
 
1104
- #: lib/the-events-calendar.class.php:750
1105
  #@ tribe-events-calendar
1106
  msgid "General"
1107
  msgstr "Allgemein"
1108
 
1109
- #: lib/the-events-calendar.class.php:751
1110
  #@ tribe-events-calendar
1111
  msgid "Display"
1112
  msgstr "Darstellung"
1113
 
1114
- #: lib/the-events-calendar.class.php:802
1115
  #, php-format
1116
  #@ tribe-events-calendar
1117
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
1118
  msgstr "Das The Events Calendar Plugin erfordert WordPress Version %s oder h&ouml;her. Bitte aktualisieren Sie Ihre WordPress-Installation entsprechend, bevor Sie fortfahren."
1119
 
1120
- #: lib/the-events-calendar.class.php:805
1121
  #, php-format
1122
  #@ tribe-events-calendar
1123
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
1124
  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."
1125
 
1126
- #: lib/the-events-calendar.class.php:1020
1127
- #: lib/widget-list.class.php:169
1128
  #: public/template-tags/loop.php:138
1129
  #@ tribe-events-calendar
1130
  msgid "Upcoming Events"
1131
  msgstr "Anstehende Veranstaltungen"
1132
 
1133
- #: lib/the-events-calendar.class.php:1023
1134
  #: public/template-tags/loop.php:168
1135
  #@ tribe-events-calendar
1136
  msgid "Past Events"
1137
  msgstr "Vergangene Veranstaltungen"
1138
 
1139
- #: lib/the-events-calendar.class.php:1028
1140
- #: lib/the-events-calendar.class.php:1035
1141
  #: public/template-tags/loop.php:173
1142
  #, php-format
1143
  #@ tribe-events-calendar
1144
  msgid "Events for %s"
1145
  msgstr "Veranstaltungen für %s"
1146
 
1147
- #: lib/the-events-calendar.class.php:1030
1148
  #@ tribe-events-calendar
1149
  msgid "Events this month"
1150
  msgstr "Veranstaltungen diesen Monat"
1151
 
1152
- #: lib/the-events-calendar.class.php:1042
1153
  #, php-format
1154
  #@ tribe-events-calendar
1155
  msgid "Events at %s"
1156
  msgstr "Veranstaltungen im %s"
1157
 
1158
- #: lib/the-events-calendar.class.php:1061
1159
  #@ tribe-events-calendar
1160
  msgid "No description has been entered for this event."
1161
  msgstr "Für diese Veranstaltung wurde keine Beschreibung eingetragen."
1162
 
1163
- #: lib/the-events-calendar.class.php:1323
1164
  #@ tribe-events-calendar
1165
  msgid "category"
1166
  msgstr "Kategorie"
1167
 
1168
- #: lib/the-events-calendar.class.php:1333
1169
  #@ tribe-events-calendar
1170
  msgid "tag"
1171
  msgstr "Tag"
1172
 
1173
  #: lib/io/csv/admin-views/import.php:47
1174
- #: lib/the-events-calendar.class.php:1360
1175
- #: lib/the-events-calendar.class.php:3889
1176
- #: lib/the-events-calendar.class.php:3950
1177
  #@ tribe-events-calendar
1178
  msgid "Events"
1179
  msgstr "Veranstaltungen"
1180
 
1181
- #: lib/the-events-calendar.class.php:1361
1182
  #@ tribe-events-calendar
1183
  msgid "Event"
1184
  msgstr "Veranstaltung"
1185
 
1186
- #: lib/the-events-calendar.class.php:1362
1187
- #: lib/the-events-calendar.class.php:1375
1188
- #: lib/the-events-calendar.class.php:1388
1189
  #@ tribe-events-calendar
1190
  msgid "Add New"
1191
  msgstr "Hinzufügen"
1192
 
1193
- #: lib/the-events-calendar.class.php:1363
1194
  #@ tribe-events-calendar
1195
  msgid "Add New Event"
1196
  msgstr "Neue Veranstaltung hinzufügen"
1197
 
1198
- #: lib/the-events-calendar.class.php:1364
1199
  #@ tribe-events-calendar
1200
  msgid "Edit Event"
1201
  msgstr "Veranstaltung bearbeiten"
1202
 
1203
- #: lib/the-events-calendar.class.php:1365
1204
  #@ tribe-events-calendar
1205
  msgid "New Event"
1206
  msgstr "Neue Veranstaltung"
1207
 
1208
- #: lib/the-events-calendar.class.php:1366
1209
  #@ tribe-events-calendar
1210
  msgid "View Event"
1211
  msgstr "Veranstaltung ansehen"
1212
 
1213
- #: lib/the-events-calendar.class.php:1367
1214
  #@ tribe-events-calendar
1215
  msgid "Search Events"
1216
  msgstr "Veranstaltungen suchen"
1217
 
1218
- #: lib/the-events-calendar.class.php:1368
1219
  #@ tribe-events-calendar
1220
  msgid "No events found"
1221
  msgstr "Es wurden keine Veranstaltungen gefunden"
1222
 
1223
- #: lib/the-events-calendar.class.php:1369
1224
  #@ tribe-events-calendar
1225
  msgid "No events found in Trash"
1226
  msgstr "Es befinden sich keine Veranstaltungen im Papierkorb"
1227
 
1228
  #: lib/io/csv/admin-views/import.php:45
1229
- #: lib/the-events-calendar.class.php:1373
1230
- #: lib/the-events-calendar.class.php:1485
1231
  #@ tribe-events-calendar
1232
  msgid "Venues"
1233
  msgstr "Veranstaltungsorte"
1234
 
1235
- #: lib/the-events-calendar.class.php:1374
1236
  #: public/advanced-functions/meta.php:381
1237
  #: views/tickets/email.php:343
1238
  #@ tribe-events-calendar
1239
  msgid "Venue"
1240
  msgstr "Veranstaltungsort"
1241
 
1242
- #: lib/the-events-calendar.class.php:1376
1243
  #@ tribe-events-calendar
1244
  msgid "Add New Venue"
1245
  msgstr "Neuen Veranstaltungsort hinzufügen"
1246
 
1247
- #: lib/the-events-calendar.class.php:1377
1248
  #@ tribe-events-calendar
1249
  msgid "Edit Venue"
1250
  msgstr "Veranstaltungsort bearbeiten"
1251
 
1252
- #: lib/the-events-calendar.class.php:1378
1253
  #@ tribe-events-calendar
1254
  msgid "New Venue"
1255
  msgstr "Neuer Veranstaltungsort"
1256
 
1257
- #: lib/the-events-calendar.class.php:1379
1258
  #@ tribe-events-calendar
1259
  msgid "View Venue"
1260
  msgstr "Veranstaltungsort anzeigen"
1261
 
1262
- #: lib/the-events-calendar.class.php:1380
1263
  #@ tribe-events-calendar
1264
  msgid "Search Venues"
1265
  msgstr "Veranstaltungsorte suchen"
1266
 
1267
- #: lib/the-events-calendar.class.php:1381
1268
  #@ tribe-events-calendar
1269
  msgid "No venue found"
1270
  msgstr "Es wurde kein Veranstaltungsort gefunden"
1271
 
1272
- #: lib/the-events-calendar.class.php:1382
1273
  #@ tribe-events-calendar
1274
  msgid "No venues found in Trash"
1275
  msgstr "Es befinden sich keine Veranstaltungsorte im Papierkorb"
1276
 
1277
  #: lib/io/csv/admin-views/import.php:46
1278
- #: lib/the-events-calendar.class.php:1386
1279
- #: lib/the-events-calendar.class.php:1486
1280
  #@ tribe-events-calendar
1281
  msgid "Organizers"
1282
  msgstr "Veranstalter"
1283
 
1284
- #: lib/the-events-calendar.class.php:1387
1285
  #: public/advanced-functions/meta.php:443
1286
  #: views/tickets/email.php:362
1287
  #@ tribe-events-calendar
1288
  msgid "Organizer"
1289
  msgstr "Veranstalter"
1290
 
1291
- #: lib/the-events-calendar.class.php:1389
1292
  #@ tribe-events-calendar
1293
  msgid "Add New Organizer"
1294
  msgstr "Neuen Veranstalter hinzufügen"
1295
 
1296
- #: lib/the-events-calendar.class.php:1390
1297
  #@ tribe-events-calendar
1298
  msgid "Edit Organizer"
1299
  msgstr "Veranstalter bearbeiten"
1300
 
1301
- #: lib/the-events-calendar.class.php:1391
1302
  #@ tribe-events-calendar
1303
  msgid "New Organizer"
1304
  msgstr "Neuer Veranstalter"
1305
 
1306
- #: lib/the-events-calendar.class.php:1392
1307
  #@ tribe-events-calendar
1308
  msgid "View Organizer"
1309
  msgstr "Veranstalter ansehen"
1310
 
1311
- #: lib/the-events-calendar.class.php:1393
1312
  #@ tribe-events-calendar
1313
  msgid "Search Organizers"
1314
  msgstr "Veranstalter suchen"
1315
 
1316
- #: lib/the-events-calendar.class.php:1394
1317
  #@ tribe-events-calendar
1318
  msgid "No organizer found"
1319
  msgstr "Es wurde kein Veranstalter gefunden"
1320
 
1321
- #: lib/the-events-calendar.class.php:1395
1322
  #@ tribe-events-calendar
1323
  msgid "No organizers found in Trash"
1324
  msgstr "Es befinden sich keine Veranstalter im Papierkorb"
1325
 
1326
- #: lib/the-events-calendar.class.php:1399
1327
  #: lib/tribe-admin-events-list.class.php:226
1328
  #@ tribe-events-calendar
1329
  msgid "Event Categories"
1330
  msgstr "Veranstalt.-Kategorien"
1331
 
1332
- #: lib/the-events-calendar.class.php:1401
1333
  #@ tribe-events-calendar
1334
  msgid "Search Event Categories"
1335
  msgstr "Veranstaltungskategorien suchen"
1336
 
1337
- #: lib/the-events-calendar.class.php:1402
1338
  #@ tribe-events-calendar
1339
  msgid "All Event Categories"
1340
  msgstr "Alle Veranstaltungskategorien"
1341
 
1342
- #: lib/the-events-calendar.class.php:1403
1343
  #@ tribe-events-calendar
1344
  msgid "Parent Event Category"
1345
  msgstr "Übergeordnete Veranstaltungskategorie"
1346
 
1347
- #: lib/the-events-calendar.class.php:1404
1348
  #@ tribe-events-calendar
1349
  msgid "Parent Event Category:"
1350
  msgstr "Übergeordnete Veranstaltungskategorie:"
1351
 
1352
- #: lib/the-events-calendar.class.php:1405
1353
  #@ tribe-events-calendar
1354
  msgid "Edit Event Category"
1355
  msgstr "Veranstaltungskategorie bearbeiten"
1356
 
1357
- #: lib/the-events-calendar.class.php:1406
1358
  #@ tribe-events-calendar
1359
  msgid "Update Event Category"
1360
  msgstr "Veranstaltungskategorie aktualisieren"
1361
 
1362
- #: lib/the-events-calendar.class.php:1407
1363
  #@ tribe-events-calendar
1364
  msgid "Add New Event Category"
1365
  msgstr "Neue Veranstaltungskategorie hinzufügen"
1366
 
1367
- #: lib/the-events-calendar.class.php:1408
1368
  #@ tribe-events-calendar
1369
  msgid "New Event Category Name"
1370
  msgstr "Neuer Veranstaltungskategorie-Name"
1371
 
1372
- #: lib/the-events-calendar.class.php:1424
1373
  #, php-format
1374
  #@ tribe-events-calendar
1375
  msgid "Event updated. <a href=\"%s\">View event</a>"
1376
  msgstr "Veranstaltung aktualisiert. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
1377
 
1378
- #: lib/the-events-calendar.class.php:1425
1379
- #: lib/the-events-calendar.class.php:1442
1380
- #: lib/the-events-calendar.class.php:1459
1381
  #@ tribe-events-calendar
1382
  msgid "Custom field updated."
1383
  msgstr "Benutzerdefiniertes Feld aktualisiert."
1384
 
1385
- #: lib/the-events-calendar.class.php:1426
1386
- #: lib/the-events-calendar.class.php:1443
1387
- #: lib/the-events-calendar.class.php:1460
1388
  #@ tribe-events-calendar
1389
  msgid "Custom field deleted."
1390
  msgstr "Benutzerdefiniertes Feld gel&ouml;scht."
1391
 
1392
- #: lib/the-events-calendar.class.php:1427
1393
  #@ tribe-events-calendar
1394
  msgid "Event updated."
1395
  msgstr "Veranstaltung aktualisiert."
1396
 
1397
  #. translators: %s: date and time of the revision
1398
- #: lib/the-events-calendar.class.php:1429
1399
  #, php-format
1400
  #@ tribe-events-calendar
1401
  msgid "Event restored to revision from %s"
1402
  msgstr "Veranstaltung wiederhergestellt mit der Revision von %s"
1403
 
1404
- #: lib/the-events-calendar.class.php:1430
1405
  #, php-format
1406
  #@ tribe-events-calendar
1407
  msgid "Event published. <a href=\"%s\">View event</a>"
1408
  msgstr "Veranstaltung ver&ouml;ffentlicht. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
1409
 
1410
- #: lib/the-events-calendar.class.php:1431
1411
  #@ tribe-events-calendar
1412
  msgid "Event saved."
1413
  msgstr "Veranstaltung gespeichert."
1414
 
1415
- #: lib/the-events-calendar.class.php:1432
1416
  #, php-format
1417
  #@ tribe-events-calendar
1418
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1419
  msgstr "Veranstaltung hinzugefügt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1420
 
1421
- #: lib/the-events-calendar.class.php:1433
1422
  #, php-format
1423
  #@ tribe-events-calendar
1424
  msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
1425
  msgstr "Veranstaltung geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Vorschau</a>"
1426
 
1427
- #: lib/the-events-calendar.class.php:1435
1428
- #: lib/the-events-calendar.class.php:1452
1429
- #: lib/the-events-calendar.class.php:1469
1430
  #@ tribe-events-calendar
1431
  msgid "M j, Y @ G:i"
1432
  msgstr "M j, Y @ G:i"
1433
 
1434
- #: lib/the-events-calendar.class.php:1436
1435
  #, php-format
1436
  #@ tribe-events-calendar
1437
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1438
  msgstr "Veranstaltungsentwurf aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1439
 
1440
- #: lib/the-events-calendar.class.php:1441
1441
  #, php-format
1442
  #@ tribe-events-calendar
1443
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
1444
  msgstr "Veranstaltungsort aktualisiert. <a href=\"%s\">Diesen Ort ansehen</a>"
1445
 
1446
- #: lib/the-events-calendar.class.php:1444
1447
  #@ tribe-events-calendar
1448
  msgid "Venue updated."
1449
  msgstr "Veranstaltungsort aktualisiert."
1450
 
1451
  #. translators: %s: date and time of the revision
1452
- #: lib/the-events-calendar.class.php:1446
1453
  #, php-format
1454
  #@ tribe-events-calendar
1455
  msgid "Venue restored to revision from %s"
1456
  msgstr "Veranstaltungsort wiederhergestellt mit der Revision von %s"
1457
 
1458
- #: lib/the-events-calendar.class.php:1447
1459
  #, php-format
1460
  #@ tribe-events-calendar
1461
  msgid "Venue published. <a href=\"%s\">View venue</a>"
1462
  msgstr "Veranstaltungsort ver&ouml;ffentlicht. <a href=\"%s\">Diesen Ort ansehen</a>"
1463
 
1464
- #: lib/the-events-calendar.class.php:1448
1465
  #@ tribe-events-calendar
1466
  msgid "Venue saved."
1467
  msgstr "Veranstaltungsort gespeichert."
1468
 
1469
- #: lib/the-events-calendar.class.php:1449
1470
  #, php-format
1471
  #@ tribe-events-calendar
1472
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1473
  msgstr "Veranstaltungsort hinzugef&uuml;gt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1474
 
1475
- #: lib/the-events-calendar.class.php:1450
1476
  #, php-format
1477
  #@ tribe-events-calendar
1478
  msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
1479
  msgstr "Veranstaltungsort geplant f&uuml;r: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Vorschau</a>"
1480
 
1481
- #: lib/the-events-calendar.class.php:1453
1482
  #, php-format
1483
  #@ tribe-events-calendar
1484
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1485
  msgstr "Entwurf des Veranstaltungsortes aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1486
 
1487
- #: lib/the-events-calendar.class.php:1458
1488
  #, php-format
1489
  #@ tribe-events-calendar
1490
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1491
  msgstr "Veranstalter aktualisiert. <a href=\"%s\">Diesen Veranstalter ansehen</a>"
1492
 
1493
- #: lib/the-events-calendar.class.php:1461
1494
  #@ tribe-events-calendar
1495
  msgid "Organizer updated."
1496
  msgstr "Veranstalter aktualisiert."
1497
 
1498
  #. translators: %s: date and time of the revision
1499
- #: lib/the-events-calendar.class.php:1463
1500
  #, php-format
1501
  #@ tribe-events-calendar
1502
  msgid "Organizer restored to revision from %s"
1503
  msgstr "Veranstalter wiederhergestellt mit der Revision von %s"
1504
 
1505
- #: lib/the-events-calendar.class.php:1464
1506
  #, php-format
1507
  #@ tribe-events-calendar
1508
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1509
  msgstr "Veranstalter publiziert. <a href=\"%s\">Diesen Veranstalter ansehen</a>"
1510
 
1511
- #: lib/the-events-calendar.class.php:1465
1512
  #@ tribe-events-calendar
1513
  msgid "Organizer saved."
1514
  msgstr "Veranstalter gespeichert."
1515
 
1516
- #: lib/the-events-calendar.class.php:1466
1517
  #, php-format
1518
  #@ tribe-events-calendar
1519
  msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1520
  msgstr "Veranstalter hinzugefügt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1521
 
1522
- #: lib/the-events-calendar.class.php:1467
1523
  #, php-format
1524
  #@ tribe-events-calendar
1525
  msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
1526
  msgstr "Veranstalter geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Vorschau</a>"
1527
 
1528
- #: lib/the-events-calendar.class.php:1470
1529
  #, php-format
1530
  #@ tribe-events-calendar
1531
  msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1532
  msgstr "Entwurf des Veranstalters aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1533
 
1534
- #: lib/the-events-calendar.class.php:1511
1535
  #@ tribe-events-calendar
1536
  msgid "Use Saved Venue:"
1537
  msgstr "Gespeicherte Veranstaltungsorte:"
1538
 
1539
- #: lib/the-events-calendar.class.php:1540
1540
  #@ tribe-events-calendar
1541
  msgid "Use Saved Organizer:"
1542
  msgstr "Gespeicherter Veranstalter:"
1543
 
1544
- #: lib/the-events-calendar.class.php:1580
1545
  #@ tribe-events-calendar
1546
  msgid "Use New Venue"
1547
  msgstr "Veranstaltungsort wählen ..."
1548
 
1549
- #: lib/the-events-calendar.class.php:1582
1550
  #@ tribe-events-calendar
1551
  msgid "My Venues"
1552
  msgstr "Meine Veranstaltungsorte"
1553
 
1554
- #: lib/the-events-calendar.class.php:1587
1555
  #@ tribe-events-calendar
1556
  msgid "Available Venues"
1557
  msgstr "Verfügbare Veranstaltungsorte"
1558
 
1559
- #: lib/the-events-calendar.class.php:1598
1560
  #@ tribe-events-calendar
1561
  msgid "No saved venue exists."
1562
  msgstr "Keine gespeicherten Veranstaltungsorte"
1563
 
1564
- #: lib/the-events-calendar.class.php:1637
1565
  #@ tribe-events-calendar
1566
  msgid "Use New Organizer"
1567
  msgstr "Veranstalter wählen ..."
1568
 
1569
- #: lib/the-events-calendar.class.php:1639
1570
  #@ tribe-events-calendar
1571
  msgid "My Organizers"
1572
  msgstr "Meine Veranstalter"
1573
 
1574
- #: lib/the-events-calendar.class.php:1644
1575
  #@ tribe-events-calendar
1576
  msgid "Available Organizers"
1577
  msgstr "Verfügbare Veranstalter"
1578
 
1579
- #: lib/the-events-calendar.class.php:1655
1580
  #@ tribe-events-calendar
1581
  msgid "No saved organizer exists."
1582
  msgstr "Keine gespeicherten Veranstalter"
1583
 
1584
- #: lib/the-events-calendar.class.php:1782
1585
  #@ tribe-events-calendar
1586
  msgid "Next"
1587
  msgstr "Nächste"
1588
 
1589
- #: lib/the-events-calendar.class.php:1783
1590
  #@ tribe-events-calendar
1591
  msgid "Prev"
1592
  msgstr "Vorherige"
1593
 
1594
- #: lib/the-events-calendar.class.php:1784
1595
  #@ tribe-events-calendar
1596
  msgid "Today"
1597
  msgstr "Heute"
1598
 
1599
- #: lib/the-events-calendar.class.php:1785
1600
  #@ tribe-events-calendar
1601
  msgid "Done"
1602
  msgstr "Erledigt"
1603
 
1604
- #: lib/the-events-calendar.class.php:1994
1605
  #@ tribe-events-calendar
1606
  msgid "Network"
1607
  msgstr "Netzwerk"
1608
 
1609
- #: lib/the-events-calendar.class.php:2938
1610
  #@ tribe-events-calendar
1611
  msgid "Unnamed Venue"
1612
  msgstr "Unbenannter Veranstaltungsort"
1613
 
1614
- #: lib/the-events-calendar.class.php:3028
1615
  #@ tribe-events-calendar
1616
  msgid "Unnamed Organizer"
1617
  msgstr "Unbenannter Veranstalter"
1618
 
1619
- #: lib/the-events-calendar.class.php:3534
1620
  #@ tribe-events-calendar
1621
  msgid "Event Options"
1622
  msgstr "Veranstaltungsoptionen"
1623
 
1624
- #: lib/the-events-calendar.class.php:3536
1625
  #@ tribe-events-calendar
1626
  msgid "Venue Information"
1627
  msgstr "Informationen zum Veranstaltungsort"
1628
 
1629
- #: lib/the-events-calendar.class.php:3541
1630
  #@ tribe-events-calendar
1631
  msgid "Organizer Information"
1632
  msgstr "Informationen zum Veranstalter"
1633
 
1634
- #: lib/the-events-calendar.class.php:3738
1635
  #@ tribe-events-calendar
1636
  msgid "Support"
1637
  msgstr "Unterstützung"
1638
 
1639
- #: lib/the-events-calendar.class.php:3741
1640
  #@ tribe-events-calendar
1641
  msgid "View All Add-Ons"
1642
  msgstr "Alle Erweiterungen (Add-Ons) ansehen"
1643
 
1644
- #: lib/the-events-calendar.class.php:3758
1645
  #@ tribe-events-calendar
1646
  msgid "News from Modern Tribe"
1647
  msgstr "Neues von Modern Tribe"
1648
 
1649
- #: lib/the-events-calendar.class.php:3839
1650
  #@ tribe-events-calendar
1651
  msgid "Additional Functionality"
1652
  msgstr "Erweiterte Funktionalität"
1653
 
1654
- #: lib/the-events-calendar.class.php:3844
1655
  #@ tribe-events-calendar
1656
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
1657
  msgstr "Benötigen Sie weitere Funktionen inklusive wiederkehrende Veranstaltungen, Kartenverkauf, Öffentliche Veranstaltungserstellung, neue Ansichten und mehr?"
1658
 
1659
- #: lib/the-events-calendar.class.php:3844
1660
  #, php-format
1661
  #@ tribe-events-calendar
1662
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1663
  msgstr "Nutzen Sie unsere <a href=\"%s\">Veranstaltungserweiterungen</a>."
1664
 
1665
- #: lib/the-events-calendar.class.php:3916
1666
- #: lib/the-events-calendar.class.php:4007
1667
  #@ tribe-events-calendar
1668
  msgid "View Calendar"
1669
  msgstr "Kalenderansicht"
1670
 
1671
- #: lib/the-events-calendar.class.php:3924
1672
  #@ tribe-events-calendar
1673
  msgid "Add Event"
1674
  msgstr "Veranstaltung erstellen"
1675
 
1676
- #: lib/the-events-calendar.class.php:3933
1677
  #@ tribe-events-calendar
1678
  msgid "Edit Events"
1679
  msgstr "Veranstaltungen bearbeiten"
1680
 
1681
- #: lib/the-events-calendar.class.php:3942
1682
- #: lib/the-events-calendar.class.php:4043
1683
  #: lib/tribe-settings.class.php:164
1684
  #@ tribe-events-calendar
1685
  msgid "Settings"
1686
  msgstr "Einstellungen"
1687
 
1688
- #: lib/the-events-calendar.class.php:3978
1689
  #, php-format
1690
  #@ tribe-events-calendar
1691
  msgid "Welcome to The Events Calendar! Your events calendar can be found at %s. To change the events slug, visit %sEvents -> Settings%s."
1692
  msgstr "Willkommen bei \"The Events Calendar\"! Ihre Veranstaltungskalender finden Sie hier: %s Um die Veranstaltungsoptionen zu verändern gehen Sie zu %sVeranstaltunngen -> Einstellungen%s."
1693
 
1694
- #: lib/the-events-calendar.class.php:4044
1695
  #@ tribe-events-calendar
1696
  msgid "Calendar"
1697
  msgstr "Kalender"
1698
 
1699
- #: lib/the-events-calendar.class.php:4129
1700
  #@ tribe-events-calendar
1701
  msgid "List"
1702
  msgstr "Liste"
1703
 
1704
- #: lib/the-events-calendar.class.php:4140
1705
  #@ tribe-events-calendar
1706
  msgid "Month"
1707
  msgstr "Monat"
1708
 
1709
- #: lib/the-events-calendar.class.php:4181
1710
- #: lib/the-events-calendar.class.php:4193
1711
  #@ tribe-events-calendar
1712
  msgid "Date"
1713
  msgstr "Datum"
1714
 
1715
- #: lib/the-events-calendar.class.php:4184
1716
  #@ tribe-events-calendar
1717
  msgid "Events In"
1718
  msgstr "Veranstaltungen am"
1719
 
1720
- #: lib/the-events-calendar.class.php:4186
1721
  #@ tribe-events-calendar
1722
  msgid "Events From"
1723
  msgstr "Veranstaltungen am"
1724
 
1725
- #: lib/the-events-calendar.class.php:4374
1726
  #: views/list/nav.php:23
1727
  #: views/list/nav.php:29
1728
  #: views/list/nav.php:32
@@ -1730,7 +1704,7 @@ msgstr "Veranstaltungen am"
1730
  msgid "&laquo; Previous Events"
1731
  msgstr "&laquo; Vorherige Veranstaltungen"
1732
 
1733
- #: lib/the-events-calendar.class.php:4375
1734
  #: views/list/nav.php:41
1735
  #: views/list/nav.php:44
1736
  #: views/list/nav.php:50
@@ -3511,12 +3485,12 @@ msgstr "Ein Widget, dass die nächsten Veranstaltungen anzeigt."
3511
  msgid "Events List"
3512
  msgstr "Veranstaltungsliste"
3513
 
3514
- #: lib/widget-list.class.php:124
3515
  #@ tribe-events-calendar
3516
  msgid "View All Events"
3517
  msgstr "Alle Veranstaltungen ansehen"
3518
 
3519
- #: lib/widget-list.class.php:127
3520
  #@ tribe-events-calendar
3521
  msgid "There are no upcoming events at this time."
3522
  msgstr "Es gibt derzeit keine anstehenden Veranstaltungen."
@@ -3721,22 +3695,22 @@ msgstr "Tags:"
3721
  msgid "Loading Events"
3722
  msgstr "Veranstaltungen laden"
3723
 
3724
- #: public/template-tags/general.php:567
3725
  #@ tribe-events-calendar
3726
  msgid "Free"
3727
  msgstr "Eintritt frei"
3728
 
3729
- #: public/template-tags/general.php:753
3730
  #@ tribe-events-calendar
3731
  msgid "Recurring Event"
3732
  msgstr "Wiederkehrene Veranstaltung"
3733
 
3734
- #: public/template-tags/general.php:756
3735
  #@ tribe-events-calendar
3736
  msgid "(See all)"
3737
  msgstr "(Alle anzeigen)"
3738
 
3739
- #: public/template-tags/general.php:1068
3740
  #, php-format
3741
  #@ tribe-events-calendar
3742
  msgid "Calendar powered by %sThe Events Calendar%s"
@@ -4146,8 +4120,8 @@ msgstr "Konnte %s nicht speichern."
4146
  msgid "There were no results found."
4147
  msgstr "Es wurden keine Ergebnisse gefunden."
4148
 
4149
- #: lib/the-events-calendar.class.php:3504
4150
- #: lib/the-events-calendar.class.php:3521
4151
  #@ tribe-events-calendar
4152
  msgid "Date out of range."
4153
  msgstr "Datum außerhalb des Bereichs."
@@ -4176,13 +4150,13 @@ msgstr "Keine anstehenden Veranstaltungen unter %s. Prüfen Sie die anstehenden
4176
  msgid "No matching events listed under %s. Check out upcoming events for this category or view the full calendar."
4177
  msgstr "Keine übereinstimmenden Veranstaltungen unter %s. Prüfen Sie die anstehenden Veranstaltungen für diese Kategorie oder wählen Sie den gesamten Kalender."
4178
 
4179
- #: lib/tribe-templates.class.php:501
4180
  #, php-format
4181
  #@ tribe-events-calendar
4182
  msgid "Template overrides should be moved to the correct subdirectory: %s"
4183
  msgstr "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: %s"
4184
 
4185
- #: lib/tribe-templates.class.php:542
4186
  #, php-format
4187
  #@ tribe-events-calendar
4188
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
@@ -4197,7 +4171,7 @@ msgstr "Zeit:"
4197
  #. gettext fix: identical singular and plural forms found, that may be ambiguous! Please check the code!
4198
  #: public/template-tags/general.php:278
4199
  #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
4200
- #: lib/the-events-calendar.class.php:1400
4201
  #@ {bug-detected}
4202
  #@ tribe-events-calendar
4203
  msgid "Event Category"
@@ -4325,13 +4299,226 @@ msgstr "Eine Spalte in der CSV-Datei muss den Veranstaltungstitel enthalten, ein
4325
  msgid "Questions? <a href=\"%s\">Watch the video</a>."
4326
  msgstr "Fragen? <a href=\"%s\">Schauen Sie das Video an</a>."
4327
 
4328
- #: lib/the-events-calendar.class.php:4159
4329
- #@ tribe-events-calendar
4330
- msgid "Find"
4331
- msgstr "Finde"
4332
-
4333
- #: lib/the-events-calendar.class.php:4161
4334
- #@ tribe-events-calendar
4335
- msgid "Search key"
4336
- msgstr "Suchbegriff"
4337
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: The Events Calendar v3.4.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-07-02 11:27-0800\n"
6
+ "PO-Revision-Date: 2014-02-11 10:35:41+0000\n"
7
  "Last-Translator: Thomas Butzek <ThomasButzek@live.de>\n"
8
  "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
9
  "MIME-Version: 1.0\n"
221
  msgstr "Darstellungsoptionen"
222
 
223
  #: admin-views/tribe-options-display.php:34
224
+ #, fuzzy, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format
225
  #@ tribe-events-calendar
226
  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>"
227
  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 \\\"View\\\" erstellen wollen, nutzen Sie ein <a href=\"%s\">Beispiel View Plugin von Github</a></p>"
407
  #: admin-views/tribe-options-general.php:88
408
  #@ tribe-events-calendar
409
  msgid "Include events in main blog loop"
410
+ msgstr "Veranstaltungen in Blog Loop integrieren (Veranstaltungen werden zusammen mit den normalen Artikel angezeigt)"
411
 
412
  #: admin-views/tribe-options-general.php:89
413
  #@ tribe-events-calendar
554
  msgid "The Events Calendar PRO"
555
  msgstr "Der Events Calendar PRO"
556
 
557
+ #: lib/the-events-calendar.class.php:765
558
+ #: lib/the-events-calendar.class.php:4000
559
+ #: lib/the-events-calendar.class.php:4096
 
 
 
 
 
 
 
 
 
 
 
560
  #@ tribe-events-calendar
561
  msgid "Help"
562
  msgstr "Hilfe"
563
 
564
+ #: admin-views/tribe-options-help.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
  #@ tribe-events-calendar
566
  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:"
567
  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:"
568
 
569
+ #: admin-views/tribe-options-help.php:90
570
  #, php-format
571
  #@ tribe-events-calendar
572
  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."
573
  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."
574
 
575
+ #: admin-views/tribe-options-help.php:92
576
  #, php-format
577
  #@ tribe-events-calendar
578
  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."
579
  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."
580
 
581
+ #: admin-views/tribe-options-help.php:94
582
  #, php-format
583
  #@ tribe-events-calendar
584
  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."
585
  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."
586
 
587
+ #: admin-views/tribe-options-help.php:96
588
  #@ tribe-events-calendar
589
  msgid "Otherwise, if you're feeling adventurous, you can get started by heading to the Events menu and adding your first event."
590
  msgstr "Wenn Sie direkt durchstarten möchten, können Sie jetzt im Veranstaltungen Menü Ihre erste Veranstaltungen erstellen."
591
 
592
+ #: admin-views/tribe-options-help.php:100
593
  #, php-format
594
  #@ tribe-events-calendar
595
  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:"
596
  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:"
597
 
598
+ #: admin-views/tribe-options-help.php:102
599
  #, php-format
600
  #@ tribe-events-calendar
601
  msgid "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar &amp; Events Calendar PRO"
602
  msgstr "%sTemplate tags, Funktionen und Hooks & Filter%s für \\\" The Events Calendar &amp; Events Calendar PRO\\\""
603
 
604
+ #: admin-views/tribe-options-help.php:104
605
  #, php-format
606
  #@ tribe-events-calendar
607
  msgid "%sFrequently Asked Questions%s ranging from the most basic setup questions to advanced themer tweaks"
608
  msgstr "%sFrequently Asked Questions%s für die Basis Setup Fragen für Anpassungen von Themes."
609
 
610
+ #: admin-views/tribe-options-help.php:106
611
  #, php-format
612
  #@ tribe-events-calendar
613
  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."
614
  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."
615
 
616
+ #: admin-views/tribe-options-help.php:108
617
  #@ tribe-events-calendar
618
  msgid "Release notes for painting an overall picture of the plugin's lifecycle and when features/bug fixes were introduced."
619
  msgstr "Release Notes mit einer Übersicht über den Plugin Lifecylce und wann neue Features / Bug Fixes umgesetzt wurden."
620
 
621
+ #: admin-views/tribe-options-help.php:110
622
  #, php-format
623
  #@ tribe-events-calendar
624
  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)"
625
  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)"
626
 
627
+ #: admin-views/tribe-options-help.php:112
628
  #, php-format
629
  #@ tribe-events-calendar
630
  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."
631
  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."
632
 
633
+ #: admin-views/tribe-options-help.php:116
634
  #, php-format
635
  #@ tribe-events-calendar
636
  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."
637
  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."
638
 
639
+ #: admin-views/tribe-options-help.php:117
640
  #, php-format
641
  #@ tribe-events-calendar
642
  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."
643
  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."
644
 
645
+ #: admin-views/tribe-options-help.php:118
646
  #@ tribe-events-calendar
647
  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."
648
  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."
649
 
650
+ #: admin-views/tribe-options-help.php:119
651
  #, php-format
652
  #@ tribe-events-calendar
653
  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."
654
  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."
655
 
656
+ #: admin-views/tribe-options-help.php:123
657
+ #, fuzzy, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format
658
  #@ tribe-events-calendar
659
  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."
660
  msgstr "Wenn Sie nicht die benötigte Hilfe bekommen, 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."
661
 
662
+ #: admin-views/tribe-options-help.php:124
663
  #@ tribe-events-calendar
664
  msgid "More..."
665
  msgstr "Mehr..."
666
 
667
+ #: admin-views/tribe-options-help.php:132
668
  #@ tribe-events-calendar
669
  msgid "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much for installing our labor of love!"
670
  msgstr "Hallo! Wir sind Modern Tribe. Vielen Dank für die Installation!"
671
 
672
+ #: admin-views/tribe-options-help.php:138
673
  #@ tribe-events-calendar
674
  msgid "Getting Started"
675
  msgstr "Schnellstart"
676
 
677
+ #: admin-views/tribe-options-help.php:141
678
  #, fuzzy
679
  #@ tribe-events-calendar
680
  msgid "Support Resources To Help You Kick Ass"
681
  msgstr "Support Unterlagen"
682
 
683
+ #: admin-views/tribe-options-help.php:144
684
  #, fuzzy
685
  #@ tribe-events-calendar
686
  msgid "Forums: Because Everyone Needs A Buddy"
687
  msgstr "Foren: Weil jeder Freunde braucht"
688
 
689
+ #: admin-views/tribe-options-help.php:147
690
  #@ tribe-events-calendar
691
  msgid "Not getting help?"
692
  msgstr "Keine Hilfe gefunden?"
693
 
694
+ #: admin-views/tribe-options-help.php:159
695
+ #: lib/the-events-calendar.class.php:512
696
  #: lib/tribe-settings.class.php:135
697
  #@ tribe-events-calendar
698
  msgid "The Events Calendar"
699
  msgstr "Veranstaltungskalender"
700
 
701
+ #: admin-views/tribe-options-help.php:163
702
  #@ tribe-events-calendar
703
  msgid "Latest Version:"
704
  msgstr "Neueste Version:"
705
 
706
+ #: admin-views/tribe-options-help.php:164
707
  #@ tribe-events-calendar
708
  msgid "Author:"
709
  msgstr "Autor:"
710
 
711
+ #: admin-views/tribe-options-help.php:164
712
  #@ tribe-events-calendar
713
  msgid "Modern Tribe Inc"
714
  msgstr "Modern Tribe Inc"
715
 
716
+ #: admin-views/tribe-options-help.php:165
717
  #@ tribe-events-calendar
718
  msgid "Requires:"
719
  msgstr "Benötigt:"
720
 
721
+ #: admin-views/tribe-options-help.php:165
722
  #@ tribe-events-calendar
723
  msgid "WordPress "
724
  msgstr "WordPress "
725
 
726
+ #: admin-views/tribe-options-help.php:166
727
  #@ tribe-events-calendar
728
  msgid "Wordpress.org Plugin Page"
729
  msgstr "Wordpress.org Plugin Seite"
730
 
731
+ #: admin-views/tribe-options-help.php:171
732
  #@ tribe-events-calendar
733
  msgid "Average Rating"
734
  msgstr "Durchschnittliche Bewertung"
735
 
736
+ #: admin-views/tribe-options-help.php:175
737
  #, php-format
738
  #@ tribe-events-calendar
739
  msgid "Based on %d rating"
741
  msgstr[0] "Basierend auf %d Bewertung"
742
  msgstr[1] "Basierend auf %d Bewertungen"
743
 
744
+ #: admin-views/tribe-options-help.php:176
745
  #@ tribe-events-calendar
746
  msgid "Give us 5 stars!"
747
  msgstr "Geben Sie uns 5 Sterne!"
748
 
749
+ #: admin-views/tribe-options-help.php:179
750
  #@ tribe-events-calendar
751
  msgid "Premium Add-Ons"
752
  msgstr "Premium Add-Ons"
753
 
754
+ #: admin-views/tribe-options-help.php:185
755
  #@ tribe-events-calendar
756
  msgid "(Coming Soon!)"
757
  msgstr "(erscheint bald)"
758
 
759
+ #: admin-views/tribe-options-help.php:192
760
  #@ tribe-events-calendar
761
  msgid "News and Tutorials"
762
  msgstr "News und Tutorials"
1024
  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."
1025
  msgstr "Wann soll der Kartenverkauf stattfinden? Wenn kein Verkaufsstart/ -ende festgelegt wird, werden Karten von jetzt bis zum Veranstaltungsende angeboten."
1026
 
1027
+ #: lib/the-events-calendar.class.php:517
1028
  #@ tribe-events-calendar
1029
  msgid "month"
1030
  msgstr "Monat"
1031
 
1032
+ #: lib/the-events-calendar.class.php:518
1033
  #@ tribe-events-calendar
1034
  msgid "upcoming"
1035
  msgstr "anstehend"
1036
 
1037
+ #: lib/the-events-calendar.class.php:519
1038
  #@ tribe-events-calendar
1039
  msgid "past"
1040
  msgstr "vergangen"
1041
 
1042
+ #: lib/the-events-calendar.class.php:521
1043
  #@ tribe-events-calendar
1044
  msgid "venue"
1045
  msgstr "Ort"
1046
 
1047
+ #: lib/the-events-calendar.class.php:531
1048
  #, php-format
1049
  #@ tribe-events-calendar
1050
  msgid "Initializing Tribe Events on %s"
1051
  msgstr "Tribe Events wird eingerichtet für %s"
1052
 
1053
+ #: lib/the-events-calendar.class.php:644
1054
  #, php-format
1055
  #@ tribe-events-calendar
1056
  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"
1057
  msgstr "Ihre Version des Events Calendar ist nicht aktuell genug, um dieses Add-On zu nutzen. Bitte %supdaten Sie jetzt%s."
1058
 
1059
+ #: lib/the-events-calendar.class.php:661
1060
+ #, fuzzy, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format, php-format
1061
  #@ tribe-events-calendar
1062
  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?"
1063
  msgstr "Die folgenden Plugins sind veraltet: <b>%s</b>. Bitte %supdateen Sie jetzt%s. Alle Erweiterungen sind mit dem Events Calendar verbunden und funktionieren nicht richtig, wenn die Versionen nicht zusammenpassen. %sWollen Sie eine ältere Version nutzen%s?"
1064
 
1065
+ #: lib/the-events-calendar.class.php:725
 
1066
  #: lib/the-events-calendar.class.php:760
1067
+ #: lib/the-events-calendar.class.php:762
1068
  #@ tribe-events-calendar
1069
  msgid "Licenses"
1070
  msgstr "Lizenzen"
1071
 
1072
+ #: lib/the-events-calendar.class.php:729
1073
  #, php-format
1074
  #@ tribe-events-calendar
1075
  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>"
1076
  msgstr "<p>Der Lizenzschlüssel von %s, den Sie 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 Sie sehen, eine rote Meldung, dass Ihre Schlüssel nicht gültig ist oder aus installiert sind, gehen Sie zu <a href=\"%s\" target=\"_blank\">%s</a> Ihre Installationen zu verwalten oder zu erneuern / aktualisieren Sie Ihre Lizenz.</p><p>Kein Update obwohl der Schüssel passt? In WordPress, gehen Sie zu <a href=\"%s\">Dashboard > Updates</a> und klicken \"Erneut prüfen\".</p>"
1077
 
1078
+ #: lib/the-events-calendar.class.php:752
1079
  #@ tribe-events-calendar
1080
  msgid "General"
1081
  msgstr "Allgemein"
1082
 
1083
+ #: lib/the-events-calendar.class.php:753
1084
  #@ tribe-events-calendar
1085
  msgid "Display"
1086
  msgstr "Darstellung"
1087
 
1088
+ #: lib/the-events-calendar.class.php:804
1089
  #, php-format
1090
  #@ tribe-events-calendar
1091
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
1092
  msgstr "Das The Events Calendar Plugin erfordert WordPress Version %s oder h&ouml;her. Bitte aktualisieren Sie Ihre WordPress-Installation entsprechend, bevor Sie fortfahren."
1093
 
1094
+ #: lib/the-events-calendar.class.php:807
1095
  #, php-format
1096
  #@ tribe-events-calendar
1097
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
1098
  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."
1099
 
1100
+ #: lib/the-events-calendar.class.php:1022
1101
+ #: lib/widget-list.class.php:180
1102
  #: public/template-tags/loop.php:138
1103
  #@ tribe-events-calendar
1104
  msgid "Upcoming Events"
1105
  msgstr "Anstehende Veranstaltungen"
1106
 
1107
+ #: lib/the-events-calendar.class.php:1025
1108
  #: public/template-tags/loop.php:168
1109
  #@ tribe-events-calendar
1110
  msgid "Past Events"
1111
  msgstr "Vergangene Veranstaltungen"
1112
 
1113
+ #: lib/the-events-calendar.class.php:1030
1114
+ #: lib/the-events-calendar.class.php:1037
1115
  #: public/template-tags/loop.php:173
1116
  #, php-format
1117
  #@ tribe-events-calendar
1118
  msgid "Events for %s"
1119
  msgstr "Veranstaltungen für %s"
1120
 
1121
+ #: lib/the-events-calendar.class.php:1032
1122
  #@ tribe-events-calendar
1123
  msgid "Events this month"
1124
  msgstr "Veranstaltungen diesen Monat"
1125
 
1126
+ #: lib/the-events-calendar.class.php:1044
1127
  #, php-format
1128
  #@ tribe-events-calendar
1129
  msgid "Events at %s"
1130
  msgstr "Veranstaltungen im %s"
1131
 
1132
+ #: lib/the-events-calendar.class.php:1063
1133
  #@ tribe-events-calendar
1134
  msgid "No description has been entered for this event."
1135
  msgstr "Für diese Veranstaltung wurde keine Beschreibung eingetragen."
1136
 
1137
+ #: lib/the-events-calendar.class.php:1325
1138
  #@ tribe-events-calendar
1139
  msgid "category"
1140
  msgstr "Kategorie"
1141
 
1142
+ #: lib/the-events-calendar.class.php:1335
1143
  #@ tribe-events-calendar
1144
  msgid "tag"
1145
  msgstr "Tag"
1146
 
1147
  #: lib/io/csv/admin-views/import.php:47
1148
+ #: lib/the-events-calendar.class.php:1362
1149
+ #: lib/the-events-calendar.class.php:3930
1150
+ #: lib/the-events-calendar.class.php:3991
1151
  #@ tribe-events-calendar
1152
  msgid "Events"
1153
  msgstr "Veranstaltungen"
1154
 
1155
+ #: lib/the-events-calendar.class.php:1363
1156
  #@ tribe-events-calendar
1157
  msgid "Event"
1158
  msgstr "Veranstaltung"
1159
 
1160
+ #: lib/the-events-calendar.class.php:1364
1161
+ #: lib/the-events-calendar.class.php:1377
1162
+ #: lib/the-events-calendar.class.php:1390
1163
  #@ tribe-events-calendar
1164
  msgid "Add New"
1165
  msgstr "Hinzufügen"
1166
 
1167
+ #: lib/the-events-calendar.class.php:1365
1168
  #@ tribe-events-calendar
1169
  msgid "Add New Event"
1170
  msgstr "Neue Veranstaltung hinzufügen"
1171
 
1172
+ #: lib/the-events-calendar.class.php:1366
1173
  #@ tribe-events-calendar
1174
  msgid "Edit Event"
1175
  msgstr "Veranstaltung bearbeiten"
1176
 
1177
+ #: lib/the-events-calendar.class.php:1367
1178
  #@ tribe-events-calendar
1179
  msgid "New Event"
1180
  msgstr "Neue Veranstaltung"
1181
 
1182
+ #: lib/the-events-calendar.class.php:1368
1183
  #@ tribe-events-calendar
1184
  msgid "View Event"
1185
  msgstr "Veranstaltung ansehen"
1186
 
1187
+ #: lib/the-events-calendar.class.php:1369
1188
  #@ tribe-events-calendar
1189
  msgid "Search Events"
1190
  msgstr "Veranstaltungen suchen"
1191
 
1192
+ #: lib/the-events-calendar.class.php:1370
1193
  #@ tribe-events-calendar
1194
  msgid "No events found"
1195
  msgstr "Es wurden keine Veranstaltungen gefunden"
1196
 
1197
+ #: lib/the-events-calendar.class.php:1371
1198
  #@ tribe-events-calendar
1199
  msgid "No events found in Trash"
1200
  msgstr "Es befinden sich keine Veranstaltungen im Papierkorb"
1201
 
1202
  #: lib/io/csv/admin-views/import.php:45
1203
+ #: lib/the-events-calendar.class.php:1375
1204
+ #: lib/the-events-calendar.class.php:1487
1205
  #@ tribe-events-calendar
1206
  msgid "Venues"
1207
  msgstr "Veranstaltungsorte"
1208
 
1209
+ #: lib/the-events-calendar.class.php:1376
1210
  #: public/advanced-functions/meta.php:381
1211
  #: views/tickets/email.php:343
1212
  #@ tribe-events-calendar
1213
  msgid "Venue"
1214
  msgstr "Veranstaltungsort"
1215
 
1216
+ #: lib/the-events-calendar.class.php:1378
1217
  #@ tribe-events-calendar
1218
  msgid "Add New Venue"
1219
  msgstr "Neuen Veranstaltungsort hinzufügen"
1220
 
1221
+ #: lib/the-events-calendar.class.php:1379
1222
  #@ tribe-events-calendar
1223
  msgid "Edit Venue"
1224
  msgstr "Veranstaltungsort bearbeiten"
1225
 
1226
+ #: lib/the-events-calendar.class.php:1380
1227
  #@ tribe-events-calendar
1228
  msgid "New Venue"
1229
  msgstr "Neuer Veranstaltungsort"
1230
 
1231
+ #: lib/the-events-calendar.class.php:1381
1232
  #@ tribe-events-calendar
1233
  msgid "View Venue"
1234
  msgstr "Veranstaltungsort anzeigen"
1235
 
1236
+ #: lib/the-events-calendar.class.php:1382
1237
  #@ tribe-events-calendar
1238
  msgid "Search Venues"
1239
  msgstr "Veranstaltungsorte suchen"
1240
 
1241
+ #: lib/the-events-calendar.class.php:1383
1242
  #@ tribe-events-calendar
1243
  msgid "No venue found"
1244
  msgstr "Es wurde kein Veranstaltungsort gefunden"
1245
 
1246
+ #: lib/the-events-calendar.class.php:1384
1247
  #@ tribe-events-calendar
1248
  msgid "No venues found in Trash"
1249
  msgstr "Es befinden sich keine Veranstaltungsorte im Papierkorb"
1250
 
1251
  #: lib/io/csv/admin-views/import.php:46
1252
+ #: lib/the-events-calendar.class.php:1388
1253
+ #: lib/the-events-calendar.class.php:1488
1254
  #@ tribe-events-calendar
1255
  msgid "Organizers"
1256
  msgstr "Veranstalter"
1257
 
1258
+ #: lib/the-events-calendar.class.php:1389
1259
  #: public/advanced-functions/meta.php:443
1260
  #: views/tickets/email.php:362
1261
  #@ tribe-events-calendar
1262
  msgid "Organizer"
1263
  msgstr "Veranstalter"
1264
 
1265
+ #: lib/the-events-calendar.class.php:1391
1266
  #@ tribe-events-calendar
1267
  msgid "Add New Organizer"
1268
  msgstr "Neuen Veranstalter hinzufügen"
1269
 
1270
+ #: lib/the-events-calendar.class.php:1392
1271
  #@ tribe-events-calendar
1272
  msgid "Edit Organizer"
1273
  msgstr "Veranstalter bearbeiten"
1274
 
1275
+ #: lib/the-events-calendar.class.php:1393
1276
  #@ tribe-events-calendar
1277
  msgid "New Organizer"
1278
  msgstr "Neuer Veranstalter"
1279
 
1280
+ #: lib/the-events-calendar.class.php:1394
1281
  #@ tribe-events-calendar
1282
  msgid "View Organizer"
1283
  msgstr "Veranstalter ansehen"
1284
 
1285
+ #: lib/the-events-calendar.class.php:1395
1286
  #@ tribe-events-calendar
1287
  msgid "Search Organizers"
1288
  msgstr "Veranstalter suchen"
1289
 
1290
+ #: lib/the-events-calendar.class.php:1396
1291
  #@ tribe-events-calendar
1292
  msgid "No organizer found"
1293
  msgstr "Es wurde kein Veranstalter gefunden"
1294
 
1295
+ #: lib/the-events-calendar.class.php:1397
1296
  #@ tribe-events-calendar
1297
  msgid "No organizers found in Trash"
1298
  msgstr "Es befinden sich keine Veranstalter im Papierkorb"
1299
 
1300
+ #: lib/the-events-calendar.class.php:1401
1301
  #: lib/tribe-admin-events-list.class.php:226
1302
  #@ tribe-events-calendar
1303
  msgid "Event Categories"
1304
  msgstr "Veranstalt.-Kategorien"
1305
 
1306
+ #: lib/the-events-calendar.class.php:1403
1307
  #@ tribe-events-calendar
1308
  msgid "Search Event Categories"
1309
  msgstr "Veranstaltungskategorien suchen"
1310
 
1311
+ #: lib/the-events-calendar.class.php:1404
1312
  #@ tribe-events-calendar
1313
  msgid "All Event Categories"
1314
  msgstr "Alle Veranstaltungskategorien"
1315
 
1316
+ #: lib/the-events-calendar.class.php:1405
1317
  #@ tribe-events-calendar
1318
  msgid "Parent Event Category"
1319
  msgstr "Übergeordnete Veranstaltungskategorie"
1320
 
1321
+ #: lib/the-events-calendar.class.php:1406
1322
  #@ tribe-events-calendar
1323
  msgid "Parent Event Category:"
1324
  msgstr "Übergeordnete Veranstaltungskategorie:"
1325
 
1326
+ #: lib/the-events-calendar.class.php:1407
1327
  #@ tribe-events-calendar
1328
  msgid "Edit Event Category"
1329
  msgstr "Veranstaltungskategorie bearbeiten"
1330
 
1331
+ #: lib/the-events-calendar.class.php:1408
1332
  #@ tribe-events-calendar
1333
  msgid "Update Event Category"
1334
  msgstr "Veranstaltungskategorie aktualisieren"
1335
 
1336
+ #: lib/the-events-calendar.class.php:1409
1337
  #@ tribe-events-calendar
1338
  msgid "Add New Event Category"
1339
  msgstr "Neue Veranstaltungskategorie hinzufügen"
1340
 
1341
+ #: lib/the-events-calendar.class.php:1410
1342
  #@ tribe-events-calendar
1343
  msgid "New Event Category Name"
1344
  msgstr "Neuer Veranstaltungskategorie-Name"
1345
 
1346
+ #: lib/the-events-calendar.class.php:1426
1347
  #, php-format
1348
  #@ tribe-events-calendar
1349
  msgid "Event updated. <a href=\"%s\">View event</a>"
1350
  msgstr "Veranstaltung aktualisiert. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
1351
 
1352
+ #: lib/the-events-calendar.class.php:1427
1353
+ #: lib/the-events-calendar.class.php:1444
1354
+ #: lib/the-events-calendar.class.php:1461
1355
  #@ tribe-events-calendar
1356
  msgid "Custom field updated."
1357
  msgstr "Benutzerdefiniertes Feld aktualisiert."
1358
 
1359
+ #: lib/the-events-calendar.class.php:1428
1360
+ #: lib/the-events-calendar.class.php:1445
1361
+ #: lib/the-events-calendar.class.php:1462
1362
  #@ tribe-events-calendar
1363
  msgid "Custom field deleted."
1364
  msgstr "Benutzerdefiniertes Feld gel&ouml;scht."
1365
 
1366
+ #: lib/the-events-calendar.class.php:1429
1367
  #@ tribe-events-calendar
1368
  msgid "Event updated."
1369
  msgstr "Veranstaltung aktualisiert."
1370
 
1371
  #. translators: %s: date and time of the revision
1372
+ #: lib/the-events-calendar.class.php:1431
1373
  #, php-format
1374
  #@ tribe-events-calendar
1375
  msgid "Event restored to revision from %s"
1376
  msgstr "Veranstaltung wiederhergestellt mit der Revision von %s"
1377
 
1378
+ #: lib/the-events-calendar.class.php:1432
1379
  #, php-format
1380
  #@ tribe-events-calendar
1381
  msgid "Event published. <a href=\"%s\">View event</a>"
1382
  msgstr "Veranstaltung ver&ouml;ffentlicht. <a href=\"%s\">Diese Veranstaltung ansehen</a>"
1383
 
1384
+ #: lib/the-events-calendar.class.php:1433
1385
  #@ tribe-events-calendar
1386
  msgid "Event saved."
1387
  msgstr "Veranstaltung gespeichert."
1388
 
1389
+ #: lib/the-events-calendar.class.php:1434
1390
  #, php-format
1391
  #@ tribe-events-calendar
1392
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1393
  msgstr "Veranstaltung hinzugefügt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1394
 
1395
+ #: lib/the-events-calendar.class.php:1435
1396
  #, php-format
1397
  #@ tribe-events-calendar
1398
  msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
1399
  msgstr "Veranstaltung geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Vorschau</a>"
1400
 
1401
+ #: lib/the-events-calendar.class.php:1437
1402
+ #: lib/the-events-calendar.class.php:1454
1403
+ #: lib/the-events-calendar.class.php:1471
1404
  #@ tribe-events-calendar
1405
  msgid "M j, Y @ G:i"
1406
  msgstr "M j, Y @ G:i"
1407
 
1408
+ #: lib/the-events-calendar.class.php:1438
1409
  #, php-format
1410
  #@ tribe-events-calendar
1411
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1412
  msgstr "Veranstaltungsentwurf aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1413
 
1414
+ #: lib/the-events-calendar.class.php:1443
1415
  #, php-format
1416
  #@ tribe-events-calendar
1417
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
1418
  msgstr "Veranstaltungsort aktualisiert. <a href=\"%s\">Diesen Ort ansehen</a>"
1419
 
1420
+ #: lib/the-events-calendar.class.php:1446
1421
  #@ tribe-events-calendar
1422
  msgid "Venue updated."
1423
  msgstr "Veranstaltungsort aktualisiert."
1424
 
1425
  #. translators: %s: date and time of the revision
1426
+ #: lib/the-events-calendar.class.php:1448
1427
  #, php-format
1428
  #@ tribe-events-calendar
1429
  msgid "Venue restored to revision from %s"
1430
  msgstr "Veranstaltungsort wiederhergestellt mit der Revision von %s"
1431
 
1432
+ #: lib/the-events-calendar.class.php:1449
1433
  #, php-format
1434
  #@ tribe-events-calendar
1435
  msgid "Venue published. <a href=\"%s\">View venue</a>"
1436
  msgstr "Veranstaltungsort ver&ouml;ffentlicht. <a href=\"%s\">Diesen Ort ansehen</a>"
1437
 
1438
+ #: lib/the-events-calendar.class.php:1450
1439
  #@ tribe-events-calendar
1440
  msgid "Venue saved."
1441
  msgstr "Veranstaltungsort gespeichert."
1442
 
1443
+ #: lib/the-events-calendar.class.php:1451
1444
  #, php-format
1445
  #@ tribe-events-calendar
1446
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1447
  msgstr "Veranstaltungsort hinzugef&uuml;gt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1448
 
1449
+ #: lib/the-events-calendar.class.php:1452
1450
  #, php-format
1451
  #@ tribe-events-calendar
1452
  msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
1453
  msgstr "Veranstaltungsort geplant f&uuml;r: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Vorschau</a>"
1454
 
1455
+ #: lib/the-events-calendar.class.php:1455
1456
  #, php-format
1457
  #@ tribe-events-calendar
1458
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1459
  msgstr "Entwurf des Veranstaltungsortes aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1460
 
1461
+ #: lib/the-events-calendar.class.php:1460
1462
  #, php-format
1463
  #@ tribe-events-calendar
1464
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1465
  msgstr "Veranstalter aktualisiert. <a href=\"%s\">Diesen Veranstalter ansehen</a>"
1466
 
1467
+ #: lib/the-events-calendar.class.php:1463
1468
  #@ tribe-events-calendar
1469
  msgid "Organizer updated."
1470
  msgstr "Veranstalter aktualisiert."
1471
 
1472
  #. translators: %s: date and time of the revision
1473
+ #: lib/the-events-calendar.class.php:1465
1474
  #, php-format
1475
  #@ tribe-events-calendar
1476
  msgid "Organizer restored to revision from %s"
1477
  msgstr "Veranstalter wiederhergestellt mit der Revision von %s"
1478
 
1479
+ #: lib/the-events-calendar.class.php:1466
1480
  #, php-format
1481
  #@ tribe-events-calendar
1482
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1483
  msgstr "Veranstalter publiziert. <a href=\"%s\">Diesen Veranstalter ansehen</a>"
1484
 
1485
+ #: lib/the-events-calendar.class.php:1467
1486
  #@ tribe-events-calendar
1487
  msgid "Organizer saved."
1488
  msgstr "Veranstalter gespeichert."
1489
 
1490
+ #: lib/the-events-calendar.class.php:1468
1491
  #, php-format
1492
  #@ tribe-events-calendar
1493
  msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1494
  msgstr "Veranstalter hinzugefügt. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1495
 
1496
+ #: lib/the-events-calendar.class.php:1469
1497
  #, php-format
1498
  #@ tribe-events-calendar
1499
  msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
1500
  msgstr "Veranstalter geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Vorschau</a>"
1501
 
1502
+ #: lib/the-events-calendar.class.php:1472
1503
  #, php-format
1504
  #@ tribe-events-calendar
1505
  msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1506
  msgstr "Entwurf des Veranstalters aktualisiert. <a target=\"_blank\" href=\"%s\">Vorschau</a>"
1507
 
1508
+ #: lib/the-events-calendar.class.php:1507
1509
  #@ tribe-events-calendar
1510
  msgid "Use Saved Venue:"
1511
  msgstr "Gespeicherte Veranstaltungsorte:"
1512
 
1513
+ #: lib/the-events-calendar.class.php:1530
1514
  #@ tribe-events-calendar
1515
  msgid "Use Saved Organizer:"
1516
  msgstr "Gespeicherter Veranstalter:"
1517
 
1518
+ #: lib/the-events-calendar.class.php:1570
1519
  #@ tribe-events-calendar
1520
  msgid "Use New Venue"
1521
  msgstr "Veranstaltungsort wählen ..."
1522
 
1523
+ #: lib/the-events-calendar.class.php:1572
1524
  #@ tribe-events-calendar
1525
  msgid "My Venues"
1526
  msgstr "Meine Veranstaltungsorte"
1527
 
1528
+ #: lib/the-events-calendar.class.php:1577
1529
  #@ tribe-events-calendar
1530
  msgid "Available Venues"
1531
  msgstr "Verfügbare Veranstaltungsorte"
1532
 
1533
+ #: lib/the-events-calendar.class.php:1588
1534
  #@ tribe-events-calendar
1535
  msgid "No saved venue exists."
1536
  msgstr "Keine gespeicherten Veranstaltungsorte"
1537
 
1538
+ #: lib/the-events-calendar.class.php:1627
1539
  #@ tribe-events-calendar
1540
  msgid "Use New Organizer"
1541
  msgstr "Veranstalter wählen ..."
1542
 
1543
+ #: lib/the-events-calendar.class.php:1629
1544
  #@ tribe-events-calendar
1545
  msgid "My Organizers"
1546
  msgstr "Meine Veranstalter"
1547
 
1548
+ #: lib/the-events-calendar.class.php:1634
1549
  #@ tribe-events-calendar
1550
  msgid "Available Organizers"
1551
  msgstr "Verfügbare Veranstalter"
1552
 
1553
+ #: lib/the-events-calendar.class.php:1645
1554
  #@ tribe-events-calendar
1555
  msgid "No saved organizer exists."
1556
  msgstr "Keine gespeicherten Veranstalter"
1557
 
1558
+ #: lib/the-events-calendar.class.php:1823
1559
  #@ tribe-events-calendar
1560
  msgid "Next"
1561
  msgstr "Nächste"
1562
 
1563
+ #: lib/the-events-calendar.class.php:1824
1564
  #@ tribe-events-calendar
1565
  msgid "Prev"
1566
  msgstr "Vorherige"
1567
 
1568
+ #: lib/the-events-calendar.class.php:1825
1569
  #@ tribe-events-calendar
1570
  msgid "Today"
1571
  msgstr "Heute"
1572
 
1573
+ #: lib/the-events-calendar.class.php:1826
1574
  #@ tribe-events-calendar
1575
  msgid "Done"
1576
  msgstr "Erledigt"
1577
 
1578
+ #: lib/the-events-calendar.class.php:2035
1579
  #@ tribe-events-calendar
1580
  msgid "Network"
1581
  msgstr "Netzwerk"
1582
 
1583
+ #: lib/the-events-calendar.class.php:2979
1584
  #@ tribe-events-calendar
1585
  msgid "Unnamed Venue"
1586
  msgstr "Unbenannter Veranstaltungsort"
1587
 
1588
+ #: lib/the-events-calendar.class.php:3069
1589
  #@ tribe-events-calendar
1590
  msgid "Unnamed Organizer"
1591
  msgstr "Unbenannter Veranstalter"
1592
 
1593
+ #: lib/the-events-calendar.class.php:3575
1594
  #@ tribe-events-calendar
1595
  msgid "Event Options"
1596
  msgstr "Veranstaltungsoptionen"
1597
 
1598
+ #: lib/the-events-calendar.class.php:3577
1599
  #@ tribe-events-calendar
1600
  msgid "Venue Information"
1601
  msgstr "Informationen zum Veranstaltungsort"
1602
 
1603
+ #: lib/the-events-calendar.class.php:3582
1604
  #@ tribe-events-calendar
1605
  msgid "Organizer Information"
1606
  msgstr "Informationen zum Veranstalter"
1607
 
1608
+ #: lib/the-events-calendar.class.php:3779
1609
  #@ tribe-events-calendar
1610
  msgid "Support"
1611
  msgstr "Unterstützung"
1612
 
1613
+ #: lib/the-events-calendar.class.php:3782
1614
  #@ tribe-events-calendar
1615
  msgid "View All Add-Ons"
1616
  msgstr "Alle Erweiterungen (Add-Ons) ansehen"
1617
 
1618
+ #: lib/the-events-calendar.class.php:3799
1619
  #@ tribe-events-calendar
1620
  msgid "News from Modern Tribe"
1621
  msgstr "Neues von Modern Tribe"
1622
 
1623
+ #: lib/the-events-calendar.class.php:3880
1624
  #@ tribe-events-calendar
1625
  msgid "Additional Functionality"
1626
  msgstr "Erweiterte Funktionalität"
1627
 
1628
+ #: lib/the-events-calendar.class.php:3885
1629
  #@ tribe-events-calendar
1630
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
1631
  msgstr "Benötigen Sie weitere Funktionen inklusive wiederkehrende Veranstaltungen, Kartenverkauf, Öffentliche Veranstaltungserstellung, neue Ansichten und mehr?"
1632
 
1633
+ #: lib/the-events-calendar.class.php:3885
1634
  #, php-format
1635
  #@ tribe-events-calendar
1636
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1637
  msgstr "Nutzen Sie unsere <a href=\"%s\">Veranstaltungserweiterungen</a>."
1638
 
1639
+ #: lib/the-events-calendar.class.php:3957
1640
+ #: lib/the-events-calendar.class.php:4048
1641
  #@ tribe-events-calendar
1642
  msgid "View Calendar"
1643
  msgstr "Kalenderansicht"
1644
 
1645
+ #: lib/the-events-calendar.class.php:3965
1646
  #@ tribe-events-calendar
1647
  msgid "Add Event"
1648
  msgstr "Veranstaltung erstellen"
1649
 
1650
+ #: lib/the-events-calendar.class.php:3974
1651
  #@ tribe-events-calendar
1652
  msgid "Edit Events"
1653
  msgstr "Veranstaltungen bearbeiten"
1654
 
1655
+ #: lib/the-events-calendar.class.php:3983
1656
+ #: lib/the-events-calendar.class.php:4084
1657
  #: lib/tribe-settings.class.php:164
1658
  #@ tribe-events-calendar
1659
  msgid "Settings"
1660
  msgstr "Einstellungen"
1661
 
1662
+ #: lib/the-events-calendar.class.php:4019
1663
  #, php-format
1664
  #@ tribe-events-calendar
1665
  msgid "Welcome to The Events Calendar! Your events calendar can be found at %s. To change the events slug, visit %sEvents -> Settings%s."
1666
  msgstr "Willkommen bei \"The Events Calendar\"! Ihre Veranstaltungskalender finden Sie hier: %s Um die Veranstaltungsoptionen zu verändern gehen Sie zu %sVeranstaltunngen -> Einstellungen%s."
1667
 
1668
+ #: lib/the-events-calendar.class.php:4085
1669
  #@ tribe-events-calendar
1670
  msgid "Calendar"
1671
  msgstr "Kalender"
1672
 
1673
+ #: lib/the-events-calendar.class.php:4170
1674
  #@ tribe-events-calendar
1675
  msgid "List"
1676
  msgstr "Liste"
1677
 
1678
+ #: lib/the-events-calendar.class.php:4181
1679
  #@ tribe-events-calendar
1680
  msgid "Month"
1681
  msgstr "Monat"
1682
 
1683
+ #: lib/the-events-calendar.class.php:4222
1684
+ #: lib/the-events-calendar.class.php:4234
1685
  #@ tribe-events-calendar
1686
  msgid "Date"
1687
  msgstr "Datum"
1688
 
1689
+ #: lib/the-events-calendar.class.php:4225
1690
  #@ tribe-events-calendar
1691
  msgid "Events In"
1692
  msgstr "Veranstaltungen am"
1693
 
1694
+ #: lib/the-events-calendar.class.php:4227
1695
  #@ tribe-events-calendar
1696
  msgid "Events From"
1697
  msgstr "Veranstaltungen am"
1698
 
1699
+ #: lib/the-events-calendar.class.php:4415
1700
  #: views/list/nav.php:23
1701
  #: views/list/nav.php:29
1702
  #: views/list/nav.php:32
1704
  msgid "&laquo; Previous Events"
1705
  msgstr "&laquo; Vorherige Veranstaltungen"
1706
 
1707
+ #: lib/the-events-calendar.class.php:4416
1708
  #: views/list/nav.php:41
1709
  #: views/list/nav.php:44
1710
  #: views/list/nav.php:50
3485
  msgid "Events List"
3486
  msgstr "Veranstaltungsliste"
3487
 
3488
+ #: lib/widget-list.class.php:129
3489
  #@ tribe-events-calendar
3490
  msgid "View All Events"
3491
  msgstr "Alle Veranstaltungen ansehen"
3492
 
3493
+ #: lib/widget-list.class.php:136
3494
  #@ tribe-events-calendar
3495
  msgid "There are no upcoming events at this time."
3496
  msgstr "Es gibt derzeit keine anstehenden Veranstaltungen."
3695
  msgid "Loading Events"
3696
  msgstr "Veranstaltungen laden"
3697
 
3698
+ #: public/template-tags/general.php:571
3699
  #@ tribe-events-calendar
3700
  msgid "Free"
3701
  msgstr "Eintritt frei"
3702
 
3703
+ #: public/template-tags/general.php:757
3704
  #@ tribe-events-calendar
3705
  msgid "Recurring Event"
3706
  msgstr "Wiederkehrene Veranstaltung"
3707
 
3708
+ #: public/template-tags/general.php:760
3709
  #@ tribe-events-calendar
3710
  msgid "(See all)"
3711
  msgstr "(Alle anzeigen)"
3712
 
3713
+ #: public/template-tags/general.php:1072
3714
  #, php-format
3715
  #@ tribe-events-calendar
3716
  msgid "Calendar powered by %sThe Events Calendar%s"
4120
  msgid "There were no results found."
4121
  msgstr "Es wurden keine Ergebnisse gefunden."
4122
 
4123
+ #: lib/the-events-calendar.class.php:3545
4124
+ #: lib/the-events-calendar.class.php:3562
4125
  #@ tribe-events-calendar
4126
  msgid "Date out of range."
4127
  msgstr "Datum außerhalb des Bereichs."
4150
  msgid "No matching events listed under %s. Check out upcoming events for this category or view the full calendar."
4151
  msgstr "Keine übereinstimmenden Veranstaltungen unter %s. Prüfen Sie die anstehenden Veranstaltungen für diese Kategorie oder wählen Sie den gesamten Kalender."
4152
 
4153
+ #: lib/tribe-templates.class.php:530
4154
  #, php-format
4155
  #@ tribe-events-calendar
4156
  msgid "Template overrides should be moved to the correct subdirectory: %s"
4157
  msgstr "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: %s"
4158
 
4159
+ #: lib/tribe-templates.class.php:571
4160
  #, php-format
4161
  #@ tribe-events-calendar
4162
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
4171
  #. gettext fix: identical singular and plural forms found, that may be ambiguous! Please check the code!
4172
  #: public/template-tags/general.php:278
4173
  #: lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
4174
+ #: lib/the-events-calendar.class.php:1402
4175
  #@ {bug-detected}
4176
  #@ tribe-events-calendar
4177
  msgid "Event Category"
4299
  msgid "Questions? <a href=\"%s\">Watch the video</a>."
4300
  msgstr "Fragen? <a href=\"%s\">Schauen Sie das Video an</a>."
4301
 
4302
+ #: lib/the-events-calendar.class.php:4200
4303
+ #@ tribe-events-calendar
4304
+ msgid "Search"
4305
+ msgstr "Suche"
4306
+
4307
+ #: lib/widget-list.class.php:131
4308
+ #@ tribe-events-calendar
4309
+ msgid "View All Events in Category"
4310
+ msgstr "Zeige alle Veranstaltungen der Kategorie"
4311
+
4312
+ #: lib/the-events-calendar.class.php:4202
4313
+ #@ tribe-events-calendar
4314
+ msgid "Keyword"
4315
+ msgstr "Begriff"
4316
+
4317
+ <!DOCTYPE html>
4318
+ <!--[if IE 8]>
4319
+ <html xmlns="http://www.w3.org/1999/xhtml" class="ie8 wp-toolbar" lang="de-DE">
4320
+ <![endif]-->
4321
+ <!--[if !(IE 8) ]><!-->
4322
+ <html xmlns="http://www.w3.org/1999/xhtml" class="wp-toolbar" lang="de-DE">
4323
+ <!--<![endif]-->
4324
+ <head>
4325
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
4326
+ <title>FileManager &lsaquo; (TEST) Treffpunkt Jazz (TEST) &#8212; WordPress</title>
4327
+ <script type="text/javascript">
4328
+ addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
4329
+ var ajaxurl = '/wp-admin/admin-ajax.php',
4330
+ pagenow = 'wp-filemanager/fm',
4331
+ typenow = '',
4332
+ adminpage = 'wp-filemanager-fm-php',
4333
+ thousandsSeparator = '.',
4334
+ decimalPoint = ',',
4335
+ isRtl = 0;
4336
+ </script>
4337
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
4338
+ <link rel='stylesheet' href='http://test.treffpunkt-jazz.de/wp-admin/load-styles.php?c=0&amp;dir=ltr&amp;load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&amp;ver=3.8.1' type='text/css' media='all' />
4339
+ <link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&#038;subset=latin%2Clatin-ext&#038;ver=3.8.1' type='text/css' media='all' />
4340
+ <link rel='stylesheet' id='colors-css' href='http://test.treffpunkt-jazz.de/wp-admin/css/colors/midnight/colors.min.css?ver=3.8.1' type='text/css' media='all' />
4341
+ <!--[if lte IE 7]>
4342
+ <link rel='stylesheet' id='ie-css' href='http://test.treffpunkt-jazz.de/wp-admin/css/ie.min.css?ver=3.8.1' type='text/css' media='all' />
4343
+ <![endif]-->
4344
+ <link rel='stylesheet' id='cptchStylesheet-css' href='http://test.treffpunkt-jazz.de/wp-content/plugins/captcha/css/style.css?ver=3.8.1' type='text/css' media='all' />
4345
+ <link rel='stylesheet' id='tribe_events-admin-css' href='http://test.treffpunkt-jazz.de/wp-content/plugins/the-events-calendar/resources/events-admin.css?ver=3.4.1' type='text/css' media='all' />
4346
+ <link rel='stylesheet' id='wysija-admin-css-widget-css' href='http://test.treffpunkt-jazz.de/wp-content/plugins/wysija-newsletters/css/admin-widget.css?ver=2.5.9.4' type='text/css' media='all' />
4347
+ <link rel='stylesheet' id='thickbox-css' href='http://test.treffpunkt-jazz.de/wp-includes/js/thickbox/thickbox.css?ver=20131201' type='text/css' media='all' />
4348
+
4349
+ <script type='text/javascript'>
4350
+ /* <![CDATA[ */
4351
+ var userSettings = {"url":"\/","uid":"3","time":"1392115643"};/* ]]> */
4352
+ </script>
4353
+ <script type='text/javascript' src='http://test.treffpunkt-jazz.de/wp-admin/load-scripts.php?c=0&amp;load%5B%5D=jquery-core,jquery-migrate,utils&amp;ver=3.8.1'></script>
4354
+ <script type="text/javascript">var _wpColorScheme = {"icons":{"base":"#f1f2f3","focus":"#fff","current":"#fff"}};</script>
4355
+ <style type="text/css" media="print">#wpadminbar { display:none; }</style>
4356
+ </head>
4357
+ <body class="wp-admin wp-core-ui no-js wp-filemanager-fm-php admin-bar branch-3-8 version-3-8-1 admin-color-midnight locale-de-de no-customize-support no-svg">
4358
+ <script type="text/javascript">
4359
+ document.body.className = document.body.className.replace('no-js','js');
4360
+ </script>
4361
+
4362
+ <script type="text/javascript">
4363
+ (function() {
4364
+ var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');
4365
+
4366
+ request = true;
4367
+
4368
+ b[c] = b[c].replace( rcs, ' ' );
4369
+ b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
4370
+ }());
4371
+ </script>
4372
+
4373
+ <div id="wpwrap">
4374
+ <a tabindex="1" href="#wpbody-content" class="screen-reader-shortcut">Zum Hauptinhalt springen</a>
4375
+
4376
+ <div id="adminmenuback"></div>
4377
+ <div id="adminmenuwrap">
4378
+ <ul id="adminmenu" role="navigation">
4379
+
4380
+
4381
+ <li class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" id="menu-dashboard">
4382
+ <a href='index.php' class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Übersicht</div></a>
4383
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Übersicht</li><li class="wp-first-item"><a href='index.php' class="wp-first-item">Home</a></li><li><a href='update-core.php'>Aktualisierungen <span class='update-plugins count-2' title='1 Plugin-Update, 1 Theme-Aktualisierung'><span class='update-count'>2</span></span></a></li></ul></li>
4384
+ <li class="wp-not-current-submenu wp-menu-separator"><div class="separator"></div></li>
4385
+ <li class="wp-has-submenu wp-not-current-submenu open-if-no-js menu-top menu-icon-post menu-top-first" id="menu-posts">
4386
+ <a href='edit.php' class="wp-has-submenu wp-not-current-submenu open-if-no-js menu-top menu-icon-post menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Beiträge</div></a>
4387
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Beiträge</li><li class="wp-first-item"><a href='edit.php' class="wp-first-item">Alle Beiträge</a></li><li><a href='post-new.php'>Erstellen</a></li><li><a href='edit-tags.php?taxonomy=category'>Kategorien</a></li><li><a href='edit-tags.php?taxonomy=post_tag'>Schlagworte</a></li></ul></li>
4388
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tribe_events" id="menu-posts-tribe_events">
4389
+ <a href='edit.php?post_type=tribe_events' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tribe_events" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image dashicons dashicons-calendar'><br /></div><div class='wp-menu-name'>Veranstaltungen</div></a>
4390
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Veranstaltungen</li><li class="wp-first-item"><a href='edit.php?post_type=tribe_events' class="wp-first-item">Veranstaltungen</a></li><li><a href='post-new.php?post_type=tribe_events'>Hinzufügen</a></li><li><a href='edit-tags.php?taxonomy=post_tag&amp;post_type=tribe_events'>Schlagworte</a></li><li><a href='edit-tags.php?taxonomy=tribe_events_cat&amp;post_type=tribe_events'>Veranstalt.-Kategorien</a></li><li><a href='edit.php?post_type=tribe_venue'>Veranstaltungsorte</a></li><li><a href='edit.php?post_type=tribe_organizer'>Veranstalter</a></li><li><a href='edit.php?post_type=tribe_events&#038;page=treffpunkt-jazz/treffpunkt-jazz.php'>Treffpunkt Jazz</a></li><li><a href='edit.php?post_type=tribe_events&#038;page=events-importer'>CSV Import</a></li><li><a href='edit.php?post_type=tribe_events&#038;page=tribe-events-calendar'>Einstellungen</a></li><li><a href='edit.php?post_type=tribe_events&page=tribe-events-calendar&tab=help'>Hilfe</a></li><li><a href='edit.php?post_type=tribe_events&#038;page=tribe-app-shop'>Add-Ons</a></li></ul></li>
4391
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" id="menu-media">
4392
+ <a href='upload.php' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Medien</div></a>
4393
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Medien</li><li class="wp-first-item"><a href='upload.php' class="wp-first-item">Medienübersicht</a></li><li><a href='media-new.php'>Datei hinzufügen</a></li><li><a href='upload.php?page=isc_missing_sources_page'>Fehlende Bildquellen</a></li></ul></li>
4394
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" id="menu-pages">
4395
+ <a href='edit.php?post_type=page' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Seiten</div></a>
4396
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Seiten</li><li class="wp-first-item"><a href='edit.php?post_type=page' class="wp-first-item">Alle Seiten</a></li><li><a href='post-new.php?post_type=page'>Erstellen</a></li></ul></li>
4397
+ <li class="wp-not-current-submenu menu-top menu-icon-comments" id="menu-comments">
4398
+ <a href='edit-comments.php' class="wp-not-current-submenu menu-top menu-icon-comments" ><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Kommentare <span class='awaiting-mod count-0'><span class='pending-count'>0</span></span></div></a></li>
4399
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-generic toplevel_page_wpcf7" id="toplevel_page_wpcf7"><a href='admin.php?page=wpcf7' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-generic toplevel_page_wpcf7" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Formular</div></a>
4400
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Formular</li><li class="wp-first-item"><a href='admin.php?page=wpcf7' class="wp-first-item">Kontaktformulare</a></li><li><a href='admin.php?page=wpcf7-new'>Neues Formular</a></li></ul></li>
4401
+ <li class="wp-has-submenu wp-not-current-submenu menu-top toplevel_page_wysija_campaigns menu-top-last" id="toplevel_page_wysija_campaigns"><a href='admin.php?page=wysija_campaigns' class="wp-has-submenu wp-not-current-submenu menu-top toplevel_page_wysija_campaigns menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><img src="http://test.treffpunkt-jazz.de/wp-content/plugins/wysija-newsletters/img/mail.png" alt="" /></div><div class='wp-menu-name'>Wysija</div></a>
4402
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Wysija</li><li class="wp-first-item"><a href='admin.php?page=wysija_campaigns' class="wp-first-item">Newsletter</a></li><li><a href='admin.php?page=wysija_subscribers'>Abonnenten</a></li><li><a href='admin.php?page=wysija_config'>Einstellungen</a></li></ul></li>
4403
+ <li class="wp-not-current-submenu wp-menu-separator"><div class="separator"></div></li>
4404
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" id="menu-appearance">
4405
+ <a href='themes.php' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Design</div></a>
4406
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Design</li><li class="wp-first-item"><a href='themes.php' class="wp-first-item">Themes</a></li><li><a href='customize.php'>Anpassen</a></li><li><a href='widgets.php'>Widgets</a></li><li><a href='nav-menus.php'>Menüs</a></li><li><a href='themes.php?page=core_functions.php'>TheStyle Theme Options</a></li><li><a href='themes.php?page=custom-background'>Hintergrund</a></li><li><a href='theme-editor.php'>Editor</a></li></ul></li>
4407
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" id="menu-plugins">
4408
+ <a href='plugins.php' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Plugins <span class='update-plugins count-1'><span class='plugin-count'>1</span></span></div></a>
4409
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Plugins <span class='update-plugins count-1'><span class='plugin-count'>1</span></span></li><li class="wp-first-item"><a href='plugins.php' class="wp-first-item">Installierte Plugins</a></li><li><a href='plugin-install.php'>Installieren</a></li><li><a href='plugin-editor.php'>Editor</a></li></ul></li>
4410
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" id="menu-users">
4411
+ <a href='users.php' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Benutzer</div></a>
4412
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Benutzer</li><li class="wp-first-item"><a href='users.php' class="wp-first-item">Alle Benutzer</a></li><li><a href='user-new.php'>Neu hinzufügen</a></li><li><a href='profile.php'>Dein Profil</a></li><li><a href='users.php?page=users_extended'>Users Extended</a></li><li><a href='users.php?page=roles'>Roles</a></li><li><a href='users.php?page=role-new'>Add New Role</a></li></ul></li>
4413
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" id="menu-tools">
4414
+ <a href='tools.php' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Werkzeuge</div></a>
4415
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Werkzeuge</li><li class="wp-first-item"><a href='tools.php' class="wp-first-item">Verfügbare Werkzeuge</a></li><li><a href='import.php'>Daten importieren</a></li><li><a href='export.php'>Daten exportieren</a></li><li><a href='tools.php?page=codestyling-localization/codestyling-localization.php'>Lokalisierung</a></li></ul></li>
4416
+ <li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" id="menu-settings">
4417
+ <a href='options-general.php' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Einstellungen</div></a>
4418
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Einstellungen</li><li class="wp-first-item"><a href='options-general.php' class="wp-first-item">Allgemein</a></li><li><a href='options-writing.php'>Schreiben</a></li><li><a href='options-reading.php'>Lesen</a></li><li><a href='options-discussion.php'>Diskussion</a></li><li><a href='options-media.php'>Medien</a></li><li><a href='options-permalink.php'>Permalinks</a></li><li><a href='options-general.php?page=user_extra_fields'>Cimy User Extra Fields</a></li><li><a href='options-general.php?page=isc_settings_page'>Image Control</a></li><li><a href='options-general.php?page=updraftplus'>UpdraftPlus Sicherungen</a></li><li><a href='options-general.php?page=members-settings'>Members</a></li><li><a href='options-general.php?page=configure-smtp/configure-smtp.php'>SMTP</a></li><li><a href='options-general.php?page=obfuscate-email/obfuscate-email.php'>Obfuscate E-mail</a></li></ul></li>
4419
+ <li class="wp-not-current-submenu wp-menu-separator"><div class="separator"></div></li>
4420
+ <li class="wp-has-submenu wp-not-current-submenu menu-top toplevel_page_bws_plugins menu-top-first" id="toplevel_page_bws_plugins"><a href='admin.php?page=bws_plugins' class="wp-has-submenu wp-not-current-submenu menu-top toplevel_page_bws_plugins menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><img src="http://test.treffpunkt-jazz.de/wp-content/plugins/captcha/images/px.png" alt="" /></div><div class='wp-menu-name'>BWS Plugins</div></a>
4421
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>BWS Plugins</li><li class="wp-first-item"><a href='admin.php?page=bws_plugins' class="wp-first-item">BWS Plugins</a></li><li><a href='admin.php?page=captcha.php'>Captcha</a></li></ul></li>
4422
+ <li class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-generic toplevel_page_wp-filemanager/fm" id="toplevel_page_wp-filemanager-fm"><a href='admin.php?page=wp-filemanager/fm.php' class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-generic toplevel_page_wp-filemanager/fm" ><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>FileManager</div></a>
4423
+ <ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>FileManager</li><li class="wp-first-item current"><a href='admin.php?page=wp-filemanager/fm.php' class="wp-first-item current">FileManager</a></li><li><a href='admin.php?page=wpfileman'>Configuration</a></li></ul></li>
4424
+ <li class="wp-not-current-submenu menu-top toplevel_page_WP-Optimize menu-top-last" id="toplevel_page_WP-Optimize">
4425
+ <a href='admin.php?page=WP-Optimize' class="wp-not-current-submenu menu-top toplevel_page_WP-Optimize menu-top-last" ><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><img src="http://test.treffpunkt-jazz.de/wp-content/plugins/wp-optimize/wpo.png" alt="" /></div><div class='wp-menu-name'>WP-Optimize</div></a></li><li id="collapse-menu" class="hide-if-no-js"><div id="collapse-button"><div></div></div><span>Menü einklappen</span></li></ul>
4426
+ </div>
4427
+ <div id="wpcontent">
4428
+
4429
+ <div id="wpadminbar" class="nojq nojs" role="navigation">
4430
+ <a class="screen-reader-shortcut" href="#wp-toolbar" tabindex="1">Springe zur Werkzeugleiste</a>
4431
+ <div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Obere Navigationswerkzeugleiste" tabindex="0">
4432
+ <ul id="wp-admin-bar-root-default" class="ab-top-menu">
4433
+ <li id="wp-admin-bar-menu-toggle"><a class="ab-item" href="#"><span class="ab-icon"></span><span class="screen-reader-text">Menü</span></a> </li>
4434
+ <li id="wp-admin-bar-wp-logo" class="menupop"><a class="ab-item" aria-haspopup="true" href="http://test.treffpunkt-jazz.de/wp-admin/about.php" title="Über WordPress"><span class="ab-icon"></span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-wp-logo-default" class="ab-submenu">
4435
+ <li id="wp-admin-bar-about"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/about.php">Über WordPress</a> </li></ul><ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
4436
+ <li id="wp-admin-bar-wporg"><a class="ab-item" href="http://wordpress.org/">WordPress.org</a> </li>
4437
+ <li id="wp-admin-bar-documentation"><a class="ab-item" href="http://codex.wordpress.org/">Dokumentation</a> </li>
4438
+ <li id="wp-admin-bar-support-forums"><a class="ab-item" href="http://forum.wpde.org">Support-Foren</a> </li>
4439
+ <li id="wp-admin-bar-feedback"><a class="ab-item" href="http://wordpress.org/support/forum/requests-and-feedback">Feedback</a> </li></ul></div> </li>
4440
+ <li id="wp-admin-bar-site-name" class="menupop"><a class="ab-item" aria-haspopup="true" href="http://test.treffpunkt-jazz.de/">(TEST) Treffpunkt Jazz (TEST)</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu">
4441
+ <li id="wp-admin-bar-view-site"><a class="ab-item" href="http://test.treffpunkt-jazz.de/">Zur Seite</a> </li></ul></div> </li>
4442
+ <li id="wp-admin-bar-updates"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/update-core.php" title="1 Plugin-Update, 1 Theme-Aktualisierung"><span class="ab-icon"></span><span class="ab-label">2</span><span class="screen-reader-text">1 Plugin-Update, 1 Theme-Aktualisierung</span></a> </li>
4443
+ <li id="wp-admin-bar-comments"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/edit-comments.php" title="0 Kommentare warten auf Moderation"><span class="ab-icon"></span><span id="ab-awaiting-mod" class="ab-label awaiting-mod pending-count count-0">0</span></a> </li>
4444
+ <li id="wp-admin-bar-new-content" class="menupop"><a class="ab-item" aria-haspopup="true" href="http://test.treffpunkt-jazz.de/wp-admin/post-new.php" title="Hinzufügen"><span class="ab-icon"></span><span class="ab-label">Neu</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
4445
+ <li id="wp-admin-bar-new-post"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/post-new.php">Beitrag</a> </li>
4446
+ <li id="wp-admin-bar-new-media"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/media-new.php">Datei</a> </li>
4447
+ <li id="wp-admin-bar-new-page"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/post-new.php?post_type=page">Seite</a> </li>
4448
+ <li id="wp-admin-bar-new-tribe_events"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/post-new.php?post_type=tribe_events">Veranstaltung</a> </li>
4449
+ <li id="wp-admin-bar-new-user"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/user-new.php">Benutzer</a> </li>
4450
+ <li id="wp-admin-bar-members-new-role"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/users.php?page=role-new">Role</a> </li></ul></div> </li>
4451
+ <li id="wp-admin-bar-tribe-events" class="menupop"><a class="ab-item" aria-haspopup="true" href="http://test.treffpunkt-jazz.de/events/">Veranstaltungen</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-tribe-events-group" class="ab-submenu">
4452
+ <li id="wp-admin-bar-tribe-events-view-calendar"><a class="ab-item" href="http://test.treffpunkt-jazz.de/events/">Kalenderansicht</a> </li>
4453
+ <li id="wp-admin-bar-tribe-events-add-event"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/post-new.php?post_type=tribe_events">Veranstaltung erstellen</a> </li>
4454
+ <li id="wp-admin-bar-tribe-events-edit-events"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/edit.php?post_type=tribe_events">Veranstaltungen bearbeiten</a> </li></ul><div id="wp-admin-bar-tribe-events-add-ons-group-container" class="ab-group-container"><ul id="wp-admin-bar-tribe-community-events-group" class="ab-submenu">
4455
+ <li id="wp-admin-bar-tribe-community-events-submit"><a class="ab-item" href="http://test.treffpunkt-jazz.de/events/community/add">Community: Übermittle die Veranstaltung</a> </li>
4456
+ <li id="wp-admin-bar-tribe-community-events-my-events"><a class="ab-item" href="http://test.treffpunkt-jazz.de/events/community/list">Community: Meine Veranstaltungen</a> </li></ul></div><ul id="wp-admin-bar-tribe-events-settings-group" class="ab-submenu">
4457
+ <li id="wp-admin-bar-tribe-events-settings" class="menupop"><div class="ab-item ab-empty-item" aria-haspopup="true">Einstellungen</div><div class="ab-sub-wrapper"><ul id="wp-admin-bar-tribe-events-settings-default" class="ab-submenu">
4458
+ <li id="wp-admin-bar-tribe-events-settings-sub"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/edit.php?post_type=tribe_events&#038;page=tribe-events-calendar">Veranstaltungen</a> </li>
4459
+ <li id="wp-admin-bar-tribe-community-events-settings-sub"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/edit.php?post_type=tribe_events&#038;page=tribe-events-calendar&#038;tab=community">Community Veranstaltungen</a> </li></ul></div> </li>
4460
+ <li id="wp-admin-bar-tribe-events-help"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/edit.php?post_type=tribe_events&#038;page=tribe-events-calendar&#038;tab=help">Hilfe</a> </li>
4461
+ <li id="wp-admin-bar-tribe-events-app-shop"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/edit.php?post_type=tribe_events&#038;page=tribe-app-shop">Add-Ons</a> </li></ul></div> </li></ul><ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu">
4462
+ <li id="wp-admin-bar-my-account" class="menupop with-avatar"><a class="ab-item" aria-haspopup="true" href="http://test.treffpunkt-jazz.de/wp-admin/profile.php" title="Mein Benutzerprofil">Willkommen, Treffpunkt Jazz<img alt='' src='http://0.gravatar.com/avatar/6aef9eccf6aa50c702bfb70a1e02204e?s=26&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D26&amp;r=G' class='avatar avatar-26 photo' height='26' width='26' /></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
4463
+ <li id="wp-admin-bar-user-info"><a class="ab-item" tabindex="-1" href="http://test.treffpunkt-jazz.de/wp-admin/profile.php"><img alt='' src='http://0.gravatar.com/avatar/6aef9eccf6aa50c702bfb70a1e02204e?s=64&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /><span class='display-name'>Treffpunkt Jazz</span></a> </li>
4464
+ <li id="wp-admin-bar-edit-profile"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-admin/profile.php">Profil bearbeiten</a> </li>
4465
+ <li id="wp-admin-bar-logout"><a class="ab-item" href="http://test.treffpunkt-jazz.de/wp-login.php?action=logout&#038;_wpnonce=edcfe2b127">Abmelden</a> </li></ul></div> </li></ul> </div>
4466
+ <a class="screen-reader-shortcut" href="http://test.treffpunkt-jazz.de/wp-login.php?action=logout&#038;_wpnonce=edcfe2b127">Abmelden</a>
4467
+ </div>
4468
+
4469
+
4470
+ <div id="wpbody">
4471
+
4472
+ <div id="wpbody-content" aria-label="Hauptinhalt" tabindex="0">
4473
+ <div id="screen-meta" class="metabox-prefs">
4474
+
4475
+ <div id="contextual-help-wrap" class="hidden no-sidebar" tabindex="-1" aria-label="Kontexthilfe-Tab">
4476
+ <div id="contextual-help-back"></div>
4477
+ <div id="contextual-help-columns">
4478
+ <div class="contextual-help-tabs">
4479
+ <ul>
4480
+ </ul>
4481
+ </div>
4482
+
4483
+
4484
+ <div class="contextual-help-tabs-wrap">
4485
+ </div>
4486
+ </div>
4487
+ </div>
4488
+ </div>
4489
+ <div class="updated"><p>Eines oder mehrere Bilder haben keine Quelle. Bitte besuche die Liste mit <a href="http://test.treffpunkt-jazz.de/wp-admin/upload.php?page=isc_missing_sources_page">fehlenden Bilderquellen</a>.</p></div>
4490
+ <link rel='stylesheet' href='http://test.treffpunkt-jazz.de/wp-content/plugins/wp-filemanager/incl/phpfm.css' type='text/css'><center><br />
4491
+ <div class="clear"></div></div><!-- wpbody-content -->
4492
+ <div class="clear"></div></div><!-- wpbody -->
4493
+ <div class="clear"></div></div><!-- wpcontent -->
4494
+
4495
+ <div id="wpfooter">
4496
+ <p id="footer-left" class="alignleft">
4497
+ <span id="footer-thankyou">Danke, dass du <a href="http://wordpress.org">WordPress</a> benutzt. | <a href="http://wpde.org">WordPress Deutschland</a> </span> </p>
4498
+ <p id="footer-upgrade" class="alignright">
4499
+ Version 3.8.1 </p>
4500
+ <div class="clear"></div>
4501
+ </div>
4502
+ <div id="wp-auth-check-wrap" class="hidden">
4503
+ <div id="wp-auth-check-bg"></div>
4504
+ <div id="wp-auth-check">
4505
+ <div class="wp-auth-check-close" tabindex="0" title="Schließen"></div>
4506
+ <div id="wp-auth-check-form" data-src="http://test.treffpunkt-jazz.de/wp-login.php?interim-login=1"></div>
4507
+ <div class="wp-auth-fallback">
4508
+ <p><b class="wp-auth-fallback-expired" tabindex="0">Sitzung abgelaufen</b></p>
4509
+ <p><a href="http://test.treffpunkt-jazz.de/wp-login.php" target="_blank">Bitte melde dich nochmal an.</a>
4510
+ Die Login-Seite wird sich in einem neuen Fenster öffnen. Nach dem Einloggen kannst du das Fenster schließen und zu dieser Seite zurückkehren.</p>
4511
+ </div>
4512
+ </div>
4513
+ </div>
4514
+
4515
+ <script type='text/javascript'>
4516
+ /* <![CDATA[ */
4517
+ var commonL10n = {"warnDelete":"Du bist dabei, die ausgew\u00e4hlten Punkte end\u00fcltig zu l\u00f6schen. Dr\u00fccke 'Abbrechen' zum Stoppen, 'OK' zum L\u00f6schen."};var heartbeatSettings = {"nonce":"05faf2149b"};var authcheckL10n = {"beforeunload":"Deine Session ist abgelaufen. Du kannst dich erneut einloggen oder zur Login-Seite gehen.","interval":"180"};var thickboxL10n = {"next":"N\u00e4chste >","prev":"< Vorherige","image":"Bild","of":"von","close":"Schlie\u00dfen","noiframes":"Diese Funktion ben\u00f6tigt iframes. Du hast jedoch iframes deaktiviert oder dein Browser unterst\u00fctzt diese nicht.","loadingAnimation":"http:\/\/test.treffpunkt-jazz.de\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};/* ]]> */
4518
+ </script>
4519
+ <script type='text/javascript' src='http://test.treffpunkt-jazz.de/wp-admin/load-scripts.php?c=0&amp;load%5B%5D=hoverIntent,common,admin-bar,svg-painter,heartbeat,wp-auth-check,thickbox&amp;ver=3.8.1'></script>
4520
+
4521
+ <div class="clear"></div></div><!-- wpwrap -->
4522
+ <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
4523
+ </body>
4524
+ </html>
lang/tribe-events-calendar-es_ES.mo CHANGED
Binary file
lang/tribe-events-calendar-es_ES.po CHANGED
@@ -1,28 +1,23 @@
1
- # The Events Calendar by Modern Tribe, Inc.
2
- # Copyright (C) Modern Tribe, Inc.
3
- # This file is distributed under the same license as the The Events Calendar package.
4
  msgid ""
5
  msgstr ""
6
- "Project-Id-Version: The Events Calendar\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2013-07-02 11:27-0800\n"
9
- "PO-Revision-Date: 2013-07-02 11:27-0800\n"
10
- "Last-Translator: Héctor Gil Rizo <hectorgrizo@gmail.com>\n"
11
- "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
- "Language: en_US\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
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.5\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
- #
26
  #: ../admin-views/app-shop.php:4
27
  msgid "Tribe Event Add-Ons"
28
  msgstr "Complementos (Add-Ons) de Tribe Events"
@@ -37,13 +32,12 @@ msgstr "Última Actualización"
37
 
38
  #: ../admin-views/event-sidebar-options.php:11
39
  msgid "Hide From Event Listings"
40
- msgstr "No Mostrar en el Listado de Eventos"
41
 
42
  #: ../admin-views/event-sidebar-options.php:12
43
  msgid "Sticky in Calendar View"
44
- msgstr "De Primero \"Sticky\" en Vista de Calendario"
45
 
46
- #
47
  #: ../admin-views/events-audit-trail.php:41
48
  msgid "Auditing Information"
49
  msgstr "Información de Auditoría"
@@ -54,11 +48,11 @@ msgstr "Creado por:"
54
 
55
  #: ../admin-views/events-audit-trail.php:51
56
  msgid "Audit Trail:"
57
- msgstr "Traza para Auditar:"
58
 
59
  #: ../admin-views/events-meta-box.php:26
60
  msgid "Event Time &amp; Date"
61
- msgstr "Hora del Evento &amp; Fecha"
62
 
63
  #: ../admin-views/events-meta-box.php:32
64
  msgid ""
@@ -66,63 +60,60 @@ msgid ""
66
  "update all future events. If you did not mean to change all events, then "
67
  "please refresh the page."
68
  msgstr ""
69
- "Ha cambiando las reglas de repetición de este evento. Al guardar el evento "
70
- "se actualizaran todos los eventos futuros. Si no planeaba cambiar todos los "
71
- "eventos, por favor vuelve a cargar la pagina."
72
 
73
- #
74
  #: ../admin-views/events-meta-box.php:35
75
  msgid "All Day Event:"
76
- msgstr "Evento de Todo el Día:"
77
 
78
- #
79
  #: ../admin-views/events-meta-box.php:39
80
  msgid "Start Date &amp; Time:"
81
- msgstr "Fecha &amp; Hora Inicia:"
82
 
83
  #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
84
  msgid "YYYY-MM-DD"
85
  msgstr "AAAA-MM-DD"
86
 
87
- #
88
  #: ../admin-views/events-meta-box.php:60
89
  msgid "End Date &amp; Time:"
90
- msgstr "Fecha &amp; Hora Finaliza:"
91
 
92
  #: ../admin-views/events-meta-box.php:85
93
  msgid "Event Location Details"
94
- msgstr "Detalles sobre el lugar del Evento"
95
 
96
  #: ../admin-views/events-meta-box.php:93
97
  msgid "Event Organizer Details"
98
- msgstr "Detalles sobre el Organizador del Evento"
99
 
100
- #
101
  #: ../admin-views/events-meta-box.php:101
102
  msgid "Event Website"
103
- msgstr "Sitio Web del Evento"
104
 
105
  #: ../admin-views/events-meta-box.php:104
106
  msgid "URL:"
107
  msgstr "URL:"
108
 
109
  #: ../admin-views/events-meta-box.php:115
 
110
  msgid "Event Cost"
111
- msgstr "Precio del Evento:"
112
 
113
  #: ../admin-views/events-meta-box.php:118
114
  msgid "Currency Symbol:"
115
- msgstr "Símbolo Monetario:"
116
 
117
- #: ../admin-views/events-meta-box.php:122
118
- #: ../public/advanced-functions/meta.php:270
119
  msgid "Cost:"
120
  msgstr "Precio:"
121
 
122
- #: ../admin-views/events-meta-box.php:127
123
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
124
  msgstr ""
125
- "Introduzca 0 para eventos que sean gratis o deje en blanco para no mostrar "
126
  "el campo."
127
 
128
  #: ../admin-views/organizer-meta-box.php:12
@@ -132,42 +123,52 @@ msgstr "Nombre del Organizador:"
132
  #: ../admin-views/organizer-meta-box.php:19
133
  #: ../admin-views/venue-meta-box.php:93
134
  #: ../admin-views/tickets/attendees.php:39
135
- #: ../public/advanced-functions/meta.php:357
136
- #: ../public/advanced-functions/meta.php:419
137
  msgid "Phone:"
138
  msgstr "Teléfono:"
139
 
140
  #: ../admin-views/organizer-meta-box.php:23
141
  #: ../admin-views/venue-meta-box.php:97
142
  #: ../admin-views/tickets/attendees.php:45
143
- #: ../public/advanced-functions/meta.php:308
144
- #: ../public/advanced-functions/meta.php:383
145
- #: ../public/advanced-functions/meta.php:445
146
  msgid "Website:"
147
- msgstr "Sitio Web:"
148
 
149
  #: ../admin-views/organizer-meta-box.php:27
150
- #: ../public/advanced-functions/meta.php:432
151
  msgid "Email:"
152
- msgstr "email:"
 
 
 
 
 
 
 
 
 
 
 
153
 
154
  #: ../admin-views/recurrence-dialog.php:13
155
  msgid ""
156
  "Would you like to change only this instance of the event, or all future "
157
  "events in this series?"
158
  msgstr ""
159
- "¿Desea solo modificar este evento o todos los eventos futuros de esta serie?"
160
 
161
  #: ../admin-views/recurrence-dialog.php:15
162
  #: ../admin-views/recurrence-dialog.php:23
163
  msgid "Only This Event:"
164
- msgstr "Solo Este Evento:"
165
 
166
  #: ../admin-views/recurrence-dialog.php:15
167
  msgid "All other future events in the series will remain the same."
168
  msgstr "El resto de los eventos de esta serie se mantendrán sin cambios."
169
 
170
- #
171
  #: ../admin-views/recurrence-dialog.php:16
172
  #: ../admin-views/recurrence-dialog.php:24
173
  msgid "All Events:"
@@ -178,41 +179,38 @@ msgid ""
178
  "All future events in the series will be changed. Any changes made to other "
179
  "events will be kept."
180
  msgstr ""
181
- "El resto de los eventos de esta serie serán modificados, Cambios hechos a "
182
- "otros eventos se mantendrán."
183
 
184
  #: ../admin-views/recurrence-dialog.php:21
185
  msgid ""
186
  "Would you like to delete only this instance of the event, or all future "
187
  "events in this series?"
188
  msgstr ""
189
- "¿Desea usted borrar solo este evento o trodos los eventos futuors de esta "
190
- "serie?"
191
 
192
  #: ../admin-views/recurrence-dialog.php:23
193
  msgid "All other future events in the series will not be deleted."
194
- msgstr "Los eventos restantes de esta serie no serán borrados."
195
 
196
  #: ../admin-views/recurrence-dialog.php:24
197
  msgid "All future events in the series will be deleted."
198
- msgstr "Todos los eventos restantes de esta serie serán borrados."
199
 
200
- #
201
  #: ../admin-views/tribe-options-display.php:4
202
  msgid "Default Events Template"
203
- msgstr "Plantilla por defecto para los Eventos"
204
 
205
  #: ../admin-views/tribe-options-display.php:5
206
  msgid "Default Page Template"
207
- msgstr "Plantilla de Página por Defecto"
208
 
209
- #
210
  #: ../admin-views/tribe-options-display.php:29
211
  msgid "Display Settings"
212
- msgstr "Opciones de muestra"
213
 
214
  #: ../admin-views/tribe-options-display.php:34
215
- #, fuzzy, php-format
216
  msgid ""
217
  "<p>The settings below control the display of your calendar. If things don't "
218
  "look right, try switching between the three style sheet options or pick a "
@@ -222,24 +220,23 @@ msgid ""
222
  "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
223
  "plugin from Github</a></p>"
224
  msgstr ""
225
- "<p>Los ajustes a continuación controlan como se mostrará su calendario. Si "
226
- "este no se muestra adecuadamente, intente cambiar entre las tres opciones de "
227
- "estilo o seleccione una plantilla del tema que usted está utilizando.</p>Va "
228
- "a encontrar ocasiones en las que estas opciones no lograran que su "
229
- "calendario se muestre 100&#37; perfecto. Puede consultar <a href=\"%s"
230
- "\">nuestra Guía para hacer plantillas</a> para obtener instrucciones de como "
231
- "hacer modificaciones por su cuenta. ¿Desea crear un nuevo estilo de vista? "
232
- "Baje desde Github una copia del <a href=\"%s\">ejemplo de un Pluginde de "
233
- "Vista de Agenda </a></p>"
234
-
235
- #
236
  #: ../admin-views/tribe-options-display.php:49
237
  msgid "Basic Template Settings"
238
- msgstr "Opciones básicas de la plantilla"
239
 
240
  #: ../admin-views/tribe-options-display.php:53
241
  msgid "Default stylesheet used for events templates"
242
- msgstr "Hoja de estilo por defecto a usar para la plantilla de eventos"
243
 
244
  #: ../admin-views/tribe-options-display.php:56
245
  msgid "Skeleton Styles"
@@ -250,6 +247,8 @@ msgid ""
250
  "Only includes enough css to achieve complex layouts like calendar and week "
251
  "view."
252
  msgstr ""
 
 
253
 
254
  #: ../admin-views/tribe-options-display.php:60
255
  msgid "Full Styles"
@@ -257,77 +256,80 @@ msgstr "Estilos completos"
257
 
258
  #: ../admin-views/tribe-options-display.php:62
259
  msgid "More detailed styling, tries to grab styles from your theme."
260
- msgstr ""
261
 
262
- #
263
  #: ../admin-views/tribe-options-display.php:64
264
  msgid "Tribe Events Styles"
265
- msgstr "Estilos Tribe para Eventos"
266
 
267
  #: ../admin-views/tribe-options-display.php:66
268
  msgid "A fully designed and styled theme for your events pages."
269
- msgstr ""
270
 
271
- #
272
  #: ../admin-views/tribe-options-display.php:73
273
  msgid "Events template"
274
- msgstr "Plantillas para eventos"
275
 
276
  #: ../admin-views/tribe-options-display.php:74
277
  msgid ""
278
  "Choose a page template to control the appearance of your calendar and event "
279
  "content."
280
  msgstr ""
281
- "Seleccione un plantilla de página para controlar la apariencia del "
282
- "calendario y su contenido."
283
 
284
  #: ../admin-views/tribe-options-display.php:82
285
  msgid "Enable event views"
286
- msgstr "Habilitar vistas de evento"
287
 
288
  #: ../admin-views/tribe-options-display.php:83
289
  msgid "You must select at least one view."
290
- msgstr "Debe por lo menos seleccionar una vista."
291
 
292
  #: ../admin-views/tribe-options-display.php:90
293
  msgid "Default view"
294
- msgstr "Vista por defecto"
295
 
296
  #: ../admin-views/tribe-options-display.php:98
297
- #, fuzzy
298
  msgid "Disable the Event Search Bar"
299
- msgstr "Usar la barra de búsqueda de eventos"
300
 
301
  #: ../admin-views/tribe-options-display.php:99
302
- #, fuzzy
303
  msgid "Check this to use the classic header."
304
- msgstr "Deshabilitar para utilizar el encabezado clásico."
305
 
306
- #
307
  #: ../admin-views/tribe-options-display.php:105
 
 
 
 
 
 
 
 
 
 
308
  msgid "Advanced Template Settings"
309
- msgstr "Opciones avanzadas de plantilla"
310
 
311
- #
312
- #: ../admin-views/tribe-options-display.php:109
313
  msgid "Add HTML before event content"
314
- msgstr "Agregar HTML antes del contenido del evento"
315
 
316
- #: ../admin-views/tribe-options-display.php:110
317
  msgid ""
318
  "If you are familiar with HTML, you can add additional code before the event "
319
  "template. Some themes may require this to help with styling or layout."
320
  msgstr ""
321
- "Si usted está familiarizado con HTML, puede agregar código adicional antes "
322
- "de la plantilla del evento. Algunos temas pueden requerirlo para hacer que "
323
- "se vean correctamente."
324
 
325
- #
326
- #: ../admin-views/tribe-options-display.php:115
327
  msgid "Add HTML after event content"
328
- msgstr "Agregar HTML luego del contenido del evento"
329
 
330
- #: ../admin-views/tribe-options-display.php:116
331
  msgid ""
332
  "If you are familiar with HTML, you can add additional code after the event "
333
  "template. Some themes may require this to help with styling or layout."
@@ -338,16 +340,15 @@ msgstr ""
338
 
339
  #: ../admin-views/tribe-options-general.php:14
340
  msgid "Finding & extending your calendar."
341
- msgstr "Encontrar y extender su calendario."
342
 
343
  #: ../admin-views/tribe-options-general.php:19
344
  msgid "Finding your calendar."
345
- msgstr "Encontrando su calendario."
346
 
347
- #
348
  #: ../admin-views/tribe-options-general.php:24
349
  msgid "Where's my calendar?"
350
- msgstr "¿Donse se encuentra mi calendario?"
351
 
352
  #: ../admin-views/tribe-options-general.php:24
353
  msgid "Right here"
@@ -358,17 +359,16 @@ msgid ""
358
  "Looking for additional functionality including recurring events, custom "
359
  "meta, community events, ticket sales and more?"
360
  msgstr ""
361
- "¿Busca funcionalidad adicional incluyendo eventos recurrentes, meta "
362
- "personalizado, eventos de comunidades, venta de boletos y más?"
363
 
364
- #
365
  #: ../admin-views/tribe-options-general.php:28
366
  msgid "Check out the available add-ons"
367
- msgstr "Revise los complementos (add-ons) disponibles."
368
 
369
  #: ../admin-views/tribe-options-general.php:33
370
  msgid "We hope our plugin is helping you out."
371
- msgstr "Esperamos que nuestro plugin le sea útil"
372
 
373
  #: ../admin-views/tribe-options-general.php:37
374
  msgid ""
@@ -377,11 +377,11 @@ msgid ""
377
  "is recognition. Add a small text-only link at the bottom of your calendar "
378
  "pointing to The Events Calendar project."
379
  msgstr ""
380
- "¿Está usted pensando \"vaya, ¡este si es un excelente plugin! Debería darle "
381
- "las gracias a los de Modern Tribe por su excelente trabajo.\" La mejor forma "
382
- "de darnos las gracias es darnos crédito por nuestro trabajo. Permítanos "
383
- "agregar en la parte baja de su calendario un enlace de texto al proyecto "
384
- "'The Events Calendar\"."
385
 
386
  #: ../admin-views/tribe-options-general.php:37
387
  #: ../admin-views/tribe-options-general.php:42
@@ -395,48 +395,54 @@ msgid ""
395
  "is recognition. Add a small text only link at the bottom of your calendar "
396
  "pointing to The Events Calendar project."
397
  msgstr ""
398
- "¿Está usted pensando \"vaya, ¡este si es un excelente plugin! Debería darle "
399
- "las gracias a los de Modern Tribe por su excelente trabajo.\" La mejor forma "
400
- "de darnos las gracias es darnos crédito por nuestro trabajo. Permítanos "
401
- "agregar en la parte baja de su calendario un enlace de texto al proyecto "
402
- "'The Events Calendar\"."
403
 
404
- #
405
  #: ../admin-views/tribe-options-general.php:47
406
  msgid "Show The Events Calendar link"
407
  msgstr "Mostrar el enlace a The Events Calendar"
408
 
409
- #
410
  #: ../admin-views/tribe-options-general.php:61
411
  msgid "General Settings"
412
- msgstr "Opciones Generales"
413
 
414
  #: ../admin-views/tribe-options-general.php:65
415
  msgid "Number of events to show per page"
416
  msgstr "Cantidad de eventos a mostrar por página"
417
 
418
  #: ../admin-views/tribe-options-general.php:72
419
- msgid "Use Javascript to control page load"
420
- msgstr "Usar javascript para controlar la carga de la página"
421
 
422
  #: ../admin-views/tribe-options-general.php:73
423
- msgid "Enable ajax to live refresh content."
424
- msgstr "Habiltar ajax para refrescar el contenido en vivo."
 
 
 
 
425
 
426
- #
427
- #: ../admin-views/tribe-options-general.php:79
 
 
 
 
428
  msgid "Show comments"
429
  msgstr "Mostrar comentarios"
430
 
431
- #: ../admin-views/tribe-options-general.php:80
432
  msgid "Enable comments on event pages."
433
- msgstr "Habilitar comentarios en páginas de eventos."
434
 
435
- #: ../admin-views/tribe-options-general.php:86
436
  msgid "Include events in main blog loop"
437
- msgstr "Incluir eventos en en el bucle (loop) principal del blog"
438
 
439
- #: ../admin-views/tribe-options-general.php:87
440
  msgid ""
441
  "Show events with the site's other posts. When this box is checked, events "
442
  "will also continue to appear on the default events page."
@@ -444,12 +450,12 @@ msgstr ""
444
  "Mostrar eventos junto con los otros posts del sitio. Cuando se habilita esta "
445
  "opción los eventos se siguen mostrando en la página de eventos."
446
 
447
- #: ../admin-views/tribe-options-general.php:93
448
- #: ../admin-views/tribe-options-general.php:99
449
  msgid "Events URL slug"
450
- msgstr "slug URL de Eventos"
451
 
452
- #: ../admin-views/tribe-options-general.php:94
453
  #, php-format
454
  msgid ""
455
  "You cannot edit the slug for your events page as you do not have pretty "
@@ -457,119 +463,124 @@ msgid ""
457
  "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
458
  "\">enable pretty permalinks</a>."
459
  msgstr ""
460
- "Usted no puede modificar el slug de su página de eventos ya que \"pretty "
461
- "permalinks\" no estan habilitadas. Actualmente la URL de su página de "
462
- "eventos es <a href=\"%s\">%s</a>. Para poder modificar el slug, <a href="
463
- "\"%soptions-permalink.php\">habilitar pretty permalinks</a>."
464
 
465
- #
466
- #: ../admin-views/tribe-options-general.php:106
467
  #: ../public/template-tags/options.php:20
468
  msgid "The slug used for building the events URL."
469
- msgstr "El slug utilizado para construir el URL de sus eventos. "
470
 
471
- #: ../admin-views/tribe-options-general.php:106
472
  #, php-format
473
  msgid "Your current events URL is: %s"
474
- msgstr "Actualmente su URL de eventos es: %s"
475
 
476
- #
477
- #: ../admin-views/tribe-options-general.php:111
478
  #: ../public/template-tags/options.php:43
479
  msgid "Here is the iCal feed URL for your events:"
480
  msgstr "El URL para el feed de iCal de sus eventos es:"
481
 
482
- #
483
- #: ../admin-views/tribe-options-general.php:116
484
  msgid "Single event URL slug"
485
- msgstr "Slug de URL para un evento"
486
 
487
- #: ../admin-views/tribe-options-general.php:123
488
  #, php-format
489
  msgid ""
490
  "The above should ideally be plural, and this singular.<br />Your single "
491
  "event URL is: %s"
492
  msgstr ""
493
- "El anterior usualmente debe ser el plural. <br />El URL para un solo evento "
494
- "es: %s"
495
 
496
- #: ../admin-views/tribe-options-general.php:128
497
  msgid "End of day cutoff"
498
- msgstr "Fin del día (cutoff)"
499
 
500
- #: ../admin-views/tribe-options-general.php:136
501
  msgid ""
502
- "Have events that run past midnight? Control when your day official ends to "
503
- "avoid awkwardly adding your event to the next day."
504
  msgstr ""
505
- "¿Tiene eventos que pasen de la medianoche? Controle cuando el día finaliza "
506
  "oficialmente para evitar agregar su evento en el día siguiente."
507
 
508
- #: ../admin-views/tribe-options-general.php:141
509
  msgid "Default currency symbol"
510
- msgstr "Simbolo monetario por defecto"
511
 
512
- #: ../admin-views/tribe-options-general.php:142
513
  msgid ""
514
  "Set the default currency symbol for event costs. Note that this only impacts "
515
  "future events, and changes made will not apply retroactively."
516
  msgstr ""
517
- "Asigne el simbolo monetario por defecto para eventos. Note que esto solo "
518
- "afectará los eventos por ocurrir, los cambios no se aplicaran "
519
- "retroactivamente. "
 
 
 
 
520
 
521
- #
522
- #: ../admin-views/tribe-options-general.php:149
 
 
 
 
 
 
 
523
  msgid "Map Settings"
524
- msgstr "Opciones de Mapas"
525
 
526
- #: ../admin-views/tribe-options-general.php:153
527
  msgid "Enable Google Maps"
528
  msgstr "Habilitar Google Maps"
529
 
530
- #: ../admin-views/tribe-options-general.php:154
531
  msgid "Check to enable maps for events and venues."
532
- msgstr "Habilitar para eventos y lugares."
533
 
534
- #: ../admin-views/tribe-options-general.php:161
535
- #, fuzzy
536
  msgid "Google Maps default zoom level"
537
  msgstr "Nivel de acercamiento (zoom) por defecto en Google Maps"
538
 
539
- #: ../admin-views/tribe-options-general.php:162
540
  msgid "0 = zoomed out; 21 = zoomed in."
541
  msgstr "0 = alejado (zoomed out); 21 = cerca (zoomed in)."
542
 
543
- #
544
- #: ../admin-views/tribe-options-general.php:170
545
  msgid "Miscellaneous Settings"
546
- msgstr "Opciones Miscelaneas"
547
 
548
- #: ../admin-views/tribe-options-general.php:174
549
  msgid "Duplicate Venues &amp; Organizers"
550
  msgstr "Organizadores y Lugares Duplicados"
551
 
552
- #: ../admin-views/tribe-options-general.php:174
553
  #: ../lib/tribe-amalgamator.php:252
554
  msgid "Merge Duplicates"
555
  msgstr "Borrar Duplicados"
556
 
557
- #: ../admin-views/tribe-options-general.php:174
558
  msgid ""
559
  "You might find duplicate venues and organizers when updating The Events "
560
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
561
  "identical venues and organizers."
562
  msgstr ""
563
- "Puede ser que se encuentre organizadores y lugares duplicados luego de "
564
- "actualizar de una versión anterior a la 3.0. Haga click en este boton para "
565
  "arreglar este problema."
566
 
567
- #
568
- #: ../admin-views/tribe-options-general.php:179
569
  msgid "Debug mode"
570
  msgstr "Modo Depuración (Debug)"
571
 
572
- #: ../admin-views/tribe-options-general.php:185
573
  #, php-format
574
  msgid ""
575
  "Enable this option to log debug information. By default this will log to "
@@ -583,15 +594,10 @@ msgstr ""
583
  "recomendamos instalar el %s y buscar la pestaña \"Tribe\" en la pantalla de "
584
  "depuración."
585
 
586
- #: ../admin-views/tribe-options-general.php:185
587
  msgid "Debug Bar Plugin"
588
  msgstr "Debug Bar Plugin"
589
 
590
- #: ../admin-views/tribe-options-help.php:18
591
- msgctxt "not available"
592
- msgid "n/a"
593
- msgstr "No Disponible"
594
-
595
  #: ../admin-views/tribe-options-help.php:19
596
  msgid "You need to upgrade!"
597
  msgstr "¡Necesita Actualizar!"
@@ -600,68 +606,81 @@ msgstr "¡Necesita Actualizar!"
600
  msgid "You are up to date!"
601
  msgstr "¡Se encuentra actualizado!"
602
 
603
- #
604
  #: ../admin-views/tribe-options-help.php:42
605
  msgid "The Events Calendar PRO"
606
  msgstr "The Events Calendar PRO"
607
 
608
  #: ../admin-views/tribe-options-help.php:46
609
- msgid "Eventbrite Tickets"
610
- msgstr "Eventbrite Tickets"
611
 
612
- #
613
  #: ../admin-views/tribe-options-help.php:50
614
- msgid "Community Events"
615
- msgstr "Community Events"
616
 
617
- #
618
  #: ../admin-views/tribe-options-help.php:54
619
- msgid "Facebook Events"
620
- msgstr "Facebook Events"
621
 
622
  #: ../admin-views/tribe-options-help.php:58
623
- msgid "WooTickets"
624
- msgstr "WooTickets"
625
 
626
  #: ../admin-views/tribe-options-help.php:63
627
- msgid "Faceted Filters"
628
- msgstr "Filtros por Facetas"
 
 
 
 
 
 
 
 
 
 
 
 
629
 
630
- #: ../admin-views/tribe-options-help.php:71
631
  msgid "Documentation"
632
  msgstr "Documentación"
633
 
634
- #: ../admin-views/tribe-options-help.php:75
635
  msgid "FAQ"
636
  msgstr "Preguntas Frecuentes"
637
 
638
- #: ../admin-views/tribe-options-help.php:79
639
- #: ../lib/the-events-calendar.class.php:743
640
- #: ../lib/the-events-calendar.class.php:3889
641
- #: ../lib/the-events-calendar.class.php:3980
642
  msgid "Help"
643
  msgstr "Ayuda"
644
 
645
- #: ../admin-views/tribe-options-help.php:83
646
  msgid "Tutorials"
647
  msgstr "Tutoriales"
648
 
649
- #: ../admin-views/tribe-options-help.php:87
650
  msgid "Release Notes"
651
  msgstr "Notas de la Versión"
652
 
653
- #: ../admin-views/tribe-options-help.php:91
654
  msgid "Forums"
655
  msgstr "Foros"
656
 
657
- #: ../admin-views/tribe-options-help.php:99
658
  msgid ""
659
  "If this is your first time using The Events Calendar, you're in for a treat "
660
  "and are already well on your way to creating a first event. Here are some "
661
  "basics we've found helpful for users jumping into it for the first time:"
662
  msgstr ""
 
 
 
 
663
 
664
- #: ../admin-views/tribe-options-help.php:102
665
  #, php-format
666
  msgid ""
667
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -669,8 +688,12 @@ msgid ""
669
  "accompanying screenshots, the primer aims to take you from zero to hero in "
670
  "no time."
671
  msgstr ""
 
 
 
 
672
 
673
- #: ../admin-views/tribe-options-help.php:104
674
  #, php-format
675
  msgid ""
676
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -678,66 +701,91 @@ msgid ""
678
  "helpful as it aims to address any basic install questions not addressed by "
679
  "the new user primer."
680
  msgstr ""
 
 
 
 
 
681
 
682
- #: ../admin-views/tribe-options-help.php:106
683
  #, php-format
684
  msgid ""
685
  "Are you developer looking to build your own frontend view? We created an "
686
  "example plugin that demonstrates how to register a new view. You can "
687
  "%sdownload the plugin at GitHub%s to get started."
688
  msgstr ""
 
 
 
689
 
690
- #: ../admin-views/tribe-options-help.php:108
691
  msgid ""
692
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
693
  "the Events menu and adding your first event."
694
  msgstr ""
 
 
695
 
696
- #: ../admin-views/tribe-options-help.php:112
697
  #, php-format
698
  msgid ""
699
  "We've redone our support page from the ground up in an effort to better help "
700
  "our users. Head over to our %sSupport Page%s and you'll find lots of great "
701
  "resources, including:"
702
  msgstr ""
 
 
 
703
 
704
- #: ../admin-views/tribe-options-help.php:114
705
  #, php-format
706
  msgid ""
707
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
708
  "&amp; Events Calendar PRO"
709
  msgstr ""
 
 
710
 
711
- #: ../admin-views/tribe-options-help.php:116
712
  #, php-format
713
  msgid ""
714
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
715
  "to advanced themer tweaks"
716
  msgstr ""
 
 
717
 
718
- #: ../admin-views/tribe-options-help.php:118
719
  #, php-format
720
  msgid ""
721
  "%sTutorials%s written by both members of our team and users from the "
722
  "community, covering custom queries, integration with third-party themes and "
723
  "plugins, etc."
724
  msgstr ""
 
 
 
725
 
726
- #: ../admin-views/tribe-options-help.php:120
727
  msgid ""
728
  "Release notes for painting an overall picture of the plugin's lifecycle and "
729
  "when features/bug fixes were introduced."
730
  msgstr ""
 
 
731
 
732
- #: ../admin-views/tribe-options-help.php:122
733
  #, php-format
734
  msgid ""
735
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
736
  "The Events Calendar (including WooTickets, Community Events, Eventbrite "
737
  "Tickets, Facebook Events, etc)"
738
  msgstr ""
 
 
 
739
 
740
- #: ../admin-views/tribe-options-help.php:124
741
  #, php-format
742
  msgid ""
743
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
@@ -747,15 +795,27 @@ msgid ""
747
  "add your own, and help us shape the future of the products business in a way "
748
  "that best meets the community's needs."
749
  msgstr ""
 
 
 
 
 
 
 
 
 
750
 
751
- #: ../admin-views/tribe-options-help.php:128
752
  #, php-format
753
  msgid ""
754
  "Written documentation can only take things so far...sometimes, you need help "
755
  "from a real person. This is where our %ssupport forums%s come into play."
756
  msgstr ""
 
 
 
757
 
758
- #: ../admin-views/tribe-options-help.php:129
759
  #, php-format
760
  msgid ""
761
  "Users of the free The Events Calendar should post their support concerns to "
@@ -764,8 +824,14 @@ msgid ""
764
  "to read our %ssupport expectations sticky thread%s before posting so you "
765
  "understand our limitations."
766
  msgstr ""
 
 
 
 
 
 
767
 
768
- #: ../admin-views/tribe-options-help.php:130
769
  msgid ""
770
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
771
  "you report a legitimate bug that we're able to reproduce, we will log it and "
@@ -773,8 +839,13 @@ msgid ""
773
  "provide customization tips or assist in integrating with 3rd party plugins "
774
  "or themes."
775
  msgstr ""
 
 
 
 
 
776
 
777
- #: ../admin-views/tribe-options-help.php:131
778
  #, php-format
779
  msgid ""
780
  "If you're a user of The Events Calendar and would like more support, please "
@@ -782,105 +853,102 @@ msgid ""
782
  "deeper level of customization/integration support for paying users than we "
783
  "can on WordPress.org."
784
  msgstr ""
 
 
 
 
 
785
 
786
- #: ../admin-views/tribe-options-help.php:135
787
- #, fuzzy, php-format
788
  msgid ""
789
  "If you find that you aren't getting the level of service you've come to "
790
  "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
791
  "why. We'll do what we can to make it right."
792
  msgstr ""
793
- "Envíenos un correo a %s o un tweet a %s y díganos lo que sucede. Haremos lo "
794
- "posible para solucionarlo."
 
795
 
796
- #: ../admin-views/tribe-options-help.php:136
797
  msgid "More..."
798
  msgstr "Más..."
799
 
800
- #: ../admin-views/tribe-options-help.php:144
801
  msgid ""
802
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
803
  "for installing our labor of love!"
804
  msgstr ""
805
- "¡Hola! Somos Modern Tribe y estamos aquí para ayudarlo a hacer bien las "
806
- "cosas. ¡Gracias por instalar el fruto de nuestro esfuerzo y trabajo!"
 
807
 
808
- #: ../admin-views/tribe-options-help.php:150
809
  msgid "Getting Started"
810
  msgstr "Como Comenzar"
811
 
812
- #: ../admin-views/tribe-options-help.php:153
813
- #, fuzzy
814
  msgid "Support Resources To Help You Kick Ass"
815
- msgstr "Recursos para Ayudarlo a Comenzar"
816
 
817
- #: ../admin-views/tribe-options-help.php:156
818
- #, fuzzy
819
  msgid "Forums: Because Everyone Needs A Buddy"
820
- msgstr "Todo el mundo necesita un amigo"
821
 
822
- #: ../admin-views/tribe-options-help.php:159
823
  msgid "Not getting help?"
824
- msgstr ""
825
 
826
- #: ../admin-views/tribe-options-help.php:169
827
- #: ../lib/the-events-calendar.class.php:486
828
  #: ../lib/tribe-settings.class.php:135
829
  msgid "The Events Calendar"
830
  msgstr "The Events Calendar"
831
 
832
- #: ../admin-views/tribe-options-help.php:173
833
  msgid "Latest Version:"
834
  msgstr "Última Versión:"
835
 
836
- #: ../admin-views/tribe-options-help.php:174
837
  msgid "Author:"
838
  msgstr "Autor:"
839
 
840
- #: ../admin-views/tribe-options-help.php:174
841
  msgid "Modern Tribe Inc"
842
  msgstr "Modern Tribe Inc"
843
 
844
- #: ../admin-views/tribe-options-help.php:175
845
  msgid "Requires:"
846
  msgstr "Requiere:"
847
 
848
- #: ../admin-views/tribe-options-help.php:175
849
  msgid "WordPress "
850
  msgstr "WordPress "
851
 
852
- #: ../admin-views/tribe-options-help.php:176
853
  msgid "Wordpress.org Plugin Page"
854
  msgstr "Página del Plugin en Wordpress.org"
855
 
856
- #: ../admin-views/tribe-options-help.php:181
857
  msgid "Average Rating"
858
- msgstr "Average de Clasificación"
859
-
860
- #: ../admin-views/tribe-options-help.php:185
861
- #, php-format
862
- msgid "Based on %d rating"
863
- msgid_plural "Based on %d ratings"
864
- msgstr[0] "Basada en %d clasificación"
865
- msgstr[1] "Basada en %d clasificaciones"
866
 
867
- #: ../admin-views/tribe-options-help.php:186
868
  msgid "Give us 5 stars!"
869
- msgstr "¡Otorgenos 5 estrellas!"
870
 
871
- #: ../admin-views/tribe-options-help.php:189
872
  msgid "Premium Add-Ons"
873
  msgstr "Complementos (Add-Ons) Premium "
874
 
875
- #: ../admin-views/tribe-options-help.php:195
876
  msgid "(Coming Soon!)"
877
  msgstr "(¡Pronto disponibles!)"
878
 
879
- #: ../admin-views/tribe-options-help.php:202
880
  msgid "News and Tutorials"
881
  msgstr "Noticias y Tutoriales"
882
 
883
- #
884
  #: ../admin-views/tribe-options-network.php:14
885
  msgid "Network Settings"
886
  msgstr "Opciones de Red"
@@ -890,20 +958,19 @@ msgid ""
890
  "This is where all of the global network settings for Modern Tribe's The "
891
  "Events Calendar can be modified."
892
  msgstr ""
893
- "Aquí es donde todas las opciones globales de la red (Network) para The "
894
- "Events Calendar de Modern Tribe pueden ser modificadas."
895
 
896
  #: ../admin-views/tribe-options-network.php:26
897
  msgid "Hide the following settings tabs on every site:"
898
- msgstr ""
899
- "Esconder la(s) siguiente(s) pestaña(s) de opciones en todas los sitios:"
900
 
901
  #: ../admin-views/venue-meta-box.php:20
902
  msgid "Venue Name:"
903
  msgstr "Nombre del Lugar:"
904
 
905
  #: ../admin-views/venue-meta-box.php:27
906
- #: ../public/advanced-functions/meta.php:371
907
  msgid "Address:"
908
  msgstr "Dirección:"
909
 
@@ -945,19 +1012,17 @@ msgstr "Mostrar:"
945
 
946
  #: ../admin-views/widget-admin-list.php:24
947
  msgid "Show widget only if there are upcoming events:"
948
- msgstr "Mostrar El Widget solo si hay eventos programados: "
949
 
950
  #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
951
  #: ../lib/tickets/tribe-tickets-pro.php:73
952
  msgid "Attendees"
953
  msgstr "Asistentes"
954
 
955
- #
956
  #: ../admin-views/tickets/attendees.php:14
957
  msgid "Event Summary"
958
  msgstr "Resumen del Evento"
959
 
960
- #
961
  #: ../admin-views/tickets/attendees.php:22
962
  msgid "Event Details"
963
  msgstr "Detalle del Evento"
@@ -976,21 +1041,21 @@ msgstr "Lugar:"
976
 
977
  #: ../admin-views/tickets/attendees.php:52
978
  msgid "Ticket Sales"
979
- msgstr "Venta de Boletos"
980
 
981
  #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
982
  #, php-format
983
  msgid "Sold %d"
984
- msgstr "%d Vendido"
985
 
986
  #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
987
  #, php-format
988
  msgid "Sold %d of %d"
989
- msgstr "%d de %d Vendidos"
990
 
991
  #: ../admin-views/tickets/attendees.php:81
992
  msgid "Tickets sold:"
993
- msgstr "Boletos vendidos:"
994
 
995
  #: ../admin-views/tickets/attendees.php:85
996
  msgid "Checked in:"
@@ -1000,10 +1065,9 @@ msgstr "Asistieron:"
1000
  msgid "Send the attendee list by email"
1001
  msgstr "Enviar la lista de asistentes por correo electrónico"
1002
 
1003
- #
1004
  #: ../admin-views/tickets/attendees.php:109
1005
  msgid "Select a User:"
1006
- msgstr "Seleccionar a un usuario:"
1007
 
1008
  #: ../admin-views/tickets/attendees.php:110
1009
  msgid "Select..."
@@ -1013,7 +1077,6 @@ msgstr "Seleccionar..."
1013
  msgid "or"
1014
  msgstr "o"
1015
 
1016
- #
1017
  #: ../admin-views/tickets/attendees.php:114
1018
  msgid "Email Address:"
1019
  msgstr "Correo Electrónico:"
@@ -1034,11 +1097,11 @@ msgstr "Modificar en %s"
1034
  #: ../admin-views/tickets/list.php:27
1035
  #: ../lib/tribe-admin-events-list.class.php:53
1036
  msgid "View"
1037
- msgstr "ver"
1038
 
1039
  #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
1040
  msgid "See who purchased tickets to this event"
1041
- msgstr "Ver quienes adquirieron boletos para este evento"
1042
 
1043
  #: ../admin-views/tickets/meta-box.php:21
1044
  msgid ""
@@ -1046,11 +1109,11 @@ msgid ""
1046
  "tickets for it?"
1047
  msgstr ""
1048
  "Este evento fué creado con \"Community Events\". ¿Esta usted seguro que "
1049
- "desea vender boletos para este evento?"
1050
 
1051
  #: ../admin-views/tickets/meta-box.php:32
1052
  msgid "Upload image for the ticket header"
1053
- msgstr "Cargue una imagen para usar en el encabezado del boleto"
1054
 
1055
  #: ../admin-views/tickets/meta-box.php:33
1056
  msgid ""
@@ -1062,7 +1125,6 @@ msgstr ""
1062
  "escala para el dispositivo móvil. Si desea que la imagen se vea bien en "
1063
  "dispositivos \"retina\" use una imagen de 1160px de ancho."
1064
 
1065
- #
1066
  #: ../admin-views/tickets/meta-box.php:36
1067
  msgid "Select an Image"
1068
  msgstr "Seleccione una imagen"
@@ -1071,40 +1133,39 @@ msgstr "Seleccione una imagen"
1071
  msgid "Remove"
1072
  msgstr "Remover"
1073
 
1074
- #
1075
  #: ../admin-views/tickets/meta-box.php:62
1076
  #: ../admin-views/tickets/meta-box.php:72
1077
  msgid "Add new ticket"
1078
- msgstr "Agregar un nuevo boleto"
1079
 
1080
- #
1081
  #: ../admin-views/tickets/meta-box.php:73
1082
  msgid "Edit ticket"
1083
- msgstr "Modificar boleto"
1084
 
1085
  #: ../admin-views/tickets/meta-box.php:79
1086
  msgid "Sell using:"
1087
  msgstr "Vender a través:"
1088
 
1089
- #
1090
  #: ../admin-views/tickets/meta-box.php:96
1091
  msgid "Ticket Name:"
1092
- msgstr "Nombre del Boleto:"
1093
 
1094
  #: ../admin-views/tickets/meta-box.php:103
1095
  msgid "Ticket Description:"
1096
- msgstr "Descripción del Boleto:"
1097
 
1098
  #: ../admin-views/tickets/meta-box.php:112
1099
  msgid "Price:"
1100
  msgstr "Precio:"
1101
 
1102
- #
 
 
 
1103
  #: ../admin-views/tickets/meta-box.php:124
1104
  msgid "Start sale:"
1105
  msgstr "Comienzo de la oferta:"
1106
 
1107
- #
1108
  #: ../admin-views/tickets/meta-box.php:148
1109
  msgid "End sale:"
1110
  msgstr "Final de la oferta:"
@@ -1114,60 +1175,60 @@ msgid ""
1114
  "When will ticket sales occur? If you don't set a start/end date for sales, "
1115
  "tickets will be available from now until the event ends."
1116
  msgstr ""
1117
- "Indique las fechas de venta de los boletos. Si usted no indica las fechas de "
1118
- "comienzo/fin para la venta, los boletos estarán disponibles desde ahora "
1119
  "hasta que finalice el evento."
1120
 
1121
- #: ../lib/the-events-calendar.class.php:491
1122
  msgid "month"
1123
- msgstr "mes"
1124
 
1125
- #: ../lib/the-events-calendar.class.php:492
1126
  msgid "upcoming"
1127
  msgstr "próximo"
1128
 
1129
- #: ../lib/the-events-calendar.class.php:493
1130
  msgid "past"
1131
  msgstr "realizado"
1132
 
1133
- #: ../lib/the-events-calendar.class.php:495
1134
  msgid "venue"
1135
  msgstr "lugar"
1136
 
1137
- #: ../lib/the-events-calendar.class.php:509
1138
  #, php-format
1139
  msgid "Initializing Tribe Events on %s"
1140
- msgstr "Inicializando Tribe Events en %s"
1141
 
1142
- #: ../lib/the-events-calendar.class.php:622
1143
  #, php-format
1144
  msgid ""
1145
  "Your version of The Events Calendar is not up-to-date with one of your The "
1146
  "Events Calendar add-ons. Please %supdate now.%s"
1147
  msgstr ""
1148
- "Su versión de The Events Calendar no se encuentra actualizado con uno de sus "
1149
- "add-ons. Por favor %supdate now.%s"
1150
 
1151
- #: ../lib/the-events-calendar.class.php:639
1152
- #, fuzzy, php-format
1153
  msgid ""
1154
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1155
  "dependencies on The Events Calendar and will not function properly unless "
1156
  "paired with the right version. %sWant to pair an older version%s?"
1157
  msgstr ""
1158
- "Los siguientes plugins se encuentra desactualizados: <b>%s</b>. Por favor "
1159
- "%supdate now%s. Todos los add-ons dependen de la versión de The Events "
1160
  "Calendar y no funcionarán correctamente a menos que se encuentre instalada "
1161
- "la versión correcta. %sWant to pair an older version%s?"
1162
 
1163
- #: ../lib/the-events-calendar.class.php:703
1164
- #: ../lib/the-events-calendar.class.php:738
1165
- #: ../lib/the-events-calendar.class.php:740
1166
  msgid "Licenses"
1167
  msgstr "Licencias"
1168
 
1169
- #: ../lib/the-events-calendar.class.php:707
1170
- #, fuzzy, php-format
1171
  msgid ""
1172
  "<p>The license key you received when completing your purchase from %s will "
1173
  "grant you access to support and updates until it expires. You do not need to "
@@ -1187,36 +1248,36 @@ msgstr ""
1187
  "dará acceso a soporte y actualizaciones hasta que la licencia expire. No "
1188
  "necesita ingresar la clave para que los plugins funcionen, pero si es "
1189
  "necesaria para hacer actualizaciones automáticas. <strong>Para encontrar su "
1190
- "código de licencia diríjase a <a href=\"%s\">%s</a></strong>.</p> <p>cada "
1191
- "add-on pago tiene su propio código de licencia. Simplemente copie el código "
1192
- "en el campo correspondiente más abajo, y espere un breve tiempo mientras es "
1193
- "validado. usted sabrá que el código fue aceptado cuando la fecha de "
1194
- "expiración se muestre en color verde junto a la palabra \"valid\".</p> <p>Si "
1195
- "se muestra un mensaje en color rojo indicando que la licencia es invalida o "
1196
- "no tiene más instalaciones, visite [enter link to account/licenses] para "
1197
- "gestionar sus instalaciones o renovar su licencia.</p><p>Si no se muestra "
1198
- "una actualización pero sabe que debe haber una, en WordPress, diríjase a <a "
1199
- "href=\"%s\">Escritorio > Actualizaciones</a> y haga click en \"Comprobar de "
1200
- "nuevo\".</p>"
1201
-
1202
- #: ../lib/the-events-calendar.class.php:730
1203
  msgid "General"
1204
  msgstr "General"
1205
 
1206
- #: ../lib/the-events-calendar.class.php:731
1207
  msgid "Display"
1208
- msgstr "Mostrar"
1209
 
1210
- #: ../lib/the-events-calendar.class.php:782
1211
  #, php-format
1212
  msgid ""
1213
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1214
  "your WordPress install."
1215
  msgstr ""
1216
- "Lo sentimos, The Events Calendar requiere Wordpress %s o superior. Por favor "
1217
- "actualice su instalación de Wordpress."
1218
 
1219
- #: ../lib/the-events-calendar.class.php:785
1220
  #, php-format
1221
  msgid ""
1222
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
@@ -1225,248 +1286,252 @@ msgstr ""
1225
  "Lo sentimos, The Events Calendar requiere PHP %s o superior. Hable con su "
1226
  "proveedor de Hospedaje Web para actualizar a una versión mas reciente de PHP"
1227
 
1228
- #: ../lib/the-events-calendar.class.php:1000 ../lib/widget-list.class.php:151
1229
- #: ../public/template-tags/loop.php:137
1230
  msgid "Upcoming Events"
1231
- msgstr "Eventos Próximos"
1232
 
1233
- #: ../lib/the-events-calendar.class.php:1003
1234
- #: ../public/template-tags/loop.php:165
1235
  msgid "Past Events"
1236
  msgstr "Eventos Realizados"
1237
 
1238
- #: ../lib/the-events-calendar.class.php:1008
1239
- #: ../lib/the-events-calendar.class.php:1015
 
1240
  #, php-format
1241
  msgid "Events for %s"
1242
  msgstr "Eventos para %s"
1243
 
1244
- #: ../lib/the-events-calendar.class.php:1010
1245
  msgid "Events this month"
1246
  msgstr "Eventos este mes"
1247
 
1248
- #: ../lib/the-events-calendar.class.php:1022
1249
  #, php-format
1250
  msgid "Events at %s"
1251
- msgstr "Evento en %s"
1252
 
1253
- #: ../lib/the-events-calendar.class.php:1041
1254
  msgid "No description has been entered for this event."
1255
  msgstr "No se ha introducido una descripción para este evento."
1256
 
1257
- #: ../lib/the-events-calendar.class.php:1303
1258
  msgid "category"
1259
- msgstr "Categoría"
1260
 
1261
- #: ../lib/the-events-calendar.class.php:1313
1262
  msgid "tag"
1263
  msgstr "etiqueta"
1264
 
1265
- #: ../lib/the-events-calendar.class.php:1340
1266
- #: ../lib/the-events-calendar.class.php:3820
1267
- #: ../lib/the-events-calendar.class.php:3880
 
1268
  msgid "Events"
1269
  msgstr "Eventos"
1270
 
1271
- #: ../lib/the-events-calendar.class.php:1341
1272
  msgid "Event"
1273
  msgstr "Evento"
1274
 
1275
- #: ../lib/the-events-calendar.class.php:1342
1276
- #: ../lib/the-events-calendar.class.php:1355
1277
- #: ../lib/the-events-calendar.class.php:1368
1278
  msgid "Add New"
1279
  msgstr "Agregar Nuevo"
1280
 
1281
- #: ../lib/the-events-calendar.class.php:1343
1282
  msgid "Add New Event"
1283
  msgstr "Agregar Nuevo Evento"
1284
 
1285
- #: ../lib/the-events-calendar.class.php:1344
1286
  msgid "Edit Event"
1287
  msgstr "Modificar Evento"
1288
 
1289
- #: ../lib/the-events-calendar.class.php:1345
1290
  msgid "New Event"
1291
  msgstr "Nuevo Evento"
1292
 
1293
- #: ../lib/the-events-calendar.class.php:1346
1294
  msgid "View Event"
1295
  msgstr "Ver Evento"
1296
 
1297
- #: ../lib/the-events-calendar.class.php:1347
1298
  msgid "Search Events"
1299
  msgstr "Buscar Eventos"
1300
 
1301
- #: ../lib/the-events-calendar.class.php:1348
1302
  msgid "No events found"
1303
  msgstr "No se encontrarón eventos"
1304
 
1305
- #: ../lib/the-events-calendar.class.php:1349
1306
  msgid "No events found in Trash"
1307
- msgstr "No hay eventos en la papelera"
1308
 
1309
- #: ../lib/the-events-calendar.class.php:1353
1310
- #: ../lib/the-events-calendar.class.php:1465
 
1311
  msgid "Venues"
1312
  msgstr "Lugares"
1313
 
1314
- #: ../lib/the-events-calendar.class.php:1354
1315
- #: ../public/advanced-functions/meta.php:331 ../views/tickets/email.php:343
1316
  msgid "Venue"
1317
  msgstr "Lugar"
1318
 
1319
- #: ../lib/the-events-calendar.class.php:1356
1320
  msgid "Add New Venue"
1321
  msgstr "Agregar Nuevo Lugar"
1322
 
1323
- #: ../lib/the-events-calendar.class.php:1357
1324
  msgid "Edit Venue"
1325
  msgstr "Modificar Lugar"
1326
 
1327
- #: ../lib/the-events-calendar.class.php:1358
1328
  msgid "New Venue"
1329
  msgstr "Nuevo Lugar"
1330
 
1331
- #: ../lib/the-events-calendar.class.php:1359
1332
  msgid "View Venue"
1333
  msgstr "Ver Lugar"
1334
 
1335
- #: ../lib/the-events-calendar.class.php:1360
1336
  msgid "Search Venues"
1337
  msgstr "Buscar Lugares"
1338
 
1339
- #: ../lib/the-events-calendar.class.php:1361
1340
  msgid "No venue found"
1341
  msgstr "No se encontró un Lugar"
1342
 
1343
- #: ../lib/the-events-calendar.class.php:1362
1344
  msgid "No venues found in Trash"
1345
- msgstr "No hay Lugares en la Papelera"
1346
 
1347
- #: ../lib/the-events-calendar.class.php:1366
1348
- #: ../lib/the-events-calendar.class.php:1466
 
1349
  msgid "Organizers"
1350
  msgstr "Organizadores"
1351
 
1352
- #: ../lib/the-events-calendar.class.php:1367
1353
- #: ../public/advanced-functions/meta.php:393 ../views/tickets/email.php:362
1354
  msgid "Organizer"
1355
  msgstr "Organizador"
1356
 
1357
- #: ../lib/the-events-calendar.class.php:1369
1358
  msgid "Add New Organizer"
1359
  msgstr "Agregar Nuevo Organizador "
1360
 
1361
- #: ../lib/the-events-calendar.class.php:1370
1362
  msgid "Edit Organizer"
1363
  msgstr "Modificar Organizador"
1364
 
1365
- #: ../lib/the-events-calendar.class.php:1371
1366
  msgid "New Organizer"
1367
  msgstr "Nuevo Organizador"
1368
 
1369
- #
1370
- #: ../lib/the-events-calendar.class.php:1372
1371
  msgid "View Organizer"
1372
  msgstr "Ver Organizador"
1373
 
1374
- #: ../lib/the-events-calendar.class.php:1373
1375
  msgid "Search Organizers"
1376
  msgstr "Buscar Organizadores"
1377
 
1378
- #: ../lib/the-events-calendar.class.php:1374
1379
  msgid "No organizer found"
1380
  msgstr "No se encontró organizador"
1381
 
1382
- #: ../lib/the-events-calendar.class.php:1375
1383
  msgid "No organizers found in Trash"
1384
  msgstr "No hay organizadores en la Papelera"
1385
 
1386
- #: ../lib/the-events-calendar.class.php:1379
1387
- #: ../lib/tribe-admin-events-list.class.php:217
1388
  msgid "Event Categories"
1389
  msgstr "Categorías de Eventos"
1390
 
1391
- #: ../lib/the-events-calendar.class.php:1380
1392
- #: ../public/template-tags/general.php:276
1393
  msgid "Event Category"
1394
  msgstr "Categoría del Evento"
1395
 
1396
- #: ../lib/the-events-calendar.class.php:1381
1397
  msgid "Search Event Categories"
1398
  msgstr "Buscar en Categorías de Eventos"
1399
 
1400
- #: ../lib/the-events-calendar.class.php:1382
1401
  msgid "All Event Categories"
1402
  msgstr "Todas las Categorías"
1403
 
1404
- #: ../lib/the-events-calendar.class.php:1383
1405
  msgid "Parent Event Category"
1406
  msgstr "Categoria Superior de Evento"
1407
 
1408
- #: ../lib/the-events-calendar.class.php:1384
1409
  msgid "Parent Event Category:"
1410
  msgstr "Categoria Superior de Evento:"
1411
 
1412
- #: ../lib/the-events-calendar.class.php:1385
1413
  msgid "Edit Event Category"
1414
  msgstr "Modificar Categoría de Evento"
1415
 
1416
- #: ../lib/the-events-calendar.class.php:1386
1417
  msgid "Update Event Category"
1418
  msgstr "Actualizar Categoría de Evento"
1419
 
1420
- #: ../lib/the-events-calendar.class.php:1387
1421
  msgid "Add New Event Category"
1422
  msgstr "Agregar Nueva Categoria de Evento"
1423
 
1424
- #: ../lib/the-events-calendar.class.php:1388
1425
  msgid "New Event Category Name"
1426
  msgstr "Nuevo Nombre de Categoría de Evento"
1427
 
1428
- #: ../lib/the-events-calendar.class.php:1404
1429
  #, php-format
1430
  msgid "Event updated. <a href=\"%s\">View event</a>"
1431
  msgstr "Evento actualizado. <a href=\"%s\">Ver evento</a>"
1432
 
1433
- #: ../lib/the-events-calendar.class.php:1405
1434
- #: ../lib/the-events-calendar.class.php:1422
1435
- #: ../lib/the-events-calendar.class.php:1439
1436
  msgid "Custom field updated."
1437
  msgstr "Campo personalizado actualizado."
1438
 
1439
- #: ../lib/the-events-calendar.class.php:1406
1440
- #: ../lib/the-events-calendar.class.php:1423
1441
- #: ../lib/the-events-calendar.class.php:1440
1442
  msgid "Custom field deleted."
1443
- msgstr "Campo personalizado borrado"
1444
 
1445
- #: ../lib/the-events-calendar.class.php:1407
1446
  msgid "Event updated."
1447
  msgstr "Evento actualizado."
1448
 
1449
- #: ../lib/the-events-calendar.class.php:1409
 
1450
  #, php-format
1451
  msgid "Event restored to revision from %s"
1452
  msgstr "Evento restaurado a la revisión de %s"
1453
 
1454
- #: ../lib/the-events-calendar.class.php:1410
1455
  #, php-format
1456
  msgid "Event published. <a href=\"%s\">View event</a>"
1457
  msgstr "Evento publicado. <a href=\"%s\">Ver evento</a>"
1458
 
1459
- #: ../lib/the-events-calendar.class.php:1411
1460
  msgid "Event saved."
1461
  msgstr "Evento guardado."
1462
 
1463
- #: ../lib/the-events-calendar.class.php:1412
1464
  #, php-format
1465
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1466
  msgstr ""
1467
  "Evento agregado. <a target=\"_blank\" href=\"%s\">Previsualizar evento</a>"
1468
 
1469
- #: ../lib/the-events-calendar.class.php:1413
1470
  #, php-format
1471
  msgid ""
1472
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -1475,49 +1540,51 @@ msgstr ""
1475
  "Evento programado para: <strong>%1$s</strong>. <a target=\"_blank\" href="
1476
  "\"%2$s\">Previsualizar evento</a>"
1477
 
1478
- #: ../lib/the-events-calendar.class.php:1415
1479
- #: ../lib/the-events-calendar.class.php:1432
1480
- #: ../lib/the-events-calendar.class.php:1449
 
1481
  msgid "M j, Y @ G:i"
1482
- msgstr "M j, Y @ G:i"
1483
 
1484
- #: ../lib/the-events-calendar.class.php:1416
1485
  #, php-format
1486
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1487
  msgstr ""
1488
- "Borrador de Evento actualizado. <a target=\"_blank\" href=\"%s"
1489
  "\">Previsualizar evento</a>"
1490
 
1491
- #: ../lib/the-events-calendar.class.php:1421
1492
  #, php-format
1493
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
1494
  msgstr "Lugar actualizado. <a href=\"%s\">Ver lugar</a>"
1495
 
1496
- #: ../lib/the-events-calendar.class.php:1424
1497
  msgid "Venue updated."
1498
  msgstr "Lugar actualizado."
1499
 
1500
- #: ../lib/the-events-calendar.class.php:1426
 
1501
  #, php-format
1502
  msgid "Venue restored to revision from %s"
1503
  msgstr "Lugar restaurado a la revisión de %s"
1504
 
1505
- #: ../lib/the-events-calendar.class.php:1427
1506
  #, php-format
1507
  msgid "Venue published. <a href=\"%s\">View venue</a>"
1508
  msgstr "Lugar publicado. <a href=\"%s\">Ver lugar</a>"
1509
 
1510
- #: ../lib/the-events-calendar.class.php:1428
1511
  msgid "Venue saved."
1512
  msgstr "Lugar guardado."
1513
 
1514
- #: ../lib/the-events-calendar.class.php:1429
1515
  #, php-format
1516
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1517
  msgstr ""
1518
  "Lugar agregado. <a target=\"_blank\" href=\"%s\">Previsualizar lugar</a>"
1519
 
1520
- #: ../lib/the-events-calendar.class.php:1430
1521
  #, php-format
1522
  msgid ""
1523
  "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -1526,37 +1593,38 @@ msgstr ""
1526
  "Lugar programado para: <strong>%1$s</strong>. <a target=\"_blank\" href="
1527
  "\"%2$s\">Previsualizar lugar</a>"
1528
 
1529
- #: ../lib/the-events-calendar.class.php:1433
1530
  #, php-format
1531
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1532
  msgstr ""
1533
  "Borrador de Lugar actualizado. <a target=\"_blank\" href=\"%s"
1534
  "\">Previsualizar lugar</a>"
1535
 
1536
- #: ../lib/the-events-calendar.class.php:1438
1537
  #, php-format
1538
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1539
  msgstr "Organizador actualizado. <a href=\"%s\">Ver organizador</a>"
1540
 
1541
- #: ../lib/the-events-calendar.class.php:1441
1542
  msgid "Organizer updated."
1543
- msgstr "organizador actualizado."
1544
 
1545
- #: ../lib/the-events-calendar.class.php:1443
 
1546
  #, php-format
1547
  msgid "Organizer restored to revision from %s"
1548
  msgstr "Organizador restaurado a la revision de %s"
1549
 
1550
- #: ../lib/the-events-calendar.class.php:1444
1551
  #, php-format
1552
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1553
  msgstr "Organizador publicado. <a href=\"%s\">Ver organizador</a>"
1554
 
1555
- #: ../lib/the-events-calendar.class.php:1445
1556
  msgid "Organizer saved."
1557
  msgstr "Organizador guardado."
1558
 
1559
- #: ../lib/the-events-calendar.class.php:1446
1560
  #, php-format
1561
  msgid ""
1562
  "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
@@ -1564,7 +1632,7 @@ msgstr ""
1564
  "Organizador agregado. <a target=\"_blank\" href=\"%s\">Previsualizar "
1565
  "organizador</a>"
1566
 
1567
- #: ../lib/the-events-calendar.class.php:1447
1568
  #, php-format
1569
  msgid ""
1570
  "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
@@ -1573,7 +1641,7 @@ msgstr ""
1573
  "Organizador programado para: <strong>%1$s</strong>. <a target=\"_blank\" "
1574
  "href=\"%2$s\">Previsualizar organizador</a>"
1575
 
1576
- #: ../lib/the-events-calendar.class.php:1450
1577
  #, php-format
1578
  msgid ""
1579
  "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
@@ -1582,147 +1650,141 @@ msgstr ""
1582
  "Borrador de Organizador actualizado. <a target=\"_blank\" href=\"%s"
1583
  "\">Previsualizar organizador</a>"
1584
 
1585
- #: ../lib/the-events-calendar.class.php:1491
1586
  msgid "Use Saved Venue:"
1587
  msgstr "Usar Lugar Guardado:"
1588
 
1589
- #: ../lib/the-events-calendar.class.php:1520
1590
  msgid "Use Saved Organizer:"
1591
- msgstr "Usar Organizador ya Guardado:"
1592
 
1593
- #: ../lib/the-events-calendar.class.php:1556
1594
  msgid "Use New Venue"
1595
  msgstr "Usar Nuevo Lugar"
1596
 
1597
- #
1598
- #: ../lib/the-events-calendar.class.php:1558
1599
  msgid "My Venues"
1600
  msgstr "Mis Lugares"
1601
 
1602
- #
1603
- #: ../lib/the-events-calendar.class.php:1563
1604
  msgid "Available Venues"
1605
  msgstr "Lugares Disponibles"
1606
 
1607
- #
1608
- #: ../lib/the-events-calendar.class.php:1574
1609
  msgid "No saved venue exists."
1610
  msgstr "No hay lugares guardados."
1611
 
1612
- #: ../lib/the-events-calendar.class.php:1608
1613
  msgid "Use New Organizer"
1614
  msgstr "Usar Nuevo Organizador"
1615
 
1616
- #
1617
- #: ../lib/the-events-calendar.class.php:1610
1618
  msgid "My Organizers"
1619
  msgstr "Mis Organizadores"
1620
 
1621
- #
1622
- #: ../lib/the-events-calendar.class.php:1615
1623
  msgid "Available Organizers"
1624
  msgstr "Organizadores disponibles"
1625
 
1626
- #
1627
- #: ../lib/the-events-calendar.class.php:1626
1628
  msgid "No saved organizer exists."
1629
- msgstr "No hay Organizadores Guardados."
1630
 
1631
- #: ../lib/the-events-calendar.class.php:1753
1632
  msgid "Next"
1633
  msgstr "Siguiente"
1634
 
1635
- #: ../lib/the-events-calendar.class.php:1754
1636
  msgid "Prev"
1637
- msgstr "Previo"
1638
 
1639
- #: ../lib/the-events-calendar.class.php:1755
1640
  msgid "Today"
1641
  msgstr "Hoy"
1642
 
1643
- #: ../lib/the-events-calendar.class.php:1756
1644
  msgid "Done"
1645
  msgstr "Hecho"
1646
 
1647
- #: ../lib/the-events-calendar.class.php:1965
1648
  msgid "Network"
1649
  msgstr "Red"
1650
 
1651
- #
1652
- #: ../lib/the-events-calendar.class.php:2902
1653
  msgid "Unnamed Venue"
1654
  msgstr "Lugar sin nombre"
1655
 
1656
- #
1657
- #: ../lib/the-events-calendar.class.php:2992
1658
  msgid "Unnamed Organizer"
1659
  msgstr "Organizador sin nombre"
1660
 
1661
- #: ../lib/the-events-calendar.class.php:3467
 
 
 
 
 
1662
  msgid "Event Options"
1663
  msgstr "Opciones del Evento"
1664
 
1665
- #: ../lib/the-events-calendar.class.php:3469
1666
  msgid "Venue Information"
1667
- msgstr "Información Sobre El Lugar"
1668
 
1669
- #: ../lib/the-events-calendar.class.php:3474
1670
  msgid "Organizer Information"
1671
- msgstr "Información Sobre El Organizador"
1672
 
1673
- #: ../lib/the-events-calendar.class.php:3669
1674
  msgid "Support"
1675
  msgstr "Soporte"
1676
 
1677
- #: ../lib/the-events-calendar.class.php:3672
1678
  msgid "View All Add-Ons"
1679
- msgstr "Ver Todos Los Complementos (Add-Ons)"
1680
 
1681
- #
1682
- #: ../lib/the-events-calendar.class.php:3689
1683
  msgid "News from Modern Tribe"
1684
  msgstr "Noticias de Modern Tribe"
1685
 
1686
- #: ../lib/the-events-calendar.class.php:3770
1687
  msgid "Additional Functionality"
1688
- msgstr "Funcionalidad Adicional"
1689
 
1690
- #: ../lib/the-events-calendar.class.php:3775
1691
  msgid ""
1692
  "Looking for additional functionality including recurring events, ticket "
1693
  "sales, publicly submitted events, new views and more?"
1694
  msgstr ""
1695
- "¿Busca funcionalidad adicional, incluyendo eventos recurrentes, venta de "
1696
- "boletos, eventos agregados por el público, vistas adicionales y más?"
1697
 
1698
- #: ../lib/the-events-calendar.class.php:3775
1699
  #, php-format
1700
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1701
- msgstr "Vea los <a href=\"%s\">add-ons disponibles</a>."
 
1702
 
1703
- #
1704
- #: ../lib/the-events-calendar.class.php:3846
1705
- #: ../lib/the-events-calendar.class.php:3937
1706
  msgid "View Calendar"
1707
  msgstr "Ver Calendario"
1708
 
1709
- #
1710
- #: ../lib/the-events-calendar.class.php:3854
1711
  msgid "Add Event"
1712
  msgstr "Agregar Evento"
1713
 
1714
- #
1715
- #: ../lib/the-events-calendar.class.php:3863
1716
  msgid "Edit Events"
1717
  msgstr "Modificar Eventos"
1718
 
1719
- #: ../lib/the-events-calendar.class.php:3872
1720
- #: ../lib/the-events-calendar.class.php:3973
1721
  #: ../lib/tribe-settings.class.php:164
1722
  msgid "Settings"
1723
  msgstr "Ajustes"
1724
 
1725
- #: ../lib/the-events-calendar.class.php:3908
1726
  #, php-format
1727
  msgid ""
1728
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
@@ -1731,41 +1793,43 @@ msgstr ""
1731
  "¡Bienvenido a The Events Calendar! Puede encontrar su calendario de eventos "
1732
  "en %s. Para cambiar el slug de los eventos dirijase a %sEventos -> Ajustes%s"
1733
 
1734
- #: ../lib/the-events-calendar.class.php:3974
1735
  msgid "Calendar"
1736
  msgstr "Calendario"
1737
 
1738
- #: ../lib/the-events-calendar.class.php:4037
1739
  msgid "List"
1740
  msgstr "Lista"
1741
 
1742
- #
1743
- #: ../lib/the-events-calendar.class.php:4048
1744
  msgid "Month"
1745
  msgstr "Mes"
1746
 
1747
- #
1748
- #: ../lib/the-events-calendar.class.php:4088
 
 
 
 
 
1749
  msgid "Date"
1750
  msgstr "Fecha"
1751
 
1752
- #
1753
- #: ../lib/the-events-calendar.class.php:4091
1754
  msgid "Events In"
1755
  msgstr "Eventos en"
1756
 
1757
- #
1758
- #: ../lib/the-events-calendar.class.php:4093
1759
  msgid "Events From"
1760
  msgstr "Eventos desde"
1761
 
1762
- #: ../lib/the-events-calendar.class.php:4276 ../views/list/nav.php:22
1763
- #: ../views/list/nav.php:28 ../views/list/nav.php:31
1764
  msgid "&laquo; Previous Events"
1765
- msgstr "&laquo; Eventos Previos"
1766
 
1767
- #: ../lib/the-events-calendar.class.php:4277 ../views/list/nav.php:40
1768
- #: ../views/list/nav.php:43 ../views/list/nav.php:49
1769
  msgid "Next Events &raquo;"
1770
  msgstr "Eventos Siguientes &raquo;"
1771
 
@@ -1774,35 +1838,34 @@ msgstr "Eventos Siguientes &raquo;"
1774
  msgid "View &#8220;%s&#8221;"
1775
  msgstr "Vista &#8220;%s&#8221;"
1776
 
1777
- #: ../lib/tribe-admin-events-list.class.php:222
1778
  msgid "Start Date"
1779
- msgstr "Fecha de Inicio"
1780
 
1781
- #: ../lib/tribe-admin-events-list.class.php:223
1782
  msgid "End Date"
1783
- msgstr "Fecha Finaliza"
1784
 
1785
- #: ../lib/tribe-admin-events-list.class.php:225
1786
  msgid "Recurring?"
1787
- msgstr "¿Se Repite?"
1788
 
1789
- #: ../lib/tribe-admin-events-list.class.php:282
1790
  #: ../lib/tickets/tribe-tickets-pro.php:229
1791
  msgid "Yes"
1792
  msgstr "Si"
1793
 
1794
- #: ../lib/tribe-admin-events-list.class.php:282
1795
  msgid "No"
1796
  msgstr "No"
1797
 
1798
- #: ../lib/tribe-admin-events-list.class.php:360
1799
  #, php-format
1800
  msgid "All %s"
1801
  msgstr "Todos %s"
1802
 
1803
- #
1804
  #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1805
- #: ../lib/tribe-app-shop.class.php:84
1806
  msgid "Event Add-Ons"
1807
  msgstr "Add-Ons para Eventos"
1808
 
@@ -1810,7 +1873,7 @@ msgstr "Add-Ons para Eventos"
1810
  msgid "Tribe"
1811
  msgstr "Tribe"
1812
 
1813
- #: ../lib/tribe-event-api.class.php:372 ../lib/tribe-view-helpers.class.php:44
1814
  #: ../public/template-tags/venue.php:240
1815
  msgid "United States"
1816
  msgstr "Estados Unidos"
@@ -1820,36 +1883,33 @@ msgstr "Estados Unidos"
1820
  msgid "Error"
1821
  msgstr "Error"
1822
 
1823
- #: ../lib/tribe-field.class.php:161
1824
  msgid "Invalid field type specified"
1825
  msgstr "Tipo de Campo especificado es incorrecto"
1826
 
1827
- #: ../lib/tribe-field.class.php:414
1828
  msgid "No radio options specified"
1829
- msgstr "No se especificó una opción."
1830
 
1831
- #: ../lib/tribe-field.class.php:451
1832
  msgid "No checkbox options specified"
1833
  msgstr "No se especificó ninguna opción."
1834
 
1835
- #: ../lib/tribe-field.class.php:505
1836
  msgid "No select options specified"
1837
  msgstr "No se seleccionó ninguna opción."
1838
 
1839
- #
1840
  #: ../lib/tribe-settings-tab.class.php:219
1841
  msgid "There are no fields setup for this tab yet."
1842
  msgstr "Todavía no hay campos definidos para esta pestaña."
1843
 
1844
- #
1845
  #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
1846
  msgid "The Events Calendar Settings"
1847
- msgstr "Opciones de The Events Calendar"
1848
 
1849
- #
1850
  #: ../lib/tribe-settings.class.php:176
1851
  msgid "Events Settings"
1852
- msgstr "Opciones de Eventos"
1853
 
1854
  #: ../lib/tribe-settings.class.php:225
1855
  #, php-format
@@ -1858,9 +1918,8 @@ msgstr "%s Ajustes"
1858
 
1859
  #: ../lib/tribe-settings.class.php:239
1860
  msgid "You've requested a non-existent tab."
1861
- msgstr "Usted a tratado de seleccionar una pestaña inexistente."
1862
 
1863
- #
1864
  #: ../lib/tribe-settings.class.php:247
1865
  msgid " Save Changes"
1866
  msgstr "Guardar Cambios"
@@ -1883,69 +1942,63 @@ msgstr "Su formulario contiene los siguientes errores:"
1883
 
1884
  #: ../lib/tribe-settings.class.php:485
1885
  msgid "None of your settings were saved. Please try again."
1886
- msgstr "Las opciones no fueron guardadas. Por favor intente nuevamente."
1887
 
1888
- #: ../lib/tribe-settings.class.php:485
1889
- msgid ""
1890
- "The above setting was not saved. Other settings were successfully saved."
1891
- msgid_plural ""
1892
- "The above settings were not saved. Other settings were successfully saved."
1893
- msgstr[0] ""
1894
- "La opción indicada ariiba no fué guardada. Las otras opciones si fueron "
1895
- "guardadas sin problemas."
1896
- msgstr[1] ""
1897
- "Las opciónes indicadas ariiba no furon guardadas. Las otras opciones si "
1898
- "fueron guardadas sin problemas."
1899
-
1900
- #
1901
  #: ../lib/tribe-settings.class.php:509
1902
  msgid "Settings saved."
1903
- msgstr "Opciones fueron guardadas."
1904
 
1905
- #: ../lib/tribe-template-factory.class.php:225
1906
  #, php-format
1907
- msgid "There were no results found for <strong>\"%s\"</strong>."
1908
  msgstr "No se encontraron resultados para <strong>\"%s\"</strong>."
1909
 
1910
  #: ../lib/tribe-template-factory.class.php:235
1911
  #, php-format
1912
- msgid ""
1913
- "listed under %s. Check out past events for this category or view the full "
1914
- "calendar."
1915
- msgstr ""
1916
- "listado bajo %s. Verifique eventos anteriores para esta categoría o vea el "
1917
- "calendario completo."
1918
 
1919
- #: ../lib/tribe-template-factory.class.php:237
1920
  #, php-format
1921
  msgid ""
1922
- "listed under %s. Check out upcoming events for this category or view the "
1923
- "full calendar."
1924
  msgstr ""
1925
- "listado bajo %s. Verifique los próximos eventos para esta categoría o vea el "
1926
- "calendario completo."
1927
 
1928
  #: ../lib/tribe-template-factory.class.php:241
1929
  #, php-format
1930
- msgid "No events scheduled for <strong>%s</strong>. Please try another day."
 
 
1931
  msgstr ""
1932
- "No hay eventos programados para <strong>%s</strong>. Por favor intente con "
1933
- "otra fecha."
1934
 
1935
- #
1936
- #: ../lib/tribe-template-factory.class.php:245
1937
- msgid "No upcoming events "
1938
- msgstr "No hay eventos próximos"
1939
 
1940
- #
1941
  #: ../lib/tribe-template-factory.class.php:247
1942
- msgid "No matching events "
1943
- msgstr "No se encontraron eventos"
 
1944
 
1945
- #
1946
- #: ../lib/tribe-template-factory.class.php:250
1947
- msgid "No previous events "
1948
- msgstr "No hay eventos anteriores"
 
 
 
 
 
 
 
 
 
 
1949
 
1950
  #: ../lib/tribe-the-events-calendar-import.class.php:64
1951
  #, php-format
@@ -1962,6 +2015,20 @@ msgid ""
1962
  "><br/> You have events that need to be migrated. Please visit the bottom of "
1963
  "the <a href=\"%s\">settings page</a> to perform the migration."
1964
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1965
 
1966
  #: ../lib/tribe-the-events-calendar-import.class.php:86
1967
  msgid "Upgrade from The Events Calendar"
@@ -1973,8 +2040,8 @@ msgid ""
1973
  "upgraded. Please be sure to back up your database before initiating the "
1974
  "upgrade. This process can not be undone."
1975
  msgstr ""
1976
- "Al Parecer usted tiene datos de \"events calendar\" que requieren ser "
1977
- "actualizados. Por favor asegurese de respaldar su base de datos antes de "
1978
  "iniciar la actualización. Este proceso no puede ser reversado."
1979
 
1980
  #: ../lib/tribe-the-events-calendar-import.class.php:88
@@ -1984,7 +2051,7 @@ msgstr "¡Migrar Datos!"
1984
  #: ../lib/tribe-the-events-calendar-import.class.php:166
1985
  #, php-format
1986
  msgid "You successfully migrated (%d) entries."
1987
- msgstr "Usted ha migrado exitosamente (%d) entradas."
1988
 
1989
  #: ../lib/tribe-the-events-calendar-import.class.php:242
1990
  msgid "Install has 1 or more legacy event!"
@@ -1992,7 +2059,7 @@ msgstr "¡Esta instalación tiene uno o más eventos en formato anterior!"
1992
 
1993
  #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
1994
  msgid "Invalid or incomplete field passed"
1995
- msgstr "El campo especificado se encuentra inválido o incompleto"
1996
 
1997
  #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
1998
  #: ../lib/tribe-validate.class.php:116
@@ -2003,11 +2070,6 @@ msgstr "ID del Campo:"
2003
  msgid "Non-existant field validation function passed"
2004
  msgstr "La función de validación especificada no existe"
2005
 
2006
- #: ../lib/tribe-validate.class.php:110
2007
- msgctxt "non-existant function name passed for field validation"
2008
- msgid "with function name:"
2009
- msgstr "con el nombre de función:"
2010
-
2011
  #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
2012
  #, php-format
2013
  msgid "%s must contain numbers and letters only"
@@ -2096,12 +2158,12 @@ msgid ""
2096
  "format: <br>US, United States <br> UK, United Kingdom."
2097
  msgstr ""
2098
  "La lista de paises debe contener solo un país por línea de la siguiente "
2099
- "forma: <br>US., Estados Unidos<br> VE, Venezuela."
2100
 
2101
  #: ../lib/tribe-view-helpers.class.php:24
2102
  #: ../lib/tribe-view-helpers.class.php:43
2103
  msgid "Select a Country:"
2104
- msgstr "Escoga un País:"
2105
 
2106
  #: ../lib/tribe-view-helpers.class.php:45
2107
  msgid "Afghanistan"
@@ -2612,7 +2674,6 @@ msgstr "Luxemburgo"
2612
  msgid "Macau"
2613
  msgstr "Macao"
2614
 
2615
- #
2616
  #: ../lib/tribe-view-helpers.class.php:172
2617
  msgid "Macedonia"
2618
  msgstr "Macedonia"
@@ -3261,7 +3322,6 @@ msgstr "Wisconsin"
3261
  msgid "Wyoming"
3262
  msgstr "Wyoming"
3263
 
3264
- #
3265
  #: ../lib/widget-list.class.php:21
3266
  msgid "A widget that displays upcoming events."
3267
  msgstr "Un widget que muestra los próximos eventos."
@@ -3270,24 +3330,347 @@ msgstr "Un widget que muestra los próximos eventos."
3270
  msgid "Events List"
3271
  msgstr "Lista de Eventos"
3272
 
3273
- #: ../lib/widget-list.class.php:114
3274
  msgid "View All Events"
3275
  msgstr "Ver Todos los Eventos"
3276
 
3277
- #: ../lib/widget-list.class.php:117
3278
  msgid "There are no upcoming events at this time."
3279
  msgstr "No hay eventos programados en este momento"
3280
 
3281
- #: ../lib/template-classes/month.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3282
  #, php-format
3283
  msgid ""
3284
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
3285
  "searching next month."
3286
  msgstr ""
3287
- "No se encontraron resultados este mes por <strong>\"%s\"</strong>. Intente "
3288
- "buscando en otro mes."
3289
 
3290
- #: ../lib/template-classes/single-event.php:99
3291
  msgid "This event has passed."
3292
  msgstr "Este evento ya finalizó "
3293
 
@@ -3297,7 +3680,7 @@ msgstr "Orden #"
3297
 
3298
  #: ../lib/tickets/tribe-tickets-attendees.php:68
3299
  msgid "Order Status"
3300
- msgstr "Estatus de la Orden"
3301
 
3302
  #: ../lib/tickets/tribe-tickets-attendees.php:69
3303
  msgid "Purchaser name"
@@ -3309,12 +3692,12 @@ msgstr "Correo del Comprador"
3309
 
3310
  #: ../lib/tickets/tribe-tickets-attendees.php:71
3311
  msgid "Ticket type"
3312
- msgstr "Tipo de Boleto"
3313
 
3314
  #: ../lib/tickets/tribe-tickets-attendees.php:72
3315
  #: ../views/tickets/email.php:316
3316
  msgid "Ticket #"
3317
- msgstr "Boleto #"
3318
 
3319
  #: ../lib/tickets/tribe-tickets-attendees.php:73
3320
  #: ../views/tickets/email.php:328
@@ -3322,44 +3705,43 @@ msgid "Security Code"
3322
  msgstr "Código de seguridad"
3323
 
3324
  #: ../lib/tickets/tribe-tickets-attendees.php:74
3325
- #: ../lib/tickets/tribe-tickets-attendees.php:144
3326
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3327
  msgid "Check in"
3328
- msgstr "Check in"
3329
 
3330
- #: ../lib/tickets/tribe-tickets-attendees.php:145
3331
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3332
  msgid "Undo Check in"
3333
- msgstr "Deshacer Check in"
3334
 
3335
- #: ../lib/tickets/tribe-tickets-attendees.php:179
3336
  msgid "Print"
3337
  msgstr "Imprimir"
3338
 
3339
- #
3340
- #: ../lib/tickets/tribe-tickets-attendees.php:180
3341
  msgid "Email"
3342
  msgstr "Email"
3343
 
3344
- #: ../lib/tickets/tribe-tickets-attendees.php:181
3345
  msgid "Export"
3346
  msgstr "Exportar"
3347
 
3348
- #: ../lib/tickets/tribe-tickets-attendees.php:187
3349
  msgid "Filter by ticket #, order # or security code"
3350
- msgstr "Filtrar por # de boleto, orden o código de seguridad"
3351
 
3352
  #: ../lib/tickets/tribe-tickets-metabox.php:24
3353
  msgid "Tickets"
3354
- msgstr "Boletos"
3355
 
3356
  #: ../lib/tickets/tribe-tickets-metabox.php:62
3357
  msgid "Ticket header image"
3358
- msgstr "Imagen para la cabecera del boleto"
3359
 
3360
  #: ../lib/tickets/tribe-tickets-metabox.php:62
3361
  msgid "Set as ticket header"
3362
- msgstr "Colocar como cabecera del boleto"
3363
 
3364
  #: ../lib/tickets/tribe-tickets-pro.php:107
3365
  msgid "You need to select a user or type a valid email address"
@@ -3380,7 +3762,7 @@ msgid ""
3380
  "selection works in the table below, in the email, for print and for the CSV "
3381
  "export."
3382
  msgstr ""
3383
- "Puede seleccionar en las opciones de pantalla cuales columnas desea ver. "
3384
  "Esas opciones afectan el listado de la tabla siguiente, lo que se envia por "
3385
  "correo, la impresión y la exportación CSV."
3386
 
@@ -3393,105 +3775,91 @@ msgstr "Asistentes"
3393
  msgid "Attendee List for: %s"
3394
  msgstr "Lista de asistentes para: %s"
3395
 
3396
- #: ../lib/tickets/tribe-tickets.php:292
3397
  msgid "Your ticket has been saved."
3398
- msgstr "El boleto ha sido guardado."
3399
 
3400
- #: ../lib/tickets/tribe-tickets.php:369
3401
  msgid "Your ticket has been deleted."
3402
- msgstr "El boleto ha sido borrado."
3403
 
3404
- #: ../public/advanced-functions/meta.php:35
 
3405
  msgid "Start:"
3406
- msgstr "Inicia:"
3407
 
3408
- #: ../public/advanced-functions/meta.php:42
 
3409
  msgid "End:"
3410
  msgstr "Finaliza:"
3411
 
3412
- #
3413
- #: ../public/advanced-functions/meta.php:51
3414
  msgid "Date:"
3415
  msgstr "Fecha:"
3416
 
3417
- #: ../public/advanced-functions/meta.php:233
 
 
 
 
 
3418
  msgid "Click to view a Google Map"
3419
  msgstr "Click para ver Mapa de Google"
3420
 
3421
- #
3422
- #: ../public/advanced-functions/meta.php:234
3423
  msgid "+ Google Map"
3424
  msgstr "+ Google Map"
3425
 
3426
- #: ../public/advanced-functions/meta.php:245
3427
  msgid "Details"
3428
  msgstr "Detalles"
3429
 
3430
- #
3431
- #: ../public/advanced-functions/meta.php:295
3432
  msgid "Event Tags:"
3433
  msgstr "Etiquetas del Evento:"
3434
 
3435
- #: ../public/advanced-functions/meta.php:321
3436
  msgid "Origin:"
3437
  msgstr "Origen:"
3438
 
3439
- #
3440
- #: ../public/advanced-functions/meta.php:458
3441
  msgid "Event:"
3442
  msgstr "Evento:"
3443
 
3444
- #
3445
  #: ../public/template-tags/deprecated.php:1143
3446
  msgid "Category"
3447
- msgstr "Categoría"
3448
 
3449
- #: ../public/template-tags/general.php:306
3450
  msgid "Tags:"
3451
  msgstr "Etiquetas:"
3452
 
3453
- #
3454
- #: ../public/template-tags/general.php:392
3455
  msgid "Loading Events"
3456
  msgstr "Cargando Eventos:"
3457
 
3458
- #: ../public/template-tags/general.php:531
3459
  msgid "Free"
3460
  msgstr "Gratuito"
3461
 
3462
- #
3463
- #: ../public/template-tags/general.php:703
3464
  msgid "Recurring Event"
3465
- msgstr "Evento Recurrente"
3466
 
3467
- #: ../public/template-tags/general.php:706
3468
  msgid "(See all)"
3469
- msgstr "(ver todos)"
3470
 
3471
- #: ../public/template-tags/general.php:982
3472
  #, php-format
3473
  msgid "Calendar powered by %sThe Events Calendar%s"
3474
- msgstr "Este Calendario se muestra usando %sThe Events Calendar%s"
3475
-
3476
- #: ../public/template-tags/loop.php:150
3477
- #, php-format
3478
- msgid "Events for %1$s"
3479
- msgstr "Eventos para %1$s"
3480
-
3481
- #: ../public/template-tags/loop.php:158
3482
- #, php-format
3483
- msgid "Events for %1$s through %2$s"
3484
- msgstr "Eventos desde %1$s hasta %2$s"
3485
-
3486
- #
3487
- #: ../public/template-tags/loop.php:171
3488
- msgid "Events for "
3489
- msgstr "Eventos para "
3490
 
3491
  #: ../public/template-tags/options.php:20
3492
  #, php-format
3493
  msgid "Your current Events URL is %s"
3494
- msgstr "La URL para este evento es %s"
3495
 
3496
  #: ../public/template-tags/options.php:31
3497
  #, php-format
@@ -3499,120 +3867,91 @@ msgid ""
3499
  "You <strong>cannot</strong> use the same slug as above. The above should "
3500
  "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3501
  msgstr ""
3502
- "<strong>No puede</strong> usar el mismo slug de arriba. El anterior debe ser "
3503
- "el plural y este el singular.<br />El URL para este evento debe ser como: %s"
 
3504
 
3505
- #
3506
  #: ../views/single-event.php:23
3507
  msgid "&laquo; All Events"
3508
  msgstr "&laquo; Todos los Eventos"
3509
 
3510
- #
3511
  #: ../views/single-event.php:42 ../views/single-event.php:73
3512
  msgid "Event Navigation"
3513
  msgstr "Navegación entre Eventos"
3514
 
3515
- #
3516
- #: ../views/list/nav.php:16
3517
  msgid "Events List Navigation"
3518
  msgstr "Navegación en la Lista de Eventos"
3519
 
3520
  #: ../views/list/single-event.php:76
3521
  msgid "Find out more"
3522
- msgstr "Averiguar más"
3523
 
3524
- #
3525
- #: ../views/modules/bar.php:31 ../views/modules/bar.php:60
3526
  msgid "Find Events"
3527
- msgstr "Encontrar Eventos"
3528
 
3529
- #: ../views/modules/bar.php:38
3530
  msgid "Event Views Navigation"
3531
  msgstr "Navegación entre vistas de Eventos"
3532
 
3533
- #
3534
- #: ../views/modules/bar.php:39
3535
  msgid "View As"
3536
- msgstr "Ver Como"
3537
 
3538
- #
3539
  #: ../views/month/nav.php:18
3540
  msgid "Calendar Month Navigation"
3541
  msgstr "Navegación en Calendario Mensual"
3542
 
3543
- #
3544
  #: ../views/tickets/attendees-email.php:25
3545
  msgid "Attendee List"
3546
  msgstr "Lista de Asistentes"
3547
 
3548
  #: ../views/tickets/email.php:39
3549
  msgid "Your tickets"
3550
- msgstr "Sus Boletos"
3551
 
3552
  #: ../views/tickets/email.php:320
3553
  msgid "Ticket Type"
3554
- msgstr "Tipo de Boleto"
3555
 
3556
  #: ../views/tickets/email.php:324
3557
  msgid "Purchaser"
3558
  msgstr "Comprador"
3559
 
3560
- #~ msgid ""
3561
- #~ "Want to modify the display of this widget? Try a %stemplate override%s."
3562
- #~ msgstr ""
3563
- #~ "¿Quiere modificar como se muestra este widget? Intente un %stemplate "
3564
- #~ "override%s."
3565
 
3566
- #~ msgid ""
3567
- #~ "These styles provide a bare minimum level of layout for the more complex "
3568
- #~ "templates, and is recommended if you're customizing the events template "
3569
- #~ "styles."
3570
- #~ msgstr ""
3571
- #~ "Estos solo aplican el mínimo de estilo para las plantillas más complejas, "
3572
- #~ "y son los recomendados si usted desea hacer sus propias modificaciones a "
3573
- #~ "los estilos de las plantillas."
3574
 
3575
- #~ msgid ""
3576
- #~ "These styles provide a more complex level of layout and style and should "
3577
- #~ "adapt to your theme"
3578
- #~ msgstr ""
3579
- #~ "Estos proveen un nivel de estilos más complejo y deberían adaptarse a su "
3580
- #~ "tema."
3581
 
3582
- #~ msgid "These styles provide a fully designed events theme"
3583
- #~ msgstr "Estos temas proveen estilos completos diseñados para sus eventos"
 
 
 
 
3584
 
3585
  #~ msgid ""
3586
- #~ "If this is your first time using The Events Calendar,you're in for a "
3587
- #~ "treat. You're going to find it super-easy to get up and running with "
3588
- #~ "managing your events. Here are some ways to get started:</"
3589
- #~ "p><ul><li><strong>Feeling adventurous?</strong> Jump right into it by "
3590
- #~ "visiting the Events menu to <a href=\"%s\">add your first event</a>.</"
3591
- #~ "li><li><strong>Want to get the low-down first?</strong> Visit our <a href="
3592
- #~ "\"%s\">new user primer</a>, designed to help familiarize you with the "
3593
- #~ "plugin basics.</li></ul>"
3594
  #~ msgstr ""
3595
- #~ "Si esta es la primera vez que usa The Events Calendar, va a disfrutarlo. "
3596
- #~ "Va a encontrar lo super-fácil que es comenzar a manejar sus eventos. A "
3597
- #~ "continuación algunas ayudas para hacer más fluido el comienzo:</"
3598
- #~ "p><ul><li><strong>¿Con espiritu de aventura?</strong> láncese "
3599
- #~ "directamente a visitar el menú de Eventos para <a href=\"%s\">agregar su "
3600
- #~ "primer evento</a>.</li><li><strong>¿Quiere conocer más detalles antes de "
3601
- #~ "comenzar?</strong> Visite nuestro <a href=\"%s\">resumen para nuevos "
3602
- #~ "usuarios</a>, diseñado para que usted se familiarice con lo básico.</"
3603
- #~ "li></ul>"
3604
 
3605
  #~ msgid ""
3606
- #~ "<p>We love all our users and want to help free & PRO customers alike. If "
3607
- #~ "you're running the latest version of The Events Calendar and are having "
3608
- #~ "problems, post a thread at the %s on WordPress.org. We hit the forum once "
3609
- #~ "a week to look for legitimate bug reports and do what we can to assist "
3610
- #~ "users.</p>"
3611
  #~ msgstr ""
3612
- #~ "<p>Apreciamos a todos nuestros usuarios y deseamos ayudar tanto a los que "
3613
- #~ "utilizan la versión gratuita como a los que utilizan la versión PRO. Si "
3614
- #~ "usted tiene problemas y tiene instalado la última versión de The Events "
3615
- #~ "Calendar, puede hacer una pregunta en nuestro %s en WordPress.org. Nustro "
3616
- #~ "personal visita este foro una vez a la semana buscando reportes de fallas "
3617
- #~ "legítimos (bugs) y también hacemos lo que podemos para ayudar a los "
3618
- #~ "usuarios.</p>"
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: The Events Calendar 3.3.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-01-07 21:50+0100\n"
6
+ "PO-Revision-Date: 2014-03-11 00:27+0100\n"
7
+ "Last-Translator: Jhon Navarro <wordpress@juanjoresa.es>\n"
8
+ "Language-Team: Jhon Navarro <wordpress@juanjoresa.es>\n"
9
+ "Language: es_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.6.4\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-Bookmarks: 112,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
 
 
 
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
 
21
  #: ../admin-views/app-shop.php:4
22
  msgid "Tribe Event Add-Ons"
23
  msgstr "Complementos (Add-Ons) de Tribe Events"
32
 
33
  #: ../admin-views/event-sidebar-options.php:11
34
  msgid "Hide From Event Listings"
35
+ msgstr "Ocultar en el Listado de Eventos"
36
 
37
  #: ../admin-views/event-sidebar-options.php:12
38
  msgid "Sticky in Calendar View"
39
+ msgstr "PostIt en la Vista de Calendario"
40
 
 
41
  #: ../admin-views/events-audit-trail.php:41
42
  msgid "Auditing Information"
43
  msgstr "Información de Auditoría"
48
 
49
  #: ../admin-views/events-audit-trail.php:51
50
  msgid "Audit Trail:"
51
+ msgstr "Registro de auditoría:"
52
 
53
  #: ../admin-views/events-meta-box.php:26
54
  msgid "Event Time &amp; Date"
55
+ msgstr "Fecha y Hora del Evento"
56
 
57
  #: ../admin-views/events-meta-box.php:32
58
  msgid ""
60
  "update all future events. If you did not mean to change all events, then "
61
  "please refresh the page."
62
  msgstr ""
63
+ "Ha cambiado las reglas de periocidad de este evento. Guardando el evento se "
64
+ "actualizarán todos los eventos futuros. Si su intención no era cambiar todos "
65
+ "los eventos, por favor, actualice la página."
66
 
 
67
  #: ../admin-views/events-meta-box.php:35
68
  msgid "All Day Event:"
69
+ msgstr "Todo el Día:"
70
 
 
71
  #: ../admin-views/events-meta-box.php:39
72
  msgid "Start Date &amp; Time:"
73
+ msgstr "Comienza - Fecha y Hora"
74
 
75
  #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
76
  msgid "YYYY-MM-DD"
77
  msgstr "AAAA-MM-DD"
78
 
 
79
  #: ../admin-views/events-meta-box.php:60
80
  msgid "End Date &amp; Time:"
81
+ msgstr "Finaliza - Fecha y Hora"
82
 
83
  #: ../admin-views/events-meta-box.php:85
84
  msgid "Event Location Details"
85
+ msgstr "Detalles del Lugar"
86
 
87
  #: ../admin-views/events-meta-box.php:93
88
  msgid "Event Organizer Details"
89
+ msgstr "Detalles del Organizador"
90
 
 
91
  #: ../admin-views/events-meta-box.php:101
92
  msgid "Event Website"
93
+ msgstr "Página web del Evento"
94
 
95
  #: ../admin-views/events-meta-box.php:104
96
  msgid "URL:"
97
  msgstr "URL:"
98
 
99
  #: ../admin-views/events-meta-box.php:115
100
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
101
  msgid "Event Cost"
102
+ msgstr "Precio del Evento"
103
 
104
  #: ../admin-views/events-meta-box.php:118
105
  msgid "Currency Symbol:"
106
+ msgstr "Simbolo de la Moneda:"
107
 
108
+ #: ../admin-views/events-meta-box.php:134
109
+ #: ../public/advanced-functions/meta.php:319
110
  msgid "Cost:"
111
  msgstr "Precio:"
112
 
113
+ #: ../admin-views/events-meta-box.php:139
114
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
115
  msgstr ""
116
+ "Introduzca 0 para los eventos gratuitos o dejelo en blanco para no mostrar "
117
  "el campo."
118
 
119
  #: ../admin-views/organizer-meta-box.php:12
123
  #: ../admin-views/organizer-meta-box.php:19
124
  #: ../admin-views/venue-meta-box.php:93
125
  #: ../admin-views/tickets/attendees.php:39
126
+ #: ../public/advanced-functions/meta.php:407
127
+ #: ../public/advanced-functions/meta.php:469
128
  msgid "Phone:"
129
  msgstr "Teléfono:"
130
 
131
  #: ../admin-views/organizer-meta-box.php:23
132
  #: ../admin-views/venue-meta-box.php:97
133
  #: ../admin-views/tickets/attendees.php:45
134
+ #: ../public/advanced-functions/meta.php:358
135
+ #: ../public/advanced-functions/meta.php:433
136
+ #: ../public/advanced-functions/meta.php:495
137
  msgid "Website:"
138
+ msgstr "Pagina Web:"
139
 
140
  #: ../admin-views/organizer-meta-box.php:27
141
+ #: ../public/advanced-functions/meta.php:482
142
  msgid "Email:"
143
+ msgstr "Email:"
144
+
145
+ #: ../admin-views/organizer-meta-box.php:28
146
+ msgid ""
147
+ "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
148
+ "obfuscate\">obfuscating</a> any e-mail address published on your site to "
149
+ "best avoid it getting harvested by spammers."
150
+ msgstr ""
151
+ "Es posible que considere la posibilidad de <a href=\"http://wordpress.org/"
152
+ "plugins/tags/obfuscate\" target=\"_blank\">Ofuscacion</a> de cualquier "
153
+ "dirección de correo electrónico publicada en su página para evitar que los "
154
+ "spammers le rastreen."
155
 
156
  #: ../admin-views/recurrence-dialog.php:13
157
  msgid ""
158
  "Would you like to change only this instance of the event, or all future "
159
  "events in this series?"
160
  msgstr ""
161
+ "¿Desea modificar solo este evento o todos los futuros eventos de esta serie?"
162
 
163
  #: ../admin-views/recurrence-dialog.php:15
164
  #: ../admin-views/recurrence-dialog.php:23
165
  msgid "Only This Event:"
166
+ msgstr "Sólo este Evento:"
167
 
168
  #: ../admin-views/recurrence-dialog.php:15
169
  msgid "All other future events in the series will remain the same."
170
  msgstr "El resto de los eventos de esta serie se mantendrán sin cambios."
171
 
 
172
  #: ../admin-views/recurrence-dialog.php:16
173
  #: ../admin-views/recurrence-dialog.php:24
174
  msgid "All Events:"
179
  "All future events in the series will be changed. Any changes made to other "
180
  "events will be kept."
181
  msgstr ""
182
+ "Todos los futuros eventos de la serie se cambiarán. Cualquier cambio "
183
+ "realizado en otros eventos se mantendrán"
184
 
185
  #: ../admin-views/recurrence-dialog.php:21
186
  msgid ""
187
  "Would you like to delete only this instance of the event, or all future "
188
  "events in this series?"
189
  msgstr ""
190
+ "¿Desea borrar solo este evento o todos los eventos futuros de esta serie?"
 
191
 
192
  #: ../admin-views/recurrence-dialog.php:23
193
  msgid "All other future events in the series will not be deleted."
194
+ msgstr "El resto de los eventos de esta serie no serán borrados."
195
 
196
  #: ../admin-views/recurrence-dialog.php:24
197
  msgid "All future events in the series will be deleted."
198
+ msgstr "El resto de los eventos de esta serie serán borrados."
199
 
 
200
  #: ../admin-views/tribe-options-display.php:4
201
  msgid "Default Events Template"
202
+ msgstr "Plantilla de Eventos predeterminada"
203
 
204
  #: ../admin-views/tribe-options-display.php:5
205
  msgid "Default Page Template"
206
+ msgstr "Plantilla de Pagina predeterminada"
207
 
 
208
  #: ../admin-views/tribe-options-display.php:29
209
  msgid "Display Settings"
210
+ msgstr "Ajustes de Visualización"
211
 
212
  #: ../admin-views/tribe-options-display.php:34
213
+ #, php-format
214
  msgid ""
215
  "<p>The settings below control the display of your calendar. If things don't "
216
  "look right, try switching between the three style sheet options or pick a "
220
  "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
221
  "plugin from Github</a></p>"
222
  msgstr ""
223
+ "<p>Los siguientes ajustes controlan como se mostrará su calendario. Si este "
224
+ "no se muestra adecuadamente, intente cambiar entre las tres opciones de "
225
+ "estilo o seleccione una plantilla del tema que usted está utilizando.</"
226
+ "p><p>En ocasiones se encontrará que estas opciones no lograran que su "
227
+ "calendario se muestre 100&#37; perfecto. Puede consultar la <a href=\"%s"
228
+ "\">Guía para crear plantillas</a> para obtener instrucciones de como hacer "
229
+ "modificaciones por su cuenta. ¿Desea crear un nuevo estilo de vista? Obtenga "
230
+ "una copia desde Github de la <a href=\"%s\">muestra de Vista de Agenda</a> "
231
+ "del Plugin</p>"
232
+
 
233
  #: ../admin-views/tribe-options-display.php:49
234
  msgid "Basic Template Settings"
235
+ msgstr "Ajustes básicos de la plantilla"
236
 
237
  #: ../admin-views/tribe-options-display.php:53
238
  msgid "Default stylesheet used for events templates"
239
+ msgstr "Hoja de estilo predeterminada utilizada para las plantillas de eventos"
240
 
241
  #: ../admin-views/tribe-options-display.php:56
242
  msgid "Skeleton Styles"
247
  "Only includes enough css to achieve complex layouts like calendar and week "
248
  "view."
249
  msgstr ""
250
+ "Sólo incluye el suficiente CSS para lograr diseños complejos como el "
251
+ "calendario y vista de la semana."
252
 
253
  #: ../admin-views/tribe-options-display.php:60
254
  msgid "Full Styles"
256
 
257
  #: ../admin-views/tribe-options-display.php:62
258
  msgid "More detailed styling, tries to grab styles from your theme."
259
+ msgstr "Estilo más detallado, intenta obtener estilos de su tema."
260
 
 
261
  #: ../admin-views/tribe-options-display.php:64
262
  msgid "Tribe Events Styles"
263
+ msgstr "Estilos Tribe Events"
264
 
265
  #: ../admin-views/tribe-options-display.php:66
266
  msgid "A fully designed and styled theme for your events pages."
267
+ msgstr "Un tema totalmente diseñado y con estilo para sus páginas de eventos."
268
 
 
269
  #: ../admin-views/tribe-options-display.php:73
270
  msgid "Events template"
271
+ msgstr "Plantilla para eventos"
272
 
273
  #: ../admin-views/tribe-options-display.php:74
274
  msgid ""
275
  "Choose a page template to control the appearance of your calendar and event "
276
  "content."
277
  msgstr ""
278
+ "Seleccione una plantilla para controlar la apariencia del calendario y su "
279
+ "contenido."
280
 
281
  #: ../admin-views/tribe-options-display.php:82
282
  msgid "Enable event views"
283
+ msgstr "Habilitar vistas de los eventos"
284
 
285
  #: ../admin-views/tribe-options-display.php:83
286
  msgid "You must select at least one view."
287
+ msgstr "Por lo menos debe seleccionar una vista."
288
 
289
  #: ../admin-views/tribe-options-display.php:90
290
  msgid "Default view"
291
+ msgstr "Vista predeterminada"
292
 
293
  #: ../admin-views/tribe-options-display.php:98
 
294
  msgid "Disable the Event Search Bar"
295
+ msgstr "Deshabilitar la barra de búsqueda de eventos."
296
 
297
  #: ../admin-views/tribe-options-display.php:99
 
298
  msgid "Check this to use the classic header."
299
+ msgstr "Active esta opción para utilizar la cabecera clásica."
300
 
 
301
  #: ../admin-views/tribe-options-display.php:105
302
+ msgid "Month view events per day"
303
+ msgstr "Vista mensual de eventos por día"
304
+
305
+ #: ../admin-views/tribe-options-display.php:106
306
+ msgid "Allow more than the default 3 events per day in month view."
307
+ msgstr ""
308
+ "Permitir mostrar más de los 3 eventos predeterminados por día en la vista "
309
+ "mensual."
310
+
311
+ #: ../admin-views/tribe-options-display.php:113
312
  msgid "Advanced Template Settings"
313
+ msgstr "Ajustes avanzados de la plantilla"
314
 
315
+ #: ../admin-views/tribe-options-display.php:117
 
316
  msgid "Add HTML before event content"
317
+ msgstr "Añadir HTML antes del contenido del evento"
318
 
319
+ #: ../admin-views/tribe-options-display.php:118
320
  msgid ""
321
  "If you are familiar with HTML, you can add additional code before the event "
322
  "template. Some themes may require this to help with styling or layout."
323
  msgstr ""
324
+ "Si está familiarizado con HTML, puede agregar código adicional antes de la "
325
+ "plantilla del evento. Algunos temas pueden necesitar esto para ayudar con el "
326
+ "estilo o el diseño."
327
 
328
+ #: ../admin-views/tribe-options-display.php:123
 
329
  msgid "Add HTML after event content"
330
+ msgstr "Añadir HTML después del contenido del evento"
331
 
332
+ #: ../admin-views/tribe-options-display.php:124
333
  msgid ""
334
  "If you are familiar with HTML, you can add additional code after the event "
335
  "template. Some themes may require this to help with styling or layout."
340
 
341
  #: ../admin-views/tribe-options-general.php:14
342
  msgid "Finding & extending your calendar."
343
+ msgstr "Búsqueda y ampliación de su calendario."
344
 
345
  #: ../admin-views/tribe-options-general.php:19
346
  msgid "Finding your calendar."
347
+ msgstr "Búsqueda de su calendario."
348
 
 
349
  #: ../admin-views/tribe-options-general.php:24
350
  msgid "Where's my calendar?"
351
+ msgstr "¿Donde se encuentra mi calendario?"
352
 
353
  #: ../admin-views/tribe-options-general.php:24
354
  msgid "Right here"
359
  "Looking for additional functionality including recurring events, custom "
360
  "meta, community events, ticket sales and more?"
361
  msgstr ""
362
+ "¿Busca funcionalidad adicional incluyendo eventos periodicos, meta "
363
+ "personalizado, eventos de comunidades, venta de entradas y más?"
364
 
 
365
  #: ../admin-views/tribe-options-general.php:28
366
  msgid "Check out the available add-ons"
367
+ msgstr "Revise los complementos (add-ons) disponibles"
368
 
369
  #: ../admin-views/tribe-options-general.php:33
370
  msgid "We hope our plugin is helping you out."
371
+ msgstr "Esperamos que nuestro plugin le sea de útilidad"
372
 
373
  #: ../admin-views/tribe-options-general.php:37
374
  msgid ""
377
  "is recognition. Add a small text-only link at the bottom of your calendar "
378
  "pointing to The Events Calendar project."
379
  msgstr ""
380
+ "¿Está usted pensando? \"Vaya, ¡este si que es un excelente plugin! Debería "
381
+ "dar las gracias a los de Modern Tribe por su excelente trabajo\". El mayor "
382
+ "agradecimiento que podemos pedir es el reconocimiento. Permítanos añadir en "
383
+ "la parte inferior de su calendario un pequeño enlace de texto al proyecto "
384
+ "\"The Events Calendar\"."
385
 
386
  #: ../admin-views/tribe-options-general.php:37
387
  #: ../admin-views/tribe-options-general.php:42
395
  "is recognition. Add a small text only link at the bottom of your calendar "
396
  "pointing to The Events Calendar project."
397
  msgstr ""
398
+ "¿Está usted pensando? \"Vaya, ¡este si que es un excelente plugin! Debería "
399
+ "dar las gracias a los de Modern Tribe por su excelente trabajo\". El mayor "
400
+ "agradecimiento que podemos pedir es el reconocimiento. Permítanos añadir en "
401
+ "la parte inferior de su calendario un pequeño enlace de texto al proyecto "
402
+ "\"The Events Calendar\"."
403
 
 
404
  #: ../admin-views/tribe-options-general.php:47
405
  msgid "Show The Events Calendar link"
406
  msgstr "Mostrar el enlace a The Events Calendar"
407
 
 
408
  #: ../admin-views/tribe-options-general.php:61
409
  msgid "General Settings"
410
+ msgstr "Ajustes Generales"
411
 
412
  #: ../admin-views/tribe-options-general.php:65
413
  msgid "Number of events to show per page"
414
  msgstr "Cantidad de eventos a mostrar por página"
415
 
416
  #: ../admin-views/tribe-options-general.php:72
417
+ msgid "Use Javascript to control date filtering"
418
+ msgstr "Utilizar Javascript para el control del filtrado por fecha"
419
 
420
  #: ../admin-views/tribe-options-general.php:73
421
+ msgid ""
422
+ "This option is disabled when \"Disable the Event Search Bar\" is checked on "
423
+ "the Display settings tab."
424
+ msgstr ""
425
+ "Esta opción está deshabilitada cuando \"Deshabilitar la barra de búsqueda de "
426
+ "eventos.\" está marcada en la pestaña Visualización."
427
 
428
+ #: ../admin-views/tribe-options-general.php:73
429
+ msgid ""
430
+ "Enable live ajax for datepicker on front end (User submit not required)."
431
+ msgstr "Habilitar Ajax para refrescar el contenido en vivo."
432
+
433
+ #: ../admin-views/tribe-options-general.php:81
434
  msgid "Show comments"
435
  msgstr "Mostrar comentarios"
436
 
437
+ #: ../admin-views/tribe-options-general.php:82
438
  msgid "Enable comments on event pages."
439
+ msgstr "Habilitar comentarios en las páginas de eventos."
440
 
441
+ #: ../admin-views/tribe-options-general.php:88
442
  msgid "Include events in main blog loop"
443
+ msgstr "Incluya eventos en bucle en el blog principal"
444
 
445
+ #: ../admin-views/tribe-options-general.php:89
446
  msgid ""
447
  "Show events with the site's other posts. When this box is checked, events "
448
  "will also continue to appear on the default events page."
450
  "Mostrar eventos junto con los otros posts del sitio. Cuando se habilita esta "
451
  "opción los eventos se siguen mostrando en la página de eventos."
452
 
453
+ #: ../admin-views/tribe-options-general.php:95
454
+ #: ../admin-views/tribe-options-general.php:101
455
  msgid "Events URL slug"
456
+ msgstr "Slug URL para los Eventos"
457
 
458
+ #: ../admin-views/tribe-options-general.php:96
459
  #, php-format
460
  msgid ""
461
  "You cannot edit the slug for your events page as you do not have pretty "
463
  "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
464
  "\">enable pretty permalinks</a>."
465
  msgstr ""
466
+ "Usted no puede modificar el slug de su página de eventos ya que los enlaces "
467
+ "permanentes no estan habilitados. Actualmente la URL de su página de eventos "
468
+ "es <a href=\"%s\">%s</a>. Para poder modificar el slug, <a href=\"%soptions-"
469
+ "permalink.php\">habilitar enlaces permanentes</a>."
470
 
471
+ #: ../admin-views/tribe-options-general.php:108
 
472
  #: ../public/template-tags/options.php:20
473
  msgid "The slug used for building the events URL."
474
+ msgstr "El slug utilizado para construir el URL de sus eventos.<br/>"
475
 
476
+ #: ../admin-views/tribe-options-general.php:108
477
  #, php-format
478
  msgid "Your current events URL is: %s"
479
+ msgstr "El URL para los Eventos es: %s"
480
 
481
+ #: ../admin-views/tribe-options-general.php:113
 
482
  #: ../public/template-tags/options.php:43
483
  msgid "Here is the iCal feed URL for your events:"
484
  msgstr "El URL para el feed de iCal de sus eventos es:"
485
 
486
+ #: ../admin-views/tribe-options-general.php:118
 
487
  msgid "Single event URL slug"
488
+ msgstr "Slug URL para un Evento"
489
 
490
+ #: ../admin-views/tribe-options-general.php:125
491
  #, php-format
492
  msgid ""
493
  "The above should ideally be plural, and this singular.<br />Your single "
494
  "event URL is: %s"
495
  msgstr ""
496
+ "Lo ideal sería que el anterior estuviera en plural y este en singular. <br/"
497
+ ">El URL para un solo evento es: %s"
498
 
499
+ #: ../admin-views/tribe-options-general.php:130
500
  msgid "End of day cutoff"
501
+ msgstr "Límite para Fin del día"
502
 
503
+ #: ../admin-views/tribe-options-general.php:138
504
  msgid ""
505
+ "Have an event that runs past midnight? Select a time after that event's end "
506
+ "to avoid showing the event on the next day's calendar."
507
  msgstr ""
508
+ "¿Tiene eventos que pasen de la medianoche? Controle cuando finaliza el día "
509
  "oficialmente para evitar agregar su evento en el día siguiente."
510
 
511
+ #: ../admin-views/tribe-options-general.php:143
512
  msgid "Default currency symbol"
513
+ msgstr "Simbolo monetario predeterminado"
514
 
515
+ #: ../admin-views/tribe-options-general.php:144
516
  msgid ""
517
  "Set the default currency symbol for event costs. Note that this only impacts "
518
  "future events, and changes made will not apply retroactively."
519
  msgstr ""
520
+ "Definición del símbolo de divisa predeterminado para los gastos del evento. "
521
+ "Tenga en cuenta que esto sólo afecta a los acontecimientos futuros, y los "
522
+ "cambios realizados no se aplicarán con carácter retroactivo."
523
+
524
+ #: ../admin-views/tribe-options-general.php:151
525
+ msgid "Currency symbol follows value"
526
+ msgstr "Posición del Símbolo Monetario"
527
 
528
+ #: ../admin-views/tribe-options-general.php:152
529
+ msgid ""
530
+ "The currency symbol normally precedes the value. Enabling this option "
531
+ "positions the symbol after the value."
532
+ msgstr ""
533
+ "El símbolo de la moneda normalmente precede al valor. Activando esta opción "
534
+ "posiciona el símbolo detrás del valor (por ejemplo el € \"Euro\")."
535
+
536
+ #: ../admin-views/tribe-options-general.php:158
537
  msgid "Map Settings"
538
+ msgstr "Ajustes de los Mapas"
539
 
540
+ #: ../admin-views/tribe-options-general.php:162
541
  msgid "Enable Google Maps"
542
  msgstr "Habilitar Google Maps"
543
 
544
+ #: ../admin-views/tribe-options-general.php:163
545
  msgid "Check to enable maps for events and venues."
546
+ msgstr "Comprobar para activar mapas para eventos y lugares."
547
 
548
+ #: ../admin-views/tribe-options-general.php:170
 
549
  msgid "Google Maps default zoom level"
550
  msgstr "Nivel de acercamiento (zoom) por defecto en Google Maps"
551
 
552
+ #: ../admin-views/tribe-options-general.php:171
553
  msgid "0 = zoomed out; 21 = zoomed in."
554
  msgstr "0 = alejado (zoomed out); 21 = cerca (zoomed in)."
555
 
556
+ #: ../admin-views/tribe-options-general.php:179
 
557
  msgid "Miscellaneous Settings"
558
+ msgstr "Opciones Varias"
559
 
560
+ #: ../admin-views/tribe-options-general.php:183
561
  msgid "Duplicate Venues &amp; Organizers"
562
  msgstr "Organizadores y Lugares Duplicados"
563
 
564
+ #: ../admin-views/tribe-options-general.php:183
565
  #: ../lib/tribe-amalgamator.php:252
566
  msgid "Merge Duplicates"
567
  msgstr "Borrar Duplicados"
568
 
569
+ #: ../admin-views/tribe-options-general.php:183
570
  msgid ""
571
  "You might find duplicate venues and organizers when updating The Events "
572
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
573
  "identical venues and organizers."
574
  msgstr ""
575
+ "Puede ser que después de actualizar de una versión anterior a la 3.0 se "
576
+ "encuentre organizadores y lugares duplicados. Haga click en este boton para "
577
  "arreglar este problema."
578
 
579
+ #: ../admin-views/tribe-options-general.php:188
 
580
  msgid "Debug mode"
581
  msgstr "Modo Depuración (Debug)"
582
 
583
+ #: ../admin-views/tribe-options-general.php:194
584
  #, php-format
585
  msgid ""
586
  "Enable this option to log debug information. By default this will log to "
594
  "recomendamos instalar el %s y buscar la pestaña \"Tribe\" en la pantalla de "
595
  "depuración."
596
 
597
+ #: ../admin-views/tribe-options-general.php:194
598
  msgid "Debug Bar Plugin"
599
  msgstr "Debug Bar Plugin"
600
 
 
 
 
 
 
601
  #: ../admin-views/tribe-options-help.php:19
602
  msgid "You need to upgrade!"
603
  msgstr "¡Necesita Actualizar!"
606
  msgid "You are up to date!"
607
  msgstr "¡Se encuentra actualizado!"
608
 
 
609
  #: ../admin-views/tribe-options-help.php:42
610
  msgid "The Events Calendar PRO"
611
  msgstr "The Events Calendar PRO"
612
 
613
  #: ../admin-views/tribe-options-help.php:46
614
+ msgid "The Events Calendar: Eventbrite Tickets"
615
+ msgstr "The Events Calendar: Eventbrite Tickets"
616
 
 
617
  #: ../admin-views/tribe-options-help.php:50
618
+ msgid "The Events Calendar: Community Events"
619
+ msgstr "The Events Calendar: Community Events"
620
 
 
621
  #: ../admin-views/tribe-options-help.php:54
622
+ msgid "The Events Calendar: Facebook Events"
623
+ msgstr "The Events Calendar: Facebook Events"
624
 
625
  #: ../admin-views/tribe-options-help.php:58
626
+ msgid "The Events Calendar: WooCommerce Tickets"
627
+ msgstr "The Events Calendar: WooCommerce Tickets"
628
 
629
  #: ../admin-views/tribe-options-help.php:63
630
+ msgid "The Events Calendar: EDD Tickets"
631
+ msgstr "The Events Calendar: EDD Tickets"
632
+
633
+ #: ../admin-views/tribe-options-help.php:68
634
+ msgid "The Events Calendar: WPEC Tickets"
635
+ msgstr "The Events Calendar: WPEC Tickets"
636
+
637
+ #: ../admin-views/tribe-options-help.php:73
638
+ msgid "The Events Calendar: Shopp Tickets"
639
+ msgstr "The Events Calendar: Shopp Tickets"
640
+
641
+ #: ../admin-views/tribe-options-help.php:78
642
+ msgid "The Events Calendar: Filter Bar (coming early 2014)"
643
+ msgstr "The Events Calendar: Filter Bar (a principios de 2014)"
644
 
645
+ #: ../admin-views/tribe-options-help.php:86
646
  msgid "Documentation"
647
  msgstr "Documentación"
648
 
649
+ #: ../admin-views/tribe-options-help.php:90
650
  msgid "FAQ"
651
  msgstr "Preguntas Frecuentes"
652
 
653
+ #: ../admin-views/tribe-options-help.php:94
654
+ #: ../lib/the-events-calendar.class.php:763
655
+ #: ../lib/the-events-calendar.class.php:3959
656
+ #: ../lib/the-events-calendar.class.php:4055
657
  msgid "Help"
658
  msgstr "Ayuda"
659
 
660
+ #: ../admin-views/tribe-options-help.php:98
661
  msgid "Tutorials"
662
  msgstr "Tutoriales"
663
 
664
+ #: ../admin-views/tribe-options-help.php:102
665
  msgid "Release Notes"
666
  msgstr "Notas de la Versión"
667
 
668
+ #: ../admin-views/tribe-options-help.php:106
669
  msgid "Forums"
670
  msgstr "Foros"
671
 
672
+ #: ../admin-views/tribe-options-help.php:114
673
  msgid ""
674
  "If this is your first time using The Events Calendar, you're in for a treat "
675
  "and are already well on your way to creating a first event. Here are some "
676
  "basics we've found helpful for users jumping into it for the first time:"
677
  msgstr ""
678
+ "Si esta es la primera vez que utiliza The Events Calendar Pro, está de "
679
+ "enhorabuena y en el buen camino para crear un primer evento. Aquí están "
680
+ "algunos fundamentos que encontramos útiles para los usuarios que dan el "
681
+ "salto por vez primera:"
682
 
683
+ #: ../admin-views/tribe-options-help.php:117
684
  #, php-format
685
  msgid ""
686
  "%sOur New User Primer%s was designed for folks in your exact position. "
688
  "accompanying screenshots, the primer aims to take you from zero to hero in "
689
  "no time."
690
  msgstr ""
691
+ "%sNuestro primer usuario%s ha sido diseñado para personas en su posición. "
692
+ "Con los dos videos paso a paso y los tutoriales escritos acompañados de "
693
+ "imagenes, el iniciador tiene el objetivo de enseñarle y pasar a ser de "
694
+ "novato a experimentado en poco tiempo."
695
 
696
+ #: ../admin-views/tribe-options-help.php:119
697
  #, php-format
698
  msgid ""
699
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
701
  "helpful as it aims to address any basic install questions not addressed by "
702
  "the new user primer."
703
  msgstr ""
704
+ "La sección de %sPreguntas frecuentes - Instalación / Configuración%s de "
705
+ "nuestra página de soporte le ayudará a tener una visión general de lo que el "
706
+ "Plugin puede y no puede hacer. Esta sección de preguntas frecuentes puede "
707
+ "ser útil, ya que tiene como objetivo abordar las cuestiones básicas de "
708
+ "instalación no comprendidas en el nuevo primer usuario."
709
 
710
+ #: ../admin-views/tribe-options-help.php:121
711
  #, php-format
712
  msgid ""
713
  "Are you developer looking to build your own frontend view? We created an "
714
  "example plugin that demonstrates how to register a new view. You can "
715
  "%sdownload the plugin at GitHub%s to get started."
716
  msgstr ""
717
+ "¿Está buscando desarrolladores para construir su propio frontend? Hemos "
718
+ "creado un plugin de ejemplo que muestra cómo registrar un nuevo punto de "
719
+ "vista. Usted puede %sdescargar el plugin en GitHub% s para empezar."
720
 
721
+ #: ../admin-views/tribe-options-help.php:123
722
  msgid ""
723
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
724
  "the Events menu and adding your first event."
725
  msgstr ""
726
+ "De lo contrario, si tiene espíritu de aventura, usted puede comenzar por la "
727
+ "sección del menú Eventos y añadir su primer evento."
728
 
729
+ #: ../admin-views/tribe-options-help.php:127
730
  #, php-format
731
  msgid ""
732
  "We've redone our support page from the ground up in an effort to better help "
733
  "our users. Head over to our %sSupport Page%s and you'll find lots of great "
734
  "resources, including:"
735
  msgstr ""
736
+ "Hemos rehecho nuestra página de soporte desde la base, en un esfuerzo para "
737
+ "ayudar mejor a nuestros usuarios. Pásate por nuestra %s Pagina de Soporte%s "
738
+ "y encontrarás un montón de grandes recursos, incluyendo:"
739
 
740
+ #: ../admin-views/tribe-options-help.php:129
741
  #, php-format
742
  msgid ""
743
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
744
  "&amp; Events Calendar PRO"
745
  msgstr ""
746
+ "%sEtiquetas de plantilla, funciones, y filtros%s para The Events Calendar y "
747
+ "Events Calendar PRO"
748
 
749
+ #: ../admin-views/tribe-options-help.php:131
750
  #, php-format
751
  msgid ""
752
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
753
  "to advanced themer tweaks"
754
  msgstr ""
755
+ "En la seccion %sPreguntas Frecuentes%s estan las preguntas que van desde las "
756
+ "cuestiones de configuración más básicas hasta los ajustes avanzados."
757
 
758
+ #: ../admin-views/tribe-options-help.php:133
759
  #, php-format
760
  msgid ""
761
  "%sTutorials%s written by both members of our team and users from the "
762
  "community, covering custom queries, integration with third-party themes and "
763
  "plugins, etc."
764
  msgstr ""
765
+ "Los %sTutoriales%s escritos por dos miembros de nuestro equipo y los "
766
+ "usuarios de la comunidad, que abarca consultas personalizadas, integración "
767
+ "con plantillas (themes) de terceros y plugins, etc"
768
 
769
+ #: ../admin-views/tribe-options-help.php:135
770
  msgid ""
771
  "Release notes for painting an overall picture of the plugin's lifecycle and "
772
  "when features/bug fixes were introduced."
773
  msgstr ""
774
+ "Notas de la versión para explicar la evolución del plugin y cuando se "
775
+ "introdujeron nuevas características y las correcciones de errores."
776
 
777
+ #: ../admin-views/tribe-options-help.php:137
778
  #, php-format
779
  msgid ""
780
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
781
  "The Events Calendar (including WooTickets, Community Events, Eventbrite "
782
  "Tickets, Facebook Events, etc)"
783
  msgstr ""
784
+ "%sDocumentación de los Complementos (Add-on)%s para todas las extensiones "
785
+ "oficiales de Modern Tribe para el plugin The Events Calendar (incluyendo "
786
+ "WooTickets, Community Events, Eventbrite Tickets, Facebook Events, etc)."
787
 
788
+ #: ../admin-views/tribe-options-help.php:139
789
  #, php-format
790
  msgid ""
791
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
795
  "add your own, and help us shape the future of the products business in a way "
796
  "that best meets the community's needs."
797
  msgstr ""
798
+ "También tenemos una página de %sIdeas para Modern Tribe%s donde estamos de "
799
+ "forma activa. En esta pagina queremos obtener de la comunidad de usuarios "
800
+ "ideas para implementar nuevas caracteristicas y funciones al plugin. Si "
801
+ "después de utilizar el plugin y la revisión de los recursos anteriores, "
802
+ "usted ve necesaria una característica que no está presente , háganoslo "
803
+ "saber. Puede dar su voto positivo a las actuales solicitudes de "
804
+ "características o añadir la suya propia, y nos ayudará a dar forma al futuro "
805
+ "de la empresa de productos de manera que mejor se adapte a las necesidades "
806
+ "de la comunidad."
807
 
808
+ #: ../admin-views/tribe-options-help.php:143
809
  #, php-format
810
  msgid ""
811
  "Written documentation can only take things so far...sometimes, you need help "
812
  "from a real person. This is where our %ssupport forums%s come into play."
813
  msgstr ""
814
+ "La documentación escrita solo le puede ayudar hasta cierto momento... a "
815
+ "veces se necesita la ayuda de una persona real. Aquí es donde entran en "
816
+ "juego nuestros %sforos de soporte%s."
817
 
818
+ #: ../admin-views/tribe-options-help.php:144
819
  #, php-format
820
  msgid ""
821
  "Users of the free The Events Calendar should post their support concerns to "
824
  "to read our %ssupport expectations sticky thread%s before posting so you "
825
  "understand our limitations."
826
  msgstr ""
827
+ "Los usuarios de la versión libre de The Events Calendar deben publicar sus "
828
+ "consultas sobre el plugin en los %sForos de soporte de WordPress.org%s. "
829
+ "Aunque estamos encantados de ayudar a identificar y corregir los errores que "
830
+ "se reportan en WordPress.org, por favor asegúrese de leer el %sTema fijado - "
831
+ "las expectativas de soporte%s antes de publicar para que entienda nuestras "
832
+ "limitaciones."
833
 
834
+ #: ../admin-views/tribe-options-help.php:145
835
  msgid ""
836
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
837
  "you report a legitimate bug that we're able to reproduce, we will log it and "
839
  "provide customization tips or assist in integrating with 3rd party plugins "
840
  "or themes."
841
  msgstr ""
842
+ "Recorremos el foro WordPress.org durante toda la semana en busca de errores. "
843
+ "Si usted reporta un error legítimo que somos capaces de reproducir, vamos a "
844
+ "registrarlo y arreglarlo para un próximo lanzamiento. Sin embargo, lo que no "
845
+ "podemos ofrecer son consejos de personalización o ayudar en la integración "
846
+ "con las plantillas (themes) o plugins de terceros."
847
 
848
+ #: ../admin-views/tribe-options-help.php:146
849
  #, php-format
850
  msgid ""
851
  "If you're a user of The Events Calendar and would like more support, please "
853
  "deeper level of customization/integration support for paying users than we "
854
  "can on WordPress.org."
855
  msgstr ""
856
+ "Si usted es un usuario de The Events Calendar y desea obtener más ayuda, por "
857
+ "favor %scompre una licencia PRO%s. Damos soporte a los foros PRO diariamente "
858
+ "y podemos proporcionar un mayor nivel de apoyo para la personalización / "
859
+ "integración a los usuarios de pago de lo que podemos hacerlo en WordPress."
860
+ "org."
861
 
862
+ #: ../admin-views/tribe-options-help.php:150
863
+ #, php-format
864
  msgid ""
865
  "If you find that you aren't getting the level of service you've come to "
866
  "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
867
  "why. We'll do what we can to make it right."
868
  msgstr ""
869
+ "Si usted cree que no está recibiendo el nivel de servicio que cabe esperar "
870
+ "de Modern Tribe, envíenos un e-mail a %s o un tweet a %s y díganos el por "
871
+ "qué. Haremos lo posible para hacer lo correcto."
872
 
873
+ #: ../admin-views/tribe-options-help.php:151
874
  msgid "More..."
875
  msgstr "Más..."
876
 
877
+ #: ../admin-views/tribe-options-help.php:159
878
  msgid ""
879
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
880
  "for installing our labor of love!"
881
  msgstr ""
882
+ "¡Hola! Somos Modern Tribe y estamos aquí para ayudarlo a hacer que todo "
883
+ "funcione correctamente. ¡Gracias por instalar el fruto de nuestro esfuerzo y "
884
+ "trabajo!"
885
 
886
+ #: ../admin-views/tribe-options-help.php:165
887
  msgid "Getting Started"
888
  msgstr "Como Comenzar"
889
 
890
+ #: ../admin-views/tribe-options-help.php:168
 
891
  msgid "Support Resources To Help You Kick Ass"
892
+ msgstr "Recursos para Ayudarle a Comenzar"
893
 
894
+ #: ../admin-views/tribe-options-help.php:171
 
895
  msgid "Forums: Because Everyone Needs A Buddy"
896
+ msgstr "Foros: Porque todo el mundo necesita un amigo"
897
 
898
+ #: ../admin-views/tribe-options-help.php:174
899
  msgid "Not getting help?"
900
+ msgstr "¿No obtiene ayuda?"
901
 
902
+ #: ../admin-views/tribe-options-help.php:186
903
+ #: ../lib/the-events-calendar.class.php:510
904
  #: ../lib/tribe-settings.class.php:135
905
  msgid "The Events Calendar"
906
  msgstr "The Events Calendar"
907
 
908
+ #: ../admin-views/tribe-options-help.php:190
909
  msgid "Latest Version:"
910
  msgstr "Última Versión:"
911
 
912
+ #: ../admin-views/tribe-options-help.php:191
913
  msgid "Author:"
914
  msgstr "Autor:"
915
 
916
+ #: ../admin-views/tribe-options-help.php:191
917
  msgid "Modern Tribe Inc"
918
  msgstr "Modern Tribe Inc"
919
 
920
+ #: ../admin-views/tribe-options-help.php:192
921
  msgid "Requires:"
922
  msgstr "Requiere:"
923
 
924
+ #: ../admin-views/tribe-options-help.php:192
925
  msgid "WordPress "
926
  msgstr "WordPress "
927
 
928
+ #: ../admin-views/tribe-options-help.php:193
929
  msgid "Wordpress.org Plugin Page"
930
  msgstr "Página del Plugin en Wordpress.org"
931
 
932
+ #: ../admin-views/tribe-options-help.php:198
933
  msgid "Average Rating"
934
+ msgstr "Valoraciones"
 
 
 
 
 
 
 
935
 
936
+ #: ../admin-views/tribe-options-help.php:203
937
  msgid "Give us 5 stars!"
938
+ msgstr "¡Concedanos 5 estrellas!"
939
 
940
+ #: ../admin-views/tribe-options-help.php:206
941
  msgid "Premium Add-Ons"
942
  msgstr "Complementos (Add-Ons) Premium "
943
 
944
+ #: ../admin-views/tribe-options-help.php:212
945
  msgid "(Coming Soon!)"
946
  msgstr "(¡Pronto disponibles!)"
947
 
948
+ #: ../admin-views/tribe-options-help.php:219
949
  msgid "News and Tutorials"
950
  msgstr "Noticias y Tutoriales"
951
 
 
952
  #: ../admin-views/tribe-options-network.php:14
953
  msgid "Network Settings"
954
  msgstr "Opciones de Red"
958
  "This is where all of the global network settings for Modern Tribe's The "
959
  "Events Calendar can be modified."
960
  msgstr ""
961
+ "Aquí es donde todos los ajustes globales de la red (Network) para The Events "
962
+ "Calendar de Modern Tribe pueden ser modificados."
963
 
964
  #: ../admin-views/tribe-options-network.php:26
965
  msgid "Hide the following settings tabs on every site:"
966
+ msgstr "Ocultar la(s) siguiente(s) pestaña(s) de opciones en todas los sitios:"
 
967
 
968
  #: ../admin-views/venue-meta-box.php:20
969
  msgid "Venue Name:"
970
  msgstr "Nombre del Lugar:"
971
 
972
  #: ../admin-views/venue-meta-box.php:27
973
+ #: ../public/advanced-functions/meta.php:421
974
  msgid "Address:"
975
  msgstr "Dirección:"
976
 
1012
 
1013
  #: ../admin-views/widget-admin-list.php:24
1014
  msgid "Show widget only if there are upcoming events:"
1015
+ msgstr "Mostrar el Widget solo si hay eventos programados: "
1016
 
1017
  #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
1018
  #: ../lib/tickets/tribe-tickets-pro.php:73
1019
  msgid "Attendees"
1020
  msgstr "Asistentes"
1021
 
 
1022
  #: ../admin-views/tickets/attendees.php:14
1023
  msgid "Event Summary"
1024
  msgstr "Resumen del Evento"
1025
 
 
1026
  #: ../admin-views/tickets/attendees.php:22
1027
  msgid "Event Details"
1028
  msgstr "Detalle del Evento"
1041
 
1042
  #: ../admin-views/tickets/attendees.php:52
1043
  msgid "Ticket Sales"
1044
+ msgstr "Venta de Entradas"
1045
 
1046
  #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
1047
  #, php-format
1048
  msgid "Sold %d"
1049
+ msgstr "Vendida %d"
1050
 
1051
  #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
1052
  #, php-format
1053
  msgid "Sold %d of %d"
1054
+ msgstr "Vendidas %d de %d"
1055
 
1056
  #: ../admin-views/tickets/attendees.php:81
1057
  msgid "Tickets sold:"
1058
+ msgstr "Entradas vendidas:"
1059
 
1060
  #: ../admin-views/tickets/attendees.php:85
1061
  msgid "Checked in:"
1065
  msgid "Send the attendee list by email"
1066
  msgstr "Enviar la lista de asistentes por correo electrónico"
1067
 
 
1068
  #: ../admin-views/tickets/attendees.php:109
1069
  msgid "Select a User:"
1070
+ msgstr "Seleccionar un Usuario:"
1071
 
1072
  #: ../admin-views/tickets/attendees.php:110
1073
  msgid "Select..."
1077
  msgid "or"
1078
  msgstr "o"
1079
 
 
1080
  #: ../admin-views/tickets/attendees.php:114
1081
  msgid "Email Address:"
1082
  msgstr "Correo Electrónico:"
1097
  #: ../admin-views/tickets/list.php:27
1098
  #: ../lib/tribe-admin-events-list.class.php:53
1099
  msgid "View"
1100
+ msgstr "Ver"
1101
 
1102
  #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
1103
  msgid "See who purchased tickets to this event"
1104
+ msgstr "Ver quienes adquirieron entradas para este evento"
1105
 
1106
  #: ../admin-views/tickets/meta-box.php:21
1107
  msgid ""
1109
  "tickets for it?"
1110
  msgstr ""
1111
  "Este evento fué creado con \"Community Events\". ¿Esta usted seguro que "
1112
+ "desea vender entradas para este evento?"
1113
 
1114
  #: ../admin-views/tickets/meta-box.php:32
1115
  msgid "Upload image for the ticket header"
1116
+ msgstr "Cargue una imagen para usar en el encabezado de la entrada"
1117
 
1118
  #: ../admin-views/tickets/meta-box.php:33
1119
  msgid ""
1125
  "escala para el dispositivo móvil. Si desea que la imagen se vea bien en "
1126
  "dispositivos \"retina\" use una imagen de 1160px de ancho."
1127
 
 
1128
  #: ../admin-views/tickets/meta-box.php:36
1129
  msgid "Select an Image"
1130
  msgstr "Seleccione una imagen"
1133
  msgid "Remove"
1134
  msgstr "Remover"
1135
 
 
1136
  #: ../admin-views/tickets/meta-box.php:62
1137
  #: ../admin-views/tickets/meta-box.php:72
1138
  msgid "Add new ticket"
1139
+ msgstr "Agregar un nuevo ticket"
1140
 
 
1141
  #: ../admin-views/tickets/meta-box.php:73
1142
  msgid "Edit ticket"
1143
+ msgstr "Modificar ticket"
1144
 
1145
  #: ../admin-views/tickets/meta-box.php:79
1146
  msgid "Sell using:"
1147
  msgstr "Vender a través:"
1148
 
 
1149
  #: ../admin-views/tickets/meta-box.php:96
1150
  msgid "Ticket Name:"
1151
+ msgstr "Nombre del ticket:"
1152
 
1153
  #: ../admin-views/tickets/meta-box.php:103
1154
  msgid "Ticket Description:"
1155
+ msgstr "Descripción del ticket:"
1156
 
1157
  #: ../admin-views/tickets/meta-box.php:112
1158
  msgid "Price:"
1159
  msgstr "Precio:"
1160
 
1161
+ #: ../admin-views/tickets/meta-box.php:118
1162
+ msgid "(0 or empty for free tickets)"
1163
+ msgstr "(0 o vacio para entradas gratis)"
1164
+
1165
  #: ../admin-views/tickets/meta-box.php:124
1166
  msgid "Start sale:"
1167
  msgstr "Comienzo de la oferta:"
1168
 
 
1169
  #: ../admin-views/tickets/meta-box.php:148
1170
  msgid "End sale:"
1171
  msgstr "Final de la oferta:"
1175
  "When will ticket sales occur? If you don't set a start/end date for sales, "
1176
  "tickets will be available from now until the event ends."
1177
  msgstr ""
1178
+ "Indique las fechas de venta de las entradas. Si no indica las fechas de "
1179
+ "comienzo/fin para la venta, las entradas estarán disponibles desde ahora "
1180
  "hasta que finalice el evento."
1181
 
1182
+ #: ../lib/the-events-calendar.class.php:515
1183
  msgid "month"
1184
+ msgstr "més"
1185
 
1186
+ #: ../lib/the-events-calendar.class.php:516
1187
  msgid "upcoming"
1188
  msgstr "próximo"
1189
 
1190
+ #: ../lib/the-events-calendar.class.php:517
1191
  msgid "past"
1192
  msgstr "realizado"
1193
 
1194
+ #: ../lib/the-events-calendar.class.php:519
1195
  msgid "venue"
1196
  msgstr "lugar"
1197
 
1198
+ #: ../lib/the-events-calendar.class.php:529
1199
  #, php-format
1200
  msgid "Initializing Tribe Events on %s"
1201
+ msgstr "Iniciando Tribe Events en %s"
1202
 
1203
+ #: ../lib/the-events-calendar.class.php:642
1204
  #, php-format
1205
  msgid ""
1206
  "Your version of The Events Calendar is not up-to-date with one of your The "
1207
  "Events Calendar add-ons. Please %supdate now.%s"
1208
  msgstr ""
1209
+ "Su versión de The Events Calendar no se encuentra actualizada con uno de sus "
1210
+ "add-ons. Por favor, %sactualicela.%s"
1211
 
1212
+ #: ../lib/the-events-calendar.class.php:659
1213
+ #, php-format
1214
  msgid ""
1215
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1216
  "dependencies on The Events Calendar and will not function properly unless "
1217
  "paired with the right version. %sWant to pair an older version%s?"
1218
  msgstr ""
1219
+ "Los siguientes plugins se encuentra desactualizados: <b>%s </b>. Por favor, "
1220
+ "actualicelos. Todos los add-ons dependen de la versión de The Events "
1221
  "Calendar y no funcionarán correctamente a menos que se encuentre instalada "
1222
+ "la versión correcta. %s¿Quiere asociar a una versión anterior?%s"
1223
 
1224
+ #: ../lib/the-events-calendar.class.php:723
1225
+ #: ../lib/the-events-calendar.class.php:758
1226
+ #: ../lib/the-events-calendar.class.php:760
1227
  msgid "Licenses"
1228
  msgstr "Licencias"
1229
 
1230
+ #: ../lib/the-events-calendar.class.php:727
1231
+ #, php-format
1232
  msgid ""
1233
  "<p>The license key you received when completing your purchase from %s will "
1234
  "grant you access to support and updates until it expires. You do not need to "
1248
  "dará acceso a soporte y actualizaciones hasta que la licencia expire. No "
1249
  "necesita ingresar la clave para que los plugins funcionen, pero si es "
1250
  "necesaria para hacer actualizaciones automáticas. <strong>Para encontrar su "
1251
+ "código de licencia diríjase a <a href=\"%s\">%s</a></strong>.</p> <p>Cada "
1252
+ "complemento (add-on) de pago tiene su propio código de licencia. Simplemente "
1253
+ "copie el código en el campo correspondiente de más abajo, y espere un breve "
1254
+ "tiempo mientras es validado. Sabrá que el código fue aceptado cuando la "
1255
+ "fecha de expiración se muestre en color verde junto a la palabra \"valida\"."
1256
+ "</p> <p>Si se muestra un mensaje en color rojo indicando que la licencia es "
1257
+ "invalida o no tiene más instalaciones, visite <a href=\"%s\" target=\"_blank"
1258
+ "\">%s</a> para gestionar sus instalaciones o renovar su licencia.</p><p>Si "
1259
+ "no se muestra una actualización pero sabe que debe de haber una en "
1260
+ "WordPress, diríjase a <a href=\"%s\">Escritorio > Actualizaciones</a> y haga "
1261
+ "click en \"Comprobar de nuevo\".</p>"
1262
+
1263
+ #: ../lib/the-events-calendar.class.php:750
1264
  msgid "General"
1265
  msgstr "General"
1266
 
1267
+ #: ../lib/the-events-calendar.class.php:751
1268
  msgid "Display"
1269
+ msgstr "Visualización"
1270
 
1271
+ #: ../lib/the-events-calendar.class.php:802
1272
  #, php-format
1273
  msgid ""
1274
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1275
  "your WordPress install."
1276
  msgstr ""
1277
+ "Lo sentimos, The Events Calendar requiere Wordpress %s o superior. Por "
1278
+ "favor, actualice su instalación de Wordpress."
1279
 
1280
+ #: ../lib/the-events-calendar.class.php:805
1281
  #, php-format
1282
  msgid ""
1283
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1286
  "Lo sentimos, The Events Calendar requiere PHP %s o superior. Hable con su "
1287
  "proveedor de Hospedaje Web para actualizar a una versión mas reciente de PHP"
1288
 
1289
+ #: ../lib/the-events-calendar.class.php:1020 ../lib/widget-list.class.php:169
1290
+ #: ../public/template-tags/loop.php:138
1291
  msgid "Upcoming Events"
1292
+ msgstr "Próximos Eventos"
1293
 
1294
+ #: ../lib/the-events-calendar.class.php:1023
1295
+ #: ../public/template-tags/loop.php:168
1296
  msgid "Past Events"
1297
  msgstr "Eventos Realizados"
1298
 
1299
+ #: ../lib/the-events-calendar.class.php:1028
1300
+ #: ../lib/the-events-calendar.class.php:1035
1301
+ #: ../public/template-tags/loop.php:173
1302
  #, php-format
1303
  msgid "Events for %s"
1304
  msgstr "Eventos para %s"
1305
 
1306
+ #: ../lib/the-events-calendar.class.php:1030
1307
  msgid "Events this month"
1308
  msgstr "Eventos este mes"
1309
 
1310
+ #: ../lib/the-events-calendar.class.php:1042
1311
  #, php-format
1312
  msgid "Events at %s"
1313
+ msgstr "Eventos para %s"
1314
 
1315
+ #: ../lib/the-events-calendar.class.php:1061
1316
  msgid "No description has been entered for this event."
1317
  msgstr "No se ha introducido una descripción para este evento."
1318
 
1319
+ #: ../lib/the-events-calendar.class.php:1323
1320
  msgid "category"
1321
+ msgstr "categoria"
1322
 
1323
+ #: ../lib/the-events-calendar.class.php:1333
1324
  msgid "tag"
1325
  msgstr "etiqueta"
1326
 
1327
+ #: ../lib/the-events-calendar.class.php:1360
1328
+ #: ../lib/the-events-calendar.class.php:3889
1329
+ #: ../lib/the-events-calendar.class.php:3950
1330
+ #: ../lib/io/csv/admin-views/import.php:47
1331
  msgid "Events"
1332
  msgstr "Eventos"
1333
 
1334
+ #: ../lib/the-events-calendar.class.php:1361
1335
  msgid "Event"
1336
  msgstr "Evento"
1337
 
1338
+ #: ../lib/the-events-calendar.class.php:1362
1339
+ #: ../lib/the-events-calendar.class.php:1375
1340
+ #: ../lib/the-events-calendar.class.php:1388
1341
  msgid "Add New"
1342
  msgstr "Agregar Nuevo"
1343
 
1344
+ #: ../lib/the-events-calendar.class.php:1363
1345
  msgid "Add New Event"
1346
  msgstr "Agregar Nuevo Evento"
1347
 
1348
+ #: ../lib/the-events-calendar.class.php:1364
1349
  msgid "Edit Event"
1350
  msgstr "Modificar Evento"
1351
 
1352
+ #: ../lib/the-events-calendar.class.php:1365
1353
  msgid "New Event"
1354
  msgstr "Nuevo Evento"
1355
 
1356
+ #: ../lib/the-events-calendar.class.php:1366
1357
  msgid "View Event"
1358
  msgstr "Ver Evento"
1359
 
1360
+ #: ../lib/the-events-calendar.class.php:1367
1361
  msgid "Search Events"
1362
  msgstr "Buscar Eventos"
1363
 
1364
+ #: ../lib/the-events-calendar.class.php:1368
1365
  msgid "No events found"
1366
  msgstr "No se encontrarón eventos"
1367
 
1368
+ #: ../lib/the-events-calendar.class.php:1369
1369
  msgid "No events found in Trash"
1370
+ msgstr "No hay eventos en la Papelera"
1371
 
1372
+ #: ../lib/the-events-calendar.class.php:1373
1373
+ #: ../lib/the-events-calendar.class.php:1485
1374
+ #: ../lib/io/csv/admin-views/import.php:45
1375
  msgid "Venues"
1376
  msgstr "Lugares"
1377
 
1378
+ #: ../lib/the-events-calendar.class.php:1374
1379
+ #: ../public/advanced-functions/meta.php:381 ../views/tickets/email.php:343
1380
  msgid "Venue"
1381
  msgstr "Lugar"
1382
 
1383
+ #: ../lib/the-events-calendar.class.php:1376
1384
  msgid "Add New Venue"
1385
  msgstr "Agregar Nuevo Lugar"
1386
 
1387
+ #: ../lib/the-events-calendar.class.php:1377
1388
  msgid "Edit Venue"
1389
  msgstr "Modificar Lugar"
1390
 
1391
+ #: ../lib/the-events-calendar.class.php:1378
1392
  msgid "New Venue"
1393
  msgstr "Nuevo Lugar"
1394
 
1395
+ #: ../lib/the-events-calendar.class.php:1379
1396
  msgid "View Venue"
1397
  msgstr "Ver Lugar"
1398
 
1399
+ #: ../lib/the-events-calendar.class.php:1380
1400
  msgid "Search Venues"
1401
  msgstr "Buscar Lugares"
1402
 
1403
+ #: ../lib/the-events-calendar.class.php:1381
1404
  msgid "No venue found"
1405
  msgstr "No se encontró un Lugar"
1406
 
1407
+ #: ../lib/the-events-calendar.class.php:1382
1408
  msgid "No venues found in Trash"
1409
+ msgstr "No hay lugares en la Papelera"
1410
 
1411
+ #: ../lib/the-events-calendar.class.php:1386
1412
+ #: ../lib/the-events-calendar.class.php:1486
1413
+ #: ../lib/io/csv/admin-views/import.php:46
1414
  msgid "Organizers"
1415
  msgstr "Organizadores"
1416
 
1417
+ #: ../lib/the-events-calendar.class.php:1387
1418
+ #: ../public/advanced-functions/meta.php:443 ../views/tickets/email.php:362
1419
  msgid "Organizer"
1420
  msgstr "Organizador"
1421
 
1422
+ #: ../lib/the-events-calendar.class.php:1389
1423
  msgid "Add New Organizer"
1424
  msgstr "Agregar Nuevo Organizador "
1425
 
1426
+ #: ../lib/the-events-calendar.class.php:1390
1427
  msgid "Edit Organizer"
1428
  msgstr "Modificar Organizador"
1429
 
1430
+ #: ../lib/the-events-calendar.class.php:1391
1431
  msgid "New Organizer"
1432
  msgstr "Nuevo Organizador"
1433
 
1434
+ #: ../lib/the-events-calendar.class.php:1392
 
1435
  msgid "View Organizer"
1436
  msgstr "Ver Organizador"
1437
 
1438
+ #: ../lib/the-events-calendar.class.php:1393
1439
  msgid "Search Organizers"
1440
  msgstr "Buscar Organizadores"
1441
 
1442
+ #: ../lib/the-events-calendar.class.php:1394
1443
  msgid "No organizer found"
1444
  msgstr "No se encontró organizador"
1445
 
1446
+ #: ../lib/the-events-calendar.class.php:1395
1447
  msgid "No organizers found in Trash"
1448
  msgstr "No hay organizadores en la Papelera"
1449
 
1450
+ #: ../lib/the-events-calendar.class.php:1399
1451
+ #: ../lib/tribe-admin-events-list.class.php:226
1452
  msgid "Event Categories"
1453
  msgstr "Categorías de Eventos"
1454
 
1455
+ #: ../lib/the-events-calendar.class.php:1400
1456
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1457
  msgid "Event Category"
1458
  msgstr "Categoría del Evento"
1459
 
1460
+ #: ../lib/the-events-calendar.class.php:1401
1461
  msgid "Search Event Categories"
1462
  msgstr "Buscar en Categorías de Eventos"
1463
 
1464
+ #: ../lib/the-events-calendar.class.php:1402
1465
  msgid "All Event Categories"
1466
  msgstr "Todas las Categorías"
1467
 
1468
+ #: ../lib/the-events-calendar.class.php:1403
1469
  msgid "Parent Event Category"
1470
  msgstr "Categoria Superior de Evento"
1471
 
1472
+ #: ../lib/the-events-calendar.class.php:1404
1473
  msgid "Parent Event Category:"
1474
  msgstr "Categoria Superior de Evento:"
1475
 
1476
+ #: ../lib/the-events-calendar.class.php:1405
1477
  msgid "Edit Event Category"
1478
  msgstr "Modificar Categoría de Evento"
1479
 
1480
+ #: ../lib/the-events-calendar.class.php:1406
1481
  msgid "Update Event Category"
1482
  msgstr "Actualizar Categoría de Evento"
1483
 
1484
+ #: ../lib/the-events-calendar.class.php:1407
1485
  msgid "Add New Event Category"
1486
  msgstr "Agregar Nueva Categoria de Evento"
1487
 
1488
+ #: ../lib/the-events-calendar.class.php:1408
1489
  msgid "New Event Category Name"
1490
  msgstr "Nuevo Nombre de Categoría de Evento"
1491
 
1492
+ #: ../lib/the-events-calendar.class.php:1424
1493
  #, php-format
1494
  msgid "Event updated. <a href=\"%s\">View event</a>"
1495
  msgstr "Evento actualizado. <a href=\"%s\">Ver evento</a>"
1496
 
1497
+ #: ../lib/the-events-calendar.class.php:1425
1498
+ #: ../lib/the-events-calendar.class.php:1442
1499
+ #: ../lib/the-events-calendar.class.php:1459
1500
  msgid "Custom field updated."
1501
  msgstr "Campo personalizado actualizado."
1502
 
1503
+ #: ../lib/the-events-calendar.class.php:1426
1504
+ #: ../lib/the-events-calendar.class.php:1443
1505
+ #: ../lib/the-events-calendar.class.php:1460
1506
  msgid "Custom field deleted."
1507
+ msgstr "Campo personalizado borrado."
1508
 
1509
+ #: ../lib/the-events-calendar.class.php:1427
1510
  msgid "Event updated."
1511
  msgstr "Evento actualizado."
1512
 
1513
+ #. translators: %s: date and time of the revision
1514
+ #: ../lib/the-events-calendar.class.php:1429
1515
  #, php-format
1516
  msgid "Event restored to revision from %s"
1517
  msgstr "Evento restaurado a la revisión de %s"
1518
 
1519
+ #: ../lib/the-events-calendar.class.php:1430
1520
  #, php-format
1521
  msgid "Event published. <a href=\"%s\">View event</a>"
1522
  msgstr "Evento publicado. <a href=\"%s\">Ver evento</a>"
1523
 
1524
+ #: ../lib/the-events-calendar.class.php:1431
1525
  msgid "Event saved."
1526
  msgstr "Evento guardado."
1527
 
1528
+ #: ../lib/the-events-calendar.class.php:1432
1529
  #, php-format
1530
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1531
  msgstr ""
1532
  "Evento agregado. <a target=\"_blank\" href=\"%s\">Previsualizar evento</a>"
1533
 
1534
+ #: ../lib/the-events-calendar.class.php:1433
1535
  #, php-format
1536
  msgid ""
1537
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1540
  "Evento programado para: <strong>%1$s</strong>. <a target=\"_blank\" href="
1541
  "\"%2$s\">Previsualizar evento</a>"
1542
 
1543
+ #. translators: Publish box date format, see http://php.net/date
1544
+ #: ../lib/the-events-calendar.class.php:1435
1545
+ #: ../lib/the-events-calendar.class.php:1452
1546
+ #: ../lib/the-events-calendar.class.php:1469
1547
  msgid "M j, Y @ G:i"
1548
+ msgstr "M j, Y ··· G:i"
1549
 
1550
+ #: ../lib/the-events-calendar.class.php:1436
1551
  #, php-format
1552
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1553
  msgstr ""
1554
+ "Borrador del Evento actualizado. <a target=\"_blank\" href=\"%s"
1555
  "\">Previsualizar evento</a>"
1556
 
1557
+ #: ../lib/the-events-calendar.class.php:1441
1558
  #, php-format
1559
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
1560
  msgstr "Lugar actualizado. <a href=\"%s\">Ver lugar</a>"
1561
 
1562
+ #: ../lib/the-events-calendar.class.php:1444
1563
  msgid "Venue updated."
1564
  msgstr "Lugar actualizado."
1565
 
1566
+ #. translators: %s: date and time of the revision
1567
+ #: ../lib/the-events-calendar.class.php:1446
1568
  #, php-format
1569
  msgid "Venue restored to revision from %s"
1570
  msgstr "Lugar restaurado a la revisión de %s"
1571
 
1572
+ #: ../lib/the-events-calendar.class.php:1447
1573
  #, php-format
1574
  msgid "Venue published. <a href=\"%s\">View venue</a>"
1575
  msgstr "Lugar publicado. <a href=\"%s\">Ver lugar</a>"
1576
 
1577
+ #: ../lib/the-events-calendar.class.php:1448
1578
  msgid "Venue saved."
1579
  msgstr "Lugar guardado."
1580
 
1581
+ #: ../lib/the-events-calendar.class.php:1449
1582
  #, php-format
1583
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1584
  msgstr ""
1585
  "Lugar agregado. <a target=\"_blank\" href=\"%s\">Previsualizar lugar</a>"
1586
 
1587
+ #: ../lib/the-events-calendar.class.php:1450
1588
  #, php-format
1589
  msgid ""
1590
  "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1593
  "Lugar programado para: <strong>%1$s</strong>. <a target=\"_blank\" href="
1594
  "\"%2$s\">Previsualizar lugar</a>"
1595
 
1596
+ #: ../lib/the-events-calendar.class.php:1453
1597
  #, php-format
1598
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1599
  msgstr ""
1600
  "Borrador de Lugar actualizado. <a target=\"_blank\" href=\"%s"
1601
  "\">Previsualizar lugar</a>"
1602
 
1603
+ #: ../lib/the-events-calendar.class.php:1458
1604
  #, php-format
1605
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1606
  msgstr "Organizador actualizado. <a href=\"%s\">Ver organizador</a>"
1607
 
1608
+ #: ../lib/the-events-calendar.class.php:1461
1609
  msgid "Organizer updated."
1610
+ msgstr "Organizador actualizado."
1611
 
1612
+ #. translators: %s: date and time of the revision
1613
+ #: ../lib/the-events-calendar.class.php:1463
1614
  #, php-format
1615
  msgid "Organizer restored to revision from %s"
1616
  msgstr "Organizador restaurado a la revision de %s"
1617
 
1618
+ #: ../lib/the-events-calendar.class.php:1464
1619
  #, php-format
1620
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1621
  msgstr "Organizador publicado. <a href=\"%s\">Ver organizador</a>"
1622
 
1623
+ #: ../lib/the-events-calendar.class.php:1465
1624
  msgid "Organizer saved."
1625
  msgstr "Organizador guardado."
1626
 
1627
+ #: ../lib/the-events-calendar.class.php:1466
1628
  #, php-format
1629
  msgid ""
1630
  "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1632
  "Organizador agregado. <a target=\"_blank\" href=\"%s\">Previsualizar "
1633
  "organizador</a>"
1634
 
1635
+ #: ../lib/the-events-calendar.class.php:1467
1636
  #, php-format
1637
  msgid ""
1638
  "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1641
  "Organizador programado para: <strong>%1$s</strong>. <a target=\"_blank\" "
1642
  "href=\"%2$s\">Previsualizar organizador</a>"
1643
 
1644
+ #: ../lib/the-events-calendar.class.php:1470
1645
  #, php-format
1646
  msgid ""
1647
  "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1650
  "Borrador de Organizador actualizado. <a target=\"_blank\" href=\"%s"
1651
  "\">Previsualizar organizador</a>"
1652
 
1653
+ #: ../lib/the-events-calendar.class.php:1511
1654
  msgid "Use Saved Venue:"
1655
  msgstr "Usar Lugar Guardado:"
1656
 
1657
+ #: ../lib/the-events-calendar.class.php:1540
1658
  msgid "Use Saved Organizer:"
1659
+ msgstr "Usar Organizador Guardado:"
1660
 
1661
+ #: ../lib/the-events-calendar.class.php:1580
1662
  msgid "Use New Venue"
1663
  msgstr "Usar Nuevo Lugar"
1664
 
1665
+ #: ../lib/the-events-calendar.class.php:1582
 
1666
  msgid "My Venues"
1667
  msgstr "Mis Lugares"
1668
 
1669
+ #: ../lib/the-events-calendar.class.php:1587
 
1670
  msgid "Available Venues"
1671
  msgstr "Lugares Disponibles"
1672
 
1673
+ #: ../lib/the-events-calendar.class.php:1598
 
1674
  msgid "No saved venue exists."
1675
  msgstr "No hay lugares guardados."
1676
 
1677
+ #: ../lib/the-events-calendar.class.php:1637
1678
  msgid "Use New Organizer"
1679
  msgstr "Usar Nuevo Organizador"
1680
 
1681
+ #: ../lib/the-events-calendar.class.php:1639
 
1682
  msgid "My Organizers"
1683
  msgstr "Mis Organizadores"
1684
 
1685
+ #: ../lib/the-events-calendar.class.php:1644
 
1686
  msgid "Available Organizers"
1687
  msgstr "Organizadores disponibles"
1688
 
1689
+ #: ../lib/the-events-calendar.class.php:1655
 
1690
  msgid "No saved organizer exists."
1691
+ msgstr "No hay organizadores guardados."
1692
 
1693
+ #: ../lib/the-events-calendar.class.php:1782
1694
  msgid "Next"
1695
  msgstr "Siguiente"
1696
 
1697
+ #: ../lib/the-events-calendar.class.php:1783
1698
  msgid "Prev"
1699
+ msgstr "Anterior"
1700
 
1701
+ #: ../lib/the-events-calendar.class.php:1784
1702
  msgid "Today"
1703
  msgstr "Hoy"
1704
 
1705
+ #: ../lib/the-events-calendar.class.php:1785
1706
  msgid "Done"
1707
  msgstr "Hecho"
1708
 
1709
+ #: ../lib/the-events-calendar.class.php:1994
1710
  msgid "Network"
1711
  msgstr "Red"
1712
 
1713
+ #: ../lib/the-events-calendar.class.php:2938
 
1714
  msgid "Unnamed Venue"
1715
  msgstr "Lugar sin nombre"
1716
 
1717
+ #: ../lib/the-events-calendar.class.php:3028
 
1718
  msgid "Unnamed Organizer"
1719
  msgstr "Organizador sin nombre"
1720
 
1721
+ #: ../lib/the-events-calendar.class.php:3504
1722
+ #: ../lib/the-events-calendar.class.php:3521
1723
+ msgid "Date out of range."
1724
+ msgstr "Fecha fuera de rango."
1725
+
1726
+ #: ../lib/the-events-calendar.class.php:3534
1727
  msgid "Event Options"
1728
  msgstr "Opciones del Evento"
1729
 
1730
+ #: ../lib/the-events-calendar.class.php:3536
1731
  msgid "Venue Information"
1732
+ msgstr "Información sobre el Lugar"
1733
 
1734
+ #: ../lib/the-events-calendar.class.php:3541
1735
  msgid "Organizer Information"
1736
+ msgstr "Información sobre el Organizador"
1737
 
1738
+ #: ../lib/the-events-calendar.class.php:3738
1739
  msgid "Support"
1740
  msgstr "Soporte"
1741
 
1742
+ #: ../lib/the-events-calendar.class.php:3741
1743
  msgid "View All Add-Ons"
1744
+ msgstr "Ver todos los Complementos (Add-Ons)"
1745
 
1746
+ #: ../lib/the-events-calendar.class.php:3758
 
1747
  msgid "News from Modern Tribe"
1748
  msgstr "Noticias de Modern Tribe"
1749
 
1750
+ #: ../lib/the-events-calendar.class.php:3839
1751
  msgid "Additional Functionality"
1752
+ msgstr "Funcionalidad adicional"
1753
 
1754
+ #: ../lib/the-events-calendar.class.php:3844
1755
  msgid ""
1756
  "Looking for additional functionality including recurring events, ticket "
1757
  "sales, publicly submitted events, new views and more?"
1758
  msgstr ""
1759
+ "¿Busca funcionalidad adicional, incluyendo eventos periódicos, venta de "
1760
+ "entradas, eventos agregados por el público, vistas adicionales y más?"
1761
 
1762
+ #: ../lib/the-events-calendar.class.php:3844
1763
  #, php-format
1764
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1765
+ msgstr ""
1766
+ "Echa un vistazo a los <a href=\"%s\">complementos (add-ons) disponibles</a>."
1767
 
1768
+ #: ../lib/the-events-calendar.class.php:3916
1769
+ #: ../lib/the-events-calendar.class.php:4007
 
1770
  msgid "View Calendar"
1771
  msgstr "Ver Calendario"
1772
 
1773
+ #: ../lib/the-events-calendar.class.php:3924
 
1774
  msgid "Add Event"
1775
  msgstr "Agregar Evento"
1776
 
1777
+ #: ../lib/the-events-calendar.class.php:3933
 
1778
  msgid "Edit Events"
1779
  msgstr "Modificar Eventos"
1780
 
1781
+ #: ../lib/the-events-calendar.class.php:3942
1782
+ #: ../lib/the-events-calendar.class.php:4043
1783
  #: ../lib/tribe-settings.class.php:164
1784
  msgid "Settings"
1785
  msgstr "Ajustes"
1786
 
1787
+ #: ../lib/the-events-calendar.class.php:3978
1788
  #, php-format
1789
  msgid ""
1790
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1793
  "¡Bienvenido a The Events Calendar! Puede encontrar su calendario de eventos "
1794
  "en %s. Para cambiar el slug de los eventos dirijase a %sEventos -> Ajustes%s"
1795
 
1796
+ #: ../lib/the-events-calendar.class.php:4044
1797
  msgid "Calendar"
1798
  msgstr "Calendario"
1799
 
1800
+ #: ../lib/the-events-calendar.class.php:4129
1801
  msgid "List"
1802
  msgstr "Lista"
1803
 
1804
+ #: ../lib/the-events-calendar.class.php:4140
 
1805
  msgid "Month"
1806
  msgstr "Mes"
1807
 
1808
+ #: ../lib/the-events-calendar.class.php:4159
1809
+ #: ../lib/the-events-calendar.class.php:4161
1810
+ msgid "Search"
1811
+ msgstr "Buscar"
1812
+
1813
+ #: ../lib/the-events-calendar.class.php:4181
1814
+ #: ../lib/the-events-calendar.class.php:4193
1815
  msgid "Date"
1816
  msgstr "Fecha"
1817
 
1818
+ #: ../lib/the-events-calendar.class.php:4184
 
1819
  msgid "Events In"
1820
  msgstr "Eventos en"
1821
 
1822
+ #: ../lib/the-events-calendar.class.php:4186
 
1823
  msgid "Events From"
1824
  msgstr "Eventos desde"
1825
 
1826
+ #: ../lib/the-events-calendar.class.php:4374 ../views/list/nav.php:23
1827
+ #: ../views/list/nav.php:29 ../views/list/nav.php:32
1828
  msgid "&laquo; Previous Events"
1829
+ msgstr "&laquo; Eventos Anteriores"
1830
 
1831
+ #: ../lib/the-events-calendar.class.php:4375 ../views/list/nav.php:41
1832
+ #: ../views/list/nav.php:44 ../views/list/nav.php:50
1833
  msgid "Next Events &raquo;"
1834
  msgstr "Eventos Siguientes &raquo;"
1835
 
1838
  msgid "View &#8220;%s&#8221;"
1839
  msgstr "Vista &#8220;%s&#8221;"
1840
 
1841
+ #: ../lib/tribe-admin-events-list.class.php:231
1842
  msgid "Start Date"
1843
+ msgstr "Fecha Inicial"
1844
 
1845
+ #: ../lib/tribe-admin-events-list.class.php:232
1846
  msgid "End Date"
1847
+ msgstr "Fecha Final"
1848
 
1849
+ #: ../lib/tribe-admin-events-list.class.php:234
1850
  msgid "Recurring?"
1851
+ msgstr "¿Periódico?"
1852
 
1853
+ #: ../lib/tribe-admin-events-list.class.php:298
1854
  #: ../lib/tickets/tribe-tickets-pro.php:229
1855
  msgid "Yes"
1856
  msgstr "Si"
1857
 
1858
+ #: ../lib/tribe-admin-events-list.class.php:298
1859
  msgid "No"
1860
  msgstr "No"
1861
 
1862
+ #: ../lib/tribe-admin-events-list.class.php:376
1863
  #, php-format
1864
  msgid "All %s"
1865
  msgstr "Todos %s"
1866
 
 
1867
  #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1868
+ #: ../lib/tribe-app-shop.class.php:87
1869
  msgid "Event Add-Ons"
1870
  msgstr "Add-Ons para Eventos"
1871
 
1873
  msgid "Tribe"
1874
  msgstr "Tribe"
1875
 
1876
+ #: ../lib/tribe-event-api.class.php:374 ../lib/tribe-view-helpers.class.php:44
1877
  #: ../public/template-tags/venue.php:240
1878
  msgid "United States"
1879
  msgstr "Estados Unidos"
1883
  msgid "Error"
1884
  msgstr "Error"
1885
 
1886
+ #: ../lib/tribe-field.class.php:182
1887
  msgid "Invalid field type specified"
1888
  msgstr "Tipo de Campo especificado es incorrecto"
1889
 
1890
+ #: ../lib/tribe-field.class.php:452
1891
  msgid "No radio options specified"
1892
+ msgstr "No se especificó ninguna opción."
1893
 
1894
+ #: ../lib/tribe-field.class.php:489
1895
  msgid "No checkbox options specified"
1896
  msgstr "No se especificó ninguna opción."
1897
 
1898
+ #: ../lib/tribe-field.class.php:544
1899
  msgid "No select options specified"
1900
  msgstr "No se seleccionó ninguna opción."
1901
 
 
1902
  #: ../lib/tribe-settings-tab.class.php:219
1903
  msgid "There are no fields setup for this tab yet."
1904
  msgstr "Todavía no hay campos definidos para esta pestaña."
1905
 
 
1906
  #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
1907
  msgid "The Events Calendar Settings"
1908
+ msgstr "Ajustes de The Events Calendar"
1909
 
 
1910
  #: ../lib/tribe-settings.class.php:176
1911
  msgid "Events Settings"
1912
+ msgstr "Ajustes de Eventos"
1913
 
1914
  #: ../lib/tribe-settings.class.php:225
1915
  #, php-format
1918
 
1919
  #: ../lib/tribe-settings.class.php:239
1920
  msgid "You've requested a non-existent tab."
1921
+ msgstr "Ha introducido una ficha inexistente."
1922
 
 
1923
  #: ../lib/tribe-settings.class.php:247
1924
  msgid " Save Changes"
1925
  msgstr "Guardar Cambios"
1942
 
1943
  #: ../lib/tribe-settings.class.php:485
1944
  msgid "None of your settings were saved. Please try again."
1945
+ msgstr "Los ajustes no fueron guardados. Por favor intentelo nuevamente."
1946
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1947
  #: ../lib/tribe-settings.class.php:509
1948
  msgid "Settings saved."
1949
+ msgstr "Ajustes guardados."
1950
 
1951
+ #: ../lib/tribe-template-factory.class.php:232
1952
  #, php-format
1953
+ msgid "There were no results found for <strong>\"%s\"</strong>."
1954
  msgstr "No se encontraron resultados para <strong>\"%s\"</strong>."
1955
 
1956
  #: ../lib/tribe-template-factory.class.php:235
1957
  #, php-format
1958
+ msgid "No results were found for events in or near <strong>\"%s\"</strong>."
1959
+ msgstr "No se han encontrado Eventos en o cerca de <strong>\"%s\"</strong>."
 
 
 
 
1960
 
1961
+ #: ../lib/tribe-template-factory.class.php:238
1962
  #, php-format
1963
  msgid ""
1964
+ "No upcoming events listed under %s. Check out upcoming events for this "
1965
+ "category or view the full calendar."
1966
  msgstr ""
1967
+ "No hay próximos eventos indicados en %s. Echa un vistazo a los próximos "
1968
+ "eventos para esta categoría o vea el calendario completo."
1969
 
1970
  #: ../lib/tribe-template-factory.class.php:241
1971
  #, php-format
1972
+ msgid ""
1973
+ "No matching events listed under %s. Check out upcoming events for this "
1974
+ "category or view the full calendar."
1975
  msgstr ""
1976
+ "No se encontraron eventos indicados en %s. Echa un vistazo a los próximos "
1977
+ "eventos para esta categoría o vea el calendario completo."
1978
 
1979
+ #: ../lib/tribe-template-factory.class.php:244
1980
+ msgid "No previous events "
1981
+ msgstr "No hay eventos anteriores"
 
1982
 
 
1983
  #: ../lib/tribe-template-factory.class.php:247
1984
+ #: ../lib/template-classes/month.php:115
1985
+ msgid "There were no results found."
1986
+ msgstr "No se ha encontrado ningun resultado."
1987
 
1988
+ #: ../lib/tribe-templates.class.php:501
1989
+ #, php-format
1990
+ msgid "Template overrides should be moved to the correct subdirectory: %s"
1991
+ msgstr ""
1992
+ "Las plantillas reemplazadas se deben mover al subdirectorio correcto: %s"
1993
+
1994
+ #: ../lib/tribe-templates.class.php:542
1995
+ #, php-format
1996
+ msgid ""
1997
+ "Template overrides should be moved to the correct subdirectory: "
1998
+ "tribe_get_template_part('%s')"
1999
+ msgstr ""
2000
+ "Las plantillas reemplazadas se deben mover al subdirectorio correcto: "
2001
+ "tribe_get_template_part('%s')"
2002
 
2003
  #: ../lib/tribe-the-events-calendar-import.class.php:64
2004
  #, php-format
2015
  "><br/> You have events that need to be migrated. Please visit the bottom of "
2016
  "the <a href=\"%s\">settings page</a> to perform the migration."
2017
  msgstr ""
2018
+ "Bienvenidos a Eventos 2.0!<br>Esta es una gran mejora desde la versión "
2019
+ "1.6.5. Por favor, asegúrese de hacer una copia antes de continuar. Usted "
2020
+ "puede muy fácilmente <a href=\"%s\">volver a una versión anterior</a> si "
2021
+ "hace una copia de seguridad en primer lugar.<br><br>Esta actualización "
2022
+ "incluye dos mejoras importantes, <a href=\"%s\">migración de datos</ a> y la "
2023
+ "actualización de las plantillas si es necesario.Se han producido cambios "
2024
+ "significativos en las etiquetas y las funciones de plantilla. Eche un "
2025
+ "vistazo a nuestra <a href=\"%s\">Paseo a través de la actualización </ a> "
2026
+ "antes de proceder y revisar el FAQ y Base de Conocimientos desde la <a href="
2027
+ "\"%s\"> página de soporte </ a>. Si eres nuevo en The Events Calendar, es "
2028
+ "posible que desee revisar nuestra <a href=\"%s\">Guia para el nuevo "
2029
+ "usuario</ a>. <br/> Usted tiene eventos que necesitan ser migrados, por "
2030
+ "favor, visite en la parte inferior de la <a href=\"%s\">página de "
2031
+ "configuración</a> para realizar la migración."
2032
 
2033
  #: ../lib/tribe-the-events-calendar-import.class.php:86
2034
  msgid "Upgrade from The Events Calendar"
2040
  "upgraded. Please be sure to back up your database before initiating the "
2041
  "upgrade. This process can not be undone."
2042
  msgstr ""
2043
+ "Al parecer tiene datos antigüos de \"Events Calendar\" que requieren ser "
2044
+ "actualizados. Por favor, asegurese de respaldar su base de datos antes de "
2045
  "iniciar la actualización. Este proceso no puede ser reversado."
2046
 
2047
  #: ../lib/tribe-the-events-calendar-import.class.php:88
2051
  #: ../lib/tribe-the-events-calendar-import.class.php:166
2052
  #, php-format
2053
  msgid "You successfully migrated (%d) entries."
2054
+ msgstr "Ha migrado con exito (%d) entradas."
2055
 
2056
  #: ../lib/tribe-the-events-calendar-import.class.php:242
2057
  msgid "Install has 1 or more legacy event!"
2059
 
2060
  #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
2061
  msgid "Invalid or incomplete field passed"
2062
+ msgstr "El campo especificado no es válido o esta incompleto"
2063
 
2064
  #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
2065
  #: ../lib/tribe-validate.class.php:116
2070
  msgid "Non-existant field validation function passed"
2071
  msgstr "La función de validación especificada no existe"
2072
 
 
 
 
 
 
2073
  #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
2074
  #, php-format
2075
  msgid "%s must contain numbers and letters only"
2158
  "format: <br>US, United States <br> UK, United Kingdom."
2159
  msgstr ""
2160
  "La lista de paises debe contener solo un país por línea de la siguiente "
2161
+ "forma: <br>US., Estados Unidos<br> UK, Reino Unido."
2162
 
2163
  #: ../lib/tribe-view-helpers.class.php:24
2164
  #: ../lib/tribe-view-helpers.class.php:43
2165
  msgid "Select a Country:"
2166
+ msgstr "Seleccione un País:"
2167
 
2168
  #: ../lib/tribe-view-helpers.class.php:45
2169
  msgid "Afghanistan"
2674
  msgid "Macau"
2675
  msgstr "Macao"
2676
 
 
2677
  #: ../lib/tribe-view-helpers.class.php:172
2678
  msgid "Macedonia"
2679
  msgstr "Macedonia"
3322
  msgid "Wyoming"
3323
  msgstr "Wyoming"
3324
 
 
3325
  #: ../lib/widget-list.class.php:21
3326
  msgid "A widget that displays upcoming events."
3327
  msgstr "Un widget que muestra los próximos eventos."
3330
  msgid "Events List"
3331
  msgstr "Lista de Eventos"
3332
 
3333
+ #: ../lib/widget-list.class.php:124
3334
  msgid "View All Events"
3335
  msgstr "Ver Todos los Eventos"
3336
 
3337
+ #: ../lib/widget-list.class.php:127
3338
  msgid "There are no upcoming events at this time."
3339
  msgstr "No hay eventos programados en este momento"
3340
 
3341
+ #: ../lib/io/csv/admin-views/columns.php:22
3342
+ #, php-format
3343
+ msgid "Column Mapping: %s"
3344
+ msgstr "Asignación de columnas: %s"
3345
+
3346
+ #: ../lib/io/csv/admin-views/columns.php:28
3347
+ msgid "Please choose the fields that best match the columns in your CSV file."
3348
+ msgstr ""
3349
+ "Por favor, elija los campos que mejor se adapten a las columnas en el "
3350
+ "archivo CSV."
3351
+
3352
+ #: ../lib/io/csv/admin-views/columns.php:33
3353
+ msgid "Column Headings"
3354
+ msgstr "Encabezados de Columna"
3355
+
3356
+ #: ../lib/io/csv/admin-views/columns.php:34
3357
+ msgid "Event Fields"
3358
+ msgstr "Campos de los eventos"
3359
+
3360
+ #: ../lib/io/csv/admin-views/columns.php:45
3361
+ msgid "Perform Import"
3362
+ msgstr "Realizar Importación"
3363
+
3364
+ #: ../lib/io/csv/admin-views/header.php:11
3365
+ msgid "Events Import (CSV)"
3366
+ msgstr "Importación de Eventos (CSV)"
3367
+
3368
+ #: ../lib/io/csv/admin-views/import.php:17
3369
+ msgid "Import Instructions"
3370
+ msgstr "Instrucciones de importación"
3371
+
3372
+ #: ../lib/io/csv/admin-views/import.php:20
3373
+ msgid "If your events have Organizers or Venues, please import those first."
3374
+ msgstr ""
3375
+ "Si en los eventos incluyen Organizadores o Lugares, por favor importar estos "
3376
+ "los primeros."
3377
+
3378
+ #: ../lib/io/csv/admin-views/import.php:21
3379
+ msgid "To import organizers or venues:"
3380
+ msgstr "Para importar organizadores o lugares:"
3381
+
3382
+ #: ../lib/io/csv/admin-views/import.php:23
3383
+ msgid "Select the appropriate import type."
3384
+ msgstr "Seleccione el tipo de importación correspondiente."
3385
+
3386
+ #: ../lib/io/csv/admin-views/import.php:24
3387
+ #: ../lib/io/csv/admin-views/import.php:30
3388
+ msgid ""
3389
+ "Upload a CSV file with one record on each line. The first line may contain "
3390
+ "column names (check the box below)."
3391
+ msgstr ""
3392
+ "Subir un archivo CSV con un registro por cada línea. La primera línea puede "
3393
+ "contener los nombres de la columna (si es asi, marque el cuadro a "
3394
+ "continuación)."
3395
+
3396
+ #: ../lib/io/csv/admin-views/import.php:25
3397
+ msgid ""
3398
+ "One column in your CSV should have the Organizer/Venue name. All other "
3399
+ "fields are optional."
3400
+ msgstr ""
3401
+ "Una columna en el archivo CSV debe tener el nombre del Organizador o Lugar. "
3402
+ "Todos los demás campos son opcionales."
3403
+
3404
+ #: ../lib/io/csv/admin-views/import.php:26
3405
+ #: ../lib/io/csv/admin-views/import.php:32
3406
+ msgid ""
3407
+ "After you upload your file, you'll have the opportunity to indicate how the "
3408
+ "columns in your CSV map to fields in The Events Calendar."
3409
+ msgstr ""
3410
+ "Después de subir el archivo, usted tendrá la oportunidad de indicar cómo "
3411
+ "relacionar las columnas de su mapa CSV con los campos de The Events Calendar."
3412
+
3413
+ #: ../lib/io/csv/admin-views/import.php:28
3414
+ msgid "After importing your Organizers and Venues, import your Events:"
3415
+ msgstr ""
3416
+ "Después de importar los Organizadores y Lugares, puede importar sus eventos:"
3417
+
3418
+ #: ../lib/io/csv/admin-views/import.php:31
3419
+ msgid ""
3420
+ "One column in your CSV should have the Event title. Another should have the "
3421
+ "Event start date. All other fields are optional."
3422
+ msgstr ""
3423
+ "Una columna del archivo CSV debe tener el título del Evento. Otra debe tener "
3424
+ "la Fecha de inicio del evento. Todos los demás campos son opcionales."
3425
+
3426
+ #: ../lib/io/csv/admin-views/import.php:36
3427
+ #, php-format
3428
+ msgid "Questions? <a href=\"%s\">Watch the video</a>."
3429
+ msgstr "¿Preguntas? <a href=\"%s\">Vea el video</a>."
3430
+
3431
+ #: ../lib/io/csv/admin-views/import.php:43
3432
+ msgid "Import Type:"
3433
+ msgstr "Tipo de importación:"
3434
+
3435
+ #: ../lib/io/csv/admin-views/import.php:55
3436
+ msgid "CSV File:"
3437
+ msgstr "Archivo CSV:"
3438
+
3439
+ #: ../lib/io/csv/admin-views/import.php:58
3440
+ msgid ""
3441
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
3442
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
3443
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
3444
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
3445
+ msgstr ""
3446
+ "Cargar un archivo CSV codificado con el formato correcto (UTF-8). ¿No sabe "
3447
+ "con seguridad de que el archivo está codificado en UTF-8? Asegúrese de "
3448
+ "especificar la codificación de caracteres al guardar el archivo, o lo puede "
3449
+ "convertir con esta <a href='http://i-tools.org/charset/exec?"
3450
+ "dest=utf-8&src=auto&download=1'>Herramienta de conversión</a>."
3451
+
3452
+ #: ../lib/io/csv/admin-views/import.php:66
3453
+ msgid "This file has column names in the first row"
3454
+ msgstr "Este archivo tiene nombres de columna en la primera fila"
3455
+
3456
+ #: ../lib/io/csv/admin-views/import.php:77
3457
+ msgid "Import CSV File"
3458
+ msgstr "Importar archivo CSV"
3459
+
3460
+ #: ../lib/io/csv/admin-views/result.php:13
3461
+ msgid "Import Result"
3462
+ msgstr "Resultado de la Importación"
3463
+
3464
+ #: ../lib/io/csv/admin-views/result.php:15
3465
+ msgid "Import complete!"
3466
+ msgstr "¡Importacion Completa!"
3467
+
3468
+ #: ../lib/io/csv/admin-views/result.php:17
3469
+ #, php-format
3470
+ msgid "Inserted: %d"
3471
+ msgstr "Introducido: %d"
3472
+
3473
+ #: ../lib/io/csv/admin-views/result.php:18
3474
+ #, php-format
3475
+ msgid "Updated: %d"
3476
+ msgstr "Actualizado: %d"
3477
+
3478
+ #: ../lib/io/csv/admin-views/result.php:19
3479
+ #, php-format
3480
+ msgid "Skipped: %d"
3481
+ msgstr "Omitidos: %d"
3482
+
3483
+ #: ../lib/io/csv/admin-views/result.php:23
3484
+ msgid "The import statistics above have the following meaning:"
3485
+ msgstr ""
3486
+ "Las estadísticas de importación reflejadas anteriormente significan lo "
3487
+ "siguiente:"
3488
+
3489
+ #: ../lib/io/csv/admin-views/result.php:24
3490
+ msgid ""
3491
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
3492
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
3493
+ "start date. The existing item was updated with the new value from the file.</"
3494
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
3495
+ "not be imported. Please see below for the invalid rows.</li></ol>"
3496
+ msgstr ""
3497
+ "<ol><li><strong>Introducido:</strong> Un nuevo elemento se introdujo con "
3498
+ "éxito.</li><li><strong>Actualizado:</strong> Se ha encontrado un artículo "
3499
+ "con el mismo nombre y/o fecha de inicio. El elemento existente se actualiza "
3500
+ "con el nuevo valor del archivo.</li><li><strong>Omitidos:</strong> Se ha "
3501
+ "encontrado una fila del archivo CSV que no se ha podido importar. Vea a "
3502
+ "continuación las filas no válidas.</li></ol>"
3503
+
3504
+ #: ../lib/io/csv/admin-views/result.php:27
3505
+ #, php-format
3506
+ msgid "Skipped row numbers: %s"
3507
+ msgstr "Omitidos números de fila: %s"
3508
+
3509
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
3510
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
3511
+ msgid "CSV Import"
3512
+ msgstr "Importar CSV"
3513
+
3514
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
3515
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
3516
+ msgid "The file went away. Please try again."
3517
+ msgstr "El archivo desaparecio. Por favor intente nuevamente."
3518
+
3519
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
3520
+ msgid "We were unable to process your request. Please try again."
3521
+ msgstr "No se ha podido procesar su solicitud. Por favor intente nuevamente."
3522
+
3523
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
3524
+ msgid "<p>The following fields are required for a successful import:</p>"
3525
+ msgstr ""
3526
+ "<p>Los siguientes campos son necesarios para lograr una importación correcta:"
3527
+ "</p>"
3528
+
3529
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
3530
+ msgid "Do Not Import"
3531
+ msgstr "No Importar"
3532
+
3533
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
3534
+ msgid "Event Name"
3535
+ msgstr "Nombre del Evento"
3536
+
3537
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
3538
+ msgid "Event Description"
3539
+ msgstr "Descripción del Evento."
3540
+
3541
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
3542
+ msgid "Event Start Date"
3543
+ msgstr "Fecha de Inicio"
3544
+
3545
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
3546
+ msgid "Event Start Time"
3547
+ msgstr "Hora de Inicio"
3548
+
3549
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
3550
+ msgid "Event End Date"
3551
+ msgstr "Fecha Finaliza"
3552
+
3553
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
3554
+ msgid "Event End Time"
3555
+ msgstr "Hora Finaliza"
3556
+
3557
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
3558
+ msgid "All Day Event"
3559
+ msgstr "Todo el Día"
3560
+
3561
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
3562
+ msgid "Event Venue Name"
3563
+ msgstr "Lugar del Evento"
3564
+
3565
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
3566
+ msgid "Event Organizer Name"
3567
+ msgstr "Nombre del Organizador"
3568
+
3569
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
3570
+ msgid "Event Show Map Link"
3571
+ msgstr "Mostrar el enlace al Mapa del Evento"
3572
+
3573
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
3574
+ msgid "Event Show Map"
3575
+ msgstr "Mostrar mapa del Evento"
3576
+
3577
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
3578
+ msgid "Event Phone"
3579
+ msgstr "Teléfono"
3580
+
3581
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
3582
+ msgid "Venue Name"
3583
+ msgstr "Nombre del Lugar"
3584
+
3585
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
3586
+ msgid "Venue Country"
3587
+ msgstr "País"
3588
+
3589
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
3590
+ msgid "Venue Address"
3591
+ msgstr "Dirección"
3592
+
3593
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
3594
+ msgid "Venue Addres 2"
3595
+ msgstr "Dirección 2"
3596
+
3597
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
3598
+ msgid "Venue City"
3599
+ msgstr "Ciudad"
3600
+
3601
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
3602
+ msgid "Venue State/Province"
3603
+ msgstr "Estado o Provincia:"
3604
+
3605
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
3606
+ msgid "Venue Zip"
3607
+ msgstr "Código postal"
3608
+
3609
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
3610
+ msgid "Venue Phone"
3611
+ msgstr "Teléfono"
3612
+
3613
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
3614
+ msgid "Organizer Name"
3615
+ msgstr "Nombre del Organizador"
3616
+
3617
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
3618
+ msgid "Organizer Email"
3619
+ msgstr "Email"
3620
+
3621
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
3622
+ msgid "Organizer Website"
3623
+ msgstr "Pagina Web"
3624
+
3625
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
3626
+ msgid "Organizer Phone"
3627
+ msgstr "Teléfono"
3628
+
3629
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
3630
+ #, php-format
3631
+ msgid "No importer defined for %s"
3632
+ msgstr "Ningún importador definido para %s"
3633
+
3634
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
3635
+ #, php-format
3636
+ msgid "Missing required fields in row %d."
3637
+ msgstr "Faltan campos requeridos en la fila %d."
3638
+
3639
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
3640
+ #, php-format
3641
+ msgid "Failed to import record in row %d."
3642
+ msgstr "No se pudo importar el registro en la fila %d."
3643
+
3644
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
3645
+ #, php-format
3646
+ msgid "%s (post ID %d) updated."
3647
+ msgstr "%s (mensaje ID %d) actualizado."
3648
+
3649
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
3650
+ #, php-format
3651
+ msgid "%s (post ID %d) created."
3652
+ msgstr "%s (mensaje ID %d) creado."
3653
+
3654
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
3655
+ #, php-format
3656
+ msgid "Temporary file not found. Could not save %s."
3657
+ msgstr "No se encuentra el archivo temporal. No se pudo guardar %s."
3658
+
3659
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
3660
+ #, php-format
3661
+ msgid "Could not save %s."
3662
+ msgstr "No se pudo guardar %s."
3663
+
3664
+ #: ../lib/template-classes/month.php:112
3665
  #, php-format
3666
  msgid ""
3667
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
3668
  "searching next month."
3669
  msgstr ""
3670
+ "No se encontraron resultados para este mes por <strong>\"%s\"</strong>. "
3671
+ "Intente buscando en otro mes."
3672
 
3673
+ #: ../lib/template-classes/single-event.php:101
3674
  msgid "This event has passed."
3675
  msgstr "Este evento ya finalizó "
3676
 
3680
 
3681
  #: ../lib/tickets/tribe-tickets-attendees.php:68
3682
  msgid "Order Status"
3683
+ msgstr "Estado de la Orden"
3684
 
3685
  #: ../lib/tickets/tribe-tickets-attendees.php:69
3686
  msgid "Purchaser name"
3692
 
3693
  #: ../lib/tickets/tribe-tickets-attendees.php:71
3694
  msgid "Ticket type"
3695
+ msgstr "Tipo de Ticket"
3696
 
3697
  #: ../lib/tickets/tribe-tickets-attendees.php:72
3698
  #: ../views/tickets/email.php:316
3699
  msgid "Ticket #"
3700
+ msgstr "Ticket #"
3701
 
3702
  #: ../lib/tickets/tribe-tickets-attendees.php:73
3703
  #: ../views/tickets/email.php:328
3705
  msgstr "Código de seguridad"
3706
 
3707
  #: ../lib/tickets/tribe-tickets-attendees.php:74
3708
+ #: ../lib/tickets/tribe-tickets-attendees.php:151
3709
+ #: ../lib/tickets/tribe-tickets-attendees.php:207
3710
  msgid "Check in"
3711
+ msgstr "Facturar"
3712
 
3713
+ #: ../lib/tickets/tribe-tickets-attendees.php:152
3714
+ #: ../lib/tickets/tribe-tickets-attendees.php:207
3715
  msgid "Undo Check in"
3716
+ msgstr "Deshacer facturar"
3717
 
3718
+ #: ../lib/tickets/tribe-tickets-attendees.php:186
3719
  msgid "Print"
3720
  msgstr "Imprimir"
3721
 
3722
+ #: ../lib/tickets/tribe-tickets-attendees.php:187
 
3723
  msgid "Email"
3724
  msgstr "Email"
3725
 
3726
+ #: ../lib/tickets/tribe-tickets-attendees.php:188
3727
  msgid "Export"
3728
  msgstr "Exportar"
3729
 
3730
+ #: ../lib/tickets/tribe-tickets-attendees.php:194
3731
  msgid "Filter by ticket #, order # or security code"
3732
+ msgstr "Filtrar por ticket #, orden # o código de seguridad"
3733
 
3734
  #: ../lib/tickets/tribe-tickets-metabox.php:24
3735
  msgid "Tickets"
3736
+ msgstr "Entradas"
3737
 
3738
  #: ../lib/tickets/tribe-tickets-metabox.php:62
3739
  msgid "Ticket header image"
3740
+ msgstr "Imagen para la cabecera del Ticket"
3741
 
3742
  #: ../lib/tickets/tribe-tickets-metabox.php:62
3743
  msgid "Set as ticket header"
3744
+ msgstr "Colocar como cabecera del Ticket"
3745
 
3746
  #: ../lib/tickets/tribe-tickets-pro.php:107
3747
  msgid "You need to select a user or type a valid email address"
3762
  "selection works in the table below, in the email, for print and for the CSV "
3763
  "export."
3764
  msgstr ""
3765
+ "Puede seleccionar en los ajustes de Visualización que columnas desea ver. "
3766
  "Esas opciones afectan el listado de la tabla siguiente, lo que se envia por "
3767
  "correo, la impresión y la exportación CSV."
3768
 
3775
  msgid "Attendee List for: %s"
3776
  msgstr "Lista de asistentes para: %s"
3777
 
3778
+ #: ../lib/tickets/tribe-tickets.php:298
3779
  msgid "Your ticket has been saved."
3780
+ msgstr "El ticket ha sido guardado."
3781
 
3782
+ #: ../lib/tickets/tribe-tickets.php:375
3783
  msgid "Your ticket has been deleted."
3784
+ msgstr "El ticket ha sido borrado."
3785
 
3786
+ #: ../public/advanced-functions/meta.php:39
3787
+ #: ../public/advanced-functions/meta.php:65
3788
  msgid "Start:"
3789
+ msgstr "Comienza:"
3790
 
3791
+ #: ../public/advanced-functions/meta.php:46
3792
+ #: ../public/advanced-functions/meta.php:72
3793
  msgid "End:"
3794
  msgstr "Finaliza:"
3795
 
3796
+ #: ../public/advanced-functions/meta.php:55
3797
+ #: ../public/advanced-functions/meta.php:81
3798
  msgid "Date:"
3799
  msgstr "Fecha:"
3800
 
3801
+ #: ../public/advanced-functions/meta.php:90
3802
+ #: ../public/advanced-functions/meta.php:99
3803
+ msgid "Time:"
3804
+ msgstr "Hora:"
3805
+
3806
+ #: ../public/advanced-functions/meta.php:282
3807
  msgid "Click to view a Google Map"
3808
  msgstr "Click para ver Mapa de Google"
3809
 
3810
+ #: ../public/advanced-functions/meta.php:283
 
3811
  msgid "+ Google Map"
3812
  msgstr "+ Google Map"
3813
 
3814
+ #: ../public/advanced-functions/meta.php:294
3815
  msgid "Details"
3816
  msgstr "Detalles"
3817
 
3818
+ #: ../public/advanced-functions/meta.php:345
 
3819
  msgid "Event Tags:"
3820
  msgstr "Etiquetas del Evento:"
3821
 
3822
+ #: ../public/advanced-functions/meta.php:371
3823
  msgid "Origin:"
3824
  msgstr "Origen:"
3825
 
3826
+ #: ../public/advanced-functions/meta.php:508
 
3827
  msgid "Event:"
3828
  msgstr "Evento:"
3829
 
 
3830
  #: ../public/template-tags/deprecated.php:1143
3831
  msgid "Category"
3832
+ msgstr "Categoria"
3833
 
3834
+ #: ../public/template-tags/general.php:308
3835
  msgid "Tags:"
3836
  msgstr "Etiquetas:"
3837
 
3838
+ #: ../public/template-tags/general.php:409
 
3839
  msgid "Loading Events"
3840
  msgstr "Cargando Eventos:"
3841
 
3842
+ #: ../public/template-tags/general.php:567
3843
  msgid "Free"
3844
  msgstr "Gratuito"
3845
 
3846
+ #: ../public/template-tags/general.php:753
 
3847
  msgid "Recurring Event"
3848
+ msgstr "Evento Periódico"
3849
 
3850
+ #: ../public/template-tags/general.php:756
3851
  msgid "(See all)"
3852
+ msgstr "(Ver todos)"
3853
 
3854
+ #: ../public/template-tags/general.php:1068
3855
  #, php-format
3856
  msgid "Calendar powered by %sThe Events Calendar%s"
3857
+ msgstr "Calendario creado con %sThe Events Calendar%s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3858
 
3859
  #: ../public/template-tags/options.php:20
3860
  #, php-format
3861
  msgid "Your current Events URL is %s"
3862
+ msgstr "La actual URL para los Eventos es %s"
3863
 
3864
  #: ../public/template-tags/options.php:31
3865
  #, php-format
3867
  "You <strong>cannot</strong> use the same slug as above. The above should "
3868
  "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3869
  msgstr ""
3870
+ "<strong>No puede</strong> utilizar el mismo slug que en la anterior. Lo "
3871
+ "recomendado es que la anterior sea en plural y esta el singular.<br />El URL "
3872
+ "para un unico evento debe ser como: %s"
3873
 
 
3874
  #: ../views/single-event.php:23
3875
  msgid "&laquo; All Events"
3876
  msgstr "&laquo; Todos los Eventos"
3877
 
 
3878
  #: ../views/single-event.php:42 ../views/single-event.php:73
3879
  msgid "Event Navigation"
3880
  msgstr "Navegación entre Eventos"
3881
 
3882
+ #: ../views/list/nav.php:17
 
3883
  msgid "Events List Navigation"
3884
  msgstr "Navegación en la Lista de Eventos"
3885
 
3886
  #: ../views/list/single-event.php:76
3887
  msgid "Find out more"
3888
+ msgstr "Más Información"
3889
 
3890
+ #: ../views/modules/bar.php:34 ../views/modules/bar.php:64
 
3891
  msgid "Find Events"
3892
+ msgstr "Buscar Eventos"
3893
 
3894
+ #: ../views/modules/bar.php:41
3895
  msgid "Event Views Navigation"
3896
  msgstr "Navegación entre vistas de Eventos"
3897
 
3898
+ #: ../views/modules/bar.php:42
 
3899
  msgid "View As"
3900
+ msgstr "Ver como"
3901
 
 
3902
  #: ../views/month/nav.php:18
3903
  msgid "Calendar Month Navigation"
3904
  msgstr "Navegación en Calendario Mensual"
3905
 
 
3906
  #: ../views/tickets/attendees-email.php:25
3907
  msgid "Attendee List"
3908
  msgstr "Lista de Asistentes"
3909
 
3910
  #: ../views/tickets/email.php:39
3911
  msgid "Your tickets"
3912
+ msgstr "Sus Entradas"
3913
 
3914
  #: ../views/tickets/email.php:320
3915
  msgid "Ticket Type"
3916
+ msgstr "Tipo de Entrada"
3917
 
3918
  #: ../views/tickets/email.php:324
3919
  msgid "Purchaser"
3920
  msgstr "Comprador"
3921
 
3922
+ #~ msgid "Eventbrite Tickets"
3923
+ #~ msgstr "Eventbrite Tickets"
 
 
 
3924
 
3925
+ #~ msgid "Community Events"
3926
+ #~ msgstr "Community Events"
 
 
 
 
 
 
3927
 
3928
+ #~ msgid "Facebook Events"
3929
+ #~ msgstr "Facebook Events"
3930
+
3931
+ #~ msgid "WooTickets"
3932
+ #~ msgstr "WooTickets"
 
3933
 
3934
+ #~ msgid "Faceted Filters"
3935
+ #~ msgstr "Filtros por Facetas"
3936
+
3937
+ #~ msgid "Please import venues and organizers <i>before</i> events."
3938
+ #~ msgstr ""
3939
+ #~ "Se debe importar lugares y organizadores <i>antes</ i> que los eventos."
3940
 
3941
  #~ msgid ""
3942
+ #~ "<ol><li><strong>Organizer import requires:</strong> Organizer Name</"
3943
+ #~ "li><li><strong>Venue import requires:</strong> Venue Name</"
3944
+ #~ "li><li><strong>Event import requires:</strong> Event Name and Event Start "
3945
+ #~ "Date</li></ol>"
 
 
 
 
3946
  #~ msgstr ""
3947
+ #~ "<ol><li><strong>La importación del Organizador require:</strong>Nombre "
3948
+ #~ "del Organizador</li><li><strong>La importación del Lugar require:</"
3949
+ #~ "strong>Nombre del Lugar</li><li><strong>La importación de Eventos require:"
3950
+ #~ "</strong>Nombre y Fecha de Inicio del Evento</li></ol>"
 
 
 
 
 
3951
 
3952
  #~ msgid ""
3953
+ #~ "To begin importing data, please choose the type of import and the CSV "
3954
+ #~ "file."
 
 
 
3955
  #~ msgstr ""
3956
+ #~ "Para comenzar a importar datos, elija el tipo de importación y el archivo "
3957
+ #~ "CSV."
 
 
 
 
 
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: 2013-11-03 21:49-0500\n"
9
- "PO-Revision-Date: 2013-11-22 10:49-0500\n"
10
- "Last-Translator: Bastien Bournet-Charrier <bastienbc@gmail.com>\n"
11
  "Language-Team: Dom Monhardt <thatsniceuk@gmail.com>\n"
12
  "Language: fr\n"
13
  "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@ 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-Language: fr_CH\n"
24
  "X-Source-Language: en\n"
25
  "X-Poedit-SearchPath-0: ..\n"
@@ -118,12 +118,12 @@ msgstr "Prix d'entrée de l'événement "
118
  msgid "Currency Symbol:"
119
  msgstr "Symbole de la devise"
120
 
121
- #: ../admin-views/events-meta-box.php:122
122
- #: ../public/advanced-functions/meta.php:307
123
  msgid "Cost:"
124
  msgstr "Prix :"
125
 
126
- #: ../admin-views/events-meta-box.php:127
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 "
@@ -136,22 +136,22 @@ msgstr "Nom de l'organisateur :"
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:395
140
- #: ../public/advanced-functions/meta.php:457
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:346
148
- #: ../public/advanced-functions/meta.php:421
149
- #: ../public/advanced-functions/meta.php:483
150
  msgid "Website:"
151
  msgstr "Site Web :"
152
 
153
  #: ../admin-views/organizer-meta-box.php:27
154
- #: ../public/advanced-functions/meta.php:470
155
  msgid "Email:"
156
  msgstr "Courriel :"
157
 
@@ -555,42 +555,54 @@ 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
- #
559
  #: ../admin-views/tribe-options-general.php:151
 
 
 
 
 
 
 
 
 
 
 
 
 
560
  msgid "Map Settings"
561
  msgstr "Réglages des cartes"
562
 
563
- #: ../admin-views/tribe-options-general.php:155
564
  msgid "Enable Google Maps"
565
  msgstr "Autoriser Google Maps "
566
 
567
- #: ../admin-views/tribe-options-general.php:156
568
  msgid "Check to enable maps for events and venues."
569
  msgstr "Activer pour autoriser les cartes pour événements et lieux."
570
 
571
- #: ../admin-views/tribe-options-general.php:163
572
  msgid "Google Maps default zoom level"
573
  msgstr "Niveau de zoom par défaut de Google Maps"
574
 
575
- #: ../admin-views/tribe-options-general.php:164
576
  msgid "0 = zoomed out; 21 = zoomed in."
577
  msgstr "0 = Zoom minimum; 21 = Zoom maximum"
578
 
579
  #
580
- #: ../admin-views/tribe-options-general.php:172
581
  msgid "Miscellaneous Settings"
582
  msgstr "Paramètres divers"
583
 
584
- #: ../admin-views/tribe-options-general.php:176
585
  msgid "Duplicate Venues &amp; Organizers"
586
  msgstr "Lieux et organisateurs dupliqués"
587
 
588
- #: ../admin-views/tribe-options-general.php:176
589
  #: ../lib/tribe-amalgamator.php:252
590
  msgid "Merge Duplicates"
591
  msgstr "Fusionner les duplicatas"
592
 
593
- #: ../admin-views/tribe-options-general.php:176
594
  msgid ""
595
  "You might find duplicate venues and organizers when updating The Events "
596
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
@@ -602,11 +614,11 @@ msgstr ""
602
  "identiques"
603
 
604
  #
605
- #: ../admin-views/tribe-options-general.php:181
606
  msgid "Debug mode"
607
  msgstr "Mode de débogage"
608
 
609
- #: ../admin-views/tribe-options-general.php:187
610
  #, php-format
611
  msgid ""
612
  "Enable this option to log debug information. By default this will log to "
@@ -620,7 +632,7 @@ msgstr ""
620
  "enregistrés sur votre navigateur, nous vous recommandons d'installer %s et "
621
  "de rechercher l'onglet \"Tribe\"."
622
 
623
- #: ../admin-views/tribe-options-general.php:187
624
  msgid "Debug Bar Plugin"
625
  msgstr "Plugin Debug Bar"
626
 
@@ -637,56 +649,47 @@ msgstr "Vous avez la dernière version!"
637
  msgid "The Events Calendar PRO"
638
  msgstr "The Events Calendar PRO"
639
 
 
640
  #: ../admin-views/tribe-options-help.php:46
641
- msgid "Eventbrite Tickets"
642
- msgstr "Eventbrite Tickets"
643
 
644
  #
645
  #: ../admin-views/tribe-options-help.php:50
646
- msgid "Community Events"
647
- msgstr "Événements Communautaires"
648
 
649
  #
650
  #: ../admin-views/tribe-options-help.php:54
651
- msgid "Facebook Events"
652
- msgstr "Événements Facebook"
653
 
 
654
  #: ../admin-views/tribe-options-help.php:58
655
- msgid "WooTickets"
656
- msgstr "WooTickets"
657
 
 
658
  #: ../admin-views/tribe-options-help.php:63
659
- msgid "Faceted Filters"
660
- msgstr "Facettes de filtres"
661
-
662
- #: ../admin-views/tribe-options-help.php:71
663
- msgid "Documentation"
664
- msgstr "Documentation"
665
 
666
- #: ../admin-views/tribe-options-help.php:75
667
- msgid "FAQ"
668
- msgstr "FAQ"
 
669
 
670
- #: ../admin-views/tribe-options-help.php:79
671
- #: ../lib/the-events-calendar.class.php:765
672
- #: ../lib/the-events-calendar.class.php:3929
673
- #: ../lib/the-events-calendar.class.php:4022
674
- msgid "Help"
675
- msgstr "Aide"
676
 
677
- #: ../admin-views/tribe-options-help.php:83
678
- msgid "Tutorials"
679
- msgstr "Tutoriaux"
 
680
 
681
  #: ../admin-views/tribe-options-help.php:87
682
- msgid "Release Notes"
683
- msgstr "Note de distribution"
684
-
685
- #: ../admin-views/tribe-options-help.php:91
686
- msgid "Forums"
687
- msgstr "Forums"
688
-
689
- #: ../admin-views/tribe-options-help.php:99
690
  msgid ""
691
  "If this is your first time using The Events Calendar, you're in for a treat "
692
  "and are already well on your way to creating a first event. Here are some "
@@ -696,7 +699,7 @@ msgstr ""
696
  "la bonne voie pour créer votre premier événement. Voici quelques "
697
  "explications de base que nous avons trouvé utile de partager aux débutants."
698
 
699
- #: ../admin-views/tribe-options-help.php:102
700
  #, php-format
701
  msgid ""
702
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -709,7 +712,7 @@ msgstr ""
709
  "de captures d'écran, ce guide a pour objectif de vous amener rapidement à "
710
  "maitriser ce plugin."
711
 
712
- #: ../admin-views/tribe-options-help.php:104
713
  #, php-format
714
  msgid ""
715
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -723,7 +726,7 @@ msgstr ""
723
  "répondre aux questions les plus courantes qui ne sont pas répondus dans "
724
  "notre Guide du Nouvel Utilisateur."
725
 
726
- #: ../admin-views/tribe-options-help.php:106
727
  #, php-format
728
  msgid ""
729
  "Are you developer looking to build your own frontend view? We created an "
@@ -734,7 +737,7 @@ msgstr ""
734
  "avons créé un plugin d'exemple qui montre comment procéder. Vous pouvez "
735
  "%stélécharger ce plugin sur GitHub%s pour débuter."
736
 
737
- #: ../admin-views/tribe-options-help.php:108
738
  msgid ""
739
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
740
  "the Events menu and adding your first event."
@@ -743,7 +746,7 @@ msgstr ""
743
  "en vous dirigeant vers le menu Événements et en ajoutant votre premier "
744
  "événement."
745
 
746
- #: ../admin-views/tribe-options-help.php:112
747
  #, php-format
748
  msgid ""
749
  "We've redone our support page from the ground up in an effort to better help "
@@ -754,7 +757,7 @@ msgstr ""
754
  "mieux aider nos utilisateurs. Dirigez vous sur notre %sPage de Support%s et "
755
  "vous découvrirez un tas de nouvelles ressources, incluant :"
756
 
757
- #: ../admin-views/tribe-options-help.php:114
758
  #, php-format
759
  msgid ""
760
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
@@ -763,7 +766,7 @@ msgstr ""
763
  "%sTags pour Template, fonctions, et crochets (hooks) & filtres%s pour The "
764
  "Events Calendar &amp; Events Calendar PRO"
765
 
766
- #: ../admin-views/tribe-options-help.php:116
767
  #, php-format
768
  msgid ""
769
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
@@ -772,7 +775,7 @@ msgstr ""
772
  "%sFoire Aux Questions%s : Réponses aux questions d'installation les plus "
773
  "basiques jusqu'aux fonctions plus avancées de personnalisation"
774
 
775
- #: ../admin-views/tribe-options-help.php:118
776
  #, php-format
777
  msgid ""
778
  "%sTutorials%s written by both members of our team and users from the "
@@ -783,7 +786,7 @@ msgstr ""
783
  "utilisateurs de la communauté, abordant requêtes particulières, "
784
  "l'intégration à des thèmes et plugins de tierces parties, etc."
785
 
786
- #: ../admin-views/tribe-options-help.php:120
787
  msgid ""
788
  "Release notes for painting an overall picture of the plugin's lifecycle and "
789
  "when features/bug fixes were introduced."
@@ -791,7 +794,7 @@ msgstr ""
791
  "Notes de distribution sur l'évolution du plugin et l'introduction de "
792
  "nouvelles fonctionnalités/correctifs"
793
 
794
- #: ../admin-views/tribe-options-help.php:122
795
  #, php-format
796
  msgid ""
797
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
@@ -802,7 +805,7 @@ msgstr ""
802
  "de Modern Tribe pour The Events Calendar (incluant WooTickets, Community "
803
  "Events, Eventbrite Tickets, Facebook Events, etc.)"
804
 
805
- #: ../admin-views/tribe-options-help.php:124
806
  #, php-format
807
  msgid ""
808
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
@@ -820,7 +823,7 @@ msgstr ""
820
  "votre propre demande et aidez nous à dessiner le future de nos produits de "
821
  "façon à mieux répondre aux besoins de la communauté."
822
 
823
- #: ../admin-views/tribe-options-help.php:128
824
  #, php-format
825
  msgid ""
826
  "Written documentation can only take things so far...sometimes, you need help "
@@ -830,7 +833,7 @@ msgstr ""
830
  "avez besoin de l'aide de vrais personnes. C'est pourquoi nous vous invitons "
831
  "à utiliser notre %sForum de Support%s."
832
 
833
- #: ../admin-views/tribe-options-help.php:129
834
  #, php-format
835
  msgid ""
836
  "Users of the free The Events Calendar should post their support concerns to "
@@ -846,7 +849,7 @@ msgstr ""
846
  "%sdiscussion importante sur les Attentes par rapport au support%s avant de "
847
  "publier quoi que ce soit afin de bien comprendre nos limitations."
848
 
849
- #: ../admin-views/tribe-options-help.php:130
850
  msgid ""
851
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
852
  "you report a legitimate bug that we're able to reproduce, we will log it and "
@@ -862,7 +865,7 @@ msgstr ""
862
  "personnalisation ou d'intégration avec des plugins ou thèmes de tierces "
863
  "parties."
864
 
865
- #: ../admin-views/tribe-options-help.php:131
866
  #, php-format
867
  msgid ""
868
  "If you're a user of The Events Calendar and would like more support, please "
@@ -876,7 +879,7 @@ msgstr ""
876
  "plus poussée aux utilisateurs payants pour vos besoin de personnalisation/"
877
  "intégration que nous pouvons le faire sur WordPress.org."
878
 
879
- #: ../admin-views/tribe-options-help.php:135
880
  #, php-format
881
  msgid ""
882
  "If you find that you aren't getting the level of service you've come to "
@@ -888,11 +891,11 @@ msgstr ""
888
  "écrivez un tweet sur %s (en anglais) en nous disant pourquoi. Nous ferons "
889
  "notre possible pour corriger la situation."
890
 
891
- #: ../admin-views/tribe-options-help.php:136
892
  msgid "More..."
893
  msgstr "Plus..."
894
 
895
- #: ../admin-views/tribe-options-help.php:144
896
  msgid ""
897
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
898
  "for installing our labor of love!"
@@ -900,70 +903,70 @@ msgstr ""
900
  "Salut! Nous sommes Modern Tribe et on est la pour t'aider à déchirer! Merci "
901
  "beaucoup pour installer notre travail d'amour!"
902
 
903
- #: ../admin-views/tribe-options-help.php:150
904
  msgid "Getting Started"
905
  msgstr "Mise en route"
906
 
907
- #: ../admin-views/tribe-options-help.php:153
908
  msgid "Support Resources To Help You Kick Ass"
909
  msgstr "Documents d'aide pour t'aider à déchirer"
910
 
911
- #: ../admin-views/tribe-options-help.php:156
912
  msgid "Forums: Because Everyone Needs A Buddy"
913
  msgstr "Forums : Parce que tout le monde à besoin d'un ami"
914
 
915
- #: ../admin-views/tribe-options-help.php:159
916
  msgid "Not getting help?"
917
  msgstr "Vous n'arrivez pas à obtenir de l'aide?"
918
 
919
- #: ../admin-views/tribe-options-help.php:171
920
- #: ../lib/the-events-calendar.class.php:508
921
  #: ../lib/tribe-settings.class.php:135
922
  msgid "The Events Calendar"
923
  msgstr "The Events Calendar"
924
 
925
- #: ../admin-views/tribe-options-help.php:175
926
  msgid "Latest Version:"
927
  msgstr "Dernière version :"
928
 
929
- #: ../admin-views/tribe-options-help.php:176
930
  msgid "Author:"
931
  msgstr "Auteur :"
932
 
933
  #
934
- #: ../admin-views/tribe-options-help.php:176
935
  msgid "Modern Tribe Inc"
936
  msgstr "Modern Tribe Inc"
937
 
938
- #: ../admin-views/tribe-options-help.php:177
939
  msgid "Requires:"
940
  msgstr "Requiert :"
941
 
942
- #: ../admin-views/tribe-options-help.php:177
943
  msgid "WordPress "
944
  msgstr "WordPress"
945
 
946
- #: ../admin-views/tribe-options-help.php:178
947
  msgid "Wordpress.org Plugin Page"
948
  msgstr "Page de plugins Wordpress.org"
949
 
950
- #: ../admin-views/tribe-options-help.php:183
951
  msgid "Average Rating"
952
  msgstr "Note moyenne"
953
 
954
- #: ../admin-views/tribe-options-help.php:188
955
  msgid "Give us 5 stars!"
956
  msgstr "Donnez nous 5 étoiles!"
957
 
958
- #: ../admin-views/tribe-options-help.php:191
959
  msgid "Premium Add-Ons"
960
  msgstr "Modules Premiums"
961
 
962
- #: ../admin-views/tribe-options-help.php:197
963
  msgid "(Coming Soon!)"
964
  msgstr "(À venir!)"
965
 
966
- #: ../admin-views/tribe-options-help.php:204
967
  msgid "News and Tutorials"
968
  msgstr "News et tutoriaux"
969
 
@@ -989,7 +992,7 @@ msgid "Venue Name:"
989
  msgstr "Nom de la salle :"
990
 
991
  #: ../admin-views/venue-meta-box.php:27
992
- #: ../public/advanced-functions/meta.php:409
993
  msgid "Address:"
994
  msgstr "Adresse :"
995
 
@@ -1185,6 +1188,10 @@ msgstr "Description du ticket :"
1185
  msgid "Price:"
1186
  msgstr "Prix :"
1187
 
 
 
 
 
1188
  #
1189
  #: ../admin-views/tickets/meta-box.php:124
1190
  msgid "Start sale:"
@@ -1204,19 +1211,19 @@ msgstr ""
1204
  "date de début/fin de vente, les tickets seront disponibles entre maintenant "
1205
  "jusqu'à la fin de l'événement."
1206
 
1207
- #: ../lib/the-events-calendar.class.php:513
1208
  msgid "month"
1209
  msgstr "mois"
1210
 
1211
- #: ../lib/the-events-calendar.class.php:514
1212
  msgid "upcoming"
1213
  msgstr "à venir"
1214
 
1215
- #: ../lib/the-events-calendar.class.php:515
1216
  msgid "past"
1217
  msgstr "terminé"
1218
 
1219
- #: ../lib/the-events-calendar.class.php:517
1220
  msgid "venue"
1221
  msgstr "lieu"
1222
 
@@ -1293,6 +1300,12 @@ msgstr "Général"
1293
  msgid "Display"
1294
  msgstr "Affichage"
1295
 
 
 
 
 
 
 
1296
  #: ../lib/the-events-calendar.class.php:804
1297
  #, php-format
1298
  msgid ""
@@ -1311,7 +1324,7 @@ msgstr ""
1311
  "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. "
1312
  "Voyez avec votre hébergeur pour voir comment vous pouvez changer ça. "
1313
 
1314
- #: ../lib/the-events-calendar.class.php:1022 ../lib/widget-list.class.php:169
1315
  #: ../public/template-tags/loop.php:138
1316
  msgid "Upcoming Events"
1317
  msgstr "Événements à venir "
@@ -1350,9 +1363,9 @@ msgid "tag"
1350
  msgstr "Mot-clef"
1351
 
1352
  #: ../lib/the-events-calendar.class.php:1362
1353
- #: ../lib/the-events-calendar.class.php:3859
1354
- #: ../lib/the-events-calendar.class.php:3920
1355
- #: ../lib/io/csv/admin-views/import.php:31
1356
  msgid "Events"
1357
  msgstr "Événements"
1358
 
@@ -1396,12 +1409,12 @@ msgstr "Aucun événement dans la corbeille "
1396
 
1397
  #: ../lib/the-events-calendar.class.php:1375
1398
  #: ../lib/the-events-calendar.class.php:1487
1399
- #: ../lib/io/csv/admin-views/import.php:29
1400
  msgid "Venues"
1401
  msgstr "Lieux"
1402
 
1403
  #: ../lib/the-events-calendar.class.php:1376
1404
- #: ../public/advanced-functions/meta.php:369 ../views/tickets/email.php:343
1405
  msgid "Venue"
1406
  msgstr "Lieu"
1407
 
@@ -1435,12 +1448,12 @@ msgstr "Aucun lieu trouvé dans la poubelle"
1435
 
1436
  #: ../lib/the-events-calendar.class.php:1388
1437
  #: ../lib/the-events-calendar.class.php:1488
1438
- #: ../lib/io/csv/admin-views/import.php:30
1439
  msgid "Organizers"
1440
  msgstr "Organisateurs"
1441
 
1442
  #: ../lib/the-events-calendar.class.php:1389
1443
- #: ../public/advanced-functions/meta.php:431 ../views/tickets/email.php:362
1444
  msgid "Organizer"
1445
  msgstr "Organisateur"
1446
 
@@ -1667,116 +1680,116 @@ msgstr ""
1667
  "Brouillon de l'organisateur mis à jour. <a target=\"_blank\" href=\"%s"
1668
  "\">Aperçu</a>"
1669
 
1670
- #: ../lib/the-events-calendar.class.php:1513
1671
  msgid "Use Saved Venue:"
1672
  msgstr "Utiliser un lieu enregistré :"
1673
 
1674
- #: ../lib/the-events-calendar.class.php:1542
1675
  msgid "Use Saved Organizer:"
1676
  msgstr "Utiliser un organisateur déjà enregistré "
1677
 
1678
- #: ../lib/the-events-calendar.class.php:1582
1679
  msgid "Use New Venue"
1680
  msgstr "Utiliser un nouveau lieu"
1681
 
1682
  #
1683
- #: ../lib/the-events-calendar.class.php:1584
1684
  msgid "My Venues"
1685
  msgstr "Mes Salles"
1686
 
1687
  #
1688
- #: ../lib/the-events-calendar.class.php:1589
1689
  msgid "Available Venues"
1690
  msgstr "Salles disponibles"
1691
 
1692
  #
1693
- #: ../lib/the-events-calendar.class.php:1600
1694
  msgid "No saved venue exists."
1695
  msgstr "Il n'y a pas de salles existantes."
1696
 
1697
- #: ../lib/the-events-calendar.class.php:1639
1698
  msgid "Use New Organizer"
1699
  msgstr "Nouvel organisateur"
1700
 
1701
  #
1702
- #: ../lib/the-events-calendar.class.php:1641
1703
  msgid "My Organizers"
1704
  msgstr "Mes Organisateurs"
1705
 
1706
  #
1707
- #: ../lib/the-events-calendar.class.php:1646
1708
  msgid "Available Organizers"
1709
  msgstr "Organisateurs disponibles"
1710
 
1711
  #
1712
- #: ../lib/the-events-calendar.class.php:1657
1713
  msgid "No saved organizer exists."
1714
  msgstr "Il n'y a pas d'organisateurs existants."
1715
 
1716
- #: ../lib/the-events-calendar.class.php:1784
1717
  msgid "Next"
1718
  msgstr "Suivant"
1719
 
1720
- #: ../lib/the-events-calendar.class.php:1785
1721
  msgid "Prev"
1722
  msgstr "Précédent"
1723
 
1724
- #: ../lib/the-events-calendar.class.php:1786
1725
  msgid "Today"
1726
  msgstr "Aujourd'hui "
1727
 
1728
- #: ../lib/the-events-calendar.class.php:1787
1729
  msgid "Done"
1730
  msgstr "Terminé"
1731
 
1732
- #: ../lib/the-events-calendar.class.php:1996
1733
  msgid "Network"
1734
  msgstr "Réseau"
1735
 
1736
  #
1737
- #: ../lib/the-events-calendar.class.php:2924
1738
  msgid "Unnamed Venue"
1739
  msgstr "Salle non nommée"
1740
 
1741
  #
1742
- #: ../lib/the-events-calendar.class.php:3014
1743
  msgid "Unnamed Organizer"
1744
  msgstr "Organisateur non nommé"
1745
 
1746
- #: ../lib/the-events-calendar.class.php:3474
1747
- #: ../lib/the-events-calendar.class.php:3491
1748
  msgid "Date out of range."
1749
  msgstr "La date est hors de portée (out of range)"
1750
 
1751
- #: ../lib/the-events-calendar.class.php:3504
1752
  msgid "Event Options"
1753
  msgstr "Options de l'événement"
1754
 
1755
- #: ../lib/the-events-calendar.class.php:3506
1756
  msgid "Venue Information"
1757
  msgstr "Information sur le lieu"
1758
 
1759
- #: ../lib/the-events-calendar.class.php:3511
1760
  msgid "Organizer Information"
1761
  msgstr "A propos de l'organisateur"
1762
 
1763
- #: ../lib/the-events-calendar.class.php:3708
1764
  msgid "Support"
1765
  msgstr "Support"
1766
 
1767
- #: ../lib/the-events-calendar.class.php:3711
1768
  msgid "View All Add-Ons"
1769
  msgstr "Voir tous les Add-Ons "
1770
 
1771
- #: ../lib/the-events-calendar.class.php:3728
1772
  msgid "News from Modern Tribe"
1773
  msgstr "Actu de Modern Tribe"
1774
 
1775
- #: ../lib/the-events-calendar.class.php:3809
1776
  msgid "Additional Functionality"
1777
  msgstr "Fonctionnalité supplémentaire "
1778
 
1779
- #: ../lib/the-events-calendar.class.php:3814
1780
  msgid ""
1781
  "Looking for additional functionality including recurring events, ticket "
1782
  "sales, publicly submitted events, new views and more?"
@@ -1785,34 +1798,34 @@ msgstr ""
1785
  "\", \"Vente de tickets\", Événements publiques\", nouveaux modes "
1786
  "d'affichages et bien plus?"
1787
 
1788
- #: ../lib/the-events-calendar.class.php:3814
1789
  #, php-format
1790
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1791
  msgstr "Visitez les <a href=\"%s\">Modules disponibles</a>."
1792
 
1793
  #
1794
- #: ../lib/the-events-calendar.class.php:3886
1795
- #: ../lib/the-events-calendar.class.php:3977
1796
  msgid "View Calendar"
1797
  msgstr "Afficher Calendrier"
1798
 
1799
  #
1800
- #: ../lib/the-events-calendar.class.php:3894
1801
  msgid "Add Event"
1802
  msgstr "Ajouter Événement"
1803
 
1804
  #
1805
- #: ../lib/the-events-calendar.class.php:3903
1806
  msgid "Edit Events"
1807
  msgstr "Modifier Événements"
1808
 
1809
- #: ../lib/the-events-calendar.class.php:3912
1810
- #: ../lib/the-events-calendar.class.php:4013
1811
  #: ../lib/tribe-settings.class.php:164
1812
  msgid "Settings"
1813
  msgstr "Préférences"
1814
 
1815
- #: ../lib/the-events-calendar.class.php:3948
1816
  #, php-format
1817
  msgid ""
1818
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
@@ -1822,47 +1835,47 @@ msgstr ""
1822
  "ici %s. Pour changer le permalien des événements, visitez %sÉvénements -> "
1823
  "Régalges%s."
1824
 
1825
- #: ../lib/the-events-calendar.class.php:4014
1826
  msgid "Calendar"
1827
  msgstr "Calendrier"
1828
 
1829
- #: ../lib/the-events-calendar.class.php:4064
1830
  msgid "List"
1831
  msgstr "Liste"
1832
 
1833
  #
1834
- #: ../lib/the-events-calendar.class.php:4075
1835
  msgid "Month"
1836
  msgstr "Mois"
1837
 
1838
- #: ../lib/the-events-calendar.class.php:4094
1839
- #: ../lib/the-events-calendar.class.php:4096
1840
  msgid "Search"
1841
  msgstr "Recherche"
1842
 
1843
  #
1844
- #: ../lib/the-events-calendar.class.php:4116
1845
- #: ../lib/the-events-calendar.class.php:4128
1846
  msgid "Date"
1847
  msgstr "Date"
1848
 
1849
  #
1850
- #: ../lib/the-events-calendar.class.php:4119
1851
  msgid "Events In"
1852
  msgstr "Événements dans"
1853
 
1854
  #
1855
- #: ../lib/the-events-calendar.class.php:4121
1856
  msgid "Events From"
1857
  msgstr "Événement de"
1858
 
1859
- #: ../lib/the-events-calendar.class.php:4313 ../views/list/nav.php:22
1860
- #: ../views/list/nav.php:28 ../views/list/nav.php:31
1861
  msgid "&laquo; Previous Events"
1862
  msgstr "&laquo; Événements précédents "
1863
 
1864
- #: ../lib/the-events-calendar.class.php:4314 ../views/list/nav.php:40
1865
- #: ../views/list/nav.php:43 ../views/list/nav.php:49
1866
  msgid "Next Events &raquo;"
1867
  msgstr "Prochains événements &raquo;"
1868
 
@@ -1917,19 +1930,19 @@ msgstr "USA"
1917
  msgid "Error"
1918
  msgstr "Erreur"
1919
 
1920
- #: ../lib/tribe-field.class.php:168
1921
  msgid "Invalid field type specified"
1922
  msgstr "Type de champ spécifié invalide"
1923
 
1924
- #: ../lib/tribe-field.class.php:438
1925
  msgid "No radio options specified"
1926
  msgstr "Il n'y a pas d'options radio spécifié"
1927
 
1928
- #: ../lib/tribe-field.class.php:475
1929
  msgid "No checkbox options specified"
1930
  msgstr "Il n'y a pas d'options de case à cochée spécifié"
1931
 
1932
- #: ../lib/tribe-field.class.php:530
1933
  msgid "No select options specified"
1934
  msgstr "Il n'y a pas d'option de liste déroulante spécifié"
1935
 
@@ -1988,19 +2001,19 @@ msgstr ""
1988
  msgid "Settings saved."
1989
  msgstr "Réglages sauvegardés."
1990
 
1991
- #: ../lib/tribe-template-factory.class.php:256
1992
  #, php-format
1993
  msgid "There were no results found for <strong>\"%s\"</strong>."
1994
  msgstr "Il n'y a pas de résultats trouvés pour <strong>\"%s\"</strong>."
1995
 
1996
- #: ../lib/tribe-template-factory.class.php:259
1997
  #, php-format
1998
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
1999
  msgstr ""
2000
  "Il n'y a pas de résultats trouvés pour les événements dans ou proche de "
2001
  "<strong>\"%s\"</strong>."
2002
 
2003
- #: ../lib/tribe-template-factory.class.php:262
2004
  #, php-format
2005
  msgid ""
2006
  "No upcoming events listed under %s. Check out upcoming events for this "
@@ -2009,7 +2022,7 @@ msgstr ""
2009
  "Pas d'événements à venir listé sous %s. Consultez les événements à venir "
2010
  "dans cette catégorie, ou regardez le calendrier complet."
2011
 
2012
- #: ../lib/tribe-template-factory.class.php:265
2013
  #, php-format
2014
  msgid ""
2015
  "No matching events listed under %s. Check out upcoming events for this "
@@ -2019,23 +2032,23 @@ msgstr ""
2019
  "venir dans cette catégorie, ou regardez le calendrier complet."
2020
 
2021
  #
2022
- #: ../lib/tribe-template-factory.class.php:268
2023
  msgid "No previous events "
2024
  msgstr "Il n'y a pas d'anciens événements."
2025
 
2026
- #: ../lib/tribe-template-factory.class.php:271
2027
  #: ../lib/template-classes/month.php:115
2028
  msgid "There were no results found."
2029
  msgstr "Aucun résultat trouvé."
2030
 
2031
- #: ../lib/tribe-templates.class.php:471
2032
  #, php-format
2033
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2034
  msgstr ""
2035
  "Les remplacements de modèle devraient être déplacés vers le sous-répertoire "
2036
  "approprié : %s"
2037
 
2038
- #: ../lib/tribe-templates.class.php:512
2039
  #, php-format
2040
  msgid ""
2041
  "Template overrides should be moved to the correct subdirectory: "
@@ -3377,11 +3390,15 @@ msgstr "Un widget qui affiche les événements à venir."
3377
  msgid "Events List"
3378
  msgstr "Liste d'événements"
3379
 
3380
- #: ../lib/widget-list.class.php:124
3381
  msgid "View All Events"
3382
  msgstr "Voir tous les événements"
3383
 
3384
- #: ../lib/widget-list.class.php:127
 
 
 
 
3385
  msgid "There are no upcoming events at this time."
3386
  msgstr "Aucun événement à venir prochainement."
3387
 
@@ -3415,38 +3432,79 @@ msgid "Events Import (CSV)"
3415
  msgstr "Importation d'événement (CSV)"
3416
 
3417
  #: ../lib/io/csv/admin-views/import.php:17
3418
- msgid "Please import venues and organizers <i>before</i> events."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3419
  msgstr ""
3420
- "Veuillez importer les lieux et les organisateurs <i>avant</i> les événements"
 
 
3421
 
3422
- #: ../lib/io/csv/admin-views/import.php:19
3423
  msgid ""
3424
- "<ol><li><strong>Organizer import requires:</strong> Organizer Name</"
3425
- "li><li><strong>Venue import requires:</strong> Venue Name</"
3426
- "li><li><strong>Event import requires:</strong> Event Name and Event Start "
3427
- "Date</li></ol>"
3428
  msgstr ""
3429
- "<ol><li><strong>L'importation des organisateurs requiert:</strong> Nom de "
3430
- "l'organisateur</li><li><strong>L'importation de lieux requiert:</strong> Nom "
3431
- "du lieu</li><li><strong>L'importation d'événements requiert:</strong> Nom de "
3432
- "l'événement et date de début</li></ol>"
3433
 
3434
- #: ../lib/io/csv/admin-views/import.php:20
 
3435
  msgid ""
3436
- "To begin importing data, please choose the type of import and the CSV file."
 
3437
  msgstr ""
3438
- "Pour commencer à importer les données, veuillez choisir le type "
3439
- "d'importation et le fichier CSV."
 
3440
 
3441
- #: ../lib/io/csv/admin-views/import.php:27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3442
  msgid "Import Type:"
3443
  msgstr "Type d'importation:"
3444
 
3445
- #: ../lib/io/csv/admin-views/import.php:39
3446
  msgid "CSV File:"
3447
  msgstr "Fichier CSV:"
3448
 
3449
- #: ../lib/io/csv/admin-views/import.php:42
3450
  msgid ""
3451
  "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
3452
  "is UTF-8 encoded? Make sure to specify the character encoding when you save "
@@ -3459,11 +3517,11 @@ msgstr ""
3459
  "sauvegardez le fichier, ou passez le par un <a href='http://i-tools.org/"
3460
  "charset/exec?dest=utf-8&src=auto&download=1'>outil de conversion</a>."
3461
 
3462
- #: ../lib/io/csv/admin-views/import.php:50
3463
  msgid "This file has column names in the first row"
3464
  msgstr "Ce fichier dispose d'une colonne de nom comme première ligne"
3465
 
3466
- #: ../lib/io/csv/admin-views/import.php:61
3467
  msgid "Import CSV File"
3468
  msgstr "Importer le fichier CSV"
3469
 
@@ -3798,46 +3856,48 @@ msgid "Your ticket has been deleted."
3798
  msgstr "Votre ticket à été supprimé."
3799
 
3800
  #: ../public/advanced-functions/meta.php:39
 
3801
  msgid "Start:"
3802
  msgstr "Début :"
3803
 
3804
  #: ../public/advanced-functions/meta.php:46
 
3805
  msgid "End:"
3806
  msgstr "Fin :"
3807
 
3808
- #: ../public/advanced-functions/meta.php:57
3809
- #: ../public/advanced-functions/meta.php:67
3810
  msgid "Date:"
3811
  msgstr "Date :"
3812
 
3813
- #: ../public/advanced-functions/meta.php:76
3814
- #: ../public/advanced-functions/meta.php:85
3815
  msgid "Time:"
3816
- msgstr "Temps:"
3817
 
3818
- #: ../public/advanced-functions/meta.php:270
3819
  msgid "Click to view a Google Map"
3820
  msgstr "Cliquez pour voir une Google Map"
3821
 
3822
  #
3823
- #: ../public/advanced-functions/meta.php:271
3824
  msgid "+ Google Map"
3825
  msgstr "+ Google Map"
3826
 
3827
- #: ../public/advanced-functions/meta.php:282
3828
  msgid "Details"
3829
  msgstr "Détails"
3830
 
3831
  #
3832
- #: ../public/advanced-functions/meta.php:333
3833
  msgid "Event Tags:"
3834
  msgstr "Mots-clefs de l'événement :"
3835
 
3836
- #: ../public/advanced-functions/meta.php:359
3837
  msgid "Origin:"
3838
  msgstr "Origine :"
3839
 
3840
- #: ../public/advanced-functions/meta.php:496
3841
  msgid "Event:"
3842
  msgstr "Evénément :"
3843
 
@@ -3846,29 +3906,29 @@ msgstr "Evénément :"
3846
  msgid "Category"
3847
  msgstr "Catégorie"
3848
 
3849
- #: ../public/template-tags/general.php:307
3850
  msgid "Tags:"
3851
  msgstr "Mots-clefs :"
3852
 
3853
  #
3854
- #: ../public/template-tags/general.php:408
3855
  msgid "Loading Events"
3856
  msgstr "Chargement des événements"
3857
 
3858
- #: ../public/template-tags/general.php:546
3859
  msgid "Free"
3860
  msgstr "Gratuit"
3861
 
3862
  #
3863
- #: ../public/template-tags/general.php:718
3864
  msgid "Recurring Event"
3865
  msgstr "Événement récurrent"
3866
 
3867
- #: ../public/template-tags/general.php:721
3868
  msgid "(See all)"
3869
  msgstr "(Voir tous)"
3870
 
3871
- #: ../public/template-tags/general.php:1033
3872
  #, php-format
3873
  msgid "Calendar powered by %sThe Events Calendar%s"
3874
  msgstr "Calendrier créer avec %sThe Events Calendar%s"
@@ -3899,7 +3959,7 @@ msgid "Event Navigation"
3899
  msgstr "Navigation de l'événement"
3900
 
3901
  #
3902
- #: ../views/list/nav.php:16
3903
  msgid "Events List Navigation"
3904
  msgstr "Navigation par Liste d'événements"
3905
 
@@ -3908,16 +3968,16 @@ msgid "Find out more"
3908
  msgstr "Découvrir plus d'infos"
3909
 
3910
  #
3911
- #: ../views/modules/bar.php:31 ../views/modules/bar.php:61
3912
  msgid "Find Events"
3913
  msgstr "Trouver des événements"
3914
 
3915
- #: ../views/modules/bar.php:38
3916
  msgid "Event Views Navigation"
3917
  msgstr "Navigation par l'affichage des événements"
3918
 
3919
  #
3920
- #: ../views/modules/bar.php:39
3921
  msgid "View As"
3922
  msgstr "Voir en tant que"
3923
 
@@ -3943,37 +4003,5 @@ msgstr "Type de ticket"
3943
  msgid "Purchaser"
3944
  msgstr "Acheteur"
3945
 
3946
- #~ msgid "Enable ajax to live refresh content."
3947
- #~ msgstr "Active Ajax pour rafraîchir le contenu."
3948
-
3949
- #~ msgctxt "not available"
3950
- #~ msgid "n/a"
3951
- #~ msgstr "non disponible"
3952
-
3953
- #~ msgid "Based on %d rating"
3954
- #~ msgid_plural "Based on %d ratings"
3955
- #~ msgstr[0] "basé sur %d note"
3956
- #~ msgstr[1] "basé sur %d notes"
3957
-
3958
- #~ msgid ""
3959
- #~ "The above setting was not saved. Other settings were successfully saved."
3960
- #~ msgid_plural ""
3961
- #~ "The above settings were not saved. Other settings were successfully saved."
3962
- #~ msgstr[0] ""
3963
- #~ "Le réglage ci-dessus n'à pas été sauvegardé. Les autres réglages ont été "
3964
- #~ "sauvegardés avec Succès."
3965
- #~ msgstr[1] ""
3966
- #~ "Les réglages ci-dessus n'ont pas été sauvegardés. Les autres réglages ont "
3967
- #~ "été sauvegardés avec Succès."
3968
-
3969
- #~ msgid ""
3970
- #~ "listed under %s. Check out past events for this category or view the full "
3971
- #~ "calendar."
3972
- #~ msgstr ""
3973
- #~ "listé sous %s. Consultez les anciens événements de cette catégorie, ou "
3974
- #~ "regardez le calendrier complet."
3975
-
3976
- #~ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
3977
- #~ msgstr ""
3978
- #~ "Pas d'événement programmé pour le : <strong>%s</strong>. Essayez un autre "
3979
- #~ "jour."
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
  "_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"
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 "
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
 
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."
566
+ msgstr ""
567
+ "Le symbole monétaire précède normalement la valeur. En activant cette "
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
  "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
  "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
 
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
  "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
  "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
  "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
  "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
  "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
  "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
  "%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
  "%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
  "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
  "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
  "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
  "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
  "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
  "%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
  "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
  "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
  "é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
  "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
 
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
 
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:"
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
 
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 ""
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 "
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
 
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
 
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
 
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
  "\", \"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
  "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
 
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
 
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
  "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 "
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: "
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
 
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 "
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
 
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
 
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"
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
 
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
 
4003
  msgid "Purchaser"
4004
  msgstr "Acheteur"
4005
 
4006
+ #~ msgid "Eventbrite Tickets"
4007
+ #~ msgstr "Eventbrite Tickets"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/tribe-events-calendar-nb_NO.mo CHANGED
Binary file
lang/tribe-events-calendar-nb_NO.po CHANGED
@@ -1,3704 +1,17025 @@
1
- # Events Calendar Pro by Modern Tribe, Inc.
2
- # Copyright (C) Modern Tribe, Inc.
3
- # This file is distributed under the same license as the Events Calendar Pro package.
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: Events Calendar Pro\n"
7
- "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2013-07-29 07:10+0100\n"
9
- "PO-Revision-Date: 2013-07-29 12:18+0100\n"
10
- "Last-Translator: Andreas Lorentsen <andreas@sounds.no>\n"
11
- "Language-Team: Modern Tribe, Inc. <andreas@sounds.no>\n"
12
- "Language: nb_NO\n"
13
- "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=UTF-8\n"
15
- "Content-Transfer-Encoding: 8bit\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
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
- #
26
- #: ../admin-views/app-shop.php:4
27
- msgid "Tribe Event Add-Ons"
28
- msgstr "Tribe Aktivitetsutvidelser"
29
-
30
- #: ../admin-views/app-shop.php:50
31
- msgid "Version"
32
- msgstr "Versjon"
33
-
34
- #
35
- #: ../admin-views/app-shop.php:53
36
- msgid "Last Update"
37
- msgstr "Siste oppdatering"
38
-
39
- #: ../admin-views/event-sidebar-options.php:11
40
- msgid "Hide From Event Listings"
41
- msgstr "Skjul fra aktivitetsoppføringer"
42
-
43
- #: ../admin-views/event-sidebar-options.php:12
44
- msgid "Sticky in Calendar View"
45
- msgstr "Fest til kalender visning"
46
-
47
- #
48
- #: ../admin-views/events-audit-trail.php:41
49
- msgid "Auditing Information"
50
- msgstr "Kontroller informasjon"
51
-
52
- #: ../admin-views/events-audit-trail.php:47
53
- msgid "Created by:"
54
- msgstr "Opprettet av:"
55
-
56
- #: ../admin-views/events-audit-trail.php:51
57
- msgid "Audit Trail:"
58
- msgstr "Revisjonshistorikk:"
59
-
60
- #: ../admin-views/events-meta-box.php:26
61
- msgid "Event Time &amp; Date"
62
- msgstr "Tidspunkt for aktiviteten"
63
-
64
- #: ../admin-views/events-meta-box.php:32
65
- msgid ""
66
- "You have changed the recurrence rules of this event. Saving the event will "
67
- "update all future events. If you did not mean to change all events, then "
68
- "please refresh the page."
69
- msgstr ""
70
- "Du har endret innstillingene for gjentakelse av denne aktiviteten. Om du "
71
- "lagrer aktiviteten vil alle påfølgende aktiviteter i serien oppdateres. Om "
72
- "du ikke hadde til hensikt å endre alle aktivitetene i serien, vennligst last "
73
- "siden på nytt."
74
-
75
- #
76
- #: ../admin-views/events-meta-box.php:35
77
- msgid "All Day Event:"
78
- msgstr "Heldagsaktivitet:"
79
-
80
- #
81
- #: ../admin-views/events-meta-box.php:39
82
- msgid "Start Date &amp; Time:"
83
- msgstr "Startdato og tid:"
84
-
85
- #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
86
- msgid "YYYY-MM-DD"
87
- msgstr "ÅÅÅÅ-MM-DD"
88
-
89
- #
90
- #: ../admin-views/events-meta-box.php:60
91
- msgid "End Date &amp; Time:"
92
- msgstr "Sluttdato og tid:"
93
-
94
- #: ../admin-views/events-meta-box.php:85
95
- msgid "Event Location Details"
96
- msgstr "Stedsbeskrivelse"
97
-
98
- #: ../admin-views/events-meta-box.php:93
99
- msgid "Event Organizer Details"
100
- msgstr "Informasjon om arrangøren"
101
-
102
- #
103
- #: ../admin-views/events-meta-box.php:101
104
- msgid "Event Website"
105
- msgstr "Aktivitetens nettsted"
106
-
107
- #: ../admin-views/events-meta-box.php:104
108
- msgid "URL:"
109
- msgstr "URL:"
110
-
111
- #: ../admin-views/events-meta-box.php:115
112
- msgid "Event Cost"
113
- msgstr "Pris for Aktiviteten"
114
-
115
- #: ../admin-views/events-meta-box.php:118
116
- msgid "Currency Symbol:"
117
- msgstr "Valutasymbol:"
118
-
119
- #: ../admin-views/events-meta-box.php:122
120
- #: ../public/advanced-functions/meta.php:270
121
- msgid "Cost:"
122
- msgstr "Pris:"
123
-
124
- #: ../admin-views/events-meta-box.php:127
125
- msgid "Enter a 0 for events that are free or leave blank to hide the field."
126
- msgstr ""
127
- "Tast inn 0 for arrangementer som er gratis eller la stå tomt for å skjule "
128
- "feltet."
129
-
130
- #: ../admin-views/organizer-meta-box.php:12
131
- msgid "Organizer Name:"
132
- msgstr "Arrangørens navn:"
133
-
134
- #: ../admin-views/organizer-meta-box.php:19
135
- #: ../admin-views/venue-meta-box.php:93
136
- #: ../admin-views/tickets/attendees.php:39
137
- #: ../public/advanced-functions/meta.php:357
138
- #: ../public/advanced-functions/meta.php:419
139
- msgid "Phone:"
140
- msgstr "Telefon:"
141
-
142
- #: ../admin-views/organizer-meta-box.php:23
143
- #: ../admin-views/venue-meta-box.php:97
144
- #: ../admin-views/tickets/attendees.php:45
145
- #: ../public/advanced-functions/meta.php:308
146
- #: ../public/advanced-functions/meta.php:383
147
- #: ../public/advanced-functions/meta.php:445
148
- msgid "Website:"
149
- msgstr "Nettsted:"
150
-
151
- #: ../admin-views/organizer-meta-box.php:27
152
- #: ../public/advanced-functions/meta.php:432
153
- msgid "Email:"
154
- msgstr "E-post:"
155
-
156
- #: ../admin-views/recurrence-dialog.php:13
157
- msgid ""
158
- "Would you like to change only this instance of the event, or all future "
159
- "events in this series?"
160
- msgstr ""
161
- "Vil du endre bare denne oppføringen av aktiviteten, eller alle fremtidige "
162
- "aktiviteter av samme type?"
163
-
164
- #: ../admin-views/recurrence-dialog.php:15
165
- #: ../admin-views/recurrence-dialog.php:23
166
- msgid "Only This Event:"
167
- msgstr "Kun denne aktiviteten:"
168
-
169
- #: ../admin-views/recurrence-dialog.php:15
170
- msgid "All other future events in the series will remain the same."
171
- msgstr "Alle andre framtidige aktiviteter i serien vil forbli uendret."
172
-
173
- #
174
- #: ../admin-views/recurrence-dialog.php:16
175
- #: ../admin-views/recurrence-dialog.php:24
176
- msgid "All Events:"
177
- msgstr "Alle Aktiviteter:"
178
-
179
- #: ../admin-views/recurrence-dialog.php:16
180
- msgid ""
181
- "All future events in the series will be changed. Any changes made to other "
182
- "events will be kept."
183
- msgstr ""
184
- "Alle framtidige aktiviteter i serien vil endres. Eventuelle endringer til "
185
- "andre aktiviteter vil beholdes."
186
-
187
- #: ../admin-views/recurrence-dialog.php:21
188
- msgid ""
189
- "Would you like to delete only this instance of the event, or all future "
190
- "events in this series?"
191
- msgstr ""
192
- "Vil du slette kun denne instansen av aktiviteten, eller alle framtidige "
193
- "aktiviteter i denne serien?"
194
-
195
- #: ../admin-views/recurrence-dialog.php:23
196
- msgid "All other future events in the series will not be deleted."
197
- msgstr "Alle andre framtidige aktiviteter i serien vil ikke bli slettet"
198
-
199
- #: ../admin-views/recurrence-dialog.php:24
200
- msgid "All future events in the series will be deleted."
201
- msgstr "Alle fremtidige aktiviteter i serien vil bli slettet."
202
-
203
- #: ../admin-views/tribe-options-display.php:4
204
- msgid "Default Events Template"
205
- msgstr "Standard Aktivitetsmal"
206
-
207
- #: ../admin-views/tribe-options-display.php:5
208
- msgid "Default Page Template"
209
- msgstr "Standard Sidemal"
210
-
211
- #
212
- #: ../admin-views/tribe-options-display.php:29
213
- msgid "Display Settings"
214
- msgstr "Visningsnnstillinger"
215
-
216
- #: ../admin-views/tribe-options-display.php:34
217
- #, fuzzy, php-format
218
- msgid ""
219
- "<p>The settings below control the display of your calendar. If things don't "
220
- "look right, try switching between the three style sheet options or pick a "
221
- "page template from your theme.</p><p>There are going to be situations where "
222
- "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
223
- "\">our themer's guide</a> for instructions on custom modifications. Want to "
224
- "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
225
- "plugin from Github</a></p>"
226
- msgstr ""
227
- "<p>Innstillingene under styrer visningen av kalenderen. Hvis ting ikke ser "
228
- "riktig ut, kan du prøve å bytte mellom de tre stilark alternativer eller "
229
- "velge en side mal fra temaet.</p> Det kommer til å være situasjoner der det "
230
- "ikke out-of-the-box malen er 100&#37; perfekt. Sjekk ut vår <a href=\"%s\"> "
231
- "vår themer guide</a> for instruksjoner om tilpassede modifikasjoner. Vil du "
232
- "lage en ny visning? Ta en kopi av <a href=\"%s\"> Sample Agenda Vis plugin "
233
- "fra Github</a></p>"
234
-
235
- #
236
- #: ../admin-views/tribe-options-display.php:49
237
- msgid "Basic Template Settings"
238
- msgstr "Grunnleggende Malinnstillinger"
239
-
240
- #
241
- #: ../admin-views/tribe-options-display.php:53
242
- msgid "Default stylesheet used for events templates"
243
- msgstr "Standard stilsett som benyttes på aktivitetsmalene"
244
-
245
- #: ../admin-views/tribe-options-display.php:56
246
- msgid "Skeleton Styles"
247
- msgstr "Skjelett-Stilsett"
248
-
249
- #: ../admin-views/tribe-options-display.php:58
250
- msgid ""
251
- "Only includes enough css to achieve complex layouts like calendar and week "
252
- "view."
253
- msgstr ""
254
- "Inkluderer kun nok css til å oppnå komplekse sideoppsett som kalender- og "
255
- "ukevisning."
256
-
257
- #: ../admin-views/tribe-options-display.php:60
258
- msgid "Full Styles"
259
- msgstr "Komplett Stilsett"
260
-
261
- #: ../admin-views/tribe-options-display.php:62
262
- msgid "More detailed styling, tries to grab styles from your theme."
263
- msgstr ""
264
- "Mer detaljert stilsetting, forsøker å dra ut stiler fra det aktive temaet."
265
-
266
- # Er ikke dette et egennavn? Skal man oversette det?
267
- #
268
- #: ../admin-views/tribe-options-display.php:64
269
- msgid "Tribe Events Styles"
270
- msgstr "Tribe Aktivitets-Stilsett"
271
-
272
- #: ../admin-views/tribe-options-display.php:66
273
- msgid "A fully designed and styled theme for your events pages."
274
- msgstr "Et gjennomdesignet og stilsatt tema for dine aktivitetssider."
275
-
276
- #
277
- #: ../admin-views/tribe-options-display.php:73
278
- msgid "Events template"
279
- msgstr "Aktivitetsmal"
280
-
281
- #: ../admin-views/tribe-options-display.php:74
282
- msgid ""
283
- "Choose a page template to control the appearance of your calendar and event "
284
- "content."
285
- msgstr ""
286
- "Velg en sidemal for å styre utseendet på kalenderen og aktivitetenes innhold"
287
-
288
- #: ../admin-views/tribe-options-display.php:82
289
- msgid "Enable event views"
290
- msgstr "Aktiver Aktivitetsvisninger"
291
-
292
- #: ../admin-views/tribe-options-display.php:83
293
- msgid "You must select at least one view."
294
- msgstr "Du må velge minst én visning."
295
-
296
- #: ../admin-views/tribe-options-display.php:90
297
- msgid "Default view"
298
- msgstr "Standard visning"
299
-
300
- #: ../admin-views/tribe-options-display.php:98
301
- msgid "Disable the Event Search Bar"
302
- msgstr "Deaktiver søkefeltet for aktiviteten"
303
-
304
- #: ../admin-views/tribe-options-display.php:99
305
- msgid "Check this to use the classic header."
306
- msgstr "Aktiver dette for å bruke den klassiske sidetoppen."
307
-
308
- #: ../admin-views/tribe-options-display.php:105
309
- msgid "Month view events per day"
310
- msgstr "Månedsvisning aktiviteter per dag"
311
-
312
- #: ../admin-views/tribe-options-display.php:106
313
- msgid "Allow more than the default 3 events per day in month view."
314
- msgstr "Tillater mer enn standard 3 aktiviteter per dag i månedsvisning."
315
-
316
- #
317
- #: ../admin-views/tribe-options-display.php:113
318
- msgid "Advanced Template Settings"
319
- msgstr "Avanserte Malinnstillinger"
320
-
321
- #
322
- #: ../admin-views/tribe-options-display.php:117
323
- msgid "Add HTML before event content"
324
- msgstr "Legg til HTML før Aktivitetens innhold"
325
-
326
- #: ../admin-views/tribe-options-display.php:118
327
- msgid ""
328
- "If you are familiar with HTML, you can add additional code before the event "
329
- "template. Some themes may require this to help with styling or layout."
330
- msgstr ""
331
- "Hvis du er HTML-kyndig, kan du legge til ekstra kode før aktivitetsmalen. "
332
- "Dette kan være nødvendig med enkelte Temaer, for å hjelpe med styling eller "
333
- "sideoppsett."
334
-
335
- #
336
- #: ../admin-views/tribe-options-display.php:123
337
- msgid "Add HTML after event content"
338
- msgstr "Legg til HTML etter aktivitetens innhold"
339
-
340
- #: ../admin-views/tribe-options-display.php:124
341
- msgid ""
342
- "If you are familiar with HTML, you can add additional code after the event "
343
- "template. Some themes may require this to help with styling or layout."
344
- msgstr ""
345
- "Hvis du er HTML-kyndig, kan du legge til ekstra kode etter Aktivitetsmalen. "
346
- "Dette kan være nødvendig med enkelte Temaer, for å hjelpe med styling eller "
347
- "sideoppsett."
348
-
349
- #: ../admin-views/tribe-options-general.php:14
350
- msgid "Finding & extending your calendar."
351
- msgstr "Å Finne og utvikle din kalender."
352
-
353
- #: ../admin-views/tribe-options-general.php:19
354
- msgid "Finding your calendar."
355
- msgstr "Finner din kalender."
356
-
357
- # Er ikke dette et egennavn? Skal man oversette det?
358
- #
359
- #: ../admin-views/tribe-options-general.php:24
360
- msgid "Where's my calendar?"
361
- msgstr "Hvor er kalenderen min?"
362
-
363
- #: ../admin-views/tribe-options-general.php:24
364
- msgid "Right here"
365
- msgstr "Akkurat her"
366
-
367
- #: ../admin-views/tribe-options-general.php:28
368
- msgid ""
369
- "Looking for additional functionality including recurring events, custom "
370
- "meta, community events, ticket sales and more?"
371
- msgstr ""
372
- "Savner du funksjonalitet som f.eks. gjentakende aktivitet, egendefinerte "
373
- "felter, samfunnsaktiviteter, billettsalg m.m?"
374
-
375
- #
376
- #: ../admin-views/tribe-options-general.php:28
377
- msgid "Check out the available add-ons"
378
- msgstr "Sjekk ut tilgjengelige utvidelser"
379
-
380
- #: ../admin-views/tribe-options-general.php:33
381
- msgid "We hope our plugin is helping you out."
382
- msgstr "Vi håper at vår utvidelse er til nytte for deg."
383
-
384
- #: ../admin-views/tribe-options-general.php:37
385
- msgid ""
386
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
387
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
388
- "is recognition. Add a small text-only link at the bottom of your calendar "
389
- "pointing to The Events Calendar project."
390
- msgstr ""
391
- "Tenker du \"Wow, denne utvidelsen er utrolig! Jeg burde vise min "
392
- "takknemlighet til Modern Tribe for alt det harde arbeidet de har gjort.\" "
393
- "Den største takken vi kunne spurt om er gjenkjennelse. Legg til en liten "
394
- "lenke nederst i kalenderen (kun tekst) som fører til The Events Calendar-"
395
- "prosjektet."
396
-
397
- #: ../admin-views/tribe-options-general.php:37
398
- #: ../admin-views/tribe-options-general.php:42
399
- msgid "See an example of the link"
400
- msgstr "Se et eksempel på koblingen"
401
-
402
- #: ../admin-views/tribe-options-general.php:42
403
- msgid ""
404
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
405
- "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
406
- "is recognition. Add a small text only link at the bottom of your calendar "
407
- "pointing to The Events Calendar project."
408
- msgstr ""
409
- "Tenker du \"Wow, denne utvidelsen er utrolig! Jeg burde vise min "
410
- "takknemlighet til Modern Tribe for alt det harde arbeidet de har gjort.\" "
411
- "Den største takken vi kunne spurt om er gjenkjennelse. Legg til en liten "
412
- "lenke nederst i kalenderen (kun tekst) som fører til The Events Calendar-"
413
- "prosjektet."
414
-
415
- # Er ikke dette et egennavn? Skal man oversette det?
416
- #
417
- #: ../admin-views/tribe-options-general.php:47
418
- msgid "Show The Events Calendar link"
419
- msgstr "Vis kobling til The Events Calendar"
420
-
421
- #
422
- #: ../admin-views/tribe-options-general.php:61
423
- msgid "General Settings"
424
- msgstr "Generelle innstillinger"
425
-
426
- #: ../admin-views/tribe-options-general.php:65
427
- msgid "Number of events to show per page"
428
- msgstr "Antall aktiviteter som skal vises per side"
429
-
430
- #: ../admin-views/tribe-options-general.php:72
431
- msgid "Use Javascript to control page load"
432
- msgstr "Bruk Javascript for å kontrollere lasting av side"
433
-
434
- #: ../admin-views/tribe-options-general.php:73
435
- msgid "Enable ajax to live refresh content."
436
- msgstr "Aktiver ajax å oppdatere innhold i sanntid."
437
-
438
- #
439
- #: ../admin-views/tribe-options-general.php:79
440
- msgid "Show comments"
441
- msgstr "Vis kommentarer"
442
-
443
- #: ../admin-views/tribe-options-general.php:80
444
- msgid "Enable comments on event pages."
445
- msgstr "Aktiver kommentarer på aktivitetsider."
446
-
447
- #: ../admin-views/tribe-options-general.php:86
448
- msgid "Include events in main blog loop"
449
- msgstr "Inkluder arrangementer i loopen ti Hovedbloggen"
450
-
451
- #: ../admin-views/tribe-options-general.php:87
452
- msgid ""
453
- "Show events with the site's other posts. When this box is checked, events "
454
- "will also continue to appear on the default events page."
455
- msgstr ""
456
- "Vis hendelser fra nettstedets andre innlegg. Når denne innstillingen er "
457
- "aktivert, vil aktiviteter i tillegg fortsette å vises på standardsiden for "
458
- "Aktiviteter."
459
-
460
- #: ../admin-views/tribe-options-general.php:93
461
- #: ../admin-views/tribe-options-general.php:99
462
- msgid "Events URL slug"
463
- msgstr "Kortlenke for aktivitets-URL"
464
-
465
- #: ../admin-views/tribe-options-general.php:94
466
- #, php-format
467
- msgid ""
468
- "You cannot edit the slug for your events page as you do not have pretty "
469
- "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
470
- "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
471
- "\">enable pretty permalinks</a>."
472
- msgstr ""
473
- "Du kan ikke redigere kortlenken til aktivitetssiden ettersom du ikke har "
474
- "aktivert visuelt fine permalenker . For øyeblikket er URL´en til din "
475
- "aktivitetsside <a href=\"%s\">%s</a>. For å redigere kortlenken her, <a href="
476
- "\"%soptions-permalink.php\">aktivér en av de to nederste alternativene for "
477
- "permalenker</a>."
478
-
479
- #
480
- #: ../admin-views/tribe-options-general.php:106
481
- #: ../public/template-tags/options.php:20
482
- msgid "The slug used for building the events URL."
483
- msgstr "Stikkord benyttet for å bygge opp URLen til aktiviteten."
484
-
485
- #: ../admin-views/tribe-options-general.php:106
486
- #, php-format
487
- msgid "Your current events URL is: %s"
488
- msgstr "Din nåværende aktivitets URL er: %s"
489
-
490
- #
491
- #: ../admin-views/tribe-options-general.php:111
492
- #: ../public/template-tags/options.php:43
493
- msgid "Here is the iCal feed URL for your events:"
494
- msgstr "Dette er iCal matings-URL´en for dine aktiviteter:"
495
-
496
- #
497
- #: ../admin-views/tribe-options-general.php:116
498
- msgid "Single event URL slug"
499
- msgstr "Enkel Aktivitet - URL kortlenke"
500
-
501
- #: ../admin-views/tribe-options-general.php:123
502
- #, php-format
503
- msgid ""
504
- "The above should ideally be plural, and this singular.<br />Your single "
505
- "event URL is: %s"
506
- msgstr ""
507
- "Det overstående bør idéelt sett være formulert i flertallsform, mens denne "
508
- "bør være skrevet i entallsform.<br />Din Aktivitets-URL for enkeltaktivitet "
509
- "er: %s"
510
-
511
- #: ../admin-views/tribe-options-general.php:128
512
- msgid "End of day cutoff"
513
- msgstr "Dagen avsluttes "
514
-
515
- #: ../admin-views/tribe-options-general.php:136
516
- msgid ""
517
- "Have events that run past midnight? Control when your day official ends to "
518
- "avoid awkwardly adding your event to the next day."
519
- msgstr ""
520
- "Har du aktiviteter som varer over midnatt? Du kan velge når dagen offisiellt "
521
- "slutter for å unngå å måtte benytte neste dag i kalenderen i tillegg."
522
-
523
- #: ../admin-views/tribe-options-general.php:141
524
- msgid "Default currency symbol"
525
- msgstr "Standard valutasymbol"
526
-
527
- #: ../admin-views/tribe-options-general.php:142
528
- msgid ""
529
- "Set the default currency symbol for event costs. Note that this only impacts "
530
- "future events, and changes made will not apply retroactively."
531
- msgstr ""
532
- "Angi standard valuta symbol for kostnader relatert til aktiviteten. Merk at "
533
- "dette bare påvirker fremtidige hendelser, og at endringer gjort ikke vil "
534
- "gjelde med tilbakevirkende kraft."
535
-
536
- #
537
- #: ../admin-views/tribe-options-general.php:149
538
- msgid "Map Settings"
539
- msgstr "Kartinnstillinger"
540
-
541
- #: ../admin-views/tribe-options-general.php:153
542
- msgid "Enable Google Maps"
543
- msgstr "Aktiver Google Maps"
544
-
545
- #: ../admin-views/tribe-options-general.php:154
546
- msgid "Check to enable maps for events and venues."
547
- msgstr "Sjekk for å aktivere kart for Arrangementer og Steder."
548
-
549
- #: ../admin-views/tribe-options-general.php:161
550
- #, fuzzy
551
- msgid "Google Maps default zoom level"
552
- msgstr "Google Maps Standard zoomnivå"
553
-
554
- #: ../admin-views/tribe-options-general.php:162
555
- msgid "0 = zoomed out; 21 = zoomed in."
556
- msgstr "0 = zoomet ut; 21 = zoomet inn."
557
-
558
- #
559
- #: ../admin-views/tribe-options-general.php:170
560
- msgid "Miscellaneous Settings"
561
- msgstr "Diverse innstillinger"
562
-
563
- #: ../admin-views/tribe-options-general.php:174
564
- msgid "Duplicate Venues &amp; Organizers"
565
- msgstr "Duplikatsteder og Arrangører"
566
-
567
- #: ../admin-views/tribe-options-general.php:174
568
- #: ../lib/tribe-amalgamator.php:252
569
- msgid "Merge Duplicates"
570
- msgstr "Slå sammen duplikater"
571
-
572
- #: ../admin-views/tribe-options-general.php:174
573
- msgid ""
574
- "You might find duplicate venues and organizers when updating The Events "
575
- "Calendar from a pre-3.0 version. Click this button to automatically merge "
576
- "identical venues and organizers."
577
- msgstr ""
578
- "Du kan finne duplikater av steder og arrangører når du oppdaterer "
579
- "aktivitetskalenderen fra en pre-3.0-versjon. Klikk på denne knappen for å "
580
- "automatisk slå sammen identiske steder og arrangører."
581
-
582
- #
583
- #: ../admin-views/tribe-options-general.php:179
584
- msgid "Debug mode"
585
- msgstr "Feilsøkings-modus"
586
-
587
- #: ../admin-views/tribe-options-general.php:185
588
- #, php-format
589
- msgid ""
590
- "Enable this option to log debug information. By default this will log to "
591
- "your server PHP error log. If you'd like to see the log messages in your "
592
- "browser, then we recommend that you install the %s and look for the \"Tribe"
593
- "\" tab in the debug output."
594
- msgstr ""
595
- "Aktiver dette alternativet for å logge feilsøkingsmodus informasjon. Som "
596
- "standard lagres denne til din servers PHP-feillogg. Hvis du ønsker å se "
597
- "loggen med meldinger i nettleseren din, anbefaler vi at du installerer %s og "
598
- "ser etter \"Tribe\"-fanen i feilsøkingsdataene."
599
-
600
- #: ../admin-views/tribe-options-general.php:185
601
- msgid "Debug Bar Plugin"
602
- msgstr "Utvidelse for Feilsøkingslinje "
603
-
604
- #: ../admin-views/tribe-options-help.php:18
605
- msgctxt "not available"
606
- msgid "n/a"
607
- msgstr "Ikke tilgjengelig"
608
-
609
- #: ../admin-views/tribe-options-help.php:19
610
- msgid "You need to upgrade!"
611
- msgstr "Du må oppgradere!"
612
-
613
- #: ../admin-views/tribe-options-help.php:19
614
- msgid "You are up to date!"
615
- msgstr "Du er oppdatert!"
616
-
617
- # Er ikke dette et egennavn? Skal man oversette det?
618
- #
619
- #: ../admin-views/tribe-options-help.php:42
620
- msgid "The Events Calendar PRO"
621
- msgstr "The Events Calendar PRO"
622
-
623
- #: ../admin-views/tribe-options-help.php:46
624
- msgid "Eventbrite Tickets"
625
- msgstr "Eventbrite Billetter"
626
-
627
- #
628
- #: ../admin-views/tribe-options-help.php:50
629
- msgid "Community Events"
630
- msgstr "Samfunnsaktiviteter"
631
-
632
- #
633
- #: ../admin-views/tribe-options-help.php:54
634
- msgid "Facebook Events"
635
- msgstr "Facebook-aktiviteter"
636
-
637
- #: ../admin-views/tribe-options-help.php:58
638
- msgid "WooTickets"
639
- msgstr "WooTickets"
640
-
641
- #: ../admin-views/tribe-options-help.php:63
642
- msgid "Faceted Filters"
643
- msgstr "Avanserte filter"
644
-
645
- #: ../admin-views/tribe-options-help.php:71
646
- msgid "Documentation"
647
- msgstr "Dokumentasjon"
648
-
649
- #: ../admin-views/tribe-options-help.php:75
650
- msgid "FAQ"
651
- msgstr "FAQ - Spørsmål og svar"
652
-
653
- #: ../admin-views/tribe-options-help.php:79
654
- #: ../lib/the-events-calendar.class.php:744
655
- #: ../lib/the-events-calendar.class.php:3908
656
- #: ../lib/the-events-calendar.class.php:4001
657
- msgid "Help"
658
- msgstr "Hjelp"
659
-
660
- #: ../admin-views/tribe-options-help.php:83
661
- msgid "Tutorials"
662
- msgstr "Brukerveiledninger"
663
-
664
- #: ../admin-views/tribe-options-help.php:87
665
- msgid "Release Notes"
666
- msgstr "Versjonsinformasjon"
667
-
668
- #: ../admin-views/tribe-options-help.php:91
669
- msgid "Forums"
670
- msgstr "Forum"
671
-
672
- #: ../admin-views/tribe-options-help.php:99
673
- msgid ""
674
- "If this is your first time using The Events Calendar, you're in for a treat "
675
- "and are already well on your way to creating a first event. Here are some "
676
- "basics we've found helpful for users jumping into it for the first time:"
677
- msgstr ""
678
- "Om dette er første gang du bruker The Events Calendar, har du mye fint i "
679
- "vente og er allerede godt på vei til å opprette din første aktivitet. Her er "
680
- "noen grunnleggende saker som vi har merket oss er nyttig for brukere som "
681
- "hopper i det for første gang:"
682
-
683
- #: ../admin-views/tribe-options-help.php:102
684
- #, php-format
685
- msgid ""
686
- "%sOur New User Primer%s was designed for folks in your exact position. "
687
- "Featuring both step-by-step videos and written walkthroughs that feature "
688
- "accompanying screenshots, the primer aims to take you from zero to hero in "
689
- "no time."
690
- msgstr ""
691
- "%sVår nye Brukerveiledning%s ble designet for folk i nøyaktig din posisjon. "
692
- "Med både steg-for-steg videoer og skrevne gjennomganger med medfølgende "
693
- "skjermbilder, sikter vi med veiledningen på å transformere deg fra "
694
- "grønnskolling til superhelt på minimal tid."
695
-
696
- #: ../admin-views/tribe-options-help.php:104
697
- #, php-format
698
- msgid ""
699
- "%sInstallation/Setup FAQs%s from our support page can help give an overview "
700
- "of what the plugin can and cannot do. This section of the FAQs may be "
701
- "helpful as it aims to address any basic install questions not addressed by "
702
- "the new user primer."
703
- msgstr ""
704
- "%sInstallasjon/Oppsett-FAQs%s fra vår supportside kan være til hjelp med å "
705
- "gi et overblikk over hva utvidelsen kan og ikke kan gjøre. Denne delen av FAQ"
706
- "´en kan være nyttig ettersom den sikter på å gjennomgå alle grunnleggende "
707
- "installeringsspørsmål som ikke dekkes av den nye brukerprimeren."
708
-
709
- #: ../admin-views/tribe-options-help.php:106
710
- #, php-format
711
- msgid ""
712
- "Are you developer looking to build your own frontend view? We created an "
713
- "example plugin that demonstrates how to register a new view. You can "
714
- "%sdownload the plugin at GitHub%s to get started."
715
- msgstr ""
716
- "Er du utvikler og ønsker å bygge opp din egen front-end visning? Vi skapte "
717
- "en eksempel-utvidelse som demonstrerer hvordan en registrerer en ny visning. "
718
- "Du kan %slaste ned utvidelsen på GitHub%s for å komme i gang."
719
-
720
- #: ../admin-views/tribe-options-help.php:108
721
- msgid ""
722
- "Otherwise, if you're feeling adventurous, you can get started by heading to "
723
- "the Events menu and adding your first event."
724
- msgstr ""
725
- "I motsatt fall, om du føler deg eventyrlysten, kan du komme i gang ved å gå "
726
- "på Aktiviteter-menyen og legge til din første Aktivitet."
727
-
728
- #: ../admin-views/tribe-options-help.php:112
729
- #, php-format
730
- msgid ""
731
- "We've redone our support page from the ground up in an effort to better help "
732
- "our users. Head over to our %sSupport Page%s and you'll find lots of great "
733
- "resources, including:"
734
- msgstr ""
735
- "Vi har bygget opp brukerstøtte-siden igjen fra grunnen av, i et forsøk på å "
736
- "hjelpe brukerne våre bedre. Sjekk innom vår %sBrukerstøtte%s der du vil "
737
- "finne mange flotte ressurser, inkludert:"
738
-
739
- #: ../admin-views/tribe-options-help.php:114
740
- #, php-format
741
- msgid ""
742
- "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
743
- "&amp; Events Calendar PRO"
744
- msgstr ""
745
- "%sMal-koder, funksjoner, hooks og filtere%s for The Events Calendar &amp; "
746
- "Events Calendar PRO"
747
-
748
- #: ../admin-views/tribe-options-help.php:116
749
- #, php-format
750
- msgid ""
751
- "%sFrequently Asked Questions%s ranging from the most basic setup questions "
752
- "to advanced themer tweaks"
753
- msgstr ""
754
- "%sOfte Stilte Spørsmål (FAQ)%s som dekker alt fra grunnleggende "
755
- "innstillinger til avanserte valg for tematweaks."
756
-
757
- #: ../admin-views/tribe-options-help.php:118
758
- #, php-format
759
- msgid ""
760
- "%sTutorials%s written by both members of our team and users from the "
761
- "community, covering custom queries, integration with third-party themes and "
762
- "plugins, etc."
763
- msgstr ""
764
- "%sOpplæringstekster%s skrevet av både medlemmer fra vårt team og brukere fra "
765
- "nettsamfunnet, som dekker spesialtilpassede spørringer, integrasjon med "
766
- "tredjeparts temaer og utvidelser, etc."
767
-
768
- #: ../admin-views/tribe-options-help.php:120
769
- msgid ""
770
- "Release notes for painting an overall picture of the plugin's lifecycle and "
771
- "when features/bug fixes were introduced."
772
- msgstr ""
773
- "Lanseringsvedlegg som gir deg en oversikt over vedleggets livssyklus og "
774
- "tidspunkter når funksjoner og feilopprettinger ble utført og introdusert."
775
-
776
- #: ../admin-views/tribe-options-help.php:122
777
- #, php-format
778
- msgid ""
779
- "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
780
- "The Events Calendar (including WooTickets, Community Events, Eventbrite "
781
- "Tickets, Facebook Events, etc)"
782
- msgstr ""
783
- "%sDokumentasjon for Programtillegg%s for alle Modern Tribe sine offisielle "
784
- "utvidelsespakker til The Events Calendar (inkludert WooTickets, "
785
- "Samfunnsaktiviteter, Eventbrite Billetter, Facebook-aktiviteter, etc.)"
786
-
787
- #: ../admin-views/tribe-options-help.php:124
788
- #, php-format
789
- msgid ""
790
- "We've also got a %sModern Tribe UserVoice%s page where we're actively "
791
- "watching for feature ideas from the community. If after playing with the "
792
- "plugin and reviewing the resources above, you're finding a feature isn't "
793
- "present that should be, let us know. Vote up existing feature requests or "
794
- "add your own, and help us shape the future of the products business in a way "
795
- "that best meets the community's needs."
796
- msgstr ""
797
- "Vi har også en %sModern Tribe UserVoice%s -side som vi aktivt følger med på "
798
- "for idéer til fremtidige funksjoner, fra brukere på nettet. Hvis du finner "
799
- "en funksjon som ikke finnes - som burde ha vært der, etter at du har lekt "
800
- "litt rundt med utvidelsen og sett på ressursene over, la oss få vite om det. "
801
- "Stem fram eksisterende funksjonsønsker og legg til dine egne. Med dette er "
802
- "du med på å forme framtiden for produktet på en måte som på best mulig vis "
803
- "dekker brukernes etterspørsel."
804
-
805
- #: ../admin-views/tribe-options-help.php:128
806
- #, php-format
807
- msgid ""
808
- "Written documentation can only take things so far...sometimes, you need help "
809
- "from a real person. This is where our %ssupport forums%s come into play."
810
- msgstr ""
811
- "Skrevet dokumentasjon er bare nok til et visst punkt. Noen ganger trenger en "
812
- "hjelp fra en person. Dette er der våre %sbrukerforum%s kommer inn i bildet. "
813
-
814
- #: ../admin-views/tribe-options-help.php:129
815
- #, php-format
816
- msgid ""
817
- "Users of the free The Events Calendar should post their support concerns to "
818
- "the plugin's %sWordPress.org support forum%s. While we are happy to help "
819
- "identify and fix bugs that are reported at WordPress.org, please make sure "
820
- "to read our %ssupport expectations sticky thread%s before posting so you "
821
- "understand our limitations."
822
- msgstr ""
823
- "Brukerne av The Events Calendar - gratisversjonen, oppfordres til å "
824
- "publisere spørsmål og andre ting på utvidelsens %sWordPress.org support-fora"
825
- "%s. Vi er glade for å hjelpe til med å identifisere programfeil som blir "
826
- "rapportert på Wordpress.org, men vennligst les alle våre %sklebrige tråder "
827
- "vedrørende hvilke forventninger en kan ha til brukerstøtte%s før du "
828
- "publiserer, så du forstår våre begrensninger på forhånd."
829
-
830
- #: ../admin-views/tribe-options-help.php:130
831
- msgid ""
832
- "We hit the WordPress.org forum throughout the week, watching for bugs. If "
833
- "you report a legitimate bug that we're able to reproduce, we will log it and "
834
- "patch for an upcoming release. However we are unfortunately unable to "
835
- "provide customization tips or assist in integrating with 3rd party plugins "
836
- "or themes."
837
- msgstr ""
838
- "Vi holder oss på WordPress.org-forumet hele uka, og ser etter bugs/feil. Om "
839
- "du rapporterer en faktisk bug som vi klarer å reprodusere, vil vi logge det "
840
- "etter hvert slippe en patch. Når det er sagt har vi desverre ikke mulighet "
841
- "for å tilby tips og råd for spesialtilpasning, eller assistere med "
842
- "integrasjon av tredjeparts utvidelser eller temaer."
843
-
844
- #: ../admin-views/tribe-options-help.php:131
845
- #, php-format
846
- msgid ""
847
- "If you're a user of The Events Calendar and would like more support, please "
848
- "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
849
- "deeper level of customization/integration support for paying users than we "
850
- "can on WordPress.org."
851
- msgstr ""
852
- "Om du bruker The Events Calendar og behøver mer support, vennligst %skjøp en "
853
- "PRO-lisens%s. Vi ser gjennom PRO-forumene daglig, og kan tilby et dypere "
854
- "nivå av brukerstøtte for tilrettelegging/tilpassing og integrasjon for "
855
- "betalende brukere, enn vi har mulighet til på Wordpress.org."
856
-
857
- #: ../admin-views/tribe-options-help.php:135
858
- #, php-format
859
- msgid ""
860
- "If you find that you aren't getting the level of service you've come to "
861
- "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
862
- "why. We'll do what we can to make it right."
863
- msgstr ""
864
- "Om du opplever at du ikke får det nivået av brukerstøtte du forventer fra "
865
- "Modern Tribe, send oss en e-post på %s eller tvitre oss %s og fortell oss "
866
- "hvorfor. Vi vil gjøre hva vi kan for at du skal bli fornøyd."
867
-
868
- #: ../admin-views/tribe-options-help.php:136
869
- msgid "More..."
870
- msgstr "Mer…"
871
-
872
- #: ../admin-views/tribe-options-help.php:144
873
- msgid ""
874
- "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
875
- "for installing our labor of love!"
876
- msgstr ""
877
- "Hei! Vi er Modern Tribe og vi er her for å gjøre deg til den kuleste kiden i "
878
- "gata. Takk så utrolig mye for at du installerte vårt hjertebarn!"
879
-
880
- #: ../admin-views/tribe-options-help.php:150
881
- msgid "Getting Started"
882
- msgstr "Komme i gang"
883
-
884
- #: ../admin-views/tribe-options-help.php:153
885
- #, fuzzy
886
- msgid "Support Resources To Help You Kick Ass"
887
- msgstr "Ressurser som hjelper deg å komme i gang"
888
-
889
- #: ../admin-views/tribe-options-help.php:156
890
- msgid "Forums: Because Everyone Needs A Buddy"
891
- msgstr "Forum: Fordi alle trenger en Buddy"
892
-
893
- #: ../admin-views/tribe-options-help.php:159
894
- msgid "Not getting help?"
895
- msgstr "Får du ikke hjelp?"
896
-
897
- # Er ikke dette et egennavn? Skal man oversette det?
898
- #: ../admin-views/tribe-options-help.php:169
899
- #: ../lib/the-events-calendar.class.php:487
900
- #: ../lib/tribe-settings.class.php:135
901
- msgid "The Events Calendar"
902
- msgstr "The Events Calendar"
903
-
904
- #: ../admin-views/tribe-options-help.php:173
905
- msgid "Latest Version:"
906
- msgstr "Siste versjon:"
907
-
908
- #: ../admin-views/tribe-options-help.php:174
909
- msgid "Author:"
910
- msgstr "Forfatter:"
911
-
912
- #
913
- #: ../admin-views/tribe-options-help.php:174
914
- msgid "Modern Tribe Inc"
915
- msgstr "Modern Tribe Inc"
916
-
917
- #: ../admin-views/tribe-options-help.php:175
918
- msgid "Requires:"
919
- msgstr "Krever:"
920
-
921
- #: ../admin-views/tribe-options-help.php:175
922
- msgid "WordPress "
923
- msgstr "WordPress "
924
-
925
- #: ../admin-views/tribe-options-help.php:176
926
- msgid "Wordpress.org Plugin Page"
927
- msgstr "Wordpress.org utvidelsesside"
928
-
929
- #: ../admin-views/tribe-options-help.php:181
930
- msgid "Average Rating"
931
- msgstr "Gjennomsnittlig vurdering"
932
-
933
- #: ../admin-views/tribe-options-help.php:185
934
- #, php-format
935
- msgid "Based on %d rating"
936
- msgid_plural "Based on %d ratings"
937
- msgstr[0] "Basert på %d vurdering"
938
- msgstr[1] "Basert %d rangeringer"
939
-
940
- #: ../admin-views/tribe-options-help.php:186
941
- msgid "Give us 5 stars!"
942
- msgstr "Gi oss 5 stjerner!"
943
-
944
- #: ../admin-views/tribe-options-help.php:189
945
- msgid "Premium Add-Ons"
946
- msgstr "Premium Tilleggsutvidelser"
947
-
948
- #: ../admin-views/tribe-options-help.php:195
949
- msgid "(Coming Soon!)"
950
- msgstr "(Kommer snart!)"
951
-
952
- #: ../admin-views/tribe-options-help.php:202
953
- msgid "News and Tutorials"
954
- msgstr "Nyheter og Brukerveiledninger"
955
-
956
- #
957
- #: ../admin-views/tribe-options-network.php:14
958
- msgid "Network Settings"
959
- msgstr "Nettverksinnstillinger"
960
-
961
- #: ../admin-views/tribe-options-network.php:18
962
- msgid ""
963
- "This is where all of the global network settings for Modern Tribe's The "
964
- "Events Calendar can be modified."
965
- msgstr ""
966
- "Her kan alle globale nettverksinnstillinger for Modern Tribes The Events "
967
- "Calendar modifiseres."
968
-
969
- #: ../admin-views/tribe-options-network.php:26
970
- msgid "Hide the following settings tabs on every site:"
971
- msgstr "Gjem de følgende innstillinger-fanene alle sider:"
972
-
973
- #: ../admin-views/venue-meta-box.php:20
974
- msgid "Venue Name:"
975
- msgstr "Navn på Sted/Plassering:"
976
-
977
- #: ../admin-views/venue-meta-box.php:27
978
- #: ../public/advanced-functions/meta.php:371
979
- msgid "Address:"
980
- msgstr "Adresse:"
981
-
982
- #: ../admin-views/venue-meta-box.php:31
983
- msgid "City:"
984
- msgstr "By:"
985
-
986
- #: ../admin-views/venue-meta-box.php:35
987
- msgid "Country:"
988
- msgstr "Land:"
989
-
990
- #: ../admin-views/venue-meta-box.php:73
991
- msgid "State or Province:"
992
- msgstr "Fylke eller kommune:"
993
-
994
- #: ../admin-views/venue-meta-box.php:76
995
- msgid "Select a State:"
996
- msgstr "Velg Fylke:"
997
-
998
- #: ../admin-views/venue-meta-box.php:89
999
- msgid "Postal Code:"
1000
- msgstr "Postnummer:"
1001
-
1002
- #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
1003
- msgid "Show Google Map:"
1004
- msgstr "Vis kart fra Google Maps"
1005
-
1006
- #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
1007
- msgid "Show Google Maps Link:"
1008
- msgstr "Vis lenke til kart fra Google Maps:"
1009
-
1010
- #: ../admin-views/widget-admin-list.php:11
1011
- msgid "Title:"
1012
- msgstr "Tittel:"
1013
-
1014
- #: ../admin-views/widget-admin-list.php:16
1015
- msgid "Show:"
1016
- msgstr "Vis:"
1017
-
1018
- #: ../admin-views/widget-admin-list.php:24
1019
- msgid "Show widget only if there are upcoming events:"
1020
- msgstr "Vis widgeten kun om det finnes framtidige aktiviteter:"
1021
-
1022
- #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
1023
- #: ../lib/tickets/tribe-tickets-pro.php:73
1024
- msgid "Attendees"
1025
- msgstr "Deltakere"
1026
-
1027
- #
1028
- #: ../admin-views/tickets/attendees.php:14
1029
- msgid "Event Summary"
1030
- msgstr "Aktivitetssammendrag"
1031
-
1032
- #
1033
- #: ../admin-views/tickets/attendees.php:22
1034
- msgid "Event Details"
1035
- msgstr "Aktivitetsdetaljer"
1036
-
1037
- #: ../admin-views/tickets/attendees.php:24
1038
- msgid "Start Date / Time:"
1039
- msgstr "Startdato og tidspunkt:"
1040
-
1041
- #: ../admin-views/tickets/attendees.php:26
1042
- msgid "End Date / Time:"
1043
- msgstr "Sluttdato og tidspunkt:"
1044
-
1045
- #: ../admin-views/tickets/attendees.php:34
1046
- msgid "Venue:"
1047
- msgstr "Sted:"
1048
-
1049
- #: ../admin-views/tickets/attendees.php:52
1050
- msgid "Ticket Sales"
1051
- msgstr "Billettsalg"
1052
-
1053
- #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
1054
- #, php-format
1055
- msgid "Sold %d"
1056
- msgstr "Solgt %d"
1057
-
1058
- #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
1059
- #, php-format
1060
- msgid "Sold %d of %d"
1061
- msgstr "Solgt %d av %d"
1062
-
1063
- #: ../admin-views/tickets/attendees.php:81
1064
- msgid "Tickets sold:"
1065
- msgstr "Solgte billetter:"
1066
-
1067
- #: ../admin-views/tickets/attendees.php:85
1068
- msgid "Checked in:"
1069
- msgstr "Sjekket inn:"
1070
-
1071
- #: ../admin-views/tickets/attendees.php:105
1072
- msgid "Send the attendee list by email"
1073
- msgstr "Send deltakerlisten via e-post"
1074
-
1075
- #
1076
- #: ../admin-views/tickets/attendees.php:109
1077
- msgid "Select a User:"
1078
- msgstr "Velg en Bruker:"
1079
-
1080
- #: ../admin-views/tickets/attendees.php:110
1081
- msgid "Select..."
1082
- msgstr "Velg…"
1083
-
1084
- #: ../admin-views/tickets/attendees.php:112
1085
- msgid "or"
1086
- msgstr "eller"
1087
-
1088
- #
1089
- #: ../admin-views/tickets/attendees.php:114
1090
- msgid "Email Address:"
1091
- msgstr "E-post adresse:"
1092
-
1093
- #: ../admin-views/tickets/list.php:21
1094
- msgid "Edit"
1095
- msgstr "Rediger"
1096
-
1097
- #: ../admin-views/tickets/list.php:22
1098
- msgid "Delete"
1099
- msgstr "Slett"
1100
-
1101
- #: ../admin-views/tickets/list.php:24
1102
- #, php-format
1103
- msgid "Edit in %s"
1104
- msgstr "Rediger i %s"
1105
-
1106
- #: ../admin-views/tickets/list.php:27
1107
- #: ../lib/tribe-admin-events-list.class.php:53
1108
- msgid "View"
1109
- msgstr "Vis"
1110
-
1111
- #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
1112
- msgid "See who purchased tickets to this event"
1113
- msgstr "Se hvem som har kjøpt billetter til denne aktiviteten"
1114
-
1115
- #: ../admin-views/tickets/meta-box.php:21
1116
- msgid ""
1117
- "This event was created using Community Events. Are you sure you want to sell "
1118
- "tickets for it?"
1119
- msgstr ""
1120
- "Denne aktiviteten ble opprettet gjennom Samfunnsaktiviteter. Er du sikker på "
1121
- "at du vil selge billetter for den?"
1122
-
1123
- #: ../admin-views/tickets/meta-box.php:32
1124
- msgid "Upload image for the ticket header"
1125
- msgstr "Last opp bilde for billettoverskriften"
1126
-
1127
- #: ../admin-views/tickets/meta-box.php:33
1128
- msgid ""
1129
- "The maximum image size in the email will be 580px wide by any height, and "
1130
- "then scaled for mobile. If you would like \"retina\" support use an image "
1131
- "sized to 1160px wide."
1132
- msgstr ""
1133
- "Den maksimale bildestørrelsen i e-posten er 580px bred, med valgfri høyde. "
1134
- "Bildet vil skaleres for mobile enheter. Hvis du ønsker \"retina \"-støtte, "
1135
- "benytt et bilde som har en bredde på 1160px."
1136
-
1137
- #
1138
- #: ../admin-views/tickets/meta-box.php:36
1139
- msgid "Select an Image"
1140
- msgstr "Velg et bilde"
1141
-
1142
- #: ../admin-views/tickets/meta-box.php:44
1143
- msgid "Remove"
1144
- msgstr "Fjern"
1145
-
1146
- #
1147
- #: ../admin-views/tickets/meta-box.php:62
1148
- #: ../admin-views/tickets/meta-box.php:72
1149
- msgid "Add new ticket"
1150
- msgstr "Legg til ny billett"
1151
-
1152
- #
1153
- #: ../admin-views/tickets/meta-box.php:73
1154
- msgid "Edit ticket"
1155
- msgstr "Rediger billett"
1156
-
1157
- #: ../admin-views/tickets/meta-box.php:79
1158
- msgid "Sell using:"
1159
- msgstr "Selg gjennom:"
1160
-
1161
- #
1162
- #: ../admin-views/tickets/meta-box.php:96
1163
- msgid "Ticket Name:"
1164
- msgstr "Billettnavn:"
1165
-
1166
- #: ../admin-views/tickets/meta-box.php:103
1167
- msgid "Ticket Description:"
1168
- msgstr "Billettbeskrivelse:"
1169
-
1170
- #: ../admin-views/tickets/meta-box.php:112
1171
- msgid "Price:"
1172
- msgstr "Pris:"
1173
-
1174
- #
1175
- #: ../admin-views/tickets/meta-box.php:124
1176
- msgid "Start sale:"
1177
- msgstr "Salget starter:"
1178
-
1179
- #
1180
- #: ../admin-views/tickets/meta-box.php:148
1181
- msgid "End sale:"
1182
- msgstr "Avslutt salg:"
1183
-
1184
- #: ../admin-views/tickets/meta-box.php:170
1185
- msgid ""
1186
- "When will ticket sales occur? If you don't set a start/end date for sales, "
1187
- "tickets will be available from now until the event ends."
1188
- msgstr ""
1189
- "Når vil billettsalget foregå? Om du ikke setter en start-/sluttid for salg, "
1190
- "vil billetter være tilgjengelige fra nå og til aktiviteten avsluttes."
1191
-
1192
- #: ../lib/the-events-calendar.class.php:492
1193
- msgid "month"
1194
- msgstr "måned"
1195
-
1196
- #: ../lib/the-events-calendar.class.php:493
1197
- msgid "upcoming"
1198
- msgstr "kommende"
1199
-
1200
- #: ../lib/the-events-calendar.class.php:494
1201
- msgid "past"
1202
- msgstr "tidligere"
1203
-
1204
- #: ../lib/the-events-calendar.class.php:496
1205
- msgid "venue"
1206
- msgstr "sted"
1207
-
1208
- #: ../lib/the-events-calendar.class.php:510
1209
- #, php-format
1210
- msgid "Initializing Tribe Events on %s"
1211
- msgstr "Initialiserer Tribe-Aktiviteter for %s"
1212
-
1213
- #: ../lib/the-events-calendar.class.php:623
1214
- #, php-format
1215
- msgid ""
1216
- "Your version of The Events Calendar is not up-to-date with one of your The "
1217
- "Events Calendar add-ons. Please %supdate now.%s"
1218
- msgstr ""
1219
- "Din versjon av The Events Calendar er ikke oppdatert med en av dine The "
1220
- "Events Calendar-tillegg. Vennligst %soppdatér nå.%s"
1221
-
1222
- #: ../lib/the-events-calendar.class.php:640
1223
- #, php-format
1224
- msgid ""
1225
- "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1226
- "dependencies on The Events Calendar and will not function properly unless "
1227
- "paired with the right version. %sWant to pair an older version%s?"
1228
- msgstr ""
1229
- "De følgende utvidelser er gått ut på dato: <b>%s</b>. Alle Tillegg er "
1230
- "avhengige av The Events Calendar, og vil ikke fungere som de skal, om de "
1231
- "ikke er koblet mot korrekt versjon. %sKoble mot en eldre versjon%s?"
1232
-
1233
- #: ../lib/the-events-calendar.class.php:704
1234
- #: ../lib/the-events-calendar.class.php:739
1235
- #: ../lib/the-events-calendar.class.php:741
1236
- msgid "Licenses"
1237
- msgstr "Lisenser"
1238
-
1239
- #: ../lib/the-events-calendar.class.php:708
1240
- #, fuzzy, php-format
1241
- msgid ""
1242
- "<p>The license key you received when completing your purchase from %s will "
1243
- "grant you access to support and updates until it expires. You do not need to "
1244
- "enter the key below for the plugins to work, but you will need to enter it "
1245
- "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1246
- "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1247
- "unique license key. Simply paste the key into its appropriate field on "
1248
- "below, and give it a moment to validate. You know you're set when a green "
1249
- "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1250
- "seeing a red message telling you that your key isn't valid or is out of "
1251
- "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1252
- "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1253
- "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1254
- "and click \"Check Again\".</p>"
1255
- msgstr ""
1256
- "<p>Lisensnøkkelen du mottok når du fullførte kjøpet fra %s vil gi deg "
1257
- "tilgang til support og oppdateringer inntil den utløper. Du trenger ikke å "
1258
- "skrive inn nøkkelen under dine installerte tillegg for at det skal fungere, "
1259
- "men du må skrive den inn for å få automatiske oppdateringer. <strong>Finn "
1260
- "dine lisensnøkler på <a href=\"%s\">% s</ a></strong>.</p>Hvert betalte "
1261
- "tillegg har sin egen unike lisensnøkkel. Bare lim inn nøkkelen i det "
1262
- "aktuelle feltet nedenfor, og gi det et øyeblikk å validere. Du vet at du "
1263
- "lagt inn riktig når en grønn utløpsdato vises sammen med en \"gyldig "
1264
- "\"melding.</ p><p>Hvis du ser en rød melding om at nøkkelen ikke er gyldig "
1265
- "eller at installasjon ikke er mulig, besøk [skriv link til konto/lisenser] "
1266
- "for å administrere din versjon eller fornye / oppgradere din lisens.</"
1267
- "p><p>Hvis du ikke ser en oppdatering, men forventer en? I WordPress, gå til "
1268
- "<a href=\"%s\">Kontrollpanel > Oppdateringer</ a> og klikk \"Sjekk igjen \"."
1269
- "</p>"
1270
-
1271
- #: ../lib/the-events-calendar.class.php:731
1272
- msgid "General"
1273
- msgstr "Generelt"
1274
-
1275
- #: ../lib/the-events-calendar.class.php:732
1276
- msgid "Display"
1277
- msgstr "Vis"
1278
-
1279
- #: ../lib/the-events-calendar.class.php:783
1280
- #, php-format
1281
- msgid ""
1282
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1283
- "your WordPress install."
1284
- msgstr ""
1285
- "Beklager, The Events Calendar krever WordPress %s eller nyere. Vennligst "
1286
- "oppgrader WordPress."
1287
-
1288
- #: ../lib/the-events-calendar.class.php:786
1289
- #, php-format
1290
- msgid ""
1291
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1292
- "about moving you to a newer version of PHP."
1293
- msgstr ""
1294
- "Beklager, The Events Calendar krever PHP %s eller nyere. Be din tilbyder av "
1295
- "Webserver/webhotell om overflytting til nyere versjon av PHP."
1296
-
1297
- #: ../lib/the-events-calendar.class.php:1001 ../lib/widget-list.class.php:169
1298
- #: ../public/template-tags/loop.php:137
1299
- msgid "Upcoming Events"
1300
- msgstr "Kommende Aktiviteter"
1301
-
1302
- #: ../lib/the-events-calendar.class.php:1004
1303
- #: ../public/template-tags/loop.php:165
1304
- msgid "Past Events"
1305
- msgstr "Tidligere Aktiviteter"
1306
-
1307
- #: ../lib/the-events-calendar.class.php:1009
1308
- #: ../lib/the-events-calendar.class.php:1016
1309
- #, php-format
1310
- msgid "Events for %s"
1311
- msgstr "Aktiviteter for %s"
1312
-
1313
- #: ../lib/the-events-calendar.class.php:1011
1314
- msgid "Events this month"
1315
- msgstr "Aktiviteter denne måneden"
1316
-
1317
- #: ../lib/the-events-calendar.class.php:1023
1318
- #, php-format
1319
- msgid "Events at %s"
1320
- msgstr "Aktiviteter ved %s"
1321
-
1322
- #: ../lib/the-events-calendar.class.php:1042
1323
- msgid "No description has been entered for this event."
1324
- msgstr "Denne aktiviteten har ingen beskrivelse."
1325
-
1326
- #: ../lib/the-events-calendar.class.php:1304
1327
- msgid "category"
1328
- msgstr "kategori"
1329
-
1330
- #: ../lib/the-events-calendar.class.php:1314
1331
- msgid "tag"
1332
- msgstr "merk"
1333
-
1334
- #: ../lib/the-events-calendar.class.php:1341
1335
- #: ../lib/the-events-calendar.class.php:3838
1336
- #: ../lib/the-events-calendar.class.php:3899
1337
- msgid "Events"
1338
- msgstr "Aktiviteter"
1339
-
1340
- #: ../lib/the-events-calendar.class.php:1342
1341
- msgid "Event"
1342
- msgstr "Aktivitet"
1343
-
1344
- #: ../lib/the-events-calendar.class.php:1343
1345
- #: ../lib/the-events-calendar.class.php:1356
1346
- #: ../lib/the-events-calendar.class.php:1369
1347
- msgid "Add New"
1348
- msgstr "Legg til ny"
1349
-
1350
- #: ../lib/the-events-calendar.class.php:1344
1351
- msgid "Add New Event"
1352
- msgstr "Legg til ny Aktivitet"
1353
-
1354
- #: ../lib/the-events-calendar.class.php:1345
1355
- msgid "Edit Event"
1356
- msgstr "Rediger Aktivitet"
1357
-
1358
- #: ../lib/the-events-calendar.class.php:1346
1359
- msgid "New Event"
1360
- msgstr "Ny aktivitet"
1361
-
1362
- #: ../lib/the-events-calendar.class.php:1347
1363
- msgid "View Event"
1364
- msgstr "Vis Aktivitet"
1365
-
1366
- #: ../lib/the-events-calendar.class.php:1348
1367
- msgid "Search Events"
1368
- msgstr "Søk i Aktiviteter"
1369
-
1370
- #: ../lib/the-events-calendar.class.php:1349
1371
- msgid "No events found"
1372
- msgstr "Fant ingen aktiviteter"
1373
-
1374
- #: ../lib/the-events-calendar.class.php:1350
1375
- msgid "No events found in Trash"
1376
- msgstr "Fant ingen aktiviteter i søppelkassen"
1377
-
1378
- #: ../lib/the-events-calendar.class.php:1354
1379
- #: ../lib/the-events-calendar.class.php:1466
1380
- msgid "Venues"
1381
- msgstr "Steder"
1382
-
1383
- #: ../lib/the-events-calendar.class.php:1355
1384
- #: ../public/advanced-functions/meta.php:331 ../views/tickets/email.php:343
1385
- msgid "Venue"
1386
- msgstr "Sted"
1387
-
1388
- #: ../lib/the-events-calendar.class.php:1357
1389
- msgid "Add New Venue"
1390
- msgstr "Legg til nytt Sted"
1391
-
1392
- #: ../lib/the-events-calendar.class.php:1358
1393
- msgid "Edit Venue"
1394
- msgstr "Rediger Sted"
1395
-
1396
- #: ../lib/the-events-calendar.class.php:1359
1397
- msgid "New Venue"
1398
- msgstr "Nytt sted"
1399
-
1400
- #: ../lib/the-events-calendar.class.php:1360
1401
- msgid "View Venue"
1402
- msgstr "Vis Sted"
1403
-
1404
- #: ../lib/the-events-calendar.class.php:1361
1405
- msgid "Search Venues"
1406
- msgstr "Søk i Steder"
1407
-
1408
- #: ../lib/the-events-calendar.class.php:1362
1409
- msgid "No venue found"
1410
- msgstr "Fant ingen steder"
1411
-
1412
- #: ../lib/the-events-calendar.class.php:1363
1413
- msgid "No venues found in Trash"
1414
- msgstr "Fant ingen steder i søppelkassen"
1415
-
1416
- #: ../lib/the-events-calendar.class.php:1367
1417
- #: ../lib/the-events-calendar.class.php:1467
1418
- msgid "Organizers"
1419
- msgstr "Arrangører"
1420
-
1421
- #: ../lib/the-events-calendar.class.php:1368
1422
- #: ../public/advanced-functions/meta.php:393 ../views/tickets/email.php:362
1423
- msgid "Organizer"
1424
- msgstr "Arrangør"
1425
-
1426
- #: ../lib/the-events-calendar.class.php:1370
1427
- msgid "Add New Organizer"
1428
- msgstr "Legg til ny Arrangør"
1429
-
1430
- #: ../lib/the-events-calendar.class.php:1371
1431
- msgid "Edit Organizer"
1432
- msgstr "Rediger Arrangør"
1433
-
1434
- #: ../lib/the-events-calendar.class.php:1372
1435
- msgid "New Organizer"
1436
- msgstr "Ny Arrangør"
1437
-
1438
- #
1439
- #: ../lib/the-events-calendar.class.php:1373
1440
- msgid "View Organizer"
1441
- msgstr "Vis Arrangør"
1442
-
1443
- #: ../lib/the-events-calendar.class.php:1374
1444
- msgid "Search Organizers"
1445
- msgstr "Søk i Arrangører"
1446
-
1447
- #: ../lib/the-events-calendar.class.php:1375
1448
- msgid "No organizer found"
1449
- msgstr "Fant ingen arrangører"
1450
-
1451
- #: ../lib/the-events-calendar.class.php:1376
1452
- msgid "No organizers found in Trash"
1453
- msgstr "Fant ingen arrangører i søppelkassen"
1454
-
1455
- #: ../lib/the-events-calendar.class.php:1380
1456
- #: ../lib/tribe-admin-events-list.class.php:217
1457
- msgid "Event Categories"
1458
- msgstr "Aktivitetskategorier"
1459
-
1460
- #: ../lib/the-events-calendar.class.php:1381
1461
- #: ../public/template-tags/general.php:277
1462
- msgid "Event Category"
1463
- msgstr "Aktivitetskategori"
1464
-
1465
- #: ../lib/the-events-calendar.class.php:1382
1466
- msgid "Search Event Categories"
1467
- msgstr "Søk i Aktivitetskategorier"
1468
-
1469
- #: ../lib/the-events-calendar.class.php:1383
1470
- msgid "All Event Categories"
1471
- msgstr "Alle Aktivitetskategorier"
1472
-
1473
- #: ../lib/the-events-calendar.class.php:1384
1474
- msgid "Parent Event Category"
1475
- msgstr "Overordnet Aktivitetskategori"
1476
-
1477
- #: ../lib/the-events-calendar.class.php:1385
1478
- msgid "Parent Event Category:"
1479
- msgstr "Overordnet Aktivitetskategori:"
1480
-
1481
- #: ../lib/the-events-calendar.class.php:1386
1482
- msgid "Edit Event Category"
1483
- msgstr "Rediger Aktivitetskategori"
1484
-
1485
- #: ../lib/the-events-calendar.class.php:1387
1486
- msgid "Update Event Category"
1487
- msgstr "Oppdater Aktivitetskategori"
1488
-
1489
- #: ../lib/the-events-calendar.class.php:1388
1490
- msgid "Add New Event Category"
1491
- msgstr "Legg til ny kategori"
1492
-
1493
- #: ../lib/the-events-calendar.class.php:1389
1494
- msgid "New Event Category Name"
1495
- msgstr "Nytt navn på Aktivitetskategori"
1496
-
1497
- #: ../lib/the-events-calendar.class.php:1405
1498
- #, php-format
1499
- msgid "Event updated. <a href=\"%s\">View event</a>"
1500
- msgstr "Aktivitet oppdatert. <a href=\"%s\">Vis aktivitet</a>"
1501
-
1502
- #: ../lib/the-events-calendar.class.php:1406
1503
- #: ../lib/the-events-calendar.class.php:1423
1504
- #: ../lib/the-events-calendar.class.php:1440
1505
- msgid "Custom field updated."
1506
- msgstr "Egendefinert felt oppdatert."
1507
-
1508
- #: ../lib/the-events-calendar.class.php:1407
1509
- #: ../lib/the-events-calendar.class.php:1424
1510
- #: ../lib/the-events-calendar.class.php:1441
1511
- msgid "Custom field deleted."
1512
- msgstr "Egendefinert felt slettet."
1513
-
1514
- #: ../lib/the-events-calendar.class.php:1408
1515
- msgid "Event updated."
1516
- msgstr "Aktivitet oppdatert."
1517
-
1518
- #: ../lib/the-events-calendar.class.php:1410
1519
- #, php-format
1520
- msgid "Event restored to revision from %s"
1521
- msgstr "Aktivitet gjenopprettet til revisjon fra %s"
1522
-
1523
- #: ../lib/the-events-calendar.class.php:1411
1524
- #, php-format
1525
- msgid "Event published. <a href=\"%s\">View event</a>"
1526
- msgstr "Aktivitet publisert. <a href=\"%s\">Vis aktivitet</a>"
1527
-
1528
- #: ../lib/the-events-calendar.class.php:1412
1529
- msgid "Event saved."
1530
- msgstr "Aktivitet lagret."
1531
-
1532
- #: ../lib/the-events-calendar.class.php:1413
1533
- #, php-format
1534
- msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1535
- msgstr ""
1536
- "Aktivitet er levert. <a target=\"_blank\" href=\"%s\">Forhåndsvis aktivitet</"
1537
- "a>"
1538
-
1539
- #: ../lib/the-events-calendar.class.php:1414
1540
- #, php-format
1541
- msgid ""
1542
- "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1543
- "\">Preview event</a>"
1544
- msgstr ""
1545
- "Aktivitet planlagt til <strong>%1$s</strong>. <a target=\"_blank\" href="
1546
- "\"%2$s\">Forhåndsvis aktivitet</a>"
1547
-
1548
- #: ../lib/the-events-calendar.class.php:1416
1549
- #: ../lib/the-events-calendar.class.php:1433
1550
- #: ../lib/the-events-calendar.class.php:1450
1551
- msgid "M j, Y @ G:i"
1552
- msgstr "Y-m-d @ G:i"
1553
-
1554
- #: ../lib/the-events-calendar.class.php:1417
1555
- #, php-format
1556
- msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1557
- msgstr ""
1558
- "Utkast for aktivitet oppdatert. <a target=\"_blank\" href=\"%s\">Forhåndsvis "
1559
- "Aktivitet</a>"
1560
-
1561
- #: ../lib/the-events-calendar.class.php:1422
1562
- #, php-format
1563
- msgid "Venue updated. <a href=\"%s\">View venue</a>"
1564
- msgstr "Sted oppdatert. <a href=\"%s\">Vis sted</a>"
1565
-
1566
- #: ../lib/the-events-calendar.class.php:1425
1567
- msgid "Venue updated."
1568
- msgstr "Sted oppdatert."
1569
-
1570
- #: ../lib/the-events-calendar.class.php:1427
1571
- #, php-format
1572
- msgid "Venue restored to revision from %s"
1573
- msgstr "Sted gjenopprettet til revisjon fra %s"
1574
-
1575
- #: ../lib/the-events-calendar.class.php:1428
1576
- #, php-format
1577
- msgid "Venue published. <a href=\"%s\">View venue</a>"
1578
- msgstr "Sted publisert. <a href=\"%s\">Vis sted</a>"
1579
-
1580
- #: ../lib/the-events-calendar.class.php:1429
1581
- msgid "Venue saved."
1582
- msgstr "Sted lagret."
1583
-
1584
- #: ../lib/the-events-calendar.class.php:1430
1585
- #, php-format
1586
- msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1587
- msgstr ""
1588
- "Sted innsendt. <a target=\"_blank\" href=\"%s\">Forhåndsvis Sted/Plassering</"
1589
- "a>"
1590
-
1591
- #: ../lib/the-events-calendar.class.php:1431
1592
- #, php-format
1593
- msgid ""
1594
- "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1595
- "\">Preview venue</a>"
1596
- msgstr ""
1597
- "Sted lagt til for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1598
- "\">Forhåndsvis Sted</a>"
1599
-
1600
- #: ../lib/the-events-calendar.class.php:1434
1601
- #, php-format
1602
- msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1603
- msgstr ""
1604
- "Utkast for sted oppdatert. <a target=\"_blank\" href=\"%s\">Forhåndsvis "
1605
- "Sted</a>"
1606
-
1607
- #: ../lib/the-events-calendar.class.php:1439
1608
- #, php-format
1609
- msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1610
- msgstr "Arrangør oppdatert. <a href=\"%s\">Vis arrangør</a>"
1611
-
1612
- #: ../lib/the-events-calendar.class.php:1442
1613
- msgid "Organizer updated."
1614
- msgstr "Arrangør oppdatert."
1615
-
1616
- #: ../lib/the-events-calendar.class.php:1444
1617
- #, php-format
1618
- msgid "Organizer restored to revision from %s"
1619
- msgstr "Arrangør gjenopprettet til revisjon fra %s"
1620
-
1621
- #: ../lib/the-events-calendar.class.php:1445
1622
- #, php-format
1623
- msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1624
- msgstr "Arrangør publisert. <a href=\"%s\">Vis arrangør</a>"
1625
-
1626
- #: ../lib/the-events-calendar.class.php:1446
1627
- msgid "Organizer saved."
1628
- msgstr "Arrangør lagret."
1629
-
1630
- #: ../lib/the-events-calendar.class.php:1447
1631
- #, php-format
1632
- msgid ""
1633
- "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1634
- msgstr ""
1635
- "Arrangørinformasjon levert <a target=\"_blank\" href=\"%s\">Forhåndsvis "
1636
- "Arrangør</a>"
1637
-
1638
- #: ../lib/the-events-calendar.class.php:1448
1639
- #, php-format
1640
- msgid ""
1641
- "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1642
- "\"%2$s\">Preview organizer</a>"
1643
- msgstr ""
1644
- "Arrangør lagt til for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1645
- "\"%2$s\">Forhåndsvis arrangør</a>"
1646
-
1647
- #: ../lib/the-events-calendar.class.php:1451
1648
- #, php-format
1649
- msgid ""
1650
- "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1651
- "a>"
1652
- msgstr ""
1653
- "Utkast for Arrangør oppdatert. <a target=\"_blank\" href=\"%s\">Forhåndsvis "
1654
- "Arrangør</a>"
1655
-
1656
- #: ../lib/the-events-calendar.class.php:1492
1657
- msgid "Use Saved Venue:"
1658
- msgstr "Bruk lagret Sted:"
1659
-
1660
- #
1661
- #: ../lib/the-events-calendar.class.php:1521
1662
- msgid "Use Saved Organizer:"
1663
- msgstr "Bruk lagret arrangør:"
1664
-
1665
- #
1666
- #: ../lib/the-events-calendar.class.php:1557
1667
- msgid "Use New Venue"
1668
- msgstr "Bruk nytt Sted"
1669
-
1670
- #
1671
- #: ../lib/the-events-calendar.class.php:1559
1672
- msgid "My Venues"
1673
- msgstr "Mine Steder"
1674
-
1675
- #
1676
- #: ../lib/the-events-calendar.class.php:1564
1677
- msgid "Available Venues"
1678
- msgstr "Tilgjengelige Steder"
1679
-
1680
- #: ../lib/the-events-calendar.class.php:1575
1681
- msgid "No saved venue exists."
1682
- msgstr "Ingen lagrede steder finnes."
1683
-
1684
- #
1685
- #: ../lib/the-events-calendar.class.php:1609
1686
- msgid "Use New Organizer"
1687
- msgstr "Bruk ny arrangør"
1688
-
1689
- #
1690
- #: ../lib/the-events-calendar.class.php:1611
1691
- msgid "My Organizers"
1692
- msgstr "Mine Arrangører"
1693
-
1694
- #
1695
- #: ../lib/the-events-calendar.class.php:1616
1696
- msgid "Available Organizers"
1697
- msgstr "Tilgjengelige Arrangører"
1698
-
1699
- #
1700
- #: ../lib/the-events-calendar.class.php:1627
1701
- msgid "No saved organizer exists."
1702
- msgstr "Ingen lagrede arrangører finnes."
1703
-
1704
- #: ../lib/the-events-calendar.class.php:1754
1705
- msgid "Next"
1706
- msgstr "Neste"
1707
-
1708
- #: ../lib/the-events-calendar.class.php:1755
1709
- msgid "Prev"
1710
- msgstr "Forrige"
1711
-
1712
- #: ../lib/the-events-calendar.class.php:1756
1713
- msgid "Today"
1714
- msgstr "I dag"
1715
-
1716
- #: ../lib/the-events-calendar.class.php:1757
1717
- msgid "Done"
1718
- msgstr "Ferdig"
1719
-
1720
- #: ../lib/the-events-calendar.class.php:1966
1721
- msgid "Network"
1722
- msgstr "Nettverk"
1723
-
1724
- #
1725
- #: ../lib/the-events-calendar.class.php:2917
1726
- msgid "Unnamed Venue"
1727
- msgstr "Sted uten navn"
1728
-
1729
- #
1730
- #: ../lib/the-events-calendar.class.php:3007
1731
- msgid "Unnamed Organizer"
1732
- msgstr "Arrangør uten navn"
1733
-
1734
- #: ../lib/the-events-calendar.class.php:3484
1735
- msgid "Event Options"
1736
- msgstr "Alternativer for Aktivitet"
1737
-
1738
- #: ../lib/the-events-calendar.class.php:3486
1739
- msgid "Venue Information"
1740
- msgstr "Stedsinformasjon"
1741
-
1742
- #: ../lib/the-events-calendar.class.php:3491
1743
- msgid "Organizer Information"
1744
- msgstr "Arrangørinformasjon"
1745
-
1746
- #: ../lib/the-events-calendar.class.php:3687
1747
- msgid "Support"
1748
- msgstr "Brukerstøtte"
1749
-
1750
- #: ../lib/the-events-calendar.class.php:3690
1751
- msgid "View All Add-Ons"
1752
- msgstr "Vis alle Tilleggsutvidelser"
1753
-
1754
- #: ../lib/the-events-calendar.class.php:3707
1755
- msgid "News from Modern Tribe"
1756
- msgstr "Nyheter fra Modern Tribe"
1757
-
1758
- #: ../lib/the-events-calendar.class.php:3788
1759
- msgid "Additional Functionality"
1760
- msgstr "Tilleggsfunksjonalitet"
1761
-
1762
- #: ../lib/the-events-calendar.class.php:3793
1763
- msgid ""
1764
- "Looking for additional functionality including recurring events, ticket "
1765
- "sales, publicly submitted events, new views and more?"
1766
- msgstr ""
1767
- "Er du ute etter ytterligere funksjonalitet, inkludert gjentakende "
1768
- "aktiviteter, billettsalg, offentlig innsendte arrangementer, andre "
1769
- "sideoppsett og mer?"
1770
-
1771
- #: ../lib/the-events-calendar.class.php:3793
1772
- #, php-format
1773
- msgid "Check out the <a href=\"%s\">available add-ons</a>."
1774
- msgstr "Sjekk ut <a href=\"%s\">tilgjengelige utvidelser</a>."
1775
-
1776
- #
1777
- #: ../lib/the-events-calendar.class.php:3865
1778
- #: ../lib/the-events-calendar.class.php:3956
1779
- msgid "View Calendar"
1780
- msgstr "Vis Kalender"
1781
-
1782
- #
1783
- #: ../lib/the-events-calendar.class.php:3873
1784
- msgid "Add Event"
1785
- msgstr "Legg til Aktivitet"
1786
-
1787
- #
1788
- #: ../lib/the-events-calendar.class.php:3882
1789
- msgid "Edit Events"
1790
- msgstr "Rediger Aktivitet"
1791
-
1792
- #: ../lib/the-events-calendar.class.php:3891
1793
- #: ../lib/the-events-calendar.class.php:3992
1794
- #: ../lib/tribe-settings.class.php:164
1795
- msgid "Settings"
1796
- msgstr "Innstillinger"
1797
-
1798
- #: ../lib/the-events-calendar.class.php:3927
1799
- #, php-format
1800
- msgid ""
1801
- "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1802
- "change the events slug, visit %sEvents -> Settings%s."
1803
- msgstr ""
1804
- "Velkommen til The Events Calendar! Din aktivitetskalender finner du på %s. "
1805
- "For å endre denne aktivitets-kortlenken, besøk %sAktiviteter -> Innstillinger"
1806
- "%s."
1807
-
1808
- #: ../lib/the-events-calendar.class.php:3993
1809
- msgid "Calendar"
1810
- msgstr "Kalender"
1811
-
1812
- #: ../lib/the-events-calendar.class.php:4059
1813
- msgid "List"
1814
- msgstr "Liste"
1815
-
1816
- #
1817
- #: ../lib/the-events-calendar.class.php:4070
1818
- msgid "Month"
1819
- msgstr "Måned"
1820
-
1821
- #: ../lib/the-events-calendar.class.php:4089
1822
- #: ../lib/the-events-calendar.class.php:4091
1823
- msgid "Search"
1824
- msgstr "Søk"
1825
-
1826
- #
1827
- #: ../lib/the-events-calendar.class.php:4111
1828
- #: ../lib/the-events-calendar.class.php:4123
1829
- msgid "Date"
1830
- msgstr "Dato"
1831
-
1832
- #
1833
- #: ../lib/the-events-calendar.class.php:4114
1834
- msgid "Events In"
1835
- msgstr "Aktiviteter i"
1836
-
1837
- #
1838
- #: ../lib/the-events-calendar.class.php:4116
1839
- msgid "Events From"
1840
- msgstr "Aktiviteter fra"
1841
-
1842
- #: ../lib/the-events-calendar.class.php:4299 ../views/list/nav.php:22
1843
- #: ../views/list/nav.php:28 ../views/list/nav.php:31
1844
- msgid "&laquo; Previous Events"
1845
- msgstr "&laquo; Tidligere aktiviteter"
1846
-
1847
- #: ../lib/the-events-calendar.class.php:4300 ../views/list/nav.php:40
1848
- #: ../views/list/nav.php:43 ../views/list/nav.php:49
1849
- msgid "Next Events &raquo;"
1850
- msgstr "Kommende Aktiviteter &raquo;"
1851
-
1852
- #: ../lib/tribe-admin-events-list.class.php:53
1853
- #, php-format
1854
- msgid "View &#8220;%s&#8221;"
1855
- msgstr "Vis &#8220;%s&#8221;"
1856
-
1857
- #: ../lib/tribe-admin-events-list.class.php:222
1858
- msgid "Start Date"
1859
- msgstr "Startdato"
1860
-
1861
- #: ../lib/tribe-admin-events-list.class.php:223
1862
- msgid "End Date"
1863
- msgstr "Sluttdato"
1864
-
1865
- #: ../lib/tribe-admin-events-list.class.php:225
1866
- msgid "Recurring?"
1867
- msgstr "Gjentakende?"
1868
-
1869
- #: ../lib/tribe-admin-events-list.class.php:282
1870
- #: ../lib/tickets/tribe-tickets-pro.php:229
1871
- msgid "Yes"
1872
- msgstr "Ja"
1873
-
1874
- #: ../lib/tribe-admin-events-list.class.php:282
1875
- msgid "No"
1876
- msgstr "Nei"
1877
-
1878
- #: ../lib/tribe-admin-events-list.class.php:360
1879
- #, php-format
1880
- msgid "All %s"
1881
- msgstr "Alle %s"
1882
-
1883
- #
1884
- #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1885
- #: ../lib/tribe-app-shop.class.php:87
1886
- msgid "Event Add-Ons"
1887
- msgstr "Aktivitetsutvidelser"
1888
-
1889
- # Jeg tenker dette er et egennavn. Lar den stå.
1890
- #: ../lib/tribe-debug-bar.class.php:29
1891
- msgid "Tribe"
1892
- msgstr "Tribe"
1893
-
1894
- #: ../lib/tribe-event-api.class.php:374 ../lib/tribe-view-helpers.class.php:44
1895
- #: ../public/template-tags/venue.php:240
1896
- msgid "United States"
1897
- msgstr "USA"
1898
-
1899
- #: ../lib/tribe-event-exception.class.php:17
1900
- #: ../lib/tribe-event-exception.class.php:34
1901
- msgid "Error"
1902
- msgstr "Feil"
1903
-
1904
- #: ../lib/tribe-field.class.php:161
1905
- msgid "Invalid field type specified"
1906
- msgstr "Ugyldig felttype spesifisert"
1907
-
1908
- #: ../lib/tribe-field.class.php:414
1909
- msgid "No radio options specified"
1910
- msgstr "Ingen radioknappvalg er spesifisert"
1911
-
1912
- #: ../lib/tribe-field.class.php:451
1913
- msgid "No checkbox options specified"
1914
- msgstr "Ingen sjekkboks-valg er spesifiserte"
1915
-
1916
- #: ../lib/tribe-field.class.php:505
1917
- msgid "No select options specified"
1918
- msgstr "Ingen valgmuligheter er spesifisert"
1919
-
1920
- #
1921
- #: ../lib/tribe-settings-tab.class.php:219
1922
- msgid "There are no fields setup for this tab yet."
1923
- msgstr "Det finnes ingen konfigurerte felter for denne fanen enda."
1924
-
1925
- # Er ikke dette et egennavn? Skal man oversette det?
1926
- #
1927
- #: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
1928
- msgid "The Events Calendar Settings"
1929
- msgstr "Innstillinger for The Events Calendar"
1930
-
1931
- #
1932
- #: ../lib/tribe-settings.class.php:176
1933
- msgid "Events Settings"
1934
- msgstr "Aktivitetsinnstillinger"
1935
-
1936
- #: ../lib/tribe-settings.class.php:225
1937
- #, php-format
1938
- msgid "%s Settings"
1939
- msgstr "%s Innstillinger"
1940
-
1941
- #: ../lib/tribe-settings.class.php:239
1942
- msgid "You've requested a non-existent tab."
1943
- msgstr "Du har spesifisert en fane som ikke eksisterer"
1944
-
1945
- #
1946
- #: ../lib/tribe-settings.class.php:247
1947
- msgid " Save Changes"
1948
- msgstr "Lagre endringer"
1949
-
1950
- #: ../lib/tribe-settings.class.php:299
1951
- msgid "You don't have permission to do that."
1952
- msgstr "Du har ikke tillatelse til å utføre handlingen."
1953
-
1954
- #: ../lib/tribe-settings.class.php:305
1955
- msgid "The request was sent insecurely."
1956
- msgstr "Forespørselen ble sendt usikret."
1957
-
1958
- #: ../lib/tribe-settings.class.php:311
1959
- msgid "The request wasn't sent from this tab."
1960
- msgstr "Etterspørselen ble ikke sendt fra denne fanen"
1961
-
1962
- #: ../lib/tribe-settings.class.php:476
1963
- msgid "Your form had the following errors:"
1964
- msgstr "Skjemaet hadde følgende feil:"
1965
-
1966
- #: ../lib/tribe-settings.class.php:485
1967
- msgid "None of your settings were saved. Please try again."
1968
- msgstr "Ingen av innstillingene dine ble lagret. Vennligst prøv igjen."
1969
-
1970
- #: ../lib/tribe-settings.class.php:485
1971
- msgid ""
1972
- "The above setting was not saved. Other settings were successfully saved."
1973
- msgid_plural ""
1974
- "The above settings were not saved. Other settings were successfully saved."
1975
- msgstr[0] ""
1976
- "Innstillingen over ble ikke lagret. Andre innstillinger ble vellykket lagret."
1977
- msgstr[1] ""
1978
- "Innstillingene over ble ikke lagret. Andre innstillinger ble vellykket "
1979
- "lagret."
1980
-
1981
- #
1982
- #: ../lib/tribe-settings.class.php:509
1983
- msgid "Settings saved."
1984
- msgstr "Innstillinger lagret."
1985
-
1986
- #: ../lib/tribe-template-factory.class.php:225
1987
- #, php-format
1988
- msgid "There were no results found for <strong>\"%s\"</strong>."
1989
- msgstr "Ingen resultater funnet for <strong>\"% s\"</ strong>."
1990
-
1991
- #: ../lib/tribe-template-factory.class.php:235
1992
- #, php-format
1993
- msgid ""
1994
- "listed under %s. Check out past events for this category or view the full "
1995
- "calendar."
1996
- msgstr ""
1997
- "oppført under % s. Sjekk ut tidligere hendelser for denne kategorien, eller "
1998
- "se hele kalenderen."
1999
-
2000
- #: ../lib/tribe-template-factory.class.php:237
2001
- #, php-format
2002
- msgid ""
2003
- "listed under %s. Check out upcoming events for this category or view the "
2004
- "full calendar."
2005
- msgstr ""
2006
- "oppført under %s. Sjekk ut kommende hendelser for denne kategorien, eller se "
2007
- "hele kalenderen."
2008
-
2009
- #: ../lib/tribe-template-factory.class.php:241
2010
- #, php-format
2011
- msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2012
- msgstr ""
2013
- "Ingen aktiviteter planlagt for <strong>%s</strong>. Vennligst forsøk igjen "
2014
- "med en annen dag."
2015
-
2016
- #
2017
- #: ../lib/tribe-template-factory.class.php:245
2018
- msgid "No upcoming events "
2019
- msgstr "Ingen kommende aktiviteter"
2020
-
2021
- #
2022
- #: ../lib/tribe-template-factory.class.php:247
2023
- msgid "No matching events "
2024
- msgstr "Ingen aktiviteter som passet med kriteriene"
2025
-
2026
- #
2027
- #: ../lib/tribe-template-factory.class.php:250
2028
- msgid "No previous events "
2029
- msgstr "Ingen tidligere aktiviteter"
2030
-
2031
- #: ../lib/tribe-the-events-calendar-import.class.php:64
2032
- #, fuzzy, php-format
2033
- msgid ""
2034
- "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2035
- "you have backed up before proceeding any further. You can easily <a href=\"%s"
2036
- "\">revert to an old version</a> if you want to backup first. This upgrade "
2037
- "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2038
- "your templates as necessary. There have been significant changes to the "
2039
- "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2040
- "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2041
- "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2042
- "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2043
- "><br/> You have events that need to be migrated. Please visit the bottom of "
2044
- "the <a href=\"%s\">settings page</a> to perform the migration."
2045
- msgstr ""
2046
- "Velkommen til Events 2.0! Dette er en STOR oppgradering fra 1.6.5. Vennligst "
2047
- "se til at du har tatt en sikkerhetskopi før du fortsetter. Du kan enkelt <a "
2048
- "href=\" %s\">rulle tilbake til en eldre versjon</a> om du vil ta en "
2049
- "sikkerhetskopi først. Denne oppgraderingen består av to hovedsteg; <a href="
2050
- "\"options-general.php?page=tribe-events-calendar\">migrering av data</a> og "
2051
- "oppdatering av malene dine om nødvendig. Taggene for maler og funksjonene "
2052
- "har gjennomgått betydelige endringer. Ta en titt på vår <a href=\"%s"
2053
- "\">oppgraderingsveiledning</a> før du fortsetter, og se på FAQen og "
2054
- "kunnskapsdatabasen fra <a href=\"%s\">siden for brukerstøtte</a>. Om det er "
2055
- "første gang du bruker The Events Calendar anbefaler vi at du leser vår <a "
2056
- "href=\"%s\">veiledning for nye brukere</a>.<br/><br/> Du har aktiviteter som "
2057
- "må migreres. Vennligst se nederst på siden for <a href=\"options-general.php?"
2058
- "page=tribe-events-calendar\">innstillinger</a> for å utføre migreringen."
2059
-
2060
- #: ../lib/tribe-the-events-calendar-import.class.php:86
2061
- msgid "Upgrade from The Events Calendar"
2062
- msgstr "Oppgrader fra The Events Calendar"
2063
-
2064
- #: ../lib/tribe-the-events-calendar-import.class.php:87
2065
- msgid ""
2066
- "It appears that you have some old events calendar data that needs to be "
2067
- "upgraded. Please be sure to back up your database before initiating the "
2068
- "upgrade. This process can not be undone."
2069
- msgstr ""
2070
- "Det ser ut til at du har noen eldre Events Calendar-data som må oppgraderes. "
2071
- "Vennligst tilse at du har en sikkerhetskopi av databasen før du utfører "
2072
- "oppgraderingen. Denne prosessen kan ikke angres."
2073
-
2074
- #: ../lib/tribe-the-events-calendar-import.class.php:88
2075
- msgid "Migrate Data!"
2076
- msgstr "Migrer data!"
2077
-
2078
- #: ../lib/tribe-the-events-calendar-import.class.php:166
2079
- #, php-format
2080
- msgid "You successfully migrated (%d) entries."
2081
- msgstr "(%d) oppføringer ble migrert uten feil."
2082
-
2083
- #: ../lib/tribe-the-events-calendar-import.class.php:242
2084
- msgid "Install has 1 or more legacy event!"
2085
- msgstr ""
2086
- "Installasjonen har en eller flere aktiviteter med gammelt innholdsformat!"
2087
-
2088
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
2089
- msgid "Invalid or incomplete field passed"
2090
- msgstr "Ugyldig eller ufullstendig felt ble sendt"
2091
-
2092
- #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
2093
- #: ../lib/tribe-validate.class.php:116
2094
- msgid "Field ID:"
2095
- msgstr "Felt-ID:"
2096
-
2097
- #: ../lib/tribe-validate.class.php:109
2098
- msgid "Non-existant field validation function passed"
2099
- msgstr "Ikke-eksisterende feltvalideringsfunksjon godkjent"
2100
-
2101
- #: ../lib/tribe-validate.class.php:110
2102
- msgctxt "non-existant function name passed for field validation"
2103
- msgid "with function name:"
2104
- msgstr "med funksjonsnavnet:"
2105
-
2106
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
2107
- #, php-format
2108
- msgid "%s must contain numbers and letters only"
2109
- msgstr "%s må inneholde kun nummer og bokstaver"
2110
-
2111
- #: ../lib/tribe-validate.class.php:171
2112
- #, php-format
2113
- msgid "%s must contain numbers, letters and dots only"
2114
- msgstr "%s må inneholde kun tall, bokstaver og punktum"
2115
-
2116
- #: ../lib/tribe-validate.class.php:187
2117
- #, php-format
2118
- msgid "%s must be a positive number."
2119
- msgstr "%s må være et positivt tall."
2120
-
2121
- #: ../lib/tribe-validate.class.php:204
2122
- #, php-format
2123
- msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2124
- msgstr ""
2125
- "%s må være en gyldig slug (tall, bokstaver, bindestrek eller understrek)."
2126
-
2127
- #: ../lib/tribe-validate.class.php:221
2128
- #, php-format
2129
- msgid "%s must be a valid absolute URL."
2130
- msgstr "%s må være en gyldig absolutt URL."
2131
-
2132
- #: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
2133
- #: ../lib/tribe-validate.class.php:279
2134
- #, php-format
2135
- msgid "%s must have a value that's part of its options."
2136
- msgstr "%s må ha en verdi som kan velges gjennom dens innstillinger."
2137
-
2138
- #: ../lib/tribe-validate.class.php:295
2139
- #, php-format
2140
- msgid ""
2141
- "Comparison validation failed because no comparison value was provided, for "
2142
- "field %s"
2143
- msgstr ""
2144
- "Sammenligningsvalidering feilet fordi ingen sammenligningsgrunnlag ble "
2145
- "spesifisert, for felt %s"
2146
-
2147
- #: ../lib/tribe-validate.class.php:302
2148
- #, php-format
2149
- msgid "%s cannot be the same as %s."
2150
- msgstr "%s kan ikke være det samme som %s."
2151
-
2152
- #: ../lib/tribe-validate.class.php:304
2153
- #, php-format
2154
- msgid "%s cannot be a duplicate"
2155
- msgstr "%s kan ikke være et duplikat"
2156
-
2157
- #: ../lib/tribe-validate.class.php:322
2158
- #, php-format
2159
- msgid "%s must be a number or percentage."
2160
- msgstr "%s må være et tall eller prosent."
2161
-
2162
- #: ../lib/tribe-validate.class.php:386
2163
- #, php-format
2164
- msgid "%s must be a number between 0 and 21."
2165
- msgstr "%s må være et nummer mellom 0 og 21."
2166
-
2167
- #: ../lib/tribe-validate.class.php:404
2168
- #, php-format
2169
- msgid ""
2170
- "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2171
- msgstr "%s må bestå av kun bokstaver, tall, bindestrek, understrek"
2172
-
2173
- #: ../lib/tribe-validate.class.php:422
2174
- #, php-format
2175
- msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2176
- msgstr ""
2177
- "%s må bestå av bokstaver, mellomrom, apostrofer, bindestrek og understrek."
2178
-
2179
- #: ../lib/tribe-validate.class.php:438
2180
- #, php-format
2181
- msgid "%s must consist of 5 numbers."
2182
- msgstr "%s må bestå av 5 tall."
2183
-
2184
- #: ../lib/tribe-validate.class.php:454
2185
- #, php-format
2186
- msgid "%s must be a phone number."
2187
- msgstr "%s må være et telefonnummer."
2188
-
2189
- #: ../lib/tribe-validate.class.php:472
2190
- msgid ""
2191
- "Country List must be formatted as one country per line in the following "
2192
- "format: <br>US, United States <br> UK, United Kingdom."
2193
- msgstr ""
2194
- "Listen over land må være formatert med ett land per linje i følgende format: "
2195
- "<br>US, USA <br> UK, Storbritannia."
2196
-
2197
- #: ../lib/tribe-view-helpers.class.php:24
2198
- #: ../lib/tribe-view-helpers.class.php:43
2199
- msgid "Select a Country:"
2200
- msgstr "Velg et land:"
2201
-
2202
- #: ../lib/tribe-view-helpers.class.php:45
2203
- msgid "Afghanistan"
2204
- msgstr "Afganistan"
2205
-
2206
- #: ../lib/tribe-view-helpers.class.php:46
2207
- msgid "Albania"
2208
- msgstr "Albania"
2209
-
2210
- #: ../lib/tribe-view-helpers.class.php:47
2211
- msgid "Algeria"
2212
- msgstr "Algerie"
2213
-
2214
- #: ../lib/tribe-view-helpers.class.php:48
2215
- msgid "American Samoa"
2216
- msgstr "Amerikansk Samoa"
2217
-
2218
- #: ../lib/tribe-view-helpers.class.php:49
2219
- msgid "Andorra"
2220
- msgstr "Andorra"
2221
-
2222
- #: ../lib/tribe-view-helpers.class.php:50
2223
- msgid "Angola"
2224
- msgstr "Angola"
2225
-
2226
- #: ../lib/tribe-view-helpers.class.php:51
2227
- msgid "Anguilla"
2228
- msgstr "Anguilla"
2229
-
2230
- #: ../lib/tribe-view-helpers.class.php:52
2231
- msgid "Antarctica"
2232
- msgstr "Antarktis"
2233
-
2234
- #: ../lib/tribe-view-helpers.class.php:53
2235
- msgid "Antigua And Barbuda"
2236
- msgstr "Antigua og Barbuda"
2237
-
2238
- #: ../lib/tribe-view-helpers.class.php:54
2239
- msgid "Argentina"
2240
- msgstr "Argentina"
2241
-
2242
- #: ../lib/tribe-view-helpers.class.php:55
2243
- msgid "Armenia"
2244
- msgstr "Armenia"
2245
-
2246
- #: ../lib/tribe-view-helpers.class.php:56
2247
- msgid "Aruba"
2248
- msgstr "Aruba"
2249
-
2250
- #: ../lib/tribe-view-helpers.class.php:57
2251
- msgid "Australia"
2252
- msgstr "Australia"
2253
-
2254
- #: ../lib/tribe-view-helpers.class.php:58
2255
- msgid "Austria"
2256
- msgstr "Østerrike"
2257
-
2258
- #: ../lib/tribe-view-helpers.class.php:59
2259
- msgid "Azerbaijan"
2260
- msgstr "Aserbajdsjan"
2261
-
2262
- #: ../lib/tribe-view-helpers.class.php:60
2263
- msgid "Bahamas"
2264
- msgstr "Bahamas"
2265
-
2266
- #: ../lib/tribe-view-helpers.class.php:61
2267
- msgid "Bahrain"
2268
- msgstr "Bahrain"
2269
-
2270
- #: ../lib/tribe-view-helpers.class.php:62
2271
- msgid "Bangladesh"
2272
- msgstr "Bangladesh"
2273
-
2274
- #: ../lib/tribe-view-helpers.class.php:63
2275
- msgid "Barbados"
2276
- msgstr "Barbados"
2277
-
2278
- #: ../lib/tribe-view-helpers.class.php:64
2279
- msgid "Belarus"
2280
- msgstr "Hviterussland"
2281
-
2282
- #: ../lib/tribe-view-helpers.class.php:65
2283
- msgid "Belgium"
2284
- msgstr "Belgia"
2285
-
2286
- #: ../lib/tribe-view-helpers.class.php:66
2287
- msgid "Belize"
2288
- msgstr "Belize"
2289
-
2290
- #: ../lib/tribe-view-helpers.class.php:67
2291
- msgid "Benin"
2292
- msgstr "Benin"
2293
 
2294
- #: ../lib/tribe-view-helpers.class.php:68
2295
- msgid "Bermuda"
2296
- msgstr "Bermuda"
 
2297
 
2298
- #: ../lib/tribe-view-helpers.class.php:69
2299
- msgid "Bhutan"
2300
- msgstr "Bhutan"
 
 
2301
 
2302
- #: ../lib/tribe-view-helpers.class.php:70
2303
- msgid "Bolivia"
2304
- msgstr "Bolivia"
2305
 
2306
- #: ../lib/tribe-view-helpers.class.php:71
2307
- msgid "Bosnia And Herzegowina"
2308
- msgstr "Bosnia Herzegowina"
2309
 
2310
- #: ../lib/tribe-view-helpers.class.php:72
2311
- msgid "Botswana"
2312
- msgstr "Botswana"
2313
 
2314
- #: ../lib/tribe-view-helpers.class.php:73
2315
- msgid "Bouvet Island"
2316
- msgstr "Bouvetøya"
2317
 
2318
- #: ../lib/tribe-view-helpers.class.php:74
2319
- msgid "Brazil"
2320
- msgstr "Brasil"
2321
 
2322
- #: ../lib/tribe-view-helpers.class.php:75
2323
- msgid "British Indian Ocean Territory"
2324
- msgstr "Britisk territorium i det Indiske hav"
2325
 
2326
- #: ../lib/tribe-view-helpers.class.php:76
2327
- msgid "Brunei Darussalam"
2328
- msgstr "Brunei Darussalam"
2329
 
2330
- #: ../lib/tribe-view-helpers.class.php:77
2331
- msgid "Bulgaria"
2332
- msgstr "Bulgaria"
2333
 
2334
- #: ../lib/tribe-view-helpers.class.php:78
2335
- msgid "Burkina Faso"
2336
- msgstr "Burkina Faso"
2337
 
2338
- #: ../lib/tribe-view-helpers.class.php:79
2339
- msgid "Burundi"
2340
- msgstr "Burindi"
2341
 
2342
- #: ../lib/tribe-view-helpers.class.php:80
2343
- msgid "Cambodia"
2344
- msgstr "Kambodsja"
2345
 
2346
- #: ../lib/tribe-view-helpers.class.php:81
2347
- msgid "Cameroon"
2348
- msgstr "Kamerun"
2349
 
2350
- #: ../lib/tribe-view-helpers.class.php:82
2351
- msgid "Canada"
2352
- msgstr "Canada"
2353
 
2354
- #: ../lib/tribe-view-helpers.class.php:83
2355
- msgid "Cape Verde"
2356
- msgstr "Kapp Verde"
2357
 
2358
- #: ../lib/tribe-view-helpers.class.php:84
2359
- msgid "Cayman Islands"
2360
- msgstr "Cayman-øyene"
2361
 
2362
- #: ../lib/tribe-view-helpers.class.php:85
2363
- msgid "Central African Republic"
2364
- msgstr "Den sentralafrikanske republikk"
2365
 
2366
- #: ../lib/tribe-view-helpers.class.php:86
2367
- msgid "Chad"
2368
- msgstr "Chad"
2369
 
2370
- #: ../lib/tribe-view-helpers.class.php:87
2371
- msgid "Chile"
2372
- msgstr "Chile"
2373
 
2374
- #: ../lib/tribe-view-helpers.class.php:88
2375
- msgid "China"
2376
- msgstr "Kina"
2377
 
2378
- #: ../lib/tribe-view-helpers.class.php:89
2379
- msgid "Christmas Island"
2380
- msgstr "Christmas Island"
2381
 
2382
- #: ../lib/tribe-view-helpers.class.php:90
2383
- msgid "Cocos (Keeling) Islands"
2384
- msgstr "Kokosøyene"
2385
 
2386
- #: ../lib/tribe-view-helpers.class.php:91
2387
- msgid "Colombia"
2388
- msgstr "Colombia"
2389
 
2390
- #: ../lib/tribe-view-helpers.class.php:92
2391
- msgid "Comoros"
2392
- msgstr "Komorene"
2393
 
2394
- #: ../lib/tribe-view-helpers.class.php:93
2395
- msgid "Congo"
2396
- msgstr "Kongo"
2397
 
2398
- #: ../lib/tribe-view-helpers.class.php:94
2399
- msgid "Congo, The Democratic Republic Of The"
2400
- msgstr "Kongo, Den demokratiske republikken"
2401
 
2402
- #: ../lib/tribe-view-helpers.class.php:95
2403
- msgid "Cook Islands"
2404
- msgstr "Cook-øyene"
2405
 
2406
- #: ../lib/tribe-view-helpers.class.php:96
2407
- msgid "Costa Rica"
2408
- msgstr "Costa Rica"
2409
 
2410
- #: ../lib/tribe-view-helpers.class.php:97
2411
- msgid "Cote D'Ivoire"
2412
- msgstr "Elfenbenskysten"
2413
 
2414
- #: ../lib/tribe-view-helpers.class.php:98
2415
- msgid "Croatia (Local Name: Hrvatska)"
2416
- msgstr "Kroatia"
2417
 
2418
- #: ../lib/tribe-view-helpers.class.php:99
2419
- msgid "Cuba"
2420
- msgstr "Cuba"
2421
 
2422
- #: ../lib/tribe-view-helpers.class.php:100
2423
- msgid "Cyprus"
2424
- msgstr "Kypros"
2425
 
2426
- #: ../lib/tribe-view-helpers.class.php:101
2427
- msgid "Czech Republic"
2428
- msgstr "Tjekkia"
2429
 
2430
- #: ../lib/tribe-view-helpers.class.php:102
2431
- msgid "Denmark"
2432
- msgstr "Danmark"
2433
 
2434
- #: ../lib/tribe-view-helpers.class.php:103
2435
- msgid "Djibouti"
2436
- msgstr "Djibouti"
2437
 
2438
- #: ../lib/tribe-view-helpers.class.php:104
2439
- msgid "Dominica"
2440
- msgstr "Dominica"
2441
 
2442
- #: ../lib/tribe-view-helpers.class.php:105
2443
- msgid "Dominican Republic"
2444
- msgstr "Dominikanske Republikk"
2445
 
2446
- #: ../lib/tribe-view-helpers.class.php:106
2447
- msgid "East Timor"
2448
- msgstr "Øst-Timor"
2449
 
2450
- #: ../lib/tribe-view-helpers.class.php:107
2451
- msgid "Ecuador"
2452
- msgstr "Ecuador"
2453
 
2454
- #: ../lib/tribe-view-helpers.class.php:108
2455
- msgid "Egypt"
2456
- msgstr "Egypt"
2457
 
2458
- #: ../lib/tribe-view-helpers.class.php:109
2459
- msgid "El Salvador"
2460
- msgstr "El Salvador"
2461
 
2462
- #: ../lib/tribe-view-helpers.class.php:110
2463
- msgid "Equatorial Guinea"
2464
- msgstr "Equatorial Guinea"
2465
 
2466
- #: ../lib/tribe-view-helpers.class.php:111
2467
- msgid "Eritrea"
2468
- msgstr "Eritrea"
2469
 
2470
- #: ../lib/tribe-view-helpers.class.php:112
2471
- msgid "Estonia"
2472
- msgstr "Estland"
2473
 
2474
- #: ../lib/tribe-view-helpers.class.php:113
2475
- msgid "Ethiopia"
2476
- msgstr "Etiopia"
2477
 
2478
- #: ../lib/tribe-view-helpers.class.php:114
2479
- msgid "Falkland Islands (Malvinas)"
2480
- msgstr "Falklandsøyene (Malvinas)"
2481
 
2482
- #: ../lib/tribe-view-helpers.class.php:115
2483
- msgid "Faroe Islands"
2484
- msgstr "Færøyene"
2485
 
2486
- #: ../lib/tribe-view-helpers.class.php:116
2487
- msgid "Fiji"
2488
- msgstr "Fiji"
2489
 
2490
- #: ../lib/tribe-view-helpers.class.php:117
2491
- msgid "Finland"
2492
- msgstr "Finland"
2493
 
2494
- #: ../lib/tribe-view-helpers.class.php:118
2495
- msgid "France"
2496
- msgstr "Frankrike"
2497
 
2498
- #: ../lib/tribe-view-helpers.class.php:119
2499
- msgid "France, Metropolitan"
2500
- msgstr "Frankrike, Metropolitan"
2501
 
2502
- #: ../lib/tribe-view-helpers.class.php:120
2503
- msgid "French Guiana"
2504
- msgstr "Fransk Guiana"
2505
 
2506
- #: ../lib/tribe-view-helpers.class.php:121
2507
- msgid "French Polynesia"
2508
- msgstr "Fransk-Polynesia"
2509
 
2510
- #: ../lib/tribe-view-helpers.class.php:122
2511
- msgid "French Southern Territories"
2512
- msgstr "Franske sørlige territorier"
2513
 
2514
- #: ../lib/tribe-view-helpers.class.php:123
2515
- msgid "Gabon"
2516
- msgstr "Gabon"
2517
 
2518
- #: ../lib/tribe-view-helpers.class.php:124
2519
- msgid "Gambia"
2520
- msgstr "Gambia"
2521
 
2522
- #: ../lib/tribe-view-helpers.class.php:125
2523
- #: ../lib/tribe-view-helpers.class.php:318
2524
- msgid "Georgia"
2525
- msgstr "Georgia"
2526
 
2527
- #: ../lib/tribe-view-helpers.class.php:126
2528
- msgid "Germany"
2529
- msgstr "Tyskland"
2530
 
2531
- #: ../lib/tribe-view-helpers.class.php:127
2532
- msgid "Ghana"
2533
- msgstr "Ghana"
2534
 
2535
- #: ../lib/tribe-view-helpers.class.php:128
2536
- msgid "Gibraltar"
2537
- msgstr "Gibraltar"
2538
 
2539
- #: ../lib/tribe-view-helpers.class.php:129
2540
- msgid "Greece"
2541
- msgstr "Hellas"
2542
 
2543
- #: ../lib/tribe-view-helpers.class.php:130
2544
- msgid "Greenland"
2545
- msgstr "Grønland"
2546
 
2547
- #: ../lib/tribe-view-helpers.class.php:131
2548
- msgid "Grenada"
2549
- msgstr "Grenada"
2550
 
2551
- #: ../lib/tribe-view-helpers.class.php:132
2552
- msgid "Guadeloupe"
2553
- msgstr "Guadeloupe"
2554
 
2555
- #: ../lib/tribe-view-helpers.class.php:133
2556
- msgid "Guam"
2557
- msgstr "Guam"
2558
 
2559
- #: ../lib/tribe-view-helpers.class.php:134
2560
- msgid "Guatemala"
2561
- msgstr "Guatemala"
2562
 
2563
- #: ../lib/tribe-view-helpers.class.php:135
2564
- msgid "Guinea"
2565
- msgstr "Guinea"
2566
 
2567
- #: ../lib/tribe-view-helpers.class.php:136
2568
- msgid "Guinea-Bissau"
2569
- msgstr "Guinea-Bissau"
2570
 
2571
- #: ../lib/tribe-view-helpers.class.php:137
2572
- msgid "Guyana"
2573
- msgstr "Guyana"
2574
 
2575
- #: ../lib/tribe-view-helpers.class.php:138
2576
- msgid "Haiti"
2577
- msgstr "Haiti"
2578
 
2579
- #: ../lib/tribe-view-helpers.class.php:139
2580
- msgid "Heard And Mc Donald Islands"
2581
- msgstr "Heard og McDonald-øyene"
2582
 
2583
- #: ../lib/tribe-view-helpers.class.php:140
2584
- msgid "Holy See (Vatican City State)"
2585
- msgstr "Hellige Stol (Vatikanstaten)"
2586
 
2587
- #: ../lib/tribe-view-helpers.class.php:141
2588
- msgid "Honduras"
2589
- msgstr "Honduras"
2590
 
2591
- #: ../lib/tribe-view-helpers.class.php:142
2592
- msgid "Hong Kong"
2593
- msgstr "Hong Kong"
2594
 
2595
- #: ../lib/tribe-view-helpers.class.php:143
2596
- msgid "Hungary"
2597
- msgstr "Ungarn"
2598
 
2599
- #: ../lib/tribe-view-helpers.class.php:144
2600
- msgid "Iceland"
2601
- msgstr "Island"
2602
 
2603
- #: ../lib/tribe-view-helpers.class.php:145
2604
- msgid "India"
2605
- msgstr "India"
2606
 
2607
- #: ../lib/tribe-view-helpers.class.php:146
2608
- msgid "Indonesia"
2609
- msgstr "Indonesia"
2610
 
2611
- #: ../lib/tribe-view-helpers.class.php:147
2612
- msgid "Iran (Islamic Republic Of)"
2613
- msgstr "Iran (Den Islamske Republik)"
2614
 
2615
- #: ../lib/tribe-view-helpers.class.php:148
2616
- msgid "Iraq"
2617
- msgstr "Irak"
2618
 
2619
- #: ../lib/tribe-view-helpers.class.php:149
2620
- msgid "Ireland"
2621
- msgstr "Irland"
2622
 
2623
- #: ../lib/tribe-view-helpers.class.php:150
2624
- msgid "Israel"
2625
- msgstr "Israel"
2626
 
2627
- #: ../lib/tribe-view-helpers.class.php:151
2628
- msgid "Italy"
2629
- msgstr "Italia"
2630
 
2631
- #: ../lib/tribe-view-helpers.class.php:152
2632
- msgid "Jamaica"
2633
- msgstr "Jamaica"
2634
 
2635
- #: ../lib/tribe-view-helpers.class.php:153
2636
- msgid "Japan"
2637
- msgstr "Japan"
2638
 
2639
- #: ../lib/tribe-view-helpers.class.php:154
2640
- msgid "Jordan"
2641
- msgstr "Jordan"
2642
 
2643
- #: ../lib/tribe-view-helpers.class.php:155
2644
- msgid "Kazakhstan"
2645
- msgstr "Kazakhstan"
2646
 
2647
- #: ../lib/tribe-view-helpers.class.php:156
2648
- msgid "Kenya"
2649
- msgstr "Kenya"
2650
 
2651
- #: ../lib/tribe-view-helpers.class.php:157
2652
- msgid "Kiribati"
2653
- msgstr "Kiribati"
2654
 
2655
- #: ../lib/tribe-view-helpers.class.php:158
2656
- msgid "Korea, Democratic People's Republic Of"
2657
- msgstr "Korea, Den Demokratiske Folkerepublikken"
2658
 
2659
- #: ../lib/tribe-view-helpers.class.php:159
2660
- msgid "Korea, Republic Of"
2661
- msgstr "Korea, Republikk av"
2662
 
2663
- #: ../lib/tribe-view-helpers.class.php:160
2664
- msgid "Kuwait"
2665
- msgstr "Kuwait"
2666
 
2667
- #: ../lib/tribe-view-helpers.class.php:161
2668
- msgid "Kyrgyzstan"
2669
- msgstr "Kirgizistan"
2670
 
2671
- #: ../lib/tribe-view-helpers.class.php:162
2672
- msgid "Lao People's Democratic Republic"
2673
- msgstr "Lao Folkets Demokratiske Republikk"
2674
 
2675
- #: ../lib/tribe-view-helpers.class.php:163
2676
- msgid "Latvia"
2677
- msgstr "Latvia"
2678
 
2679
- #: ../lib/tribe-view-helpers.class.php:164
2680
- msgid "Lebanon"
2681
- msgstr "Libanon"
2682
 
2683
- #: ../lib/tribe-view-helpers.class.php:165
2684
- msgid "Lesotho"
2685
- msgstr "Lesotho"
2686
 
2687
- #: ../lib/tribe-view-helpers.class.php:166
2688
- msgid "Liberia"
2689
- msgstr "Liberia"
2690
 
2691
- #: ../lib/tribe-view-helpers.class.php:167
2692
- msgid "Libya"
2693
- msgstr "Libya"
2694
 
2695
- #: ../lib/tribe-view-helpers.class.php:168
2696
- msgid "Liechtenstein"
2697
- msgstr "Liechtenstein"
2698
 
2699
- #: ../lib/tribe-view-helpers.class.php:169
2700
- msgid "Lithuania"
2701
- msgstr "Litauen"
2702
 
2703
- #: ../lib/tribe-view-helpers.class.php:170
2704
- msgid "Luxembourg"
2705
- msgstr "Luxembourg"
2706
 
2707
- #: ../lib/tribe-view-helpers.class.php:171
2708
- msgid "Macau"
2709
- msgstr "Macau"
2710
 
2711
- #: ../lib/tribe-view-helpers.class.php:172
2712
- msgid "Macedonia"
2713
- msgstr "Makedonia"
2714
 
2715
- #: ../lib/tribe-view-helpers.class.php:173
2716
- msgid "Madagascar"
2717
- msgstr "Madagaskar"
2718
 
2719
- #: ../lib/tribe-view-helpers.class.php:174
2720
- msgid "Malawi"
2721
- msgstr "Malawi"
2722
 
2723
- #: ../lib/tribe-view-helpers.class.php:175
2724
- msgid "Malaysia"
2725
- msgstr "Malaysia"
2726
 
2727
- #: ../lib/tribe-view-helpers.class.php:176
2728
- msgid "Maldives"
2729
- msgstr "Maldivene"
2730
 
2731
- #: ../lib/tribe-view-helpers.class.php:177
2732
- msgid "Mali"
2733
- msgstr "Mali"
2734
 
2735
- #: ../lib/tribe-view-helpers.class.php:178
2736
- msgid "Malta"
2737
- msgstr "Malta"
2738
 
2739
- #: ../lib/tribe-view-helpers.class.php:179
2740
- msgid "Marshall Islands"
2741
- msgstr "Marshall-øyene"
2742
 
2743
- #: ../lib/tribe-view-helpers.class.php:180
2744
- msgid "Martinique"
2745
- msgstr "Martinique"
2746
 
2747
- #: ../lib/tribe-view-helpers.class.php:181
2748
- msgid "Mauritania"
2749
- msgstr "Mauritania"
2750
 
2751
- #: ../lib/tribe-view-helpers.class.php:182
2752
- msgid "Mauritius"
2753
- msgstr "Mauritius"
2754
 
2755
- #: ../lib/tribe-view-helpers.class.php:183
2756
- msgid "Mayotte"
2757
- msgstr "Mayotte"
2758
 
2759
- #: ../lib/tribe-view-helpers.class.php:184
2760
- msgid "Mexico"
2761
- msgstr "Mexico"
2762
 
2763
- #: ../lib/tribe-view-helpers.class.php:185
2764
- msgid "Micronesia, Federated States Of"
2765
- msgstr "Micronesia, De Føderale Stater av"
2766
 
2767
- #: ../lib/tribe-view-helpers.class.php:186
2768
- msgid "Moldova, Republic Of"
2769
- msgstr "Moldova"
2770
 
2771
- #: ../lib/tribe-view-helpers.class.php:187
2772
- msgid "Monaco"
2773
- msgstr "Monaco"
2774
 
2775
- #: ../lib/tribe-view-helpers.class.php:188
2776
- msgid "Mongolia"
2777
- msgstr "Mongolia"
2778
 
2779
- #: ../lib/tribe-view-helpers.class.php:189
2780
- msgid "Montenegro"
2781
- msgstr "Montenegro"
2782
 
2783
- #: ../lib/tribe-view-helpers.class.php:190
2784
- msgid "Montserrat"
2785
- msgstr "Montserrat"
2786
 
2787
- #: ../lib/tribe-view-helpers.class.php:191
2788
- msgid "Morocco"
2789
- msgstr "Marokko"
2790
 
2791
- #: ../lib/tribe-view-helpers.class.php:192
2792
- msgid "Mozambique"
2793
- msgstr "Mosambik"
2794
 
2795
- #: ../lib/tribe-view-helpers.class.php:193
2796
- msgid "Myanmar"
2797
- msgstr "Myanmar"
2798
 
2799
- #: ../lib/tribe-view-helpers.class.php:194
2800
- msgid "Namibia"
2801
- msgstr "Namibia"
2802
 
2803
- #: ../lib/tribe-view-helpers.class.php:195
2804
- msgid "Nauru"
2805
- msgstr "Nauru"
2806
 
2807
- #: ../lib/tribe-view-helpers.class.php:196
2808
- msgid "Nepal"
2809
- msgstr "Nepal"
2810
 
2811
- #: ../lib/tribe-view-helpers.class.php:197
2812
- msgid "Netherlands"
2813
- msgstr "Nederland"
2814
 
2815
- #: ../lib/tribe-view-helpers.class.php:198
2816
- msgid "Netherlands Antilles"
2817
- msgstr "Nederlandske Antiller"
2818
 
2819
- #: ../lib/tribe-view-helpers.class.php:199
2820
- msgid "New Caledonia"
2821
- msgstr "Ny Caledonia"
2822
 
2823
- #: ../lib/tribe-view-helpers.class.php:200
2824
- msgid "New Zealand"
2825
- msgstr "New Zealand"
2826
 
2827
- #: ../lib/tribe-view-helpers.class.php:201
2828
- msgid "Nicaragua"
2829
- msgstr "Nicaragua"
2830
 
2831
- #: ../lib/tribe-view-helpers.class.php:202
2832
- msgid "Niger"
2833
- msgstr "Niger"
2834
 
2835
- #: ../lib/tribe-view-helpers.class.php:203
2836
- msgid "Nigeria"
2837
- msgstr "Nigeria"
2838
 
2839
- #: ../lib/tribe-view-helpers.class.php:204
2840
- msgid "Niue"
2841
- msgstr "Niue"
2842
 
2843
- #: ../lib/tribe-view-helpers.class.php:205
2844
- msgid "Norfolk Island"
2845
- msgstr "Norfolk Island"
2846
 
2847
- #: ../lib/tribe-view-helpers.class.php:206
2848
- msgid "Northern Mariana Islands"
2849
- msgstr "De Nordlige Mariana-øyene"
2850
 
2851
- #: ../lib/tribe-view-helpers.class.php:207
2852
- msgid "Norway"
2853
- msgstr "Norge"
2854
 
2855
- #: ../lib/tribe-view-helpers.class.php:208
2856
- msgid "Oman"
2857
- msgstr "Oman"
2858
 
2859
- #: ../lib/tribe-view-helpers.class.php:209
2860
- msgid "Pakistan"
2861
- msgstr "Pakistan"
2862
 
2863
- #: ../lib/tribe-view-helpers.class.php:210
2864
- msgid "Palau"
2865
- msgstr "Palau"
2866
 
2867
- #: ../lib/tribe-view-helpers.class.php:211
2868
- msgid "Panama"
2869
- msgstr "Panama"
2870
 
2871
- #: ../lib/tribe-view-helpers.class.php:212
2872
- msgid "Papua New Guinea"
2873
- msgstr "Papua Ny-Guinea"
2874
 
2875
- #: ../lib/tribe-view-helpers.class.php:213
2876
- msgid "Paraguay"
2877
- msgstr "Paraguay"
2878
 
2879
- #: ../lib/tribe-view-helpers.class.php:214
2880
- msgid "Peru"
2881
- msgstr "Peru"
2882
 
2883
- #: ../lib/tribe-view-helpers.class.php:215
2884
- msgid "Philippines"
2885
- msgstr "Filipinene"
2886
 
2887
- #: ../lib/tribe-view-helpers.class.php:216
2888
- msgid "Pitcairn"
2889
- msgstr "Pitcairn"
2890
 
2891
- #: ../lib/tribe-view-helpers.class.php:217
2892
- msgid "Poland"
2893
- msgstr "Polen"
2894
 
2895
- #: ../lib/tribe-view-helpers.class.php:218
2896
- msgid "Portugal"
2897
- msgstr "Portugal"
2898
 
2899
- #: ../lib/tribe-view-helpers.class.php:219
2900
- msgid "Puerto Rico"
2901
- msgstr "Puerto Rico"
2902
 
2903
- #: ../lib/tribe-view-helpers.class.php:220
2904
- msgid "Qatar"
2905
- msgstr "Qatar"
2906
 
2907
- #: ../lib/tribe-view-helpers.class.php:221
2908
- msgid "Reunion"
2909
- msgstr "Gjensammenkomst"
2910
 
2911
- #: ../lib/tribe-view-helpers.class.php:222
2912
- msgid "Romania"
2913
- msgstr "Romania"
2914
 
2915
- #: ../lib/tribe-view-helpers.class.php:223
2916
- msgid "Russian Federation"
2917
- msgstr "Russland"
2918
 
2919
- #: ../lib/tribe-view-helpers.class.php:224
2920
- msgid "Rwanda"
2921
- msgstr "Rwanda"
2922
 
2923
- #: ../lib/tribe-view-helpers.class.php:225
2924
- msgid "Saint Kitts And Nevis"
2925
- msgstr "Saint Kitts And Nevis"
2926
 
2927
- #: ../lib/tribe-view-helpers.class.php:226
2928
- msgid "Saint Lucia"
2929
- msgstr "Saint Lucia"
2930
 
2931
- #: ../lib/tribe-view-helpers.class.php:227
2932
- msgid "Saint Vincent And The Grenadines"
2933
- msgstr "Saint Vincent og Grenadinene"
2934
 
2935
- #: ../lib/tribe-view-helpers.class.php:228
2936
- msgid "Samoa"
2937
- msgstr "Samoa"
2938
 
2939
- #: ../lib/tribe-view-helpers.class.php:229
2940
- msgid "San Marino"
2941
- msgstr "San Marino"
2942
 
2943
- #: ../lib/tribe-view-helpers.class.php:230
2944
- msgid "Sao Tome And Principe"
2945
- msgstr "Sao Tome og Principe"
2946
 
2947
- #: ../lib/tribe-view-helpers.class.php:231
2948
- msgid "Saudi Arabia"
2949
- msgstr "Saudi Arabia"
2950
 
2951
- #: ../lib/tribe-view-helpers.class.php:232
2952
- msgid "Senegal"
2953
- msgstr "Senegal"
2954
 
2955
- #: ../lib/tribe-view-helpers.class.php:233
2956
- msgid "Serbia"
2957
- msgstr "Serbia"
2958
 
2959
- #: ../lib/tribe-view-helpers.class.php:234
2960
- msgid "Seychelles"
2961
- msgstr "Seychellene"
2962
 
2963
- #: ../lib/tribe-view-helpers.class.php:235
2964
- msgid "Sierra Leone"
2965
- msgstr "Sierra Leone"
2966
 
2967
- #: ../lib/tribe-view-helpers.class.php:236
2968
- msgid "Singapore"
2969
- msgstr "Singapor"
2970
 
2971
- #: ../lib/tribe-view-helpers.class.php:237
2972
- msgid "Slovakia (Slovak Republic)"
2973
- msgstr "Slovakia (Den Slovakiske Republikk)"
2974
 
2975
- #: ../lib/tribe-view-helpers.class.php:238
2976
- msgid "Slovenia"
2977
- msgstr "Slovenia"
2978
 
2979
- #: ../lib/tribe-view-helpers.class.php:239
2980
- msgid "Solomon Islands"
2981
- msgstr "Salomonøyene"
2982
 
2983
- #: ../lib/tribe-view-helpers.class.php:240
2984
- msgid "Somalia"
2985
- msgstr "Somalia"
2986
 
2987
- #: ../lib/tribe-view-helpers.class.php:241
2988
- msgid "South Africa"
2989
- msgstr "Sør-Afrika"
2990
 
2991
- #: ../lib/tribe-view-helpers.class.php:242
2992
- msgid "South Georgia, South Sandwich Islands"
2993
- msgstr "South Georgia, South Sandwich-øyene"
2994
 
2995
- #: ../lib/tribe-view-helpers.class.php:243
2996
- msgid "Spain"
2997
- msgstr "Spania"
2998
 
2999
- #: ../lib/tribe-view-helpers.class.php:244
3000
- msgid "Sri Lanka"
3001
- msgstr "Sri Lanka"
3002
 
3003
- #: ../lib/tribe-view-helpers.class.php:245
3004
- msgid "St. Helena"
3005
- msgstr "St. Helena"
3006
 
3007
- #: ../lib/tribe-view-helpers.class.php:246
3008
- msgid "St. Pierre And Miquelon"
3009
- msgstr "St. Pierre og Miquelon"
3010
 
3011
- #: ../lib/tribe-view-helpers.class.php:247
3012
- msgid "Sudan"
3013
- msgstr "Sudan"
3014
 
3015
- #: ../lib/tribe-view-helpers.class.php:248
3016
- #, fuzzy
3017
- msgid "Suriname"
3018
- msgstr "Etternavn"
3019
 
3020
- #: ../lib/tribe-view-helpers.class.php:249
3021
- msgid "Svalbard And Jan Mayen Islands"
3022
- msgstr "Svalbard og Jan Mayen"
3023
 
3024
- #: ../lib/tribe-view-helpers.class.php:250
3025
- msgid "Swaziland"
3026
- msgstr "Swaziland"
3027
 
3028
- #: ../lib/tribe-view-helpers.class.php:251
3029
- msgid "Sweden"
3030
- msgstr "Sverige"
3031
 
3032
- #: ../lib/tribe-view-helpers.class.php:252
3033
- msgid "Switzerland"
3034
- msgstr "Sveits"
3035
 
3036
- #: ../lib/tribe-view-helpers.class.php:253
3037
- msgid "Syrian Arab Republic"
3038
- msgstr "Syria"
3039
 
3040
- #: ../lib/tribe-view-helpers.class.php:254
3041
- msgid "Taiwan"
3042
- msgstr "Taiwan"
3043
 
3044
- #: ../lib/tribe-view-helpers.class.php:255
3045
- msgid "Tajikistan"
3046
- msgstr "Tajikistan"
3047
 
3048
- #: ../lib/tribe-view-helpers.class.php:256
3049
- msgid "Tanzania, United Republic Of"
3050
- msgstr "Tanzania"
3051
 
3052
- #: ../lib/tribe-view-helpers.class.php:257
3053
- msgid "Thailand"
3054
- msgstr "Thailand"
3055
 
3056
- #: ../lib/tribe-view-helpers.class.php:258
3057
- msgid "Togo"
3058
- msgstr "Togo"
3059
 
3060
- #: ../lib/tribe-view-helpers.class.php:259
3061
- msgid "Tokelau"
3062
- msgstr "Tokelau"
3063
 
3064
- #: ../lib/tribe-view-helpers.class.php:260
3065
- msgid "Tonga"
3066
- msgstr "Tonga"
3067
 
3068
- #: ../lib/tribe-view-helpers.class.php:261
3069
- msgid "Trinidad And Tobago"
3070
- msgstr "Trinidad og Tobago"
3071
 
3072
- #: ../lib/tribe-view-helpers.class.php:262
3073
- msgid "Tunisia"
3074
- msgstr "Tunisia"
3075
 
3076
- #: ../lib/tribe-view-helpers.class.php:263
3077
- msgid "Turkey"
3078
- msgstr "Tyrkia"
3079
 
3080
- #: ../lib/tribe-view-helpers.class.php:264
3081
- msgid "Turkmenistan"
3082
- msgstr "Turkmenistan"
3083
 
3084
- #: ../lib/tribe-view-helpers.class.php:265
3085
- msgid "Turks And Caicos Islands"
3086
- msgstr "Turks og Caicos øyene"
3087
 
3088
- #: ../lib/tribe-view-helpers.class.php:266
3089
- msgid "Tuvalu"
3090
- msgstr "Tuvalu"
3091
 
3092
- #: ../lib/tribe-view-helpers.class.php:267
3093
- msgid "Uganda"
3094
- msgstr "Uganda"
3095
 
3096
- #: ../lib/tribe-view-helpers.class.php:268
3097
- msgid "Ukraine"
3098
- msgstr "Ukraina"
3099
 
3100
- #: ../lib/tribe-view-helpers.class.php:269
3101
- msgid "United Arab Emirates"
3102
- msgstr "Forenede Arabiske Emirater"
3103
 
3104
- #: ../lib/tribe-view-helpers.class.php:270
3105
- msgid "United Kingdom"
3106
- msgstr "Storbrittania"
3107
 
3108
- #: ../lib/tribe-view-helpers.class.php:271
3109
- msgid "United States Minor Outlying Islands"
3110
- msgstr "USAs mindre utenforliggende øyer"
3111
 
3112
- #: ../lib/tribe-view-helpers.class.php:272
3113
- msgid "Uruguay"
3114
- msgstr "Uruguay"
3115
 
3116
- #: ../lib/tribe-view-helpers.class.php:273
3117
- msgid "Uzbekistan"
3118
- msgstr "Usbekistan"
3119
 
3120
- #: ../lib/tribe-view-helpers.class.php:274
3121
- msgid "Vanuatu"
3122
- msgstr "Vanuatu"
3123
 
3124
- #: ../lib/tribe-view-helpers.class.php:275
3125
- msgid "Venezuela"
3126
- msgstr "Venezuela"
3127
 
3128
- #: ../lib/tribe-view-helpers.class.php:276
3129
- msgid "Viet Nam"
3130
- msgstr "Vietnam"
3131
 
3132
- #: ../lib/tribe-view-helpers.class.php:277
3133
- msgid "Virgin Islands (British)"
3134
- msgstr "Virgin Islands (British)"
3135
 
3136
- #: ../lib/tribe-view-helpers.class.php:278
3137
- msgid "Virgin Islands (U.S.)"
3138
- msgstr "Virgin Islands (U.S.)"
3139
 
3140
- #: ../lib/tribe-view-helpers.class.php:279
3141
- msgid "Wallis And Futuna Islands"
3142
- msgstr "Wallis og Futuna øyene"
3143
 
3144
- #: ../lib/tribe-view-helpers.class.php:280
3145
- msgid "Western Sahara"
3146
- msgstr "Vest-Sahara"
3147
 
3148
- #: ../lib/tribe-view-helpers.class.php:281
3149
- msgid "Yemen"
3150
- msgstr "Yemen"
3151
 
3152
- #: ../lib/tribe-view-helpers.class.php:282
3153
- msgid "Zambia"
3154
- msgstr "Zambia"
3155
 
3156
- #: ../lib/tribe-view-helpers.class.php:283
3157
- msgid "Zimbabwe"
3158
- msgstr "Zimbabwe"
3159
 
3160
- #: ../lib/tribe-view-helpers.class.php:308
3161
- msgid "Alabama"
3162
- msgstr "Alabama"
3163
 
3164
- #: ../lib/tribe-view-helpers.class.php:309
3165
- msgid "Alaska"
3166
- msgstr "Alaska"
3167
 
3168
- #: ../lib/tribe-view-helpers.class.php:310
3169
- msgid "Arizona"
3170
- msgstr "Arizona"
3171
 
3172
- #: ../lib/tribe-view-helpers.class.php:311
3173
- msgid "Arkansas"
3174
- msgstr "Arkansas"
3175
 
3176
- #: ../lib/tribe-view-helpers.class.php:312
3177
- msgid "California"
3178
- msgstr "California"
3179
 
3180
- #: ../lib/tribe-view-helpers.class.php:313
3181
- msgid "Colorado"
3182
- msgstr "Colorado"
3183
 
3184
- #: ../lib/tribe-view-helpers.class.php:314
3185
- msgid "Connecticut"
3186
- msgstr "Connecticut"
3187
 
3188
- #: ../lib/tribe-view-helpers.class.php:315
3189
- msgid "Delaware"
3190
- msgstr "Delaware"
3191
 
3192
- #: ../lib/tribe-view-helpers.class.php:316
3193
- msgid "District of Columbia"
3194
- msgstr "District of Columbia"
3195
 
3196
- #: ../lib/tribe-view-helpers.class.php:317
3197
- msgid "Florida"
3198
- msgstr "Florida"
3199
 
3200
- #: ../lib/tribe-view-helpers.class.php:319
3201
- msgid "Hawaii"
3202
- msgstr "Hawaii"
3203
 
3204
- #: ../lib/tribe-view-helpers.class.php:320
3205
- msgid "Idaho"
3206
- msgstr "Idaho"
3207
 
3208
- #: ../lib/tribe-view-helpers.class.php:321
3209
- msgid "Illinois"
3210
- msgstr "Illinois"
3211
 
3212
- #: ../lib/tribe-view-helpers.class.php:322
3213
- msgid "Indiana"
3214
- msgstr "Indiana"
3215
 
3216
- #: ../lib/tribe-view-helpers.class.php:323
3217
- msgid "Iowa"
3218
- msgstr "Iowa"
3219
 
3220
- #: ../lib/tribe-view-helpers.class.php:324
3221
- msgid "Kansas"
3222
- msgstr "Kansas"
3223
 
3224
- #: ../lib/tribe-view-helpers.class.php:325
3225
- msgid "Kentucky"
3226
- msgstr "Kentucky"
3227
 
3228
- #: ../lib/tribe-view-helpers.class.php:326
3229
- msgid "Louisiana"
3230
- msgstr "Louisiana"
3231
 
3232
- #: ../lib/tribe-view-helpers.class.php:327
3233
- msgid "Maine"
3234
- msgstr "Maine"
3235
 
3236
- #: ../lib/tribe-view-helpers.class.php:328
3237
- msgid "Maryland"
3238
- msgstr "Maryland"
3239
 
3240
- #: ../lib/tribe-view-helpers.class.php:329
3241
- msgid "Massachusetts"
3242
- msgstr "Massachusetts"
3243
 
3244
- #: ../lib/tribe-view-helpers.class.php:330
3245
- msgid "Michigan"
3246
- msgstr "Michigan"
3247
 
3248
- #: ../lib/tribe-view-helpers.class.php:331
3249
- msgid "Minnesota"
3250
- msgstr "Minnesota"
3251
 
3252
- #: ../lib/tribe-view-helpers.class.php:332
3253
- msgid "Mississippi"
3254
- msgstr "Mississippi"
3255
 
3256
- #: ../lib/tribe-view-helpers.class.php:333
3257
- msgid "Missouri"
3258
- msgstr "Missouri"
3259
 
3260
- #: ../lib/tribe-view-helpers.class.php:334
3261
- msgid "Montana"
3262
- msgstr "Montana"
3263
 
3264
- #: ../lib/tribe-view-helpers.class.php:335
3265
- msgid "Nebraska"
3266
- msgstr "Nebraska"
3267
 
3268
- #: ../lib/tribe-view-helpers.class.php:336
3269
- msgid "Nevada"
3270
- msgstr "Nevada"
3271
 
3272
- #: ../lib/tribe-view-helpers.class.php:337
3273
- msgid "New Hampshire"
3274
- msgstr "New Hampshire"
3275
 
3276
- #: ../lib/tribe-view-helpers.class.php:338
3277
- msgid "New Jersey"
3278
- msgstr "New Jersey"
3279
 
3280
- #: ../lib/tribe-view-helpers.class.php:339
3281
- msgid "New Mexico"
3282
- msgstr "New Mexico"
3283
-
3284
- #: ../lib/tribe-view-helpers.class.php:340
3285
- msgid "New York"
3286
- msgstr "New York"
3287
-
3288
- #: ../lib/tribe-view-helpers.class.php:341
3289
- msgid "North Carolina"
3290
- msgstr "North Carolina"
3291
-
3292
- #: ../lib/tribe-view-helpers.class.php:342
3293
- msgid "North Dakota"
3294
- msgstr "North Dakota"
3295
-
3296
- #: ../lib/tribe-view-helpers.class.php:343
3297
- msgid "Ohio"
3298
- msgstr "Ohio"
3299
-
3300
- #: ../lib/tribe-view-helpers.class.php:344
3301
- msgid "Oklahoma"
3302
- msgstr "Oklahoma"
3303
-
3304
- #: ../lib/tribe-view-helpers.class.php:345
3305
- msgid "Oregon"
3306
- msgstr "Oregon"
3307
-
3308
- #: ../lib/tribe-view-helpers.class.php:346
3309
- msgid "Pennsylvania"
3310
- msgstr "Pennsylvania"
3311
-
3312
- #: ../lib/tribe-view-helpers.class.php:347
3313
- msgid "Rhode Island"
3314
- msgstr "Rhode Island"
3315
-
3316
- #: ../lib/tribe-view-helpers.class.php:348
3317
- msgid "South Carolina"
3318
- msgstr "South Carolina"
3319
-
3320
- #: ../lib/tribe-view-helpers.class.php:349
3321
- msgid "South Dakota"
3322
- msgstr "South Dakota"
3323
-
3324
- #: ../lib/tribe-view-helpers.class.php:350
3325
- msgid "Tennessee"
3326
- msgstr "Tennessee"
3327
-
3328
- #: ../lib/tribe-view-helpers.class.php:351
3329
- msgid "Texas"
3330
- msgstr "Texas"
3331
-
3332
- #: ../lib/tribe-view-helpers.class.php:352
3333
- msgid "Utah"
3334
- msgstr "Utah"
3335
-
3336
- #: ../lib/tribe-view-helpers.class.php:353
3337
- msgid "Vermont"
3338
- msgstr "Vermont"
3339
-
3340
- #: ../lib/tribe-view-helpers.class.php:354
3341
- msgid "Virginia"
3342
- msgstr "Virginia"
3343
-
3344
- #: ../lib/tribe-view-helpers.class.php:355
3345
- msgid "Washington"
3346
- msgstr "Washington"
3347
-
3348
- #: ../lib/tribe-view-helpers.class.php:356
3349
- msgid "West Virginia"
3350
- msgstr "West Virginia"
3351
-
3352
- #: ../lib/tribe-view-helpers.class.php:357
3353
- msgid "Wisconsin"
3354
- msgstr "Wisconsin"
3355
-
3356
- #: ../lib/tribe-view-helpers.class.php:358
3357
- msgid "Wyoming"
3358
- msgstr "Wyoming"
3359
-
3360
- #
3361
- #: ../lib/widget-list.class.php:21
3362
- msgid "A widget that displays upcoming events."
3363
- msgstr "En widget som viser kommende aktiviteter"
3364
-
3365
- #: ../lib/widget-list.class.php:27
3366
- msgid "Events List"
3367
- msgstr "Aktivitetsliste"
3368
-
3369
- #: ../lib/widget-list.class.php:124
3370
- msgid "View All Events"
3371
- msgstr "Vis alle Aktiviteter"
3372
-
3373
- #: ../lib/widget-list.class.php:127
3374
- msgid "There are no upcoming events at this time."
3375
- msgstr "Det finnes for tiden ingen kommende aktiviteter"
3376
-
3377
- #: ../lib/template-classes/month.php:102
3378
- #, php-format
3379
- msgid ""
3380
- "There were no results found for <strong>\"%s\"</strong> this month. Try "
3381
- "searching next month."
3382
- msgstr ""
3383
- "Ingen resultater funnet for <strong>\"% s\"</ strong> denne måneden. Prøv å "
3384
- "søke på neste måned."
3385
-
3386
- #: ../lib/template-classes/single-event.php:99
3387
- msgid "This event has passed."
3388
- msgstr "Denne aktiviteten er avsluttet."
3389
-
3390
- #: ../lib/tickets/tribe-tickets-attendees.php:67
3391
- msgid "Order #"
3392
- msgstr "Bestilling #"
3393
-
3394
- #: ../lib/tickets/tribe-tickets-attendees.php:68
3395
- msgid "Order Status"
3396
- msgstr "Ordrestatus"
3397
-
3398
- #: ../lib/tickets/tribe-tickets-attendees.php:69
3399
- msgid "Purchaser name"
3400
- msgstr "Kjøpers navn"
3401
-
3402
- #: ../lib/tickets/tribe-tickets-attendees.php:70
3403
- msgid "Purchaser email"
3404
- msgstr "Kjøpers e-post"
3405
-
3406
- #: ../lib/tickets/tribe-tickets-attendees.php:71
3407
- msgid "Ticket type"
3408
- msgstr "Billettype"
3409
-
3410
- #: ../lib/tickets/tribe-tickets-attendees.php:72
3411
- #: ../views/tickets/email.php:316
3412
- msgid "Ticket #"
3413
- msgstr "Billett #"
3414
-
3415
- #: ../lib/tickets/tribe-tickets-attendees.php:73
3416
- #: ../views/tickets/email.php:328
3417
- msgid "Security Code"
3418
- msgstr "Sikkerhets kode"
3419
-
3420
- #: ../lib/tickets/tribe-tickets-attendees.php:74
3421
- #: ../lib/tickets/tribe-tickets-attendees.php:144
3422
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3423
- msgid "Check in"
3424
- msgstr "Sjekk inn"
3425
-
3426
- #: ../lib/tickets/tribe-tickets-attendees.php:145
3427
- #: ../lib/tickets/tribe-tickets-attendees.php:200
3428
- msgid "Undo Check in"
3429
- msgstr "Angre Innsjekking"
3430
-
3431
- #: ../lib/tickets/tribe-tickets-attendees.php:179
3432
- msgid "Print"
3433
- msgstr "Skriv ut"
3434
-
3435
- #
3436
- #: ../lib/tickets/tribe-tickets-attendees.php:180
3437
- msgid "Email"
3438
- msgstr "E-post"
3439
-
3440
- #
3441
- #: ../lib/tickets/tribe-tickets-attendees.php:181
3442
- msgid "Export"
3443
- msgstr "Eksportering"
3444
-
3445
- #: ../lib/tickets/tribe-tickets-attendees.php:187
3446
- msgid "Filter by ticket #, order # or security code"
3447
- msgstr "Filtrér etter billett #, ordre # eller sikkerhetskode"
3448
-
3449
- #: ../lib/tickets/tribe-tickets-metabox.php:24
3450
- msgid "Tickets"
3451
- msgstr "Billetter"
3452
-
3453
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3454
- msgid "Ticket header image"
3455
- msgstr "Billett Hovedbilde"
3456
-
3457
- #: ../lib/tickets/tribe-tickets-metabox.php:62
3458
- msgid "Set as ticket header"
3459
- msgstr "Bruk som overskrift på billett"
3460
-
3461
- #: ../lib/tickets/tribe-tickets-pro.php:107
3462
- msgid "You need to select a user or type a valid email address"
3463
- msgstr "Du må velge en bruker eller taste inn en gyldig e-postadresse"
3464
-
3465
- #: ../lib/tickets/tribe-tickets-pro.php:108
3466
- msgid "Sending..."
3467
- msgstr "Sender…"
3468
-
3469
- #: ../lib/tickets/tribe-tickets-pro.php:136
3470
- msgid "Columns"
3471
- msgstr "Kolonner"
3472
-
3473
- #: ../lib/tickets/tribe-tickets-pro.php:137
3474
- msgid ""
3475
- "You can use Screen Options to select which columns you want to see. The "
3476
- "selection works in the table below, in the email, for print and for the CSV "
3477
- "export."
3478
- msgstr ""
3479
- "Du kan benytte Skjerminnstillinger for å velge hvilke kolonner du vil vise. "
3480
- "Valget vil gjelde i tabellen under, i e-posten, for utskrift og CSV-"
3481
- "eksportering."
3482
-
3483
- #: ../lib/tickets/tribe-tickets-pro.php:258
3484
- msgid "attendees"
3485
- msgstr "deltakere"
3486
-
3487
- #: ../lib/tickets/tribe-tickets-pro.php:308
3488
- #, php-format
3489
- msgid "Attendee List for: %s"
3490
- msgstr "Oppmøteliste for: %s"
3491
-
3492
- #: ../lib/tickets/tribe-tickets.php:298
3493
- msgid "Your ticket has been saved."
3494
- msgstr "Din billett er nå lagret"
3495
-
3496
- #: ../lib/tickets/tribe-tickets.php:375
3497
- msgid "Your ticket has been deleted."
3498
- msgstr "Din billett er nå slettet"
3499
-
3500
- #: ../public/advanced-functions/meta.php:35
3501
- msgid "Start:"
3502
- msgstr "Start:"
3503
-
3504
- #: ../public/advanced-functions/meta.php:42
3505
- msgid "End:"
3506
- msgstr "Slutt:"
3507
-
3508
- #: ../public/advanced-functions/meta.php:51
3509
- msgid "Date:"
3510
- msgstr "Dato:"
3511
-
3512
- #: ../public/advanced-functions/meta.php:233
3513
- msgid "Click to view a Google Map"
3514
- msgstr "Klikk for å se Google-kart"
3515
-
3516
- #
3517
- #: ../public/advanced-functions/meta.php:234
3518
- msgid "+ Google Map"
3519
- msgstr "+ Google Map"
3520
-
3521
- #: ../public/advanced-functions/meta.php:245
3522
- msgid "Details"
3523
- msgstr "Detaljer"
3524
-
3525
- #
3526
- #: ../public/advanced-functions/meta.php:295
3527
- msgid "Event Tags:"
3528
- msgstr "Merkelapper (tags) for Aktivitet:"
3529
-
3530
- #: ../public/advanced-functions/meta.php:321
3531
- msgid "Origin:"
3532
- msgstr "Opprinnelse:"
3533
-
3534
- #: ../public/advanced-functions/meta.php:458
3535
- msgid "Event:"
3536
- msgstr "Aktivitet:"
3537
-
3538
- #
3539
- #: ../public/template-tags/deprecated.php:1143
3540
- msgid "Category"
3541
- msgstr "Kategori"
3542
-
3543
- #: ../public/template-tags/general.php:307
3544
- msgid "Tags:"
3545
- msgstr "Merknad:"
3546
-
3547
- #
3548
- #: ../public/template-tags/general.php:394
3549
- msgid "Loading Events"
3550
- msgstr "Laster inn Aktiviteter"
3551
-
3552
- #: ../public/template-tags/general.php:532
3553
- msgid "Free"
3554
- msgstr "Gratis"
3555
-
3556
- #
3557
- #: ../public/template-tags/general.php:704
3558
- msgid "Recurring Event"
3559
- msgstr "Gjentakende Aktivitet"
3560
-
3561
- #: ../public/template-tags/general.php:707
3562
- msgid "(See all)"
3563
- msgstr "(Vis alle)"
3564
-
3565
- #: ../public/template-tags/general.php:978
3566
- #, php-format
3567
- msgid "Calendar powered by %sThe Events Calendar%s"
3568
- msgstr "Kalender drives av %sThe Events Calendar%s"
3569
-
3570
- #: ../public/template-tags/loop.php:150
3571
- #, php-format
3572
- msgid "Events for %1$s"
3573
- msgstr "Aktiviteter for %1$s"
3574
-
3575
- #: ../public/template-tags/loop.php:158
3576
- #, php-format
3577
- msgid "Events for %1$s through %2$s"
3578
- msgstr "Aktiviteter for %1$s til og med %2$s"
3579
-
3580
- #
3581
- #: ../public/template-tags/loop.php:171
3582
- msgid "Events for "
3583
- msgstr "Aktiviteter for"
3584
-
3585
- #: ../public/template-tags/options.php:20
3586
- #, php-format
3587
- msgid "Your current Events URL is %s"
3588
- msgstr "Din nåværende Aktivitets-URL er %s"
3589
-
3590
- #: ../public/template-tags/options.php:31
3591
- #, php-format
3592
- msgid ""
3593
- "You <strong>cannot</strong> use the same slug as above. The above should "
3594
- "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3595
- msgstr ""
3596
- "Du <strong>kan ikke</strong> benytte samme kortlenke som vist over. Ordet du "
3597
- "ser over burde idéelt sett være flertallsbøyd, og den aktuelle i entall.<br /"
3598
- ">Din enkle Aktivitets-URL er: %s"
3599
-
3600
- #
3601
- #: ../views/single-event.php:23
3602
- msgid "&laquo; All Events"
3603
- msgstr "&laquo; Alle Aktiviteter"
3604
-
3605
- #
3606
- #: ../views/single-event.php:42 ../views/single-event.php:73
3607
- msgid "Event Navigation"
3608
- msgstr "Aktivitetsnavigering"
3609
-
3610
- #
3611
- #: ../views/list/nav.php:16
3612
- msgid "Events List Navigation"
3613
- msgstr "Navigering i Aktivitetslisten"
3614
-
3615
- #: ../views/list/single-event.php:76
3616
- msgid "Find out more"
3617
- msgstr "Finn ut mer"
3618
-
3619
- #
3620
- #: ../views/modules/bar.php:31 ../views/modules/bar.php:61
3621
- msgid "Find Events"
3622
- msgstr "Finn Aktivitet"
3623
-
3624
- #: ../views/modules/bar.php:38
3625
- msgid "Event Views Navigation"
3626
- msgstr "Navigering i Aktivitetsvisning"
3627
-
3628
- #
3629
- #: ../views/modules/bar.php:39
3630
- msgid "View As"
3631
- msgstr "Vis som"
3632
-
3633
- #
3634
- #: ../views/month/nav.php:18
3635
- msgid "Calendar Month Navigation"
3636
- msgstr "Navigering etter Kalendermåned"
3637
-
3638
- #
3639
- #: ../views/tickets/attendees-email.php:25
3640
- msgid "Attendee List"
3641
- msgstr "Deltakerliste"
3642
-
3643
- #: ../views/tickets/email.php:39
3644
- msgid "Your tickets"
3645
- msgstr "Dine billetter"
3646
-
3647
- #: ../views/tickets/email.php:320
3648
- msgid "Ticket Type"
3649
- msgstr "Billettype"
3650
-
3651
- #: ../views/tickets/email.php:324
3652
- msgid "Purchaser"
3653
- msgstr "Kjøper"
3654
-
3655
- #~ msgid ""
3656
- #~ "These styles provide a bare minimum level of layout for the more complex "
3657
- #~ "templates, and is recommended if you're customizing the events template "
3658
- #~ "styles."
3659
- #~ msgstr ""
3660
- #~ "Denne stilen gir et minimums nivå av oppsettet av de av mer komplekse "
3661
- #~ "malene, og anbefales hvis du ønsker å tilpasse aktivitets malens stiler."
3662
-
3663
- #~ msgid ""
3664
- #~ "These styles provide a more complex level of layout and style and should "
3665
- #~ "adapt to your theme"
3666
- #~ msgstr ""
3667
- #~ "Disse stilene gi et mer komplekst nivå av layout og stil, og skal "
3668
- #~ "tilpasse seg ditt tema"
3669
-
3670
- #~ msgid "These styles provide a fully designed events theme"
3671
- #~ msgstr "Disse stilene gir et fullt utviklet arrangmenets tema"
3672
-
3673
- #~ msgid ""
3674
- #~ "If this is your first time using The Events Calendar,you're in for a "
3675
- #~ "treat. You're going to find it super-easy to get up and running with "
3676
- #~ "managing your events. Here are some ways to get started:</"
3677
- #~ "p><ul><li><strong>Feeling adventurous?</strong> Jump right into it by "
3678
- #~ "visiting the Events menu to <a href=\"%s\">add your first event</a>.</"
3679
- #~ "li><li><strong>Want to get the low-down first?</strong> Visit our <a href="
3680
- #~ "\"%s\">new user primer</a>, designed to help familiarize you with the "
3681
- #~ "plugin basics.</li></ul>"
3682
- #~ msgstr ""
3683
- #~ "Hvis dette er første gang du bruker aktivitetskalenderen, er du funnet en "
3684
- #~ "godbit. Du kommer til å finne det super-enkelt å komme i gang med å "
3685
- #~ "administrere dine arrangementer. Her er noen måter å komme i gang på:</"
3686
- #~ "p><ul><li><strong>Er du eventyrlystnen?</strong> Hopp rett inn i det ved "
3687
- #~ "å gå til menyen Aktiviteter for <a href=\"%s\">legge til din første "
3688
- #~ "hendelse </a>.</li><li><strong>Lyst til å slappe av først?</strong> Besøk "
3689
- #~ "vår <a href=\"%s\">ny bruker primer</a>, laget for å hjelpe deg å bli "
3690
- #~ "kjent med utvidelsens grunnleggende funksjon.</li></ul>"
3691
-
3692
- #~ msgid ""
3693
- #~ "<p>We love all our users and want to help free & PRO customers alike. If "
3694
- #~ "you're running the latest version of The Events Calendar and are having "
3695
- #~ "problems, post a thread at the %s on WordPress.org. We hit the forum once "
3696
- #~ "a week to look for legitimate bug reports and do what we can to assist "
3697
- #~ "users.</p>"
3698
- #~ msgstr ""
3699
- #~ "<p>Vi er glad i alle våre brukere, og ønsker å hjelpe gratis og PRO "
3700
- #~ "kunder likt. Hvis du kjører den nyeste versjonen av Aktivitetskalender og "
3701
- #~ "har problemer, så legg inn en tråd på %s på WordPress.org. Vi sjekker "
3702
- #~ "forumet en gang i uken for å se etter legitime feilrapporter og gjøre det "
3703
- #~ "vi kan for å hjelpe brukerne.</p>"
3704
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3
+ <head>
4
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5
+ <title>Tribe Pro - tribe-events-calendar-nb_NO.po - Tribe Central</title>
6
+ <meta name="description" content="ChiliProject" />
7
+ <meta name="keywords" content="issue,bug,tracker" />
8
+ <meta name="csrf-param" content="authenticity_token"/>
9
+ <meta name="csrf-token" content="lOSDz2480m/jL45irSTodjTu7YJsIXDY33py09dok9g="/>
10
+ <link rel='shortcut icon' href='/plugin_assets/redmine_shane_and_peter_design/images//favicon.ico?1360645205' />
11
+ <link href="/stylesheets/reset.css?1360645048" media="all" rel="stylesheet" type="text/css" />
12
+ <link href="/stylesheets/smoothness/jquery-ui.css?1360645048" media="all" rel="stylesheet" type="text/css" />
13
+ <link href="/plugin_assets/redmine_shane_and_peter_design/themes/modern_tribe/stylesheets/application.css?1360645205" media="all" rel="stylesheet" type="text/css" />
14
+ <link href="/stylesheets/print.css?1360645048" media="print" rel="stylesheet" type="text/css" />
15
+
16
+ <!--[if lte IE 6]><link href="/stylesheets/ie6.css?1360645048" media="all" rel="stylesheet" type="text/css" /><![endif]-->
17
+ <!--[if lte IE 7]><link href="/stylesheets/ie7.css?1360645048" media="all" rel="stylesheet" type="text/css" /><![endif]-->
18
+ <!--[if gte IE 8]><![endif]-->
19
+
20
+ <script src="/javascripts/jquery.min.js?1360645048" type="text/javascript"></script>
21
+ <script src="/javascripts/jquery-ui.min.js?1360645048" type="text/javascript"></script>
22
+ <script src="/javascripts/jquery.menu_expand.js?1360645048" type="text/javascript"></script>
23
+ <script type="text/javascript">
24
+ //<![CDATA[
25
+ jQuery.noConflict();
26
+ //]]>
27
+ </script>
28
+ <script src="/javascripts/prototype.js?1360645048" type="text/javascript"></script>
29
+ <script src="/javascripts/effects.js?1360645048" type="text/javascript"></script>
30
+ <script src="/javascripts/dragdrop.js?1360645048" type="text/javascript"></script>
31
+ <script src="/javascripts/controls.js?1360645048" type="text/javascript"></script>
32
+ <script src="/javascripts/application.js?1360645048" type="text/javascript"></script>
33
+ <script type="text/javascript">
34
+ //<![CDATA[
35
+ Event.observe(window, 'load', function(){ new WarnLeavingUnsaved('The current page contains unsaved text that will be lost if you leave this page.'); });
36
+ //]]>
37
+ </script>
38
+ <link href="/stylesheets/jstoolbar.css?1360645048" media="screen" rel="stylesheet" type="text/css" />
39
+
40
+
41
+ <script src="/plugin_assets/chiliproject_clocking/javascripts/underscore-min.js?1360645204" type="text/javascript"></script> <script src="/plugin_assets/chiliproject_clocking/javascripts/jquery.tmpl.min.js?1360645204" type="text/javascript"></script> <script src="/plugin_assets/chiliproject_clocking/javascripts/helpers.js?1360645204" type="text/javascript"></script> <script src="/plugin_assets/chiliproject_clocking/javascripts/clocking_tool.js?1360645204" type="text/javascript"></script> <link href="/plugin_assets/chiliproject_clocking/stylesheets/clocking_tool.css?1360645204" media="screen" rel="stylesheet" type="text/css" /> <style type="text/css">html {
42
+ min-width: 960px;
43
+ }
44
+
45
+ body {
46
+ background: url('/plugin_assets/redmine_shane_and_peter_design/images/header-other.jpg') no-repeat center 44px;
47
+ font: museo-sans,sans-serif;
48
+ font-size: 13px;
49
+ }
50
+
51
+ a, a:link, a:visited{
52
+ color:#0386AA;
53
+ }
54
+
55
+ a:hover{
56
+ color:#21A6CB;
57
+ }
58
+
59
+ h1, h2, h3, h4, h5, h6 {
60
+ font-weight: normal;
61
+ border: none;
62
+ }
63
+
64
+ .title-bar h2 {
65
+ /*font-weight: normal;
66
+ padding-bottom:0;*/
67
+ font-family: 'Helvetica Neue', Helvetica, sans;
68
+ font-weight: 100;
69
+ padding-left:2px;
70
+ font-size:48px;
71
+ padding-bottom:0px;
72
+ }
73
+
74
+ h2, .wiki h1 {
75
+ /*font-size: 72px;
76
+ margin: 20px 0;
77
+ font-family: Yellowtail, museo-sans, arial;
78
+ */
79
+ border: none;
80
+ line-height:1em;
81
+ font-family: 'Helvetica Neue', Helvetica, sans;
82
+ font-weight: 100;
83
+ padding-left: 2px;
84
+ font-size: 48px;
85
+ padding-bottom: 0px;
86
+ }
87
+
88
+ /*h3, .wiki h2 {
89
+ text-transform: uppercase;
90
+ font-weight: 700;
91
+ border-bottom: 1px solid #F2F2F2;
92
+ padding-bottom: 2px;
93
+ margin: 24px 0 18px 0;
94
+ text-shadow: 1px 1px 1px white, 2px 2px 0 #D9D9D9;
95
+ letter-spacing: 1.85px;
96
+ font-family: arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
97
+ }*/
98
+
99
+ h3{
100
+ text-transform: uppercase;
101
+ font-weight: 700;
102
+ border-bottom: 1px solid #F2F2F2;
103
+ padding-bottom: 2px;
104
+ margin: 24px 0 18px 0;
105
+ letter-spacing: 1.85px;
106
+ font-family: arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
107
+ }
108
+ .wiki h2 {
109
+ text-transform: uppercase;
110
+ border-bottom: none;
111
+ padding-bottom: 2px;
112
+ margin: 24px 0 18px 0;
113
+ text-shadow: none;
114
+ letter-spacing: 1.85px;
115
+ font-family: arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
116
+ padding:20px;
117
+ background: #f3f3f3;
118
+ color:#666;
119
+ }
120
+
121
+
122
+ /*** Font Size Reset ***/
123
+
124
+ table, tbody, tfoot, thead, tr, th, td,
125
+ .contextual,
126
+ .contextual input, .contextual select,
127
+ p.breadcrumb,
128
+ p.subtitle,
129
+ p.footnote,
130
+ p.other-formats,
131
+ fieldset.collapsible,
132
+ .buttons,
133
+ div#activity dd, #search-results dd,
134
+ table#time-report .hours-dec,
135
+ td.hours .hours-dec,
136
+ #errorExplanation ul,
137
+ ul.properties,
138
+ div.issue p,
139
+ div.issue div,
140
+ #content,
141
+ #content td,
142
+ #content.nosidebar,
143
+ #content table.progress td,
144
+ #content .tabs ul li a,
145
+ button.tab-left, button.tab-right,
146
+ table.plugins span.description,
147
+ table.plugins span.url,
148
+ #sidebar,
149
+ #sidebar a,
150
+ #sidebar a:link,
151
+ #sidebar a:visited,
152
+ #sidebar h3,
153
+ .mypage-box,
154
+ .mypage-box h3,
155
+ .mypage-box a,
156
+ .extras-actions a,
157
+ .js-tooltip-inner,
158
+ .journal h4,
159
+ div.attachments,
160
+ div.attachments span.author,
161
+ ul.projects .description,
162
+ ul.projects li div.root,
163
+ .js-tooltip .arrow,
164
+ .wiki,
165
+ h5, .wiki h4,
166
+ #footer,
167
+ td.hours .hours-dec,
168
+ table.plugins span.description,
169
+ table.plugins span.url,
170
+ table.cal td {
171
+ font-size: 100%;
172
+ }
173
+
174
+ .wiki p {
175
+ margin: 20px 0;
176
+ }
177
+
178
+ /*** Menu / Header ***/
179
+
180
+ #top-menu {
181
+ height: 100px;
182
+ }
183
+
184
+ #top-menu,
185
+ #header,
186
+ #breadcrumb {
187
+ background: none;
188
+ }
189
+
190
+ #breadcrumb {
191
+ display: table;
192
+ }
193
+
194
+ #main {
195
+ background: none;
196
+ margin:25px 0 0 39px;
197
+ min-width: 960px;
198
+ clear: both;
199
+ }
200
+
201
+ #content {
202
+ /*
203
+ Boxed In Version
204
+ border: none;
205
+ box-shadow:0px 0px 3px #ccc;
206
+ padding:20px;*/
207
+
208
+ /*Open Version */
209
+ border:none !important;
210
+ background:none;
211
+ padding:0 30px;
212
+
213
+ clear: both;
214
+ }
215
+
216
+ #breadcrumb{
217
+ padding-left:39px;
218
+ margin-top:20px;
219
+ font-weight:lighter;
220
+ font-family: Helvetica Neue, Helvetica, sans;
221
+ font-size:30px;
222
+ }
223
+
224
+ #breadcrumb a{
225
+ text-decoration: none !important;
226
+ color:#21A6CB !important;
227
+ }
228
+
229
+ #side-container{
230
+ /*margin-top:35px;*/
231
+ margin-top:0;
232
+ }
233
+
234
+ .box {
235
+ border: 1px solid #D0EBF1;
236
+ background: #F7FCFC;
237
+ color: #535353;
238
+ }
239
+
240
+ #content .box h3 {
241
+ margin: -6px;
242
+ border: none;
243
+ background: #D0EBF1;
244
+ padding: 10px;
245
+ margin-bottom: 6px;
246
+ }
247
+
248
+ a, a:link, a:visited {
249
+ text-decoration: none;
250
+ color: #21A6CB;
251
+ font-weight: normal;
252
+ }
253
+
254
+ #logo a {
255
+ display:block;
256
+ background: url('/plugin_assets/redmine_shane_and_peter_design/images/logo.png') no-repeat 25px 13px;
257
+ text-indent:-999em;
258
+ width: 265px;
259
+ }
260
+
261
+
262
+ .drop-down ul{
263
+ max-height: 400px;
264
+ overflow-y: auto;
265
+ overflow-x: none;
266
+ }
267
+
268
+ /* Alternate header
269
+
270
+ #breadcrumb {
271
+ letter-spacing: 2px;
272
+ font-size: 18px;
273
+ padding: 4px 20px;
274
+ color: white;
275
+ display: block;
276
+ padding: 4px 20px;
277
+ background: #21A6CB;
278
+ font-family: arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
279
+ }
280
+
281
+ #top-menu {
282
+ height: 90px;
283
+ }
284
+
285
+ body {
286
+ background-position-y: 90px;
287
+ }
288
+
289
+ */
290
+
291
+ #account-nav {
292
+ background: #fff
293
+ }
294
+
295
+ #header li {
296
+ border: none;
297
+ }
298
+
299
+ #header li > a {
300
+ color: #4F4F4F;
301
+ }
302
+
303
+ #header li > a:hover {
304
+ background-color:#21A6CB;
305
+ color: #fff;
306
+ }
307
+
308
+ #header li.drop-down > a:hover {
309
+ background:#21A6CB url(/images/arrow-down-white.png) no-repeat right center;
310
+ }
311
+
312
+ #header li.drop-down > a {
313
+ background:#FFF url(/images/arrow-down-grey.png) no-repeat right center;
314
+ }
315
+ #header li li a:hover {
316
+ background-color:#FFFFFF;
317
+ color:#222222;
318
+ }
319
+
320
+ #header li li {
321
+ border: none;
322
+ }
323
+
324
+ #header li > ul {
325
+ border: 1px solid #B7B7B7;
326
+ box-shadow: 0px 0px 3px #CCC;
327
+ margin-left: 1px;
328
+ }
329
+
330
+ #header li.drop-down li > a.separator,
331
+ #header li.drop-down li > a.administration {
332
+ border-bottom: 1px solid #DDD;
333
+ background: #EEE;
334
+ }
335
+
336
+ #header li.drop-down li > a.separator,
337
+ #header li.drop-down li > a.reports,
338
+ #header li.drop-down li > a.timesheet,
339
+ #header li.drop-down li > a.accounts-payables,
340
+ #header li.drop-down li > a.administration {
341
+ background: #EEE;
342
+ }
343
+
344
+ #more-menu.drop-down ul li a.projects {
345
+ border-top: none;
346
+ }
347
+
348
+ #header li.drop-down li > a {
349
+ padding: 8px 20px 8px 10px;
350
+ margin: 0;
351
+ }
352
+
353
+ #clocking-tool .issues-container h3 {
354
+ margin: 0;
355
+ display: none;
356
+ }
357
+
358
+ div.clocking-tool-inner .issues-container ul {
359
+ height: 240px;
360
+ }
361
+
362
+ div.clocking-tool-inner .form-container {
363
+ width: 228px;
364
+ }
365
+
366
+ .clocking-tool-trigger a img {
367
+ padding: 12px 0;
368
+ }
369
+
370
+ #clocking-tool.embed {
371
+ top: 43px;
372
+ z-index: 999;
373
+ }
374
+ div#clocking-tool {
375
+ height: 297px;
376
+ }
377
+
378
+ input.time_entry_spent_on {
379
+ width:71px;
380
+ float: left;
381
+ margin-left:11px
382
+ }
383
+
384
+ #main-menu {
385
+ border: none;
386
+ box-shadow:1px 1px 2px #ccc;
387
+ }
388
+
389
+ #main-menu ul {
390
+ border:none;
391
+ }
392
+
393
+ #main-menu li {
394
+ border:none;
395
+ margin-bottom: 1px;
396
+ background-color: #f1f1f1;
397
+ }
398
+
399
+ #main-menu .toggler{
400
+ top:6px;
401
+ }
402
+
403
+ #header li.drop-down li > a:hover,
404
+ #main-menu li a.selected,
405
+ #main-menu li a:hover {
406
+ -moz-border-radius-topleft:0px;
407
+ -moz-border-radius-topright:0px;
408
+ -webkit-border-top-left-radius:0px;
409
+ -webkit-border-top-right-radius:0px;
410
+ border-top-left-radius:0px;
411
+ border-top-right-radius:0px;
412
+ -moz-border-radius-bottomleft:0px;
413
+ -moz-border-radius-bottomright:0px;
414
+ -webkit-border-bottom-left-radius:0px;
415
+ -webkit-border-bottom-right-radius:0px;
416
+ border-bottom-left-radius:0px;
417
+ border-bottom-right-radius:0px;
418
+ background-color:#21A6CB;
419
+ color:#fff;
420
+ }
421
+
422
+ #main-menu li a.selected{
423
+ background:#999;
424
+ }
425
+
426
+ #header li.drop-down.open > a {
427
+ color: #fff;
428
+ background:#21A6CB url(/images/arrow-down-white.png) no-repeat right center;
429
+ }
430
+
431
+ #main-menu li a {
432
+ margin: 0;
433
+ padding: 6px 0 6px 20px;
434
+ font-weight:normal;
435
+ }
436
+
437
+ #main-menu li li{
438
+ background:#f9f9f9;
439
+ }
440
+
441
+ li a.home {
442
+ background-image:url(/images/icon_home_grey.png);
443
+ }
444
+
445
+ li a.home:hover {
446
+ background-image:url(/images/icon_home.png);
447
+ }
448
+
449
+ li a.help {
450
+ background-image:url(/images/icon_help_grey.png);
451
+ }
452
+
453
+ li a.help:hover {
454
+ background-image:url(/images/icon_help.png);
455
+ }
456
+
457
+ #header li a.clocking-tool-menu {
458
+ background-image: url( /plugin_assets/chiliproject_clocking/images/clock_grey.png );
459
+ }
460
+
461
+ #header li a.clocking-tool-menu:hover {
462
+ background-image: url( /plugin_assets/chiliproject_clocking/images/clock.png );
463
+ }
464
+
465
+ .button-large a {
466
+ color:#21A6CB;
467
+ }
468
+
469
+ #sidebar a, #sidebar a:link, #sidebar a:visited {
470
+ color: #21A6CB;
471
+ }
472
+
473
+ /** Form Elements **/
474
+
475
+ textarea {
476
+ border-color: #AAA;
477
+ }
478
+
479
+ /** Single Issue **/
480
+
481
+ #content div.issue h1.subject{
482
+ background:none;
483
+ color:#333;
484
+ border-radius:0;
485
+ padding:0;
486
+ font-weight:bold;
487
+ margin-top:-10px;
488
+ max-width: 50%;
489
+ font-size: 18px;
490
+ line-height: 1.25em;
491
+ }
492
+
493
+ #content .meta table th{
494
+ width:110px;
495
+ }
496
+
497
+ div.issue hr{
498
+ margin:10px 0;
499
+ background:#efefef;
500
+ }
501
+
502
+ body.controller-issues #content #upper-title-bar .title-bar-actions .contextual a{
503
+ color:#333;
504
+ }
505
+
506
+ body.controller-issues #content .title-bar-actions .contextual{
507
+ top:0 !important;
508
+ font-size:11px;
509
+ }
510
+
511
+ .title-bar-actions{
512
+ margin-top:0;
513
+ }
514
+
515
+ #content .title-bar {
516
+ top: auto;
517
+ height: auto;
518
+ min-height: 1px;
519
+ }
520
+
521
+ div.meta{
522
+ padding:20px;
523
+ background:#f4f4f4;
524
+ margin-top:-9px;
525
+ }
526
+
527
+ #content .title-bar-actions a{
528
+ color: #167d9a !important;
529
+ text-transform: capitalize;
530
+ padding-right: 11px;
531
+ padding-left:0;
532
+ background:none !important;
533
+ line-height: 2.25em !important;
534
+ }
535
+ #content .title-bar-actions a:hover{
536
+ color: #21A6CB !important;
537
+ }
538
+ div.issue{
539
+ padding:0;
540
+ }
541
+
542
+ body.controller-issues #content .title-bar-actions a.icon.icon-edit{
543
+ background: #21A6CB !important;
544
+ color: #fff !important;
545
+ padding:3px 10px !important;
546
+ }
547
+
548
+ p.author{
549
+ background: #E9E9E9;
550
+ padding: 9px;
551
+ margin: 10px 0;
552
+ }
553
+
554
+ #history .journal{
555
+ padding: 20px;
556
+ background: #F4F4F4;
557
+ margin-bottom:20px;
558
+ }
559
+
560
+ .journal-details h4{
561
+ font-weight:bold;
562
+ }
563
+
564
+ .journal.has-avatar .journal-details {
565
+ padding-left: 65px;
566
+ }
567
+
568
+ .details hr{
569
+ display:none;
570
+ }
571
+
572
+ /* Playing with solid background behind description area */
573
+
574
+ div.description,
575
+ #relations,
576
+ .attachments{
577
+ padding:30px 23px;
578
+ background:#f4f4f4;
579
+ border-top:1px solid #ddd;
580
+ }
581
+
582
+ div.attachments {
583
+ margin-top:0;
584
+ }
585
+
586
+ /* #16523 - clearfix after image thumbnails */
587
+ #history .journal-attributes:after {
588
+ content: ".";
589
+ display: block;
590
+ height: 0;
591
+ clear: both;
592
+ visibility: hidden;
593
+ }
594
+
595
+ /*** Accounts Payable ***/
596
+
597
+ .controller-timesheet #main,
598
+ .controller-accounts_payables #main {
599
+ margin-top: -7px;
600
+ }
601
+
602
+ .controller-timesheet .contextual,
603
+ .controller-accounts_payables .contextual {
604
+ line-height: 0;
605
+ margin-top: 0;
606
+ }
607
+
608
+ .controller-timesheet #top-menu,
609
+ .controller-accounts_payables #top-menu {
610
+ height: 75px;
611
+ }
612
+
613
+ #time_entries h2 {
614
+ font-size: 60px;
615
+ margin: 14px 0;
616
+ }
617
+
618
+ /*** Context Menu ***/
619
+
620
+ .context-menu-selection,
621
+ .context-menu-selection:hover {
622
+ color: #FFF !important;
623
+ background: #21A6CB !important;
624
+ }
625
+
626
+ .context-menu-selection a,
627
+ .context-menu-selection:hover a {
628
+ color: #FFF !important;
629
+ }
630
+
631
+ #context-menu .submenu {
632
+ border-left-color: #21A6CB;
633
+ }
634
+
635
+ #context-menu .folder:hover .submenu {
636
+ border-left-color: #fff;
637
+ }
638
+
639
+ #context-menu li:hover {
640
+ border: none;
641
+ background: #21A6CB;
642
+ }
643
+
644
+ /*** Search ***/
645
+
646
+ #header .search_field {
647
+ background: #F8F8F8;
648
+ color: #333;
649
+ margin-top: 6px;
650
+
651
+ /* Rounded Version */
652
+ -moz-border-radius-topleft: 15px;
653
+ -moz-border-radius-topright: 15px;
654
+ -webkit-border-top-left-radius: 15px;
655
+ -webkit-border-top-right-radius: 15px;
656
+ border-top-left-radius: 15px;
657
+ border-top-right-radius: 15px;
658
+ -moz-border-radius-bottomleft: 15px;
659
+ -moz-border-radius-bottomright: 15px;
660
+ -webkit-border-bottom-left-radius: 15px;
661
+ -webkit-border-bottom-right-radius: 15px;
662
+ border-bottom-left-radius: 15px;
663
+ border-bottom-right-radius: 15px;
664
+ border: 1px solid #DDD;
665
+ padding-top: 0;
666
+ padding-bottom: 0;
667
+
668
+ /* Square Corner Version */
669
+ /*
670
+ box-shadow: inset 0px 0px 4px #ccc;
671
+ border: none;
672
+ */
673
+ }
674
+
675
+ #header input.search_field::-webkit-input-placeholder {
676
+ color: #BBB;
677
+ }
678
+
679
+ /*** Footer ***/
680
+
681
+ #footer {
682
+ color: #BBB;
683
+ background: #F6F6F6;
684
+ padding: 15px;
685
+ display: none;
686
+ }
687
+
688
+ #footer a {
689
+ color: #BBB;
690
+ }
691
+
692
+ /*** Homepage styling ***/
693
+
694
+ .controller-welcome .splitcontentleft {
695
+ width: 100%;
696
+ }
697
+ .controller-welcome .splitcontentright {
698
+ display: none;
699
+ }
700
+ .controller-welcome .box {
701
+ display: none;
702
+ }
703
+ .controller-welcome #breadcrumb {
704
+ display: none;
705
+ }
706
+ .controller-welcome h2 {
707
+ display: none;
708
+ }
709
+ .controller-welcome .splitcontentleft h2 {
710
+ display: block;
711
+ }
712
+ .controller-welcome #top-menu {
713
+ height: 0px;
714
+ }
715
+
716
+ /*** My Page ***/
717
+
718
+ #content .mypage-box h3 {
719
+ font-size: 16px;
720
+ }
721
+
722
+ /*** Issue List ***/
723
+
724
+ #content td{
725
+ padding: 5px;
726
+ }
727
+
728
+ .title-bar .contextual {
729
+ top:24px;
730
+ }
731
+
732
+ #content table th a {
733
+ text-decoration: none;
734
+ font-weight: bold;
735
+ color: #666;
736
+ text-shadow: 2px 2px 2px white;
737
+ }
738
+
739
+ /**** Misc Elements ***/
740
+
741
+ fieldset#filters legend,
742
+ fieldset#column_options legend{
743
+ border-radius:0px
744
+ }
745
+
746
+ .rounded-background{
747
+ border-radius:0px;
748
+ }
749
+
750
+ #history .journal.question{
751
+ color:#B3D0D8;
752
+ background:#167D9A;
753
+ border-bottom-left-radius: 5px;
754
+ -moz-border-radius-bottomleft: 5px;
755
+ -webkit-border-bottom-left-radius: 5px;
756
+ border-bottom-right-radius: 5px;
757
+ -moz-border-radius-bottomright: 5px;
758
+ -webkit-border-bottom-right-radius: 5px;
759
+ }
760
+
761
+ #history .journal.question a {
762
+ color:#fff;
763
+ }
764
+
765
+ .pagination{
766
+ float:right;
767
+ clear:right;
768
+ margin-top:13px !important;
769
+ margin-left:20px;
770
+ }
771
+
772
+ .other-formats{
773
+ text-align:right;
774
+ margin:70px 0 0 0;
775
+ }
776
+
777
+ /** Spent Time Sidebar **/
778
+
779
+ #projects-sidebar-hours {
780
+ display: none;
781
+ }
782
+
783
+ /** Watchers **/
784
+
785
+ #watchers h3{
786
+ text-transform:capitalize;
787
+ letter-spacing:0;
788
+ text-shadow:none;
789
+ font-size:13px;
790
+ margin-left:0;
791
+ padding-left:0;
792
+ }
793
+
794
+ #watchers{
795
+ margin-bottom:10px;
796
+ }
797
+
798
+ /** Contracts **/
799
+
800
+ #dialog-window h2 {
801
+ font-size: 34px;
802
+ }
803
+
804
+ #finance-summary {
805
+ line-height: 78px;
806
+ }
807
+
808
+ table.striped-contract-style,
809
+ #finance-summary {
810
+ font-size: 12px;
811
+ }
812
+
813
+ .ui-dialog .ui-dialog-buttonpane {
814
+ border-top: none;
815
+ margin: 0px;
816
+ padding: 12px;
817
+ }
818
+
819
+ .ui-corner-all {
820
+ -moz-border-radius-bottomright: 0px;
821
+ -webkit-border-bottom-right-radius: 0px;
822
+ -khtml-border-bottom-right-radius: 0px;
823
+ border-bottom-right-radius: 0px;
824
+ -moz-border-radius-bottomleft: 0px;
825
+ -webkit-border-bottom-left-radius: 0px;
826
+ -khtml-border-bottom-left-radius: 0px;
827
+ border-bottom-left-radius: 0px;
828
+ -moz-border-radius-topright: 0px;
829
+ -webkit-border-top-right-radius: 0px;
830
+ -khtml-border-top-right-radius: 0px;
831
+ border-top-right-radius: 0px;
832
+ -moz-border-radius-topleft: 0px;
833
+ -webkit-border-top-left-radius: 0px;
834
+ -khtml-border-top-left-radius: 0px;
835
+ border-top-left-radius: 0px;
836
+ }
837
+
838
+ .ui-dialog {
839
+ padding: 0;
840
+ }
841
+
842
+ .ui-widget-header {
843
+
844
+ }
845
+
846
+ h1:hover a.wiki-anchor {
847
+ display: none;
848
+ }
849
+
850
+ .striped-contract-style .finance table {
851
+ width: 100%;
852
+ }</style><script type="text/javascript">
853
+ //<![CDATA[
854
+ /**** Google Font ****/
855
+
856
+ WebFontConfig = {
857
+ google: { families: [ 'Yellowtail::latin' ] }
858
+ };
859
+ (function() {
860
+ var wf = document.createElement('script');
861
+ wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
862
+ '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
863
+ wf.type = 'text/javascript';
864
+ wf.async = 'true';
865
+ var s = document.getElementsByTagName('script')[0];
866
+ s.parentNode.insertBefore(wf, s);
867
+ })();
868
+
869
+ /**** Fix Watchers Box / Remove Help Link / Remove related selector ****/
870
+
871
+ jQuery(document).ready(function($) {
872
+ $('#watchers').prependTo('#history');
873
+ $('li a.help').parent('li').remove();
874
+
875
+ var option = $('<option></option>').attr("value", "relates").text("related to");
876
+ $('#relation_relation_type').empty().append(option).hide();
877
+ });
878
+
879
+ /**** Remove Menu Animation ****/
880
+
881
+ var animationRate = 0;
882
+
883
+ /**** Fix time entries ****/
884
+
885
+ /*
886
+ * Javascript time conversion script
887
+ * version 1.0
888
+ * @requires jQuery
889
+ * @author Modern Tribe Inc. (Peter Chester)
890
+ *
891
+ * Converts several formats to a 2 point float. Accepted formats include:
892
+ * 1.3333333333
893
+ * 1h 10m
894
+ * 1:10
895
+ * 1
896
+ *
897
+ * Entries over 15 hours are assumed to be 15 minutes.
898
+ */
899
+ function filterTimeFormat(time) {
900
+
901
+ if (time=="") {
902
+ return "";
903
+ }
904
+
905
+ // Number of decimal places to round to
906
+ var decimal_places = 2;
907
+
908
+ // Maximum number of hours before we should assume minutes were intended. Set to 0 to remove the maximum.
909
+ var maximum_hours = 8;
910
+
911
+ // 3
912
+ var int_format = time.match(/^\d+$/);
913
+
914
+ // 1:15
915
+ var time_format = time.match(/([\d]*):([\d]+)/);
916
+
917
+ // 10m
918
+ var minute_string_format = time.toLowerCase().match(/([\d]+)m/);
919
+
920
+ // 2h
921
+ var hour_string_format = time.toLowerCase().match(/([\d]+)h/);
922
+
923
+ if (time_format != null) {
924
+ hours = parseInt(time_format[1]);
925
+ minutes = parseFloat(time_format[2]/60);
926
+ time = hours + minutes;
927
+ } else if (minute_string_format != null || hour_string_format != null) {
928
+ if (hour_string_format != null) {
929
+ hours = parseInt(hour_string_format[1]);
930
+ } else {
931
+ hours = 0;
932
+ }
933
+ if (minute_string_format != null) {
934
+ minutes = parseFloat(minute_string_format[1]/60);
935
+ } else {
936
+ minutes = 0;
937
+ }
938
+ time = hours + minutes;
939
+ } else if (int_format != null) {
940
+ // Entries over 15 hours are likely intended to be minutes.
941
+ time = parseInt(time);
942
+ if (maximum_hours > 0 && time >= maximum_hours) {
943
+ time = (time/60).toFixed(decimal_places);
944
+ }
945
+ }
946
+
947
+ // make sure what ever we return is a 2 digit float
948
+ time = parseFloat(time).toFixed(decimal_places);
949
+
950
+ return time;
951
+ }
952
+
953
+ jQuery(document).ready(function($) {
954
+
955
+ // Check the time entry when the time field loses focus
956
+ $('#time_entry_hours').blur(function() {
957
+ console.log('Filtering time entry time.');
958
+ $('#time_entry_hours').val(filterTimeFormat($('#time_entry_hours').val()));
959
+ });
960
+
961
+ // because the clocking tool loads after page load, we need to watch for it and then initialize.
962
+ $('#clocking-tool').bind("DOMSubtreeModified",function(){
963
+ // Check the clocker time entry when the time field loses focus
964
+ $('.time_entry_hours').blur(function() {
965
+ console.log('Filtering clocking tool time.');
966
+ $('.time_entry_hours').val(filterTimeFormat($('.time_entry_hours').val()));
967
+ });
968
+ });
969
+ });
970
+ //]]>
971
+ </script> <link href="/plugin_assets/chiliproject_knowledgebase/stylesheets/smoothness/jquery-ui-1.8.15.custom.css?1360645205" media="screen" rel="stylesheet" type="text/css" />
972
+ <link href="/plugin_assets/chiliproject_knowledgebase/stylesheets/knowledgebase.css?1360645205" media="screen" rel="stylesheet" type="text/css" />
973
+
974
+
975
+
976
+
977
+
978
+ <script src="/plugin_assets/chiliproject_knowledgebase/javascripts/jquery-ui-1.8.15.custom.min.js?1360645205" type="text/javascript"></script>
979
+ <script src="/plugin_assets/chiliproject_knowledgebase/javascripts/jquery.form.js?1360645205" type="text/javascript"></script>
980
+ <script src="/plugin_assets/chiliproject_knowledgebase/javascripts/knowledgebase.js?1360645205" type="text/javascript"></script>
981
+
982
+ <style type="text/css">
983
+ .question { background-color:#FFEBC1; border:2px solid #FDBD3B; margin-bottom:12px; padding:0px 4px 8px 4px; }
984
+ td.formatted_questions { text-align: left; white-space: normal}
985
+ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
986
+
987
+ .kanban-question { background:#FFFFFF none repeat scroll 0 0; border:1px solid #D5D5D5; padding:2px; font-size: 0.8em }
988
+ .question-link {font-weight: bold; } /* Kanban Menu item */
989
+
990
+ </style>
991
+ <style type="text/css">#admin-menu a.rate-caches { background-image: url('/plugin_assets/redmine_rate/images/database_refresh.png?1360645205'); }</style>
992
+ <!-- page specific tags -->
993
+ <link href="/stylesheets/scm.css?1360645048" media="screen" rel="stylesheet" type="text/css" /><script src="/javascripts/jstoolbar/jstoolbar.js?1360645048" type="text/javascript"></script><script src="/javascripts/jstoolbar/textile.js?1360645048" type="text/javascript"></script><script src="/javascripts/jstoolbar/lang/jstoolbar-en.js?1360645048" type="text/javascript"></script><link href="/stylesheets/jstoolbar.css?1360645048" media="screen" rel="stylesheet" type="text/css" /></head>
994
+ <body class="theme-Modern tribe controller-attachments action-show">
995
+ <div id="wrapper">
996
+ <div id="top-menu">
997
+ <div id="header">
998
+ <div id="logo"><a href="/">Tribe Central</a></div>
999
+ <div id="top-menu-items">
1000
+ <div id="search">
1001
+
1002
+ <label class="hidden-for-sighted" for="q">Search</label>
1003
+ <form action="/search/index/premium-plugins" method="get">
1004
+
1005
+ <input accesskey="f" class="search_field" id="q" name="q" placeholder="search ..." size="20" type="text" />
1006
+ </form>
1007
+
1008
+
1009
+ </div>
1010
+
1011
+
1012
+ <ul id="account-nav">
1013
+
1014
+ <li class="drop-down">
1015
+ <a href="/projects" class="projects">Projects</a>
1016
+ <ul style="display:none;">
1017
+ <li><a href="/projects" class="projects separator">All Projects</a></li>
1018
+
1019
+ <li><a href="/projects/cafe-bon-appetit?jump=attachments">Café Bon Appétit</a></li><li><a href="/projects/marketing?jump=attachments">Marketing</a></li><li><a href="/projects/website?jump=attachments">Products Website</a></li><li><a href="/projects/wpshindig?jump=attachments">WPShindig</a></li><li><a href="/projects/mit-sloan-tablet?jump=attachments">MIT SMR</a></li><li><a href="/projects/premium-plugins?jump=attachments">Tribe Pro</a></li>
1020
+ </ul>
1021
+ </li>
1022
+
1023
+ <li class="drop-down" id="more-menu">
1024
+ <a class="more" href="#">More</a>
1025
+ <ul style="display:none;">
1026
+
1027
+ <li><a href="/system_reports" class="reports">Reports</a></li>
1028
+
1029
+ <li><a href="/timesheet" class="timesheet">Timesheet</a></li>
1030
+
1031
+
1032
+
1033
+ </ul>
1034
+ </li>
1035
+
1036
+ <li><a href="https://www.chiliproject.org/help/v3" class="help">?</a></li>
1037
+
1038
+ <li class="drop-down last-child">
1039
+ <a href="/users/506">Leah Koerper</a>
1040
+ <ul style="display:none;">
1041
+
1042
+ <li><a href="/my/page" class="my-page">My page</a></li>
1043
+
1044
+ <li><a href="/my/account" class="my-account">Settings</a></li>
1045
+
1046
+ <li><a href="/logout" class="logout">Sign out</a></li>
1047
+
1048
+ </ul>
1049
+ </li>
1050
+
1051
+ </ul>
1052
+
1053
+ </div>
1054
+ </div>
1055
+ <div id="breadcrumb">
1056
+ Tribe Pro
1057
+ </div>
1058
+ </div>
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+ <div id="main" class="">
1065
+
1066
+ <div id="side-container">
1067
+ <div id="main-menu">
1068
+ <ul><li><a href="/projects/premium-plugins" class="overview">Overview</a></li>
1069
+ <li><a href="/projects/premium-plugins/activity" class="activity">Activity</a></li>
1070
+ <li>
1071
+ <a href="/projects/premium-plugins/roadmap" class="roadmap">Roadmap</a>
1072
+ <ul class="menu-children unattached"><li><a href="/versions/show/450" class="version-450">Adminstrative</a></li><li><a href="/versions/show/327" class="version-327">Common Code &amp; Systems</a></li><li><a href="/versions/show/318" class="version-318">Conference 1.0</a></li><li><a href="/versions/show/432" class="version-432">Content</a></li><li><a href="/versions/show/418" class="version-418">Current Release</a></li><li><a href="/versions/show/445" class="version-445">Filter Bar 1.0</a></li><li><a href="/versions/show/409" class="version-409">Image Widget 4.0</a></li><li><a href="/versions/show/420" class="version-420">Next Release</a></li><li><a href="/versions/show/455" class="version-455">Release 112</a></li><li><a href="/versions/show/456" class="version-456">Release 113</a></li><li><a href="/versions/show/421" class="version-421">Support</a></li><li><a href="/versions/show/444" class="version-444">To Be Determined</a></li><li><a href="/versions/show/406" class="version-406">Wordpress.com Integration</a></li></ul>
1073
+ </li>
1074
+ <li>
1075
+ <a href="/projects/premium-plugins/issues" class="issues">Issues</a>
1076
+ <ul class="menu-children"><li><a href="/projects/premium-plugins/issues/new" accesskey="7" class="new-issue">New issue</a></li><li><a href="/projects/premium-plugins/issues?set_filter=1" class="all-open-issues">View all open issues</a></li><li><a href="/queries/new?project_id=premium-plugins" class="new-query">New saved query</a></li><li><a href="/projects/premium-plugins/issues/report" class="issue-summary">Issue Summary</a></li><li><a href="/questions/my_issue_filter?project=premium-plugins" class="questions">Questions for me</a></li></ul>
1077
+ <ul class="menu-children unattached"><li><a href="/projects/premium-plugins/issues?query_id=582" class="query-582">1 - Current Release</a></li><li><a href="/projects/premium-plugins/issues?query_id=585" class="query-585">2 - Next Release</a></li><li><a href="/projects/premium-plugins/issues?query_id=628" class="query-628">3 - Release TBD</a></li><li><a href="/projects/premium-plugins/issues?query_id=510" class="query-510">3.0 QA</a></li><li><a href="/projects/premium-plugins/issues?query_id=566" class="query-566">4 - Events Filters 1.0</a></li><li><a href="/projects/premium-plugins/issues?query_id=631" class="query-631">5 - Admin Stuff</a></li><li><a href="/projects/premium-plugins/issues?query_id=654" class="query-654">Current Release by Category</a></li><li><a href="/projects/premium-plugins/issues?query_id=598" class="query-598">Current Release by Person</a></li><li><a href="/projects/premium-plugins/issues?query_id=144" class="query-144">My Issues</a></li><li><a href="/projects/premium-plugins/issues?query_id=612" class="query-612">Next Release by Person</a></li><li><a href="/projects/premium-plugins/issues?query_id=569" class="query-569">Pending Manager</a></li><li><a href="/projects/premium-plugins/issues?query_id=640" class="query-640">Pending Merge</a></li><li><a href="/projects/premium-plugins/issues?query_id=304" class="query-304">Pending QA</a></li><li><a href="/projects/premium-plugins/issues?query_id=584" class="query-584">Pending Something</a></li><li><a href="/projects/premium-plugins/issues?query_id=639" class="query-639">QA By Person</a></li><li><a href="/projects/premium-plugins/issues?query_id=592" class="query-592">Release 107 (July 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=599" class="query-599">Release 108 (Aug 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=619" class="query-619">Release 109 (Sept 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=629" class="query-629">Release 110 (Nov 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=642" class="query-642">Release 111 (Dec 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=655" class="query-655">Release 112 (Jan 2014)</a></li><li><a href="/projects/premium-plugins/issues?query_id=605" class="query-605">Support: Docs</a></li><li><a href="/projects/premium-plugins/issues?query_id=397" class="query-397">Support: Tickets</a></li><li><a href="/projects/premium-plugins/issues?query_id=563" class="query-563">Tagged with Leah</a></li></ul>
1078
+ </li>
1079
+ <li>
1080
+ <a href="/projects/premium-plugins/time_entries" class="reports">Reports</a>
1081
+ <ul class="menu-children"><li><a href="/projects/premium-plugins/time_entries/report" class="time-reports">Report</a></li></ul>
1082
+ </li>
1083
+ <li>
1084
+ <a href="/projects/premium-plugins/boards" class="boards">Forums</a>
1085
+ <ul class="menu-children"><li><a href="/projects/premium-plugins/boards/new" class="new-board">New forum</a></li></ul>
1086
+ <ul class="menu-children unattached"><li><a href="/projects/premium-plugins/boards/17" class="board-17">Plugin Standards</a></li></ul>
1087
+ </li>
1088
+ <li><a href="/projects/premium-plugins/repository" class="repository">Repository</a></li>
1089
+ <li>
1090
+ <a href="/projects/premium-plugins/wiki" class="wiki">Wiki</a>
1091
+ <ul class="menu-children unattached"><li><a href="/projects/premium-plugins/wiki/Schedule" class="wiki-page-867">Schedule</a></li><li><a href="/projects/premium-plugins/wiki/Support_Idea_Bin" class="wiki-page-605">Support Idea Bin</a></li></ul>
1092
+ </li>
1093
+ <li>
1094
+ <a href="/projects/premium-plugins/settings" class="settings">Settings</a>
1095
+ <ul class="menu-children unattached"><li><a href="/projects/premium-plugins/settings/versions" class="settings-versions">Versions</a></li><li><a href="/projects/premium-plugins/settings/categories" class="settings-categories">Issue categories</a></li><li><a href="/projects/premium-plugins/settings/wiki" class="settings-wiki">Wiki</a></li><li><a href="/projects/premium-plugins/settings/boards" class="settings-boards">Forums</a></li></ul>
1096
+ </li></ul>
1097
+
1098
+ </div>
1099
+
1100
+
1101
+ <!-- Sidebar -->
1102
+ <div id="sidebar">
1103
+
1104
+
1105
+ </div>
1106
+
1107
+ </div>
1108
+
1109
+ <script type="text/javascript">
1110
+ //<![CDATA[
1111
+ jQuery.menu_expand({ menuItem: '.attachments' });
1112
+ //]]>
1113
+ </script>
1114
+
1115
+ <div class="" id="content">
1116
+
1117
+ <h2>tribe-events-calendar-nb_NO.po</h2>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1118
 
1119
+ <div class="attachments">
1120
+ <p>
1121
+ <span class="author"><a href="/users/506">Leah Koerper</a>, 01/13/2014 10:54 am</span></p>
1122
+ <p><a href="/attachments/download/66719/tribe-events-calendar-nb_NO.po">Download</a> <span class="size">(108.8 kB)</span></p>
1123
 
1124
+ </div>
1125
+ &nbsp;
1126
+ <div class="autoscroll">
1127
+ <table class="filecontent syntaxhl">
1128
+ <tbody>
1129
 
 
 
 
1130
 
1131
+ <tr><th class="line-num" id="L1"><a href="#L1">1</a></th><td class="line-code"><pre># Events Calendar Pro by Modern Tribe, Inc.
1132
+ </pre></td></tr>
 
1133
 
 
 
 
1134
 
1135
+ <tr><th class="line-num" id="L2"><a href="#L2">2</a></th><td class="line-code"><pre># Copyright (C) Modern Tribe, Inc.
1136
+ </pre></td></tr>
 
1137
 
 
 
 
1138
 
1139
+ <tr><th class="line-num" id="L3"><a href="#L3">3</a></th><td class="line-code"><pre># This file is distributed under the same license as the Events Calendar Pro package.
1140
+ </pre></td></tr>
 
1141
 
 
 
 
1142
 
1143
+ <tr><th class="line-num" id="L4"><a href="#L4">4</a></th><td class="line-code"><pre>msgid &quot;&quot;
1144
+ </pre></td></tr>
 
1145
 
 
 
 
1146
 
1147
+ <tr><th class="line-num" id="L5"><a href="#L5">5</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1148
+ </pre></td></tr>
 
1149
 
 
 
 
1150
 
1151
+ <tr><th class="line-num" id="L6"><a href="#L6">6</a></th><td class="line-code"><pre>&quot;Project-Id-Version: Events Calendar Pro\n&quot;
1152
+ </pre></td></tr>
 
1153
 
 
 
 
1154
 
1155
+ <tr><th class="line-num" id="L7"><a href="#L7">7</a></th><td class="line-code"><pre>&quot;Report-Msgid-Bugs-To: \n&quot;
1156
+ </pre></td></tr>
 
1157
 
 
 
 
1158
 
1159
+ <tr><th class="line-num" id="L8"><a href="#L8">8</a></th><td class="line-code"><pre>&quot;POT-Creation-Date: 2013-11-29 20:10-0300\n&quot;
1160
+ </pre></td></tr>
 
1161
 
 
 
 
1162
 
1163
+ <tr><th class="line-num" id="L9"><a href="#L9">9</a></th><td class="line-code"><pre>&quot;PO-Revision-Date: 2014-01-12 02:04+0100\n&quot;
1164
+ </pre></td></tr>
 
1165
 
 
 
 
1166
 
1167
+ <tr><th class="line-num" id="L10"><a href="#L10">10</a></th><td class="line-code"><pre>&quot;Last-Translator: Morten P H Ruud &lt;norwegian@zaq.no&gt;\n&quot;
1168
+ </pre></td></tr>
 
1169
 
 
 
 
1170
 
1171
+ <tr><th class="line-num" id="L11"><a href="#L11">11</a></th><td class="line-code"><pre>&quot;Language-Team: Modern Tribe, Inc. &lt;andreas@sounds.no&gt;\n&quot;
1172
+ </pre></td></tr>
 
1173
 
 
 
 
1174
 
1175
+ <tr><th class="line-num" id="L12"><a href="#L12">12</a></th><td class="line-code"><pre>&quot;Language: nb_NO\n&quot;
1176
+ </pre></td></tr>
 
1177
 
 
 
 
1178
 
1179
+ <tr><th class="line-num" id="L13"><a href="#L13">13</a></th><td class="line-code"><pre>&quot;MIME-Version: 1.0\n&quot;
1180
+ </pre></td></tr>
 
1181
 
 
 
 
1182
 
1183
+ <tr><th class="line-num" id="L14"><a href="#L14">14</a></th><td class="line-code"><pre>&quot;Content-Type: text/plain; charset=UTF-8\n&quot;
1184
+ </pre></td></tr>
 
1185
 
 
 
 
1186
 
1187
+ <tr><th class="line-num" id="L15"><a href="#L15">15</a></th><td class="line-code"><pre>&quot;Content-Transfer-Encoding: 8bit\n&quot;
1188
+ </pre></td></tr>
 
1189
 
 
 
 
1190
 
1191
+ <tr><th class="line-num" id="L16"><a href="#L16">16</a></th><td class="line-code"><pre>&quot;Plural-Forms: nplurals=2; plural=n != 1;\n&quot;
1192
+ </pre></td></tr>
 
1193
 
 
 
 
1194
 
1195
+ <tr><th class="line-num" id="L17"><a href="#L17">17</a></th><td class="line-code"><pre>&quot;X-Poedit-SourceCharset: UTF-8\n&quot;
1196
+ </pre></td></tr>
 
1197
 
 
 
 
1198
 
1199
+ <tr><th class="line-num" id="L18"><a href="#L18">18</a></th><td class="line-code"><pre>&quot;X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;&quot;
1200
+ </pre></td></tr>
 
1201
 
 
 
 
1202
 
1203
+ <tr><th class="line-num" id="L19"><a href="#L19">19</a></th><td class="line-code"><pre>&quot;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n&quot;
1204
+ </pre></td></tr>
 
1205
 
 
 
 
1206
 
1207
+ <tr><th class="line-num" id="L20"><a href="#L20">20</a></th><td class="line-code"><pre>&quot;X-Poedit-Basepath: ./\n&quot;
1208
+ </pre></td></tr>
 
1209
 
 
 
 
1210
 
1211
+ <tr><th class="line-num" id="L21"><a href="#L21">21</a></th><td class="line-code"><pre>&quot;X-Textdomain-Support: yes\n&quot;
1212
+ </pre></td></tr>
 
1213
 
 
 
 
1214
 
1215
+ <tr><th class="line-num" id="L22"><a href="#L22">22</a></th><td class="line-code"><pre>&quot;X-Generator: Poedit 1.6.3\n&quot;
1216
+ </pre></td></tr>
 
1217
 
 
 
 
1218
 
1219
+ <tr><th class="line-num" id="L23"><a href="#L23">23</a></th><td class="line-code"><pre>&quot;X-Poedit-SearchPath-0: ..\n&quot;
1220
+ </pre></td></tr>
 
1221
 
 
 
 
1222
 
1223
+ <tr><th class="line-num" id="L24"><a href="#L24">24</a></th><td class="line-code"><pre>
1224
+ </pre></td></tr>
 
1225
 
 
 
 
1226
 
1227
+ <tr><th class="line-num" id="L25"><a href="#L25">25</a></th><td class="line-code"><pre>#
1228
+ </pre></td></tr>
 
1229
 
 
 
 
1230
 
1231
+ <tr><th class="line-num" id="L26"><a href="#L26">26</a></th><td class="line-code"><pre>#: ../admin-views/app-shop.php:4
1232
+ </pre></td></tr>
 
1233
 
 
 
 
1234
 
1235
+ <tr><th class="line-num" id="L27"><a href="#L27">27</a></th><td class="line-code"><pre>msgid &quot;Tribe Event Add-Ons&quot;
1236
+ </pre></td></tr>
 
1237
 
 
 
 
1238
 
1239
+ <tr><th class="line-num" id="L28"><a href="#L28">28</a></th><td class="line-code"><pre>msgstr &quot;Tribe Aktivitetsutvidelser&quot;
1240
+ </pre></td></tr>
 
 
1241
 
 
 
 
1242
 
1243
+ <tr><th class="line-num" id="L29"><a href="#L29">29</a></th><td class="line-code"><pre>
1244
+ </pre></td></tr>
 
1245
 
 
 
 
1246
 
1247
+ <tr><th class="line-num" id="L30"><a href="#L30">30</a></th><td class="line-code"><pre>#: ../admin-views/app-shop.php:50
1248
+ </pre></td></tr>
 
1249
 
 
 
 
1250
 
1251
+ <tr><th class="line-num" id="L31"><a href="#L31">31</a></th><td class="line-code"><pre>msgid &quot;Version&quot;
1252
+ </pre></td></tr>
 
1253
 
 
 
 
1254
 
1255
+ <tr><th class="line-num" id="L32"><a href="#L32">32</a></th><td class="line-code"><pre>msgstr &quot;Versjon&quot;
1256
+ </pre></td></tr>
 
1257
 
 
 
 
1258
 
1259
+ <tr><th class="line-num" id="L33"><a href="#L33">33</a></th><td class="line-code"><pre>
1260
+ </pre></td></tr>
 
1261
 
 
 
 
1262
 
1263
+ <tr><th class="line-num" id="L34"><a href="#L34">34</a></th><td class="line-code"><pre>#: ../admin-views/app-shop.php:53
1264
+ </pre></td></tr>
 
1265
 
 
 
 
1266
 
1267
+ <tr><th class="line-num" id="L35"><a href="#L35">35</a></th><td class="line-code"><pre>msgid &quot;Last Update&quot;
1268
+ </pre></td></tr>
 
1269
 
 
 
 
1270
 
1271
+ <tr><th class="line-num" id="L36"><a href="#L36">36</a></th><td class="line-code"><pre>msgstr &quot;Siste oppdatering&quot;
1272
+ </pre></td></tr>
 
1273
 
 
 
 
1274
 
1275
+ <tr><th class="line-num" id="L37"><a href="#L37">37</a></th><td class="line-code"><pre>
1276
+ </pre></td></tr>
 
1277
 
 
 
 
1278
 
1279
+ <tr><th class="line-num" id="L38"><a href="#L38">38</a></th><td class="line-code"><pre>#: ../admin-views/event-sidebar-options.php:11
1280
+ </pre></td></tr>
 
1281
 
 
 
 
1282
 
1283
+ <tr><th class="line-num" id="L39"><a href="#L39">39</a></th><td class="line-code"><pre>msgid &quot;Hide From Event Listings&quot;
1284
+ </pre></td></tr>
 
1285
 
 
 
 
1286
 
1287
+ <tr><th class="line-num" id="L40"><a href="#L40">40</a></th><td class="line-code"><pre>msgstr &quot;Skjul fra aktivitetsoppføringer&quot;
1288
+ </pre></td></tr>
 
1289
 
 
 
 
1290
 
1291
+ <tr><th class="line-num" id="L41"><a href="#L41">41</a></th><td class="line-code"><pre>
1292
+ </pre></td></tr>
 
1293
 
 
 
 
1294
 
1295
+ <tr><th class="line-num" id="L42"><a href="#L42">42</a></th><td class="line-code"><pre>#: ../admin-views/event-sidebar-options.php:12
1296
+ </pre></td></tr>
 
1297
 
 
 
 
1298
 
1299
+ <tr><th class="line-num" id="L43"><a href="#L43">43</a></th><td class="line-code"><pre>msgid &quot;Sticky in Calendar View&quot;
1300
+ </pre></td></tr>
 
1301
 
 
 
 
1302
 
1303
+ <tr><th class="line-num" id="L44"><a href="#L44">44</a></th><td class="line-code"><pre>msgstr &quot;Fest til kalender visning&quot;
1304
+ </pre></td></tr>
 
1305
 
 
 
 
1306
 
1307
+ <tr><th class="line-num" id="L45"><a href="#L45">45</a></th><td class="line-code"><pre>
1308
+ </pre></td></tr>
 
1309
 
 
 
 
1310
 
1311
+ <tr><th class="line-num" id="L46"><a href="#L46">46</a></th><td class="line-code"><pre>#
1312
+ </pre></td></tr>
 
1313
 
 
 
 
1314
 
1315
+ <tr><th class="line-num" id="L47"><a href="#L47">47</a></th><td class="line-code"><pre>#: ../admin-views/events-audit-trail.php:41
1316
+ </pre></td></tr>
 
1317
 
 
 
 
1318
 
1319
+ <tr><th class="line-num" id="L48"><a href="#L48">48</a></th><td class="line-code"><pre>msgid &quot;Auditing Information&quot;
1320
+ </pre></td></tr>
 
1321
 
 
 
 
1322
 
1323
+ <tr><th class="line-num" id="L49"><a href="#L49">49</a></th><td class="line-code"><pre>msgstr &quot;Kontroller informasjon&quot;
1324
+ </pre></td></tr>
 
1325
 
 
 
 
1326
 
1327
+ <tr><th class="line-num" id="L50"><a href="#L50">50</a></th><td class="line-code"><pre>
1328
+ </pre></td></tr>
 
1329
 
 
 
 
1330
 
1331
+ <tr><th class="line-num" id="L51"><a href="#L51">51</a></th><td class="line-code"><pre>#: ../admin-views/events-audit-trail.php:47
1332
+ </pre></td></tr>
 
1333
 
 
 
 
1334
 
1335
+ <tr><th class="line-num" id="L52"><a href="#L52">52</a></th><td class="line-code"><pre>msgid &quot;Created by:&quot;
1336
+ </pre></td></tr>
 
1337
 
 
 
 
1338
 
1339
+ <tr><th class="line-num" id="L53"><a href="#L53">53</a></th><td class="line-code"><pre>msgstr &quot;Opprettet av:&quot;
1340
+ </pre></td></tr>
 
1341
 
 
 
 
1342
 
1343
+ <tr><th class="line-num" id="L54"><a href="#L54">54</a></th><td class="line-code"><pre>
1344
+ </pre></td></tr>
 
1345
 
 
 
 
1346
 
1347
+ <tr><th class="line-num" id="L55"><a href="#L55">55</a></th><td class="line-code"><pre>#: ../admin-views/events-audit-trail.php:51
1348
+ </pre></td></tr>
 
1349
 
 
 
 
1350
 
1351
+ <tr><th class="line-num" id="L56"><a href="#L56">56</a></th><td class="line-code"><pre>msgid &quot;Audit Trail:&quot;
1352
+ </pre></td></tr>
 
1353
 
 
 
 
1354
 
1355
+ <tr><th class="line-num" id="L57"><a href="#L57">57</a></th><td class="line-code"><pre>msgstr &quot;Revisjonshistorikk:&quot;
1356
+ </pre></td></tr>
 
1357
 
 
 
 
1358
 
1359
+ <tr><th class="line-num" id="L58"><a href="#L58">58</a></th><td class="line-code"><pre>
1360
+ </pre></td></tr>
 
1361
 
 
 
 
1362
 
1363
+ <tr><th class="line-num" id="L59"><a href="#L59">59</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:26
1364
+ </pre></td></tr>
 
1365
 
 
 
 
1366
 
1367
+ <tr><th class="line-num" id="L60"><a href="#L60">60</a></th><td class="line-code"><pre>msgid &quot;Event Time &amp;amp; Date&quot;
1368
+ </pre></td></tr>
 
1369
 
 
 
 
1370
 
1371
+ <tr><th class="line-num" id="L61"><a href="#L61">61</a></th><td class="line-code"><pre>msgstr &quot;Tidspunkt for aktiviteten&quot;
1372
+ </pre></td></tr>
 
1373
 
 
 
 
1374
 
1375
+ <tr><th class="line-num" id="L62"><a href="#L62">62</a></th><td class="line-code"><pre>
1376
+ </pre></td></tr>
 
1377
 
 
 
 
1378
 
1379
+ <tr><th class="line-num" id="L63"><a href="#L63">63</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:32
1380
+ </pre></td></tr>
 
1381
 
 
 
 
1382
 
1383
+ <tr><th class="line-num" id="L64"><a href="#L64">64</a></th><td class="line-code"><pre>msgid &quot;&quot;
1384
+ </pre></td></tr>
 
1385
 
 
 
 
1386
 
1387
+ <tr><th class="line-num" id="L65"><a href="#L65">65</a></th><td class="line-code"><pre>&quot;You have changed the recurrence rules of this event. Saving the event will &quot;
1388
+ </pre></td></tr>
 
1389
 
 
 
 
1390
 
1391
+ <tr><th class="line-num" id="L66"><a href="#L66">66</a></th><td class="line-code"><pre>&quot;update all future events. If you did not mean to change all events, then &quot;
1392
+ </pre></td></tr>
 
1393
 
 
 
 
1394
 
1395
+ <tr><th class="line-num" id="L67"><a href="#L67">67</a></th><td class="line-code"><pre>&quot;please refresh the page.&quot;
1396
+ </pre></td></tr>
 
1397
 
 
 
 
1398
 
1399
+ <tr><th class="line-num" id="L68"><a href="#L68">68</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1400
+ </pre></td></tr>
 
1401
 
 
 
 
1402
 
1403
+ <tr><th class="line-num" id="L69"><a href="#L69">69</a></th><td class="line-code"><pre>&quot;Du har endret innstillingene for gjentakelse av denne aktiviteten. Om du &quot;
1404
+ </pre></td></tr>
 
1405
 
 
 
 
1406
 
1407
+ <tr><th class="line-num" id="L70"><a href="#L70">70</a></th><td class="line-code"><pre>&quot;lagrer aktiviteten vil alle påfølgende aktiviteter i serien oppdateres. Om &quot;
1408
+ </pre></td></tr>
 
1409
 
 
 
 
1410
 
1411
+ <tr><th class="line-num" id="L71"><a href="#L71">71</a></th><td class="line-code"><pre>&quot;du ikke hadde til hensikt å endre alle aktivitetene i serien, vennligst last &quot;
1412
+ </pre></td></tr>
 
1413
 
 
 
 
1414
 
1415
+ <tr><th class="line-num" id="L72"><a href="#L72">72</a></th><td class="line-code"><pre>&quot;siden på nytt.&quot;
1416
+ </pre></td></tr>
 
1417
 
 
 
 
1418
 
1419
+ <tr><th class="line-num" id="L73"><a href="#L73">73</a></th><td class="line-code"><pre>
1420
+ </pre></td></tr>
 
1421
 
 
 
 
1422
 
1423
+ <tr><th class="line-num" id="L74"><a href="#L74">74</a></th><td class="line-code"><pre>#
1424
+ </pre></td></tr>
 
1425
 
 
 
 
1426
 
1427
+ <tr><th class="line-num" id="L75"><a href="#L75">75</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:35
1428
+ </pre></td></tr>
 
1429
 
 
 
 
1430
 
1431
+ <tr><th class="line-num" id="L76"><a href="#L76">76</a></th><td class="line-code"><pre>msgid &quot;All Day Event:&quot;
1432
+ </pre></td></tr>
 
1433
 
 
 
 
1434
 
1435
+ <tr><th class="line-num" id="L77"><a href="#L77">77</a></th><td class="line-code"><pre>msgstr &quot;Heldagsaktivitet:&quot;
1436
+ </pre></td></tr>
 
1437
 
 
 
 
1438
 
1439
+ <tr><th class="line-num" id="L78"><a href="#L78">78</a></th><td class="line-code"><pre>
1440
+ </pre></td></tr>
 
1441
 
 
 
 
1442
 
1443
+ <tr><th class="line-num" id="L79"><a href="#L79">79</a></th><td class="line-code"><pre>#
1444
+ </pre></td></tr>
 
1445
 
 
 
 
1446
 
1447
+ <tr><th class="line-num" id="L80"><a href="#L80">80</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:39
1448
+ </pre></td></tr>
 
1449
 
 
 
 
1450
 
1451
+ <tr><th class="line-num" id="L81"><a href="#L81">81</a></th><td class="line-code"><pre>msgid &quot;Start Date &amp;amp; Time:&quot;
1452
+ </pre></td></tr>
 
1453
 
 
 
 
1454
 
1455
+ <tr><th class="line-num" id="L82"><a href="#L82">82</a></th><td class="line-code"><pre>msgstr &quot;Startdato og tid:&quot;
1456
+ </pre></td></tr>
 
1457
 
 
 
 
1458
 
1459
+ <tr><th class="line-num" id="L83"><a href="#L83">83</a></th><td class="line-code"><pre>
1460
+ </pre></td></tr>
 
1461
 
 
 
 
1462
 
1463
+ <tr><th class="line-num" id="L84"><a href="#L84">84</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
1464
+ </pre></td></tr>
 
1465
 
 
 
 
1466
 
1467
+ <tr><th class="line-num" id="L85"><a href="#L85">85</a></th><td class="line-code"><pre>msgid &quot;YYYY-MM-DD&quot;
1468
+ </pre></td></tr>
 
1469
 
 
 
 
1470
 
1471
+ <tr><th class="line-num" id="L86"><a href="#L86">86</a></th><td class="line-code"><pre>msgstr &quot;ÅÅÅÅ-MM-DD&quot;
1472
+ </pre></td></tr>
 
1473
 
 
 
 
1474
 
1475
+ <tr><th class="line-num" id="L87"><a href="#L87">87</a></th><td class="line-code"><pre>
1476
+ </pre></td></tr>
 
1477
 
 
 
 
1478
 
1479
+ <tr><th class="line-num" id="L88"><a href="#L88">88</a></th><td class="line-code"><pre>#
1480
+ </pre></td></tr>
 
1481
 
 
 
 
1482
 
1483
+ <tr><th class="line-num" id="L89"><a href="#L89">89</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:60
1484
+ </pre></td></tr>
 
1485
 
 
 
 
 
1486
 
1487
+ <tr><th class="line-num" id="L90"><a href="#L90">90</a></th><td class="line-code"><pre>msgid &quot;End Date &amp;amp; Time:&quot;
1488
+ </pre></td></tr>
 
1489
 
 
 
 
1490
 
1491
+ <tr><th class="line-num" id="L91"><a href="#L91">91</a></th><td class="line-code"><pre>msgstr &quot;Sluttdato og tid:&quot;
1492
+ </pre></td></tr>
 
1493
 
 
 
 
1494
 
1495
+ <tr><th class="line-num" id="L92"><a href="#L92">92</a></th><td class="line-code"><pre>
1496
+ </pre></td></tr>
 
1497
 
 
 
 
1498
 
1499
+ <tr><th class="line-num" id="L93"><a href="#L93">93</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:85
1500
+ </pre></td></tr>
 
1501
 
 
 
 
1502
 
1503
+ <tr><th class="line-num" id="L94"><a href="#L94">94</a></th><td class="line-code"><pre>msgid &quot;Event Location Details&quot;
1504
+ </pre></td></tr>
 
1505
 
 
 
 
1506
 
1507
+ <tr><th class="line-num" id="L95"><a href="#L95">95</a></th><td class="line-code"><pre>msgstr &quot;Stedsbeskrivelse&quot;
1508
+ </pre></td></tr>
 
1509
 
 
 
 
1510
 
1511
+ <tr><th class="line-num" id="L96"><a href="#L96">96</a></th><td class="line-code"><pre>
1512
+ </pre></td></tr>
 
1513
 
 
 
 
1514
 
1515
+ <tr><th class="line-num" id="L97"><a href="#L97">97</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:93
1516
+ </pre></td></tr>
 
1517
 
 
 
 
1518
 
1519
+ <tr><th class="line-num" id="L98"><a href="#L98">98</a></th><td class="line-code"><pre>msgid &quot;Event Organizer Details&quot;
1520
+ </pre></td></tr>
 
1521
 
 
 
 
1522
 
1523
+ <tr><th class="line-num" id="L99"><a href="#L99">99</a></th><td class="line-code"><pre>msgstr &quot;Informasjon om arrangøren&quot;
1524
+ </pre></td></tr>
 
1525
 
 
 
 
1526
 
1527
+ <tr><th class="line-num" id="L100"><a href="#L100">100</a></th><td class="line-code"><pre>
1528
+ </pre></td></tr>
 
1529
 
 
 
 
1530
 
1531
+ <tr><th class="line-num" id="L101"><a href="#L101">101</a></th><td class="line-code"><pre>#
1532
+ </pre></td></tr>
 
1533
 
 
 
 
1534
 
1535
+ <tr><th class="line-num" id="L102"><a href="#L102">102</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:101
1536
+ </pre></td></tr>
 
1537
 
 
 
 
1538
 
1539
+ <tr><th class="line-num" id="L103"><a href="#L103">103</a></th><td class="line-code"><pre>msgid &quot;Event Website&quot;
1540
+ </pre></td></tr>
 
1541
 
 
 
 
1542
 
1543
+ <tr><th class="line-num" id="L104"><a href="#L104">104</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetens nettsted&quot;
1544
+ </pre></td></tr>
 
1545
 
 
 
 
1546
 
1547
+ <tr><th class="line-num" id="L105"><a href="#L105">105</a></th><td class="line-code"><pre>
1548
+ </pre></td></tr>
 
1549
 
 
 
 
1550
 
1551
+ <tr><th class="line-num" id="L106"><a href="#L106">106</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:104
1552
+ </pre></td></tr>
 
1553
 
 
 
 
1554
 
1555
+ <tr><th class="line-num" id="L107"><a href="#L107">107</a></th><td class="line-code"><pre>msgid &quot;URL:&quot;
1556
+ </pre></td></tr>
 
1557
 
 
 
 
1558
 
1559
+ <tr><th class="line-num" id="L108"><a href="#L108">108</a></th><td class="line-code"><pre>msgstr &quot;URL:&quot;
1560
+ </pre></td></tr>
 
1561
 
 
 
 
1562
 
1563
+ <tr><th class="line-num" id="L109"><a href="#L109">109</a></th><td class="line-code"><pre>
1564
+ </pre></td></tr>
 
1565
 
 
 
 
1566
 
1567
+ <tr><th class="line-num" id="L110"><a href="#L110">110</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:115
1568
+ </pre></td></tr>
 
1569
 
 
 
 
1570
 
1571
+ <tr><th class="line-num" id="L111"><a href="#L111">111</a></th><td class="line-code"><pre>msgid &quot;Event Cost&quot;
1572
+ </pre></td></tr>
 
1573
 
 
 
 
1574
 
1575
+ <tr><th class="line-num" id="L112"><a href="#L112">112</a></th><td class="line-code"><pre>msgstr &quot;Pris for Aktiviteten&quot;
1576
+ </pre></td></tr>
 
1577
 
 
 
 
1578
 
1579
+ <tr><th class="line-num" id="L113"><a href="#L113">113</a></th><td class="line-code"><pre>
1580
+ </pre></td></tr>
 
1581
 
 
 
 
1582
 
1583
+ <tr><th class="line-num" id="L114"><a href="#L114">114</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:118
1584
+ </pre></td></tr>
 
1585
 
 
 
 
1586
 
1587
+ <tr><th class="line-num" id="L115"><a href="#L115">115</a></th><td class="line-code"><pre>msgid &quot;Currency Symbol:&quot;
1588
+ </pre></td></tr>
 
1589
 
 
 
 
1590
 
1591
+ <tr><th class="line-num" id="L116"><a href="#L116">116</a></th><td class="line-code"><pre>msgstr &quot;Valutasymbol:&quot;
1592
+ </pre></td></tr>
 
1593
 
 
 
 
1594
 
1595
+ <tr><th class="line-num" id="L117"><a href="#L117">117</a></th><td class="line-code"><pre>
1596
+ </pre></td></tr>
 
1597
 
 
 
 
1598
 
1599
+ <tr><th class="line-num" id="L118"><a href="#L118">118</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:122
1600
+ </pre></td></tr>
 
1601
 
 
 
 
1602
 
1603
+ <tr><th class="line-num" id="L119"><a href="#L119">119</a></th><td class="line-code"><pre>msgid &quot;Cost:&quot;
1604
+ </pre></td></tr>
 
1605
 
 
 
 
1606
 
1607
+ <tr><th class="line-num" id="L120"><a href="#L120">120</a></th><td class="line-code"><pre>msgstr &quot;Pris:&quot;
1608
+ </pre></td></tr>
 
1609
 
 
 
 
1610
 
1611
+ <tr><th class="line-num" id="L121"><a href="#L121">121</a></th><td class="line-code"><pre>
1612
+ </pre></td></tr>
 
1613
 
 
 
 
1614
 
1615
+ <tr><th class="line-num" id="L122"><a href="#L122">122</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:127
1616
+ </pre></td></tr>
 
1617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1618
 
1619
+ <tr><th class="line-num" id="L123"><a href="#L123">123</a></th><td class="line-code"><pre>msgid &quot;Enter a 0 for events that are free or leave blank to hide the field.&quot;
1620
+ </pre></td></tr>
1621
+
1622
+
1623
+ <tr><th class="line-num" id="L124"><a href="#L124">124</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1624
+ </pre></td></tr>
1625
+
1626
+
1627
+ <tr><th class="line-num" id="L125"><a href="#L125">125</a></th><td class="line-code"><pre>&quot;Tast inn 0 for arrangementer som er gratis eller la stå tomt for å skjule &quot;
1628
+ </pre></td></tr>
1629
+
1630
+
1631
+ <tr><th class="line-num" id="L126"><a href="#L126">126</a></th><td class="line-code"><pre>&quot;feltet.&quot;
1632
+ </pre></td></tr>
1633
+
1634
+
1635
+ <tr><th class="line-num" id="L127"><a href="#L127">127</a></th><td class="line-code"><pre>
1636
+ </pre></td></tr>
1637
+
1638
+
1639
+ <tr><th class="line-num" id="L128"><a href="#L128">128</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:12
1640
+ </pre></td></tr>
1641
+
1642
+
1643
+ <tr><th class="line-num" id="L129"><a href="#L129">129</a></th><td class="line-code"><pre>msgid &quot;Organizer Name:&quot;
1644
+ </pre></td></tr>
1645
+
1646
+
1647
+ <tr><th class="line-num" id="L130"><a href="#L130">130</a></th><td class="line-code"><pre>msgstr &quot;Arrangørens navn:&quot;
1648
+ </pre></td></tr>
1649
+
1650
+
1651
+ <tr><th class="line-num" id="L131"><a href="#L131">131</a></th><td class="line-code"><pre>
1652
+ </pre></td></tr>
1653
+
1654
+
1655
+ <tr><th class="line-num" id="L132"><a href="#L132">132</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:19
1656
+ </pre></td></tr>
1657
+
1658
+
1659
+ <tr><th class="line-num" id="L133"><a href="#L133">133</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:93
1660
+ </pre></td></tr>
1661
+
1662
+
1663
+ <tr><th class="line-num" id="L134"><a href="#L134">134</a></th><td class="line-code"><pre>msgid &quot;Phone:&quot;
1664
+ </pre></td></tr>
1665
+
1666
+
1667
+ <tr><th class="line-num" id="L135"><a href="#L135">135</a></th><td class="line-code"><pre>msgstr &quot;Telefon:&quot;
1668
+ </pre></td></tr>
1669
+
1670
+
1671
+ <tr><th class="line-num" id="L136"><a href="#L136">136</a></th><td class="line-code"><pre>
1672
+ </pre></td></tr>
1673
+
1674
+
1675
+ <tr><th class="line-num" id="L137"><a href="#L137">137</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:23
1676
+ </pre></td></tr>
1677
+
1678
+
1679
+ <tr><th class="line-num" id="L138"><a href="#L138">138</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:97
1680
+ </pre></td></tr>
1681
+
1682
+
1683
+ <tr><th class="line-num" id="L139"><a href="#L139">139</a></th><td class="line-code"><pre>msgid &quot;Website:&quot;
1684
+ </pre></td></tr>
1685
+
1686
+
1687
+ <tr><th class="line-num" id="L140"><a href="#L140">140</a></th><td class="line-code"><pre>msgstr &quot;Nettsted:&quot;
1688
+ </pre></td></tr>
1689
+
1690
+
1691
+ <tr><th class="line-num" id="L141"><a href="#L141">141</a></th><td class="line-code"><pre>
1692
+ </pre></td></tr>
1693
+
1694
+
1695
+ <tr><th class="line-num" id="L142"><a href="#L142">142</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:27
1696
+ </pre></td></tr>
1697
+
1698
+
1699
+ <tr><th class="line-num" id="L143"><a href="#L143">143</a></th><td class="line-code"><pre>msgid &quot;Email:&quot;
1700
+ </pre></td></tr>
1701
+
1702
+
1703
+ <tr><th class="line-num" id="L144"><a href="#L144">144</a></th><td class="line-code"><pre>msgstr &quot;E-post:&quot;
1704
+ </pre></td></tr>
1705
+
1706
+
1707
+ <tr><th class="line-num" id="L145"><a href="#L145">145</a></th><td class="line-code"><pre>
1708
+ </pre></td></tr>
1709
+
1710
+
1711
+ <tr><th class="line-num" id="L146"><a href="#L146">146</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:28
1712
+ </pre></td></tr>
1713
+
1714
+
1715
+ <tr><th class="line-num" id="L147"><a href="#L147">147</a></th><td class="line-code"><pre>msgid &quot;&quot;
1716
+ </pre></td></tr>
1717
+
1718
+
1719
+ <tr><th class="line-num" id="L148"><a href="#L148">148</a></th><td class="line-code"><pre>&quot;You may want to consider &lt;a href=\&quot;http://wordpress.org/plugins/tags/&quot;
1720
+ </pre></td></tr>
1721
+
1722
+
1723
+ <tr><th class="line-num" id="L149"><a href="#L149">149</a></th><td class="line-code"><pre>&quot;obfuscate\&quot;&gt;obfuscating&lt;/a&gt; any e-mail address published on your site to &quot;
1724
+ </pre></td></tr>
1725
+
1726
+
1727
+ <tr><th class="line-num" id="L150"><a href="#L150">150</a></th><td class="line-code"><pre>&quot;best avoid it getting harvested by spammers.&quot;
1728
+ </pre></td></tr>
1729
+
1730
+
1731
+ <tr><th class="line-num" id="L151"><a href="#L151">151</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1732
+ </pre></td></tr>
1733
+
1734
+
1735
+ <tr><th class="line-num" id="L152"><a href="#L152">152</a></th><td class="line-code"><pre>&quot;Du bør vurdere å &lt;a href=\&quot;http://wordpress.org/plugins/tags/obfuscate&quot;
1736
+ </pre></td></tr>
1737
+
1738
+
1739
+ <tr><th class="line-num" id="L153"><a href="#L153">153</a></th><td class="line-code"><pre>&quot;\&quot;&gt;skrive om&lt;/a&gt; e-post-adresser før du bruker dem på nettstedet ditt. Slik &quot;
1740
+ </pre></td></tr>
1741
+
1742
+
1743
+ <tr><th class="line-num" id="L154"><a href="#L154">154</a></th><td class="line-code"><pre>&quot;unngår du at de blir høstet inn av spammere.&quot;
1744
+ </pre></td></tr>
1745
+
1746
+
1747
+ <tr><th class="line-num" id="L155"><a href="#L155">155</a></th><td class="line-code"><pre>
1748
+ </pre></td></tr>
1749
+
1750
+
1751
+ <tr><th class="line-num" id="L156"><a href="#L156">156</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:13
1752
+ </pre></td></tr>
1753
+
1754
+
1755
+ <tr><th class="line-num" id="L157"><a href="#L157">157</a></th><td class="line-code"><pre>msgid &quot;&quot;
1756
+ </pre></td></tr>
1757
+
1758
+
1759
+ <tr><th class="line-num" id="L158"><a href="#L158">158</a></th><td class="line-code"><pre>&quot;Would you like to change only this instance of the event, or all future &quot;
1760
+ </pre></td></tr>
1761
+
1762
+
1763
+ <tr><th class="line-num" id="L159"><a href="#L159">159</a></th><td class="line-code"><pre>&quot;events in this series?&quot;
1764
+ </pre></td></tr>
1765
+
1766
+
1767
+ <tr><th class="line-num" id="L160"><a href="#L160">160</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1768
+ </pre></td></tr>
1769
+
1770
+
1771
+ <tr><th class="line-num" id="L161"><a href="#L161">161</a></th><td class="line-code"><pre>&quot;Vil du endre bare denne oppføringen av aktiviteten, eller alle fremtidige &quot;
1772
+ </pre></td></tr>
1773
+
1774
+
1775
+ <tr><th class="line-num" id="L162"><a href="#L162">162</a></th><td class="line-code"><pre>&quot;aktiviteter av samme type?&quot;
1776
+ </pre></td></tr>
1777
+
1778
+
1779
+ <tr><th class="line-num" id="L163"><a href="#L163">163</a></th><td class="line-code"><pre>
1780
+ </pre></td></tr>
1781
+
1782
+
1783
+ <tr><th class="line-num" id="L164"><a href="#L164">164</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:15
1784
+ </pre></td></tr>
1785
+
1786
+
1787
+ <tr><th class="line-num" id="L165"><a href="#L165">165</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:23
1788
+ </pre></td></tr>
1789
+
1790
+
1791
+ <tr><th class="line-num" id="L166"><a href="#L166">166</a></th><td class="line-code"><pre>msgid &quot;Only This Event:&quot;
1792
+ </pre></td></tr>
1793
+
1794
+
1795
+ <tr><th class="line-num" id="L167"><a href="#L167">167</a></th><td class="line-code"><pre>msgstr &quot;Kun denne aktiviteten:&quot;
1796
+ </pre></td></tr>
1797
+
1798
+
1799
+ <tr><th class="line-num" id="L168"><a href="#L168">168</a></th><td class="line-code"><pre>
1800
+ </pre></td></tr>
1801
+
1802
+
1803
+ <tr><th class="line-num" id="L169"><a href="#L169">169</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:15
1804
+ </pre></td></tr>
1805
+
1806
+
1807
+ <tr><th class="line-num" id="L170"><a href="#L170">170</a></th><td class="line-code"><pre>msgid &quot;All other future events in the series will remain the same.&quot;
1808
+ </pre></td></tr>
1809
+
1810
+
1811
+ <tr><th class="line-num" id="L171"><a href="#L171">171</a></th><td class="line-code"><pre>msgstr &quot;Alle andre framtidige aktiviteter i serien vil forbli uendret.&quot;
1812
+ </pre></td></tr>
1813
+
1814
+
1815
+ <tr><th class="line-num" id="L172"><a href="#L172">172</a></th><td class="line-code"><pre>
1816
+ </pre></td></tr>
1817
+
1818
+
1819
+ <tr><th class="line-num" id="L173"><a href="#L173">173</a></th><td class="line-code"><pre>#
1820
+ </pre></td></tr>
1821
+
1822
+
1823
+ <tr><th class="line-num" id="L174"><a href="#L174">174</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:16
1824
+ </pre></td></tr>
1825
+
1826
+
1827
+ <tr><th class="line-num" id="L175"><a href="#L175">175</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:24
1828
+ </pre></td></tr>
1829
+
1830
+
1831
+ <tr><th class="line-num" id="L176"><a href="#L176">176</a></th><td class="line-code"><pre>msgid &quot;All Events:&quot;
1832
+ </pre></td></tr>
1833
+
1834
+
1835
+ <tr><th class="line-num" id="L177"><a href="#L177">177</a></th><td class="line-code"><pre>msgstr &quot;Alle Aktiviteter:&quot;
1836
+ </pre></td></tr>
1837
+
1838
+
1839
+ <tr><th class="line-num" id="L178"><a href="#L178">178</a></th><td class="line-code"><pre>
1840
+ </pre></td></tr>
1841
+
1842
+
1843
+ <tr><th class="line-num" id="L179"><a href="#L179">179</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:16
1844
+ </pre></td></tr>
1845
+
1846
+
1847
+ <tr><th class="line-num" id="L180"><a href="#L180">180</a></th><td class="line-code"><pre>msgid &quot;&quot;
1848
+ </pre></td></tr>
1849
+
1850
+
1851
+ <tr><th class="line-num" id="L181"><a href="#L181">181</a></th><td class="line-code"><pre>&quot;All future events in the series will be changed. Any changes made to other &quot;
1852
+ </pre></td></tr>
1853
+
1854
+
1855
+ <tr><th class="line-num" id="L182"><a href="#L182">182</a></th><td class="line-code"><pre>&quot;events will be kept.&quot;
1856
+ </pre></td></tr>
1857
+
1858
+
1859
+ <tr><th class="line-num" id="L183"><a href="#L183">183</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1860
+ </pre></td></tr>
1861
+
1862
+
1863
+ <tr><th class="line-num" id="L184"><a href="#L184">184</a></th><td class="line-code"><pre>&quot;Alle framtidige aktiviteter i serien vil endres. Eventuelle endringer til &quot;
1864
+ </pre></td></tr>
1865
+
1866
+
1867
+ <tr><th class="line-num" id="L185"><a href="#L185">185</a></th><td class="line-code"><pre>&quot;andre aktiviteter vil beholdes.&quot;
1868
+ </pre></td></tr>
1869
+
1870
+
1871
+ <tr><th class="line-num" id="L186"><a href="#L186">186</a></th><td class="line-code"><pre>
1872
+ </pre></td></tr>
1873
+
1874
+
1875
+ <tr><th class="line-num" id="L187"><a href="#L187">187</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:21
1876
+ </pre></td></tr>
1877
+
1878
+
1879
+ <tr><th class="line-num" id="L188"><a href="#L188">188</a></th><td class="line-code"><pre>msgid &quot;&quot;
1880
+ </pre></td></tr>
1881
+
1882
+
1883
+ <tr><th class="line-num" id="L189"><a href="#L189">189</a></th><td class="line-code"><pre>&quot;Would you like to delete only this instance of the event, or all future &quot;
1884
+ </pre></td></tr>
1885
+
1886
+
1887
+ <tr><th class="line-num" id="L190"><a href="#L190">190</a></th><td class="line-code"><pre>&quot;events in this series?&quot;
1888
+ </pre></td></tr>
1889
+
1890
+
1891
+ <tr><th class="line-num" id="L191"><a href="#L191">191</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1892
+ </pre></td></tr>
1893
+
1894
+
1895
+ <tr><th class="line-num" id="L192"><a href="#L192">192</a></th><td class="line-code"><pre>&quot;Vil du slette kun denne instansen av aktiviteten, eller alle framtidige &quot;
1896
+ </pre></td></tr>
1897
+
1898
+
1899
+ <tr><th class="line-num" id="L193"><a href="#L193">193</a></th><td class="line-code"><pre>&quot;aktiviteter i denne serien?&quot;
1900
+ </pre></td></tr>
1901
+
1902
+
1903
+ <tr><th class="line-num" id="L194"><a href="#L194">194</a></th><td class="line-code"><pre>
1904
+ </pre></td></tr>
1905
+
1906
+
1907
+ <tr><th class="line-num" id="L195"><a href="#L195">195</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:23
1908
+ </pre></td></tr>
1909
+
1910
+
1911
+ <tr><th class="line-num" id="L196"><a href="#L196">196</a></th><td class="line-code"><pre>msgid &quot;All other future events in the series will not be deleted.&quot;
1912
+ </pre></td></tr>
1913
+
1914
+
1915
+ <tr><th class="line-num" id="L197"><a href="#L197">197</a></th><td class="line-code"><pre>msgstr &quot;Alle andre framtidige aktiviteter i serien vil ikke bli slettet&quot;
1916
+ </pre></td></tr>
1917
+
1918
+
1919
+ <tr><th class="line-num" id="L198"><a href="#L198">198</a></th><td class="line-code"><pre>
1920
+ </pre></td></tr>
1921
+
1922
+
1923
+ <tr><th class="line-num" id="L199"><a href="#L199">199</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:24
1924
+ </pre></td></tr>
1925
+
1926
+
1927
+ <tr><th class="line-num" id="L200"><a href="#L200">200</a></th><td class="line-code"><pre>msgid &quot;All future events in the series will be deleted.&quot;
1928
+ </pre></td></tr>
1929
+
1930
+
1931
+ <tr><th class="line-num" id="L201"><a href="#L201">201</a></th><td class="line-code"><pre>msgstr &quot;Alle fremtidige aktiviteter i serien vil bli slettet.&quot;
1932
+ </pre></td></tr>
1933
+
1934
+
1935
+ <tr><th class="line-num" id="L202"><a href="#L202">202</a></th><td class="line-code"><pre>
1936
+ </pre></td></tr>
1937
+
1938
+
1939
+ <tr><th class="line-num" id="L203"><a href="#L203">203</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:4
1940
+ </pre></td></tr>
1941
+
1942
+
1943
+ <tr><th class="line-num" id="L204"><a href="#L204">204</a></th><td class="line-code"><pre>msgid &quot;Default Events Template&quot;
1944
+ </pre></td></tr>
1945
+
1946
+
1947
+ <tr><th class="line-num" id="L205"><a href="#L205">205</a></th><td class="line-code"><pre>msgstr &quot;Standard Aktivitetsmal&quot;
1948
+ </pre></td></tr>
1949
+
1950
+
1951
+ <tr><th class="line-num" id="L206"><a href="#L206">206</a></th><td class="line-code"><pre>
1952
+ </pre></td></tr>
1953
+
1954
+
1955
+ <tr><th class="line-num" id="L207"><a href="#L207">207</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:5
1956
+ </pre></td></tr>
1957
+
1958
+
1959
+ <tr><th class="line-num" id="L208"><a href="#L208">208</a></th><td class="line-code"><pre>msgid &quot;Default Page Template&quot;
1960
+ </pre></td></tr>
1961
+
1962
+
1963
+ <tr><th class="line-num" id="L209"><a href="#L209">209</a></th><td class="line-code"><pre>msgstr &quot;Standard Sidemal&quot;
1964
+ </pre></td></tr>
1965
+
1966
+
1967
+ <tr><th class="line-num" id="L210"><a href="#L210">210</a></th><td class="line-code"><pre>
1968
+ </pre></td></tr>
1969
+
1970
+
1971
+ <tr><th class="line-num" id="L211"><a href="#L211">211</a></th><td class="line-code"><pre>#
1972
+ </pre></td></tr>
1973
+
1974
+
1975
+ <tr><th class="line-num" id="L212"><a href="#L212">212</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:29
1976
+ </pre></td></tr>
1977
+
1978
+
1979
+ <tr><th class="line-num" id="L213"><a href="#L213">213</a></th><td class="line-code"><pre>msgid &quot;Display Settings&quot;
1980
+ </pre></td></tr>
1981
+
1982
+
1983
+ <tr><th class="line-num" id="L214"><a href="#L214">214</a></th><td class="line-code"><pre>msgstr &quot;Visningsinnstillinger&quot;
1984
+ </pre></td></tr>
1985
+
1986
+
1987
+ <tr><th class="line-num" id="L215"><a href="#L215">215</a></th><td class="line-code"><pre>
1988
+ </pre></td></tr>
1989
+
1990
+
1991
+ <tr><th class="line-num" id="L216"><a href="#L216">216</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:34
1992
+ </pre></td></tr>
1993
+
1994
+
1995
+ <tr><th class="line-num" id="L217"><a href="#L217">217</a></th><td class="line-code"><pre>#, php-format
1996
+ </pre></td></tr>
1997
+
1998
+
1999
+ <tr><th class="line-num" id="L218"><a href="#L218">218</a></th><td class="line-code"><pre>msgid &quot;&quot;
2000
+ </pre></td></tr>
2001
+
2002
+
2003
+ <tr><th class="line-num" id="L219"><a href="#L219">219</a></th><td class="line-code"><pre>&quot;&lt;p&gt;The settings below control the display of your calendar. If things don&#39;t &quot;
2004
+ </pre></td></tr>
2005
+
2006
+
2007
+ <tr><th class="line-num" id="L220"><a href="#L220">220</a></th><td class="line-code"><pre>&quot;look right, try switching between the three style sheet options or pick a &quot;
2008
+ </pre></td></tr>
2009
+
2010
+
2011
+ <tr><th class="line-num" id="L221"><a href="#L221">221</a></th><td class="line-code"><pre>&quot;page template from your theme.&lt;/p&gt;&lt;p&gt;There are going to be situations where &quot;
2012
+ </pre></td></tr>
2013
+
2014
+
2015
+ <tr><th class="line-num" id="L222"><a href="#L222">222</a></th><td class="line-code"><pre>&quot;no out-of-the-box template is 100&amp;#37; perfect. Check out our &lt;a href=\&quot;%s&quot;
2016
+ </pre></td></tr>
2017
+
2018
+
2019
+ <tr><th class="line-num" id="L223"><a href="#L223">223</a></th><td class="line-code"><pre>&quot;\&quot;&gt;our themer&#39;s guide&lt;/a&gt; for instructions on custom modifications. Want to &quot;
2020
+ </pre></td></tr>
2021
+
2022
+
2023
+ <tr><th class="line-num" id="L224"><a href="#L224">224</a></th><td class="line-code"><pre>&quot;create a new view? Grab a copy of the &lt;a href=\&quot;%s\&quot;&gt;Sample Agenda View &quot;
2024
+ </pre></td></tr>
2025
+
2026
+
2027
+ <tr><th class="line-num" id="L225"><a href="#L225">225</a></th><td class="line-code"><pre>&quot;plugin from Github&lt;/a&gt;&lt;/p&gt;&quot;
2028
+ </pre></td></tr>
2029
+
2030
+
2031
+ <tr><th class="line-num" id="L226"><a href="#L226">226</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2032
+ </pre></td></tr>
2033
+
2034
+
2035
+ <tr><th class="line-num" id="L227"><a href="#L227">227</a></th><td class="line-code"><pre>&quot;&lt;p&gt;Innstillingene under styrer visningen av kalenderen. Hvis ting ikke ser &quot;
2036
+ </pre></td></tr>
2037
+
2038
+
2039
+ <tr><th class="line-num" id="L228"><a href="#L228">228</a></th><td class="line-code"><pre>&quot;riktig ut, kan du prøve å bytte mellom tre alternative stilark eller velge &quot;
2040
+ </pre></td></tr>
2041
+
2042
+
2043
+ <tr><th class="line-num" id="L229"><a href="#L229">229</a></th><td class="line-code"><pre>&quot;en sidemal fra temaet.&lt;/p&gt; Det kommer til å være situasjoner der &quot;
2044
+ </pre></td></tr>
2045
+
2046
+
2047
+ <tr><th class="line-num" id="L230"><a href="#L230">230</a></th><td class="line-code"><pre>&quot;standardmalen ikke passer fullstendig. Sjekk ut vår &lt;a href=\&quot;%s\&quot;&gt;guide&lt;/a&gt; &quot;
2048
+ </pre></td></tr>
2049
+
2050
+
2051
+ <tr><th class="line-num" id="L231"><a href="#L231">231</a></th><td class="line-code"><pre>&quot;for instruksjoner om tilpassede modifikasjoner. Vil du lage en ny visning? &quot;
2052
+ </pre></td></tr>
2053
+
2054
+
2055
+ <tr><th class="line-num" id="L232"><a href="#L232">232</a></th><td class="line-code"><pre>&quot;Ta en kopi av &lt;a href=\&quot;%s\&quot;&gt;Eksempelvisning fra Github&lt;/a&gt;&lt;/p&gt;&quot;
2056
+ </pre></td></tr>
2057
+
2058
+
2059
+ <tr><th class="line-num" id="L233"><a href="#L233">233</a></th><td class="line-code"><pre>
2060
+ </pre></td></tr>
2061
+
2062
+
2063
+ <tr><th class="line-num" id="L234"><a href="#L234">234</a></th><td class="line-code"><pre>#
2064
+ </pre></td></tr>
2065
+
2066
+
2067
+ <tr><th class="line-num" id="L235"><a href="#L235">235</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:49
2068
+ </pre></td></tr>
2069
+
2070
+
2071
+ <tr><th class="line-num" id="L236"><a href="#L236">236</a></th><td class="line-code"><pre>msgid &quot;Basic Template Settings&quot;
2072
+ </pre></td></tr>
2073
+
2074
+
2075
+ <tr><th class="line-num" id="L237"><a href="#L237">237</a></th><td class="line-code"><pre>msgstr &quot;Grunnleggende Malinnstillinger&quot;
2076
+ </pre></td></tr>
2077
+
2078
+
2079
+ <tr><th class="line-num" id="L238"><a href="#L238">238</a></th><td class="line-code"><pre>
2080
+ </pre></td></tr>
2081
+
2082
+
2083
+ <tr><th class="line-num" id="L239"><a href="#L239">239</a></th><td class="line-code"><pre>#
2084
+ </pre></td></tr>
2085
+
2086
+
2087
+ <tr><th class="line-num" id="L240"><a href="#L240">240</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:53
2088
+ </pre></td></tr>
2089
+
2090
+
2091
+ <tr><th class="line-num" id="L241"><a href="#L241">241</a></th><td class="line-code"><pre>msgid &quot;Default stylesheet used for events templates&quot;
2092
+ </pre></td></tr>
2093
+
2094
+
2095
+ <tr><th class="line-num" id="L242"><a href="#L242">242</a></th><td class="line-code"><pre>msgstr &quot;Standard stilsett som benyttes på aktivitetsmalene&quot;
2096
+ </pre></td></tr>
2097
+
2098
+
2099
+ <tr><th class="line-num" id="L243"><a href="#L243">243</a></th><td class="line-code"><pre>
2100
+ </pre></td></tr>
2101
+
2102
+
2103
+ <tr><th class="line-num" id="L244"><a href="#L244">244</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:56
2104
+ </pre></td></tr>
2105
+
2106
+
2107
+ <tr><th class="line-num" id="L245"><a href="#L245">245</a></th><td class="line-code"><pre>msgid &quot;Skeleton Styles&quot;
2108
+ </pre></td></tr>
2109
+
2110
+
2111
+ <tr><th class="line-num" id="L246"><a href="#L246">246</a></th><td class="line-code"><pre>msgstr &quot;Skjelett-Stilsett&quot;
2112
+ </pre></td></tr>
2113
+
2114
+
2115
+ <tr><th class="line-num" id="L247"><a href="#L247">247</a></th><td class="line-code"><pre>
2116
+ </pre></td></tr>
2117
+
2118
+
2119
+ <tr><th class="line-num" id="L248"><a href="#L248">248</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:58
2120
+ </pre></td></tr>
2121
+
2122
+
2123
+ <tr><th class="line-num" id="L249"><a href="#L249">249</a></th><td class="line-code"><pre>msgid &quot;&quot;
2124
+ </pre></td></tr>
2125
+
2126
+
2127
+ <tr><th class="line-num" id="L250"><a href="#L250">250</a></th><td class="line-code"><pre>&quot;Only includes enough css to achieve complex layouts like calendar and week &quot;
2128
+ </pre></td></tr>
2129
+
2130
+
2131
+ <tr><th class="line-num" id="L251"><a href="#L251">251</a></th><td class="line-code"><pre>&quot;view.&quot;
2132
+ </pre></td></tr>
2133
+
2134
+
2135
+ <tr><th class="line-num" id="L252"><a href="#L252">252</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2136
+ </pre></td></tr>
2137
+
2138
+
2139
+ <tr><th class="line-num" id="L253"><a href="#L253">253</a></th><td class="line-code"><pre>&quot;Inkluderer kun nok css til å oppnå komplekse sideoppsett som kalender- og &quot;
2140
+ </pre></td></tr>
2141
+
2142
+
2143
+ <tr><th class="line-num" id="L254"><a href="#L254">254</a></th><td class="line-code"><pre>&quot;ukevisning.&quot;
2144
+ </pre></td></tr>
2145
+
2146
+
2147
+ <tr><th class="line-num" id="L255"><a href="#L255">255</a></th><td class="line-code"><pre>
2148
+ </pre></td></tr>
2149
+
2150
+
2151
+ <tr><th class="line-num" id="L256"><a href="#L256">256</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:60
2152
+ </pre></td></tr>
2153
+
2154
+
2155
+ <tr><th class="line-num" id="L257"><a href="#L257">257</a></th><td class="line-code"><pre>msgid &quot;Full Styles&quot;
2156
+ </pre></td></tr>
2157
+
2158
+
2159
+ <tr><th class="line-num" id="L258"><a href="#L258">258</a></th><td class="line-code"><pre>msgstr &quot;Komplett Stilsett&quot;
2160
+ </pre></td></tr>
2161
+
2162
+
2163
+ <tr><th class="line-num" id="L259"><a href="#L259">259</a></th><td class="line-code"><pre>
2164
+ </pre></td></tr>
2165
+
2166
+
2167
+ <tr><th class="line-num" id="L260"><a href="#L260">260</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:62
2168
+ </pre></td></tr>
2169
+
2170
+
2171
+ <tr><th class="line-num" id="L261"><a href="#L261">261</a></th><td class="line-code"><pre>msgid &quot;More detailed styling, tries to grab styles from your theme.&quot;
2172
+ </pre></td></tr>
2173
+
2174
+
2175
+ <tr><th class="line-num" id="L262"><a href="#L262">262</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2176
+ </pre></td></tr>
2177
+
2178
+
2179
+ <tr><th class="line-num" id="L263"><a href="#L263">263</a></th><td class="line-code"><pre>&quot;Mer detaljert stilsetting, forsøker å dra ut stiler fra det aktive temaet.&quot;
2180
+ </pre></td></tr>
2181
+
2182
+
2183
+ <tr><th class="line-num" id="L264"><a href="#L264">264</a></th><td class="line-code"><pre>
2184
+ </pre></td></tr>
2185
+
2186
+
2187
+ <tr><th class="line-num" id="L265"><a href="#L265">265</a></th><td class="line-code"><pre># Er ikke dette et egennavn? Skal man oversette det?
2188
+ </pre></td></tr>
2189
+
2190
+
2191
+ <tr><th class="line-num" id="L266"><a href="#L266">266</a></th><td class="line-code"><pre>#
2192
+ </pre></td></tr>
2193
+
2194
+
2195
+ <tr><th class="line-num" id="L267"><a href="#L267">267</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:64
2196
+ </pre></td></tr>
2197
+
2198
+
2199
+ <tr><th class="line-num" id="L268"><a href="#L268">268</a></th><td class="line-code"><pre>msgid &quot;Tribe Events Styles&quot;
2200
+ </pre></td></tr>
2201
+
2202
+
2203
+ <tr><th class="line-num" id="L269"><a href="#L269">269</a></th><td class="line-code"><pre>msgstr &quot;Tribe Aktivitets-Stilsett&quot;
2204
+ </pre></td></tr>
2205
+
2206
+
2207
+ <tr><th class="line-num" id="L270"><a href="#L270">270</a></th><td class="line-code"><pre>
2208
+ </pre></td></tr>
2209
+
2210
+
2211
+ <tr><th class="line-num" id="L271"><a href="#L271">271</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:66
2212
+ </pre></td></tr>
2213
+
2214
+
2215
+ <tr><th class="line-num" id="L272"><a href="#L272">272</a></th><td class="line-code"><pre>msgid &quot;A fully designed and styled theme for your events pages.&quot;
2216
+ </pre></td></tr>
2217
+
2218
+
2219
+ <tr><th class="line-num" id="L273"><a href="#L273">273</a></th><td class="line-code"><pre>msgstr &quot;Et gjennomdesignet og stilsatt tema for dine aktivitetssider.&quot;
2220
+ </pre></td></tr>
2221
+
2222
+
2223
+ <tr><th class="line-num" id="L274"><a href="#L274">274</a></th><td class="line-code"><pre>
2224
+ </pre></td></tr>
2225
+
2226
+
2227
+ <tr><th class="line-num" id="L275"><a href="#L275">275</a></th><td class="line-code"><pre>#
2228
+ </pre></td></tr>
2229
+
2230
+
2231
+ <tr><th class="line-num" id="L276"><a href="#L276">276</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:73
2232
+ </pre></td></tr>
2233
+
2234
+
2235
+ <tr><th class="line-num" id="L277"><a href="#L277">277</a></th><td class="line-code"><pre>msgid &quot;Events template&quot;
2236
+ </pre></td></tr>
2237
+
2238
+
2239
+ <tr><th class="line-num" id="L278"><a href="#L278">278</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetsmal&quot;
2240
+ </pre></td></tr>
2241
+
2242
+
2243
+ <tr><th class="line-num" id="L279"><a href="#L279">279</a></th><td class="line-code"><pre>
2244
+ </pre></td></tr>
2245
+
2246
+
2247
+ <tr><th class="line-num" id="L280"><a href="#L280">280</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:74
2248
+ </pre></td></tr>
2249
+
2250
+
2251
+ <tr><th class="line-num" id="L281"><a href="#L281">281</a></th><td class="line-code"><pre>msgid &quot;&quot;
2252
+ </pre></td></tr>
2253
+
2254
+
2255
+ <tr><th class="line-num" id="L282"><a href="#L282">282</a></th><td class="line-code"><pre>&quot;Choose a page template to control the appearance of your calendar and event &quot;
2256
+ </pre></td></tr>
2257
+
2258
+
2259
+ <tr><th class="line-num" id="L283"><a href="#L283">283</a></th><td class="line-code"><pre>&quot;content.&quot;
2260
+ </pre></td></tr>
2261
+
2262
+
2263
+ <tr><th class="line-num" id="L284"><a href="#L284">284</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2264
+ </pre></td></tr>
2265
+
2266
+
2267
+ <tr><th class="line-num" id="L285"><a href="#L285">285</a></th><td class="line-code"><pre>&quot;Velg en sidemal for å styre utseendet på kalenderen og aktivitetenes innhold&quot;
2268
+ </pre></td></tr>
2269
+
2270
+
2271
+ <tr><th class="line-num" id="L286"><a href="#L286">286</a></th><td class="line-code"><pre>
2272
+ </pre></td></tr>
2273
+
2274
+
2275
+ <tr><th class="line-num" id="L287"><a href="#L287">287</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:82
2276
+ </pre></td></tr>
2277
+
2278
+
2279
+ <tr><th class="line-num" id="L288"><a href="#L288">288</a></th><td class="line-code"><pre>msgid &quot;Enable event views&quot;
2280
+ </pre></td></tr>
2281
+
2282
+
2283
+ <tr><th class="line-num" id="L289"><a href="#L289">289</a></th><td class="line-code"><pre>msgstr &quot;Aktiver Aktivitetsvisninger&quot;
2284
+ </pre></td></tr>
2285
+
2286
+
2287
+ <tr><th class="line-num" id="L290"><a href="#L290">290</a></th><td class="line-code"><pre>
2288
+ </pre></td></tr>
2289
+
2290
+
2291
+ <tr><th class="line-num" id="L291"><a href="#L291">291</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:83
2292
+ </pre></td></tr>
2293
+
2294
+
2295
+ <tr><th class="line-num" id="L292"><a href="#L292">292</a></th><td class="line-code"><pre>msgid &quot;You must select at least one view.&quot;
2296
+ </pre></td></tr>
2297
+
2298
+
2299
+ <tr><th class="line-num" id="L293"><a href="#L293">293</a></th><td class="line-code"><pre>msgstr &quot;Du må velge minst én visning.&quot;
2300
+ </pre></td></tr>
2301
+
2302
+
2303
+ <tr><th class="line-num" id="L294"><a href="#L294">294</a></th><td class="line-code"><pre>
2304
+ </pre></td></tr>
2305
+
2306
+
2307
+ <tr><th class="line-num" id="L295"><a href="#L295">295</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:90
2308
+ </pre></td></tr>
2309
+
2310
+
2311
+ <tr><th class="line-num" id="L296"><a href="#L296">296</a></th><td class="line-code"><pre>msgid &quot;Default view&quot;
2312
+ </pre></td></tr>
2313
+
2314
+
2315
+ <tr><th class="line-num" id="L297"><a href="#L297">297</a></th><td class="line-code"><pre>msgstr &quot;Standard visning&quot;
2316
+ </pre></td></tr>
2317
+
2318
+
2319
+ <tr><th class="line-num" id="L298"><a href="#L298">298</a></th><td class="line-code"><pre>
2320
+ </pre></td></tr>
2321
+
2322
+
2323
+ <tr><th class="line-num" id="L299"><a href="#L299">299</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:98
2324
+ </pre></td></tr>
2325
+
2326
+
2327
+ <tr><th class="line-num" id="L300"><a href="#L300">300</a></th><td class="line-code"><pre>msgid &quot;Disable the Event Search Bar&quot;
2328
+ </pre></td></tr>
2329
+
2330
+
2331
+ <tr><th class="line-num" id="L301"><a href="#L301">301</a></th><td class="line-code"><pre>msgstr &quot;Deaktiver søkefeltet for aktiviteten&quot;
2332
+ </pre></td></tr>
2333
+
2334
+
2335
+ <tr><th class="line-num" id="L302"><a href="#L302">302</a></th><td class="line-code"><pre>
2336
+ </pre></td></tr>
2337
+
2338
+
2339
+ <tr><th class="line-num" id="L303"><a href="#L303">303</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:99
2340
+ </pre></td></tr>
2341
+
2342
+
2343
+ <tr><th class="line-num" id="L304"><a href="#L304">304</a></th><td class="line-code"><pre>msgid &quot;Check this to use the classic header.&quot;
2344
+ </pre></td></tr>
2345
+
2346
+
2347
+ <tr><th class="line-num" id="L305"><a href="#L305">305</a></th><td class="line-code"><pre>msgstr &quot;Aktiver dette for å bruke den klassiske sidetoppen.&quot;
2348
+ </pre></td></tr>
2349
+
2350
+
2351
+ <tr><th class="line-num" id="L306"><a href="#L306">306</a></th><td class="line-code"><pre>
2352
+ </pre></td></tr>
2353
+
2354
+
2355
+ <tr><th class="line-num" id="L307"><a href="#L307">307</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:105
2356
+ </pre></td></tr>
2357
+
2358
+
2359
+ <tr><th class="line-num" id="L308"><a href="#L308">308</a></th><td class="line-code"><pre>msgid &quot;Month view events per day&quot;
2360
+ </pre></td></tr>
2361
+
2362
+
2363
+ <tr><th class="line-num" id="L309"><a href="#L309">309</a></th><td class="line-code"><pre>msgstr &quot;Månedsvisning aktiviteter per dag&quot;
2364
+ </pre></td></tr>
2365
+
2366
+
2367
+ <tr><th class="line-num" id="L310"><a href="#L310">310</a></th><td class="line-code"><pre>
2368
+ </pre></td></tr>
2369
+
2370
+
2371
+ <tr><th class="line-num" id="L311"><a href="#L311">311</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:106
2372
+ </pre></td></tr>
2373
+
2374
+
2375
+ <tr><th class="line-num" id="L312"><a href="#L312">312</a></th><td class="line-code"><pre>msgid &quot;Allow more than the default 3 events per day in month view.&quot;
2376
+ </pre></td></tr>
2377
+
2378
+
2379
+ <tr><th class="line-num" id="L313"><a href="#L313">313</a></th><td class="line-code"><pre>msgstr &quot;Tillater mer enn standard 3 aktiviteter per dag i månedsvisning.&quot;
2380
+ </pre></td></tr>
2381
+
2382
+
2383
+ <tr><th class="line-num" id="L314"><a href="#L314">314</a></th><td class="line-code"><pre>
2384
+ </pre></td></tr>
2385
+
2386
+
2387
+ <tr><th class="line-num" id="L315"><a href="#L315">315</a></th><td class="line-code"><pre>#
2388
+ </pre></td></tr>
2389
+
2390
+
2391
+ <tr><th class="line-num" id="L316"><a href="#L316">316</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:113
2392
+ </pre></td></tr>
2393
+
2394
+
2395
+ <tr><th class="line-num" id="L317"><a href="#L317">317</a></th><td class="line-code"><pre>msgid &quot;Advanced Template Settings&quot;
2396
+ </pre></td></tr>
2397
+
2398
+
2399
+ <tr><th class="line-num" id="L318"><a href="#L318">318</a></th><td class="line-code"><pre>msgstr &quot;Avanserte Malinnstillinger&quot;
2400
+ </pre></td></tr>
2401
+
2402
+
2403
+ <tr><th class="line-num" id="L319"><a href="#L319">319</a></th><td class="line-code"><pre>
2404
+ </pre></td></tr>
2405
+
2406
+
2407
+ <tr><th class="line-num" id="L320"><a href="#L320">320</a></th><td class="line-code"><pre>#
2408
+ </pre></td></tr>
2409
+
2410
+
2411
+ <tr><th class="line-num" id="L321"><a href="#L321">321</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:117
2412
+ </pre></td></tr>
2413
+
2414
+
2415
+ <tr><th class="line-num" id="L322"><a href="#L322">322</a></th><td class="line-code"><pre>msgid &quot;Add HTML before event content&quot;
2416
+ </pre></td></tr>
2417
+
2418
+
2419
+ <tr><th class="line-num" id="L323"><a href="#L323">323</a></th><td class="line-code"><pre>msgstr &quot;Legg til HTML før Aktivitetens innhold&quot;
2420
+ </pre></td></tr>
2421
+
2422
+
2423
+ <tr><th class="line-num" id="L324"><a href="#L324">324</a></th><td class="line-code"><pre>
2424
+ </pre></td></tr>
2425
+
2426
+
2427
+ <tr><th class="line-num" id="L325"><a href="#L325">325</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:118
2428
+ </pre></td></tr>
2429
+
2430
+
2431
+ <tr><th class="line-num" id="L326"><a href="#L326">326</a></th><td class="line-code"><pre>msgid &quot;&quot;
2432
+ </pre></td></tr>
2433
+
2434
+
2435
+ <tr><th class="line-num" id="L327"><a href="#L327">327</a></th><td class="line-code"><pre>&quot;If you are familiar with HTML, you can add additional code before the event &quot;
2436
+ </pre></td></tr>
2437
+
2438
+
2439
+ <tr><th class="line-num" id="L328"><a href="#L328">328</a></th><td class="line-code"><pre>&quot;template. Some themes may require this to help with styling or layout.&quot;
2440
+ </pre></td></tr>
2441
+
2442
+
2443
+ <tr><th class="line-num" id="L329"><a href="#L329">329</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2444
+ </pre></td></tr>
2445
+
2446
+
2447
+ <tr><th class="line-num" id="L330"><a href="#L330">330</a></th><td class="line-code"><pre>&quot;Hvis du er HTML-kyndig, kan du legge til ekstra kode før aktivitetsmalen. &quot;
2448
+ </pre></td></tr>
2449
+
2450
+
2451
+ <tr><th class="line-num" id="L331"><a href="#L331">331</a></th><td class="line-code"><pre>&quot;Dette kan være nødvendig med enkelte Temaer, for å hjelpe med styling eller &quot;
2452
+ </pre></td></tr>
2453
+
2454
+
2455
+ <tr><th class="line-num" id="L332"><a href="#L332">332</a></th><td class="line-code"><pre>&quot;sideoppsett.&quot;
2456
+ </pre></td></tr>
2457
+
2458
+
2459
+ <tr><th class="line-num" id="L333"><a href="#L333">333</a></th><td class="line-code"><pre>
2460
+ </pre></td></tr>
2461
+
2462
+
2463
+ <tr><th class="line-num" id="L334"><a href="#L334">334</a></th><td class="line-code"><pre>#
2464
+ </pre></td></tr>
2465
+
2466
+
2467
+ <tr><th class="line-num" id="L335"><a href="#L335">335</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:123
2468
+ </pre></td></tr>
2469
+
2470
+
2471
+ <tr><th class="line-num" id="L336"><a href="#L336">336</a></th><td class="line-code"><pre>msgid &quot;Add HTML after event content&quot;
2472
+ </pre></td></tr>
2473
+
2474
+
2475
+ <tr><th class="line-num" id="L337"><a href="#L337">337</a></th><td class="line-code"><pre>msgstr &quot;Legg til HTML etter aktivitetens innhold&quot;
2476
+ </pre></td></tr>
2477
+
2478
+
2479
+ <tr><th class="line-num" id="L338"><a href="#L338">338</a></th><td class="line-code"><pre>
2480
+ </pre></td></tr>
2481
+
2482
+
2483
+ <tr><th class="line-num" id="L339"><a href="#L339">339</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:124
2484
+ </pre></td></tr>
2485
+
2486
+
2487
+ <tr><th class="line-num" id="L340"><a href="#L340">340</a></th><td class="line-code"><pre>msgid &quot;&quot;
2488
+ </pre></td></tr>
2489
+
2490
+
2491
+ <tr><th class="line-num" id="L341"><a href="#L341">341</a></th><td class="line-code"><pre>&quot;If you are familiar with HTML, you can add additional code after the event &quot;
2492
+ </pre></td></tr>
2493
+
2494
+
2495
+ <tr><th class="line-num" id="L342"><a href="#L342">342</a></th><td class="line-code"><pre>&quot;template. Some themes may require this to help with styling or layout.&quot;
2496
+ </pre></td></tr>
2497
+
2498
+
2499
+ <tr><th class="line-num" id="L343"><a href="#L343">343</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2500
+ </pre></td></tr>
2501
+
2502
+
2503
+ <tr><th class="line-num" id="L344"><a href="#L344">344</a></th><td class="line-code"><pre>&quot;Hvis du er HTML-kyndig, kan du legge til ekstra kode etter Aktivitetsmalen. &quot;
2504
+ </pre></td></tr>
2505
+
2506
+
2507
+ <tr><th class="line-num" id="L345"><a href="#L345">345</a></th><td class="line-code"><pre>&quot;Dette kan være nødvendig med enkelte Temaer, for å hjelpe med styling eller &quot;
2508
+ </pre></td></tr>
2509
+
2510
+
2511
+ <tr><th class="line-num" id="L346"><a href="#L346">346</a></th><td class="line-code"><pre>&quot;sideoppsett.&quot;
2512
+ </pre></td></tr>
2513
+
2514
+
2515
+ <tr><th class="line-num" id="L347"><a href="#L347">347</a></th><td class="line-code"><pre>
2516
+ </pre></td></tr>
2517
+
2518
+
2519
+ <tr><th class="line-num" id="L348"><a href="#L348">348</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:14
2520
+ </pre></td></tr>
2521
+
2522
+
2523
+ <tr><th class="line-num" id="L349"><a href="#L349">349</a></th><td class="line-code"><pre>msgid &quot;Finding &amp; extending your calendar.&quot;
2524
+ </pre></td></tr>
2525
+
2526
+
2527
+ <tr><th class="line-num" id="L350"><a href="#L350">350</a></th><td class="line-code"><pre>msgstr &quot;Å Finne og utvikle din kalender.&quot;
2528
+ </pre></td></tr>
2529
+
2530
+
2531
+ <tr><th class="line-num" id="L351"><a href="#L351">351</a></th><td class="line-code"><pre>
2532
+ </pre></td></tr>
2533
+
2534
+
2535
+ <tr><th class="line-num" id="L352"><a href="#L352">352</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:19
2536
+ </pre></td></tr>
2537
+
2538
+
2539
+ <tr><th class="line-num" id="L353"><a href="#L353">353</a></th><td class="line-code"><pre>msgid &quot;Finding your calendar.&quot;
2540
+ </pre></td></tr>
2541
+
2542
+
2543
+ <tr><th class="line-num" id="L354"><a href="#L354">354</a></th><td class="line-code"><pre>msgstr &quot;Finner din kalender.&quot;
2544
+ </pre></td></tr>
2545
+
2546
+
2547
+ <tr><th class="line-num" id="L355"><a href="#L355">355</a></th><td class="line-code"><pre>
2548
+ </pre></td></tr>
2549
+
2550
+
2551
+ <tr><th class="line-num" id="L356"><a href="#L356">356</a></th><td class="line-code"><pre># Er ikke dette et egennavn? Skal man oversette det?
2552
+ </pre></td></tr>
2553
+
2554
+
2555
+ <tr><th class="line-num" id="L357"><a href="#L357">357</a></th><td class="line-code"><pre>#
2556
+ </pre></td></tr>
2557
+
2558
+
2559
+ <tr><th class="line-num" id="L358"><a href="#L358">358</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:24
2560
+ </pre></td></tr>
2561
+
2562
+
2563
+ <tr><th class="line-num" id="L359"><a href="#L359">359</a></th><td class="line-code"><pre>msgid &quot;Where&#39;s my calendar?&quot;
2564
+ </pre></td></tr>
2565
+
2566
+
2567
+ <tr><th class="line-num" id="L360"><a href="#L360">360</a></th><td class="line-code"><pre>msgstr &quot;Hvor er kalenderen min?&quot;
2568
+ </pre></td></tr>
2569
+
2570
+
2571
+ <tr><th class="line-num" id="L361"><a href="#L361">361</a></th><td class="line-code"><pre>
2572
+ </pre></td></tr>
2573
+
2574
+
2575
+ <tr><th class="line-num" id="L362"><a href="#L362">362</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:24
2576
+ </pre></td></tr>
2577
+
2578
+
2579
+ <tr><th class="line-num" id="L363"><a href="#L363">363</a></th><td class="line-code"><pre>msgid &quot;Right here&quot;
2580
+ </pre></td></tr>
2581
+
2582
+
2583
+ <tr><th class="line-num" id="L364"><a href="#L364">364</a></th><td class="line-code"><pre>msgstr &quot;Akkurat her&quot;
2584
+ </pre></td></tr>
2585
+
2586
+
2587
+ <tr><th class="line-num" id="L365"><a href="#L365">365</a></th><td class="line-code"><pre>
2588
+ </pre></td></tr>
2589
+
2590
+
2591
+ <tr><th class="line-num" id="L366"><a href="#L366">366</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:28
2592
+ </pre></td></tr>
2593
+
2594
+
2595
+ <tr><th class="line-num" id="L367"><a href="#L367">367</a></th><td class="line-code"><pre>msgid &quot;&quot;
2596
+ </pre></td></tr>
2597
+
2598
+
2599
+ <tr><th class="line-num" id="L368"><a href="#L368">368</a></th><td class="line-code"><pre>&quot;Looking for additional functionality including recurring events, custom &quot;
2600
+ </pre></td></tr>
2601
+
2602
+
2603
+ <tr><th class="line-num" id="L369"><a href="#L369">369</a></th><td class="line-code"><pre>&quot;meta, community events, ticket sales and more?&quot;
2604
+ </pre></td></tr>
2605
+
2606
+
2607
+ <tr><th class="line-num" id="L370"><a href="#L370">370</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2608
+ </pre></td></tr>
2609
+
2610
+
2611
+ <tr><th class="line-num" id="L371"><a href="#L371">371</a></th><td class="line-code"><pre>&quot;Savner du funksjonalitet som f.eks. gjentakende aktivitet, egendefinerte &quot;
2612
+ </pre></td></tr>
2613
+
2614
+
2615
+ <tr><th class="line-num" id="L372"><a href="#L372">372</a></th><td class="line-code"><pre>&quot;felter, samfunnsaktiviteter, billettsalg m.m?&quot;
2616
+ </pre></td></tr>
2617
+
2618
+
2619
+ <tr><th class="line-num" id="L373"><a href="#L373">373</a></th><td class="line-code"><pre>
2620
+ </pre></td></tr>
2621
+
2622
+
2623
+ <tr><th class="line-num" id="L374"><a href="#L374">374</a></th><td class="line-code"><pre>#
2624
+ </pre></td></tr>
2625
+
2626
+
2627
+ <tr><th class="line-num" id="L375"><a href="#L375">375</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:28
2628
+ </pre></td></tr>
2629
+
2630
+
2631
+ <tr><th class="line-num" id="L376"><a href="#L376">376</a></th><td class="line-code"><pre>msgid &quot;Check out the available add-ons&quot;
2632
+ </pre></td></tr>
2633
+
2634
+
2635
+ <tr><th class="line-num" id="L377"><a href="#L377">377</a></th><td class="line-code"><pre>msgstr &quot;Sjekk ut tilgjengelige utvidelser&quot;
2636
+ </pre></td></tr>
2637
+
2638
+
2639
+ <tr><th class="line-num" id="L378"><a href="#L378">378</a></th><td class="line-code"><pre>
2640
+ </pre></td></tr>
2641
+
2642
+
2643
+ <tr><th class="line-num" id="L379"><a href="#L379">379</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:33
2644
+ </pre></td></tr>
2645
+
2646
+
2647
+ <tr><th class="line-num" id="L380"><a href="#L380">380</a></th><td class="line-code"><pre>msgid &quot;We hope our plugin is helping you out.&quot;
2648
+ </pre></td></tr>
2649
+
2650
+
2651
+ <tr><th class="line-num" id="L381"><a href="#L381">381</a></th><td class="line-code"><pre>msgstr &quot;Vi håper at vår utvidelse er til nytte for deg.&quot;
2652
+ </pre></td></tr>
2653
+
2654
+
2655
+ <tr><th class="line-num" id="L382"><a href="#L382">382</a></th><td class="line-code"><pre>
2656
+ </pre></td></tr>
2657
+
2658
+
2659
+ <tr><th class="line-num" id="L383"><a href="#L383">383</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:37
2660
+ </pre></td></tr>
2661
+
2662
+
2663
+ <tr><th class="line-num" id="L384"><a href="#L384">384</a></th><td class="line-code"><pre>msgid &quot;&quot;
2664
+ </pre></td></tr>
2665
+
2666
+
2667
+ <tr><th class="line-num" id="L385"><a href="#L385">385</a></th><td class="line-code"><pre>&quot;Are you thinking \&quot;Wow, this plugin is amazing! I should say thanks to &quot;
2668
+ </pre></td></tr>
2669
+
2670
+
2671
+ <tr><th class="line-num" id="L386"><a href="#L386">386</a></th><td class="line-code"><pre>&quot;Modern Tribe for all their hard work.\&quot; The greatest thanks we could ask for &quot;
2672
+ </pre></td></tr>
2673
+
2674
+
2675
+ <tr><th class="line-num" id="L387"><a href="#L387">387</a></th><td class="line-code"><pre>&quot;is recognition. Add a small text-only link at the bottom of your calendar &quot;
2676
+ </pre></td></tr>
2677
+
2678
+
2679
+ <tr><th class="line-num" id="L388"><a href="#L388">388</a></th><td class="line-code"><pre>&quot;pointing to The Events Calendar project.&quot;
2680
+ </pre></td></tr>
2681
+
2682
+
2683
+ <tr><th class="line-num" id="L389"><a href="#L389">389</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2684
+ </pre></td></tr>
2685
+
2686
+
2687
+ <tr><th class="line-num" id="L390"><a href="#L390">390</a></th><td class="line-code"><pre>&quot;Tenker du \&quot;Wow, denne utvidelsen er utrolig! Jeg burde vise min &quot;
2688
+ </pre></td></tr>
2689
+
2690
+
2691
+ <tr><th class="line-num" id="L391"><a href="#L391">391</a></th><td class="line-code"><pre>&quot;takknemlighet til Modern Tribe for alt det harde arbeidet de har gjort.\&quot; &quot;
2692
+ </pre></td></tr>
2693
+
2694
+
2695
+ <tr><th class="line-num" id="L392"><a href="#L392">392</a></th><td class="line-code"><pre>&quot;Den største takken vi kunne spurt om er gjenkjennelse. Legg til en liten &quot;
2696
+ </pre></td></tr>
2697
+
2698
+
2699
+ <tr><th class="line-num" id="L393"><a href="#L393">393</a></th><td class="line-code"><pre>&quot;lenke nederst i kalenderen (kun tekst) som fører til The Events Calendar-&quot;
2700
+ </pre></td></tr>
2701
+
2702
+
2703
+ <tr><th class="line-num" id="L394"><a href="#L394">394</a></th><td class="line-code"><pre>&quot;prosjektet.&quot;
2704
+ </pre></td></tr>
2705
+
2706
+
2707
+ <tr><th class="line-num" id="L395"><a href="#L395">395</a></th><td class="line-code"><pre>
2708
+ </pre></td></tr>
2709
+
2710
+
2711
+ <tr><th class="line-num" id="L396"><a href="#L396">396</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:37
2712
+ </pre></td></tr>
2713
+
2714
+
2715
+ <tr><th class="line-num" id="L397"><a href="#L397">397</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:42
2716
+ </pre></td></tr>
2717
+
2718
+
2719
+ <tr><th class="line-num" id="L398"><a href="#L398">398</a></th><td class="line-code"><pre>msgid &quot;See an example of the link&quot;
2720
+ </pre></td></tr>
2721
+
2722
+
2723
+ <tr><th class="line-num" id="L399"><a href="#L399">399</a></th><td class="line-code"><pre>msgstr &quot;Se et eksempel på koblingen&quot;
2724
+ </pre></td></tr>
2725
+
2726
+
2727
+ <tr><th class="line-num" id="L400"><a href="#L400">400</a></th><td class="line-code"><pre>
2728
+ </pre></td></tr>
2729
+
2730
+
2731
+ <tr><th class="line-num" id="L401"><a href="#L401">401</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:42
2732
+ </pre></td></tr>
2733
+
2734
+
2735
+ <tr><th class="line-num" id="L402"><a href="#L402">402</a></th><td class="line-code"><pre>msgid &quot;&quot;
2736
+ </pre></td></tr>
2737
+
2738
+
2739
+ <tr><th class="line-num" id="L403"><a href="#L403">403</a></th><td class="line-code"><pre>&quot;Are you thinking \&quot;Wow, this plugin is amazing! I should say thanks to &quot;
2740
+ </pre></td></tr>
2741
+
2742
+
2743
+ <tr><th class="line-num" id="L404"><a href="#L404">404</a></th><td class="line-code"><pre>&quot;Modern Tribe for all their hard work.\&quot; The greatest thanks we could ask for &quot;
2744
+ </pre></td></tr>
2745
+
2746
+
2747
+ <tr><th class="line-num" id="L405"><a href="#L405">405</a></th><td class="line-code"><pre>&quot;is recognition. Add a small text only link at the bottom of your calendar &quot;
2748
+ </pre></td></tr>
2749
+
2750
+
2751
+ <tr><th class="line-num" id="L406"><a href="#L406">406</a></th><td class="line-code"><pre>&quot;pointing to The Events Calendar project.&quot;
2752
+ </pre></td></tr>
2753
+
2754
+
2755
+ <tr><th class="line-num" id="L407"><a href="#L407">407</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2756
+ </pre></td></tr>
2757
+
2758
+
2759
+ <tr><th class="line-num" id="L408"><a href="#L408">408</a></th><td class="line-code"><pre>&quot;Tenker du \&quot;Wow, denne utvidelsen er utrolig! Jeg burde vise min &quot;
2760
+ </pre></td></tr>
2761
+
2762
+
2763
+ <tr><th class="line-num" id="L409"><a href="#L409">409</a></th><td class="line-code"><pre>&quot;takknemlighet til Modern Tribe for alt det harde arbeidet de har gjort.\&quot; &quot;
2764
+ </pre></td></tr>
2765
+
2766
+
2767
+ <tr><th class="line-num" id="L410"><a href="#L410">410</a></th><td class="line-code"><pre>&quot;Den største takken vi kunne spurt om er gjenkjennelse. Legg til en liten &quot;
2768
+ </pre></td></tr>
2769
+
2770
+
2771
+ <tr><th class="line-num" id="L411"><a href="#L411">411</a></th><td class="line-code"><pre>&quot;lenke nederst i kalenderen (kun tekst) som fører til The Events Calendar-&quot;
2772
+ </pre></td></tr>
2773
+
2774
+
2775
+ <tr><th class="line-num" id="L412"><a href="#L412">412</a></th><td class="line-code"><pre>&quot;prosjektet.&quot;
2776
+ </pre></td></tr>
2777
+
2778
+
2779
+ <tr><th class="line-num" id="L413"><a href="#L413">413</a></th><td class="line-code"><pre>
2780
+ </pre></td></tr>
2781
+
2782
+
2783
+ <tr><th class="line-num" id="L414"><a href="#L414">414</a></th><td class="line-code"><pre># Er ikke dette et egennavn? Skal man oversette det?
2784
+ </pre></td></tr>
2785
+
2786
+
2787
+ <tr><th class="line-num" id="L415"><a href="#L415">415</a></th><td class="line-code"><pre>#
2788
+ </pre></td></tr>
2789
+
2790
+
2791
+ <tr><th class="line-num" id="L416"><a href="#L416">416</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:47
2792
+ </pre></td></tr>
2793
+
2794
+
2795
+ <tr><th class="line-num" id="L417"><a href="#L417">417</a></th><td class="line-code"><pre>msgid &quot;Show The Events Calendar link&quot;
2796
+ </pre></td></tr>
2797
+
2798
+
2799
+ <tr><th class="line-num" id="L418"><a href="#L418">418</a></th><td class="line-code"><pre>msgstr &quot;Vis kobling til The Events Calendar&quot;
2800
+ </pre></td></tr>
2801
+
2802
+
2803
+ <tr><th class="line-num" id="L419"><a href="#L419">419</a></th><td class="line-code"><pre>
2804
+ </pre></td></tr>
2805
+
2806
+
2807
+ <tr><th class="line-num" id="L420"><a href="#L420">420</a></th><td class="line-code"><pre>#
2808
+ </pre></td></tr>
2809
+
2810
+
2811
+ <tr><th class="line-num" id="L421"><a href="#L421">421</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:61
2812
+ </pre></td></tr>
2813
+
2814
+
2815
+ <tr><th class="line-num" id="L422"><a href="#L422">422</a></th><td class="line-code"><pre>msgid &quot;General Settings&quot;
2816
+ </pre></td></tr>
2817
+
2818
+
2819
+ <tr><th class="line-num" id="L423"><a href="#L423">423</a></th><td class="line-code"><pre>msgstr &quot;Generelle innstillinger&quot;
2820
+ </pre></td></tr>
2821
+
2822
+
2823
+ <tr><th class="line-num" id="L424"><a href="#L424">424</a></th><td class="line-code"><pre>
2824
+ </pre></td></tr>
2825
+
2826
+
2827
+ <tr><th class="line-num" id="L425"><a href="#L425">425</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:65
2828
+ </pre></td></tr>
2829
+
2830
+
2831
+ <tr><th class="line-num" id="L426"><a href="#L426">426</a></th><td class="line-code"><pre>msgid &quot;Number of events to show per page&quot;
2832
+ </pre></td></tr>
2833
+
2834
+
2835
+ <tr><th class="line-num" id="L427"><a href="#L427">427</a></th><td class="line-code"><pre>msgstr &quot;Antall aktiviteter som skal vises per side&quot;
2836
+ </pre></td></tr>
2837
+
2838
+
2839
+ <tr><th class="line-num" id="L428"><a href="#L428">428</a></th><td class="line-code"><pre>
2840
+ </pre></td></tr>
2841
+
2842
+
2843
+ <tr><th class="line-num" id="L429"><a href="#L429">429</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:72
2844
+ </pre></td></tr>
2845
+
2846
+
2847
+ <tr><th class="line-num" id="L430"><a href="#L430">430</a></th><td class="line-code"><pre>msgid &quot;Use Javascript to control date filtering&quot;
2848
+ </pre></td></tr>
2849
+
2850
+
2851
+ <tr><th class="line-num" id="L431"><a href="#L431">431</a></th><td class="line-code"><pre>msgstr &quot;Bruk Javascript for å styre datofiltrering&quot;
2852
+ </pre></td></tr>
2853
+
2854
+
2855
+ <tr><th class="line-num" id="L432"><a href="#L432">432</a></th><td class="line-code"><pre>
2856
+ </pre></td></tr>
2857
+
2858
+
2859
+ <tr><th class="line-num" id="L433"><a href="#L433">433</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:73
2860
+ </pre></td></tr>
2861
+
2862
+
2863
+ <tr><th class="line-num" id="L434"><a href="#L434">434</a></th><td class="line-code"><pre>msgid &quot;&quot;
2864
+ </pre></td></tr>
2865
+
2866
+
2867
+ <tr><th class="line-num" id="L435"><a href="#L435">435</a></th><td class="line-code"><pre>&quot;This option is disabled when \&quot;Disable the Event Search Bar\&quot; is checked on &quot;
2868
+ </pre></td></tr>
2869
+
2870
+
2871
+ <tr><th class="line-num" id="L436"><a href="#L436">436</a></th><td class="line-code"><pre>&quot;the Display settings tab.&quot;
2872
+ </pre></td></tr>
2873
+
2874
+
2875
+ <tr><th class="line-num" id="L437"><a href="#L437">437</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2876
+ </pre></td></tr>
2877
+
2878
+
2879
+ <tr><th class="line-num" id="L438"><a href="#L438">438</a></th><td class="line-code"><pre>&quot;Funksjonen er ikke tilgjengelig når \&quot;Deaktiver søkefeltet for aktiviteten\&quot; &quot;
2880
+ </pre></td></tr>
2881
+
2882
+
2883
+ <tr><th class="line-num" id="L439"><a href="#L439">439</a></th><td class="line-code"><pre>&quot;er valgt på fanen Visningsinnstillinger&quot;
2884
+ </pre></td></tr>
2885
+
2886
+
2887
+ <tr><th class="line-num" id="L440"><a href="#L440">440</a></th><td class="line-code"><pre>
2888
+ </pre></td></tr>
2889
+
2890
+
2891
+ <tr><th class="line-num" id="L441"><a href="#L441">441</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:73
2892
+ </pre></td></tr>
2893
+
2894
+
2895
+ <tr><th class="line-num" id="L442"><a href="#L442">442</a></th><td class="line-code"><pre>msgid &quot;&quot;
2896
+ </pre></td></tr>
2897
+
2898
+
2899
+ <tr><th class="line-num" id="L443"><a href="#L443">443</a></th><td class="line-code"><pre>&quot;Enable live ajax for datepicker on front end (User submit not required).&quot;
2900
+ </pre></td></tr>
2901
+
2902
+
2903
+ <tr><th class="line-num" id="L444"><a href="#L444">444</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2904
+ </pre></td></tr>
2905
+
2906
+
2907
+ <tr><th class="line-num" id="L445"><a href="#L445">445</a></th><td class="line-code"><pre>&quot;Aktiver live ajax for datovelger på brukerområdet. (Brukervalg kreves ikke).&quot;
2908
+ </pre></td></tr>
2909
+
2910
+
2911
+ <tr><th class="line-num" id="L446"><a href="#L446">446</a></th><td class="line-code"><pre>
2912
+ </pre></td></tr>
2913
+
2914
+
2915
+ <tr><th class="line-num" id="L447"><a href="#L447">447</a></th><td class="line-code"><pre>#
2916
+ </pre></td></tr>
2917
+
2918
+
2919
+ <tr><th class="line-num" id="L448"><a href="#L448">448</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:81
2920
+ </pre></td></tr>
2921
+
2922
+
2923
+ <tr><th class="line-num" id="L449"><a href="#L449">449</a></th><td class="line-code"><pre>msgid &quot;Show comments&quot;
2924
+ </pre></td></tr>
2925
+
2926
+
2927
+ <tr><th class="line-num" id="L450"><a href="#L450">450</a></th><td class="line-code"><pre>msgstr &quot;Vis kommentarer&quot;
2928
+ </pre></td></tr>
2929
+
2930
+
2931
+ <tr><th class="line-num" id="L451"><a href="#L451">451</a></th><td class="line-code"><pre>
2932
+ </pre></td></tr>
2933
+
2934
+
2935
+ <tr><th class="line-num" id="L452"><a href="#L452">452</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:82
2936
+ </pre></td></tr>
2937
+
2938
+
2939
+ <tr><th class="line-num" id="L453"><a href="#L453">453</a></th><td class="line-code"><pre>msgid &quot;Enable comments on event pages.&quot;
2940
+ </pre></td></tr>
2941
+
2942
+
2943
+ <tr><th class="line-num" id="L454"><a href="#L454">454</a></th><td class="line-code"><pre>msgstr &quot;Aktiver kommentarer på aktivitetsider.&quot;
2944
+ </pre></td></tr>
2945
+
2946
+
2947
+ <tr><th class="line-num" id="L455"><a href="#L455">455</a></th><td class="line-code"><pre>
2948
+ </pre></td></tr>
2949
+
2950
+
2951
+ <tr><th class="line-num" id="L456"><a href="#L456">456</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:88
2952
+ </pre></td></tr>
2953
+
2954
+
2955
+ <tr><th class="line-num" id="L457"><a href="#L457">457</a></th><td class="line-code"><pre>msgid &quot;Include events in main blog loop&quot;
2956
+ </pre></td></tr>
2957
+
2958
+
2959
+ <tr><th class="line-num" id="L458"><a href="#L458">458</a></th><td class="line-code"><pre>msgstr &quot;Inkluder arrangementer i loopen ti Hovedbloggen&quot;
2960
+ </pre></td></tr>
2961
+
2962
+
2963
+ <tr><th class="line-num" id="L459"><a href="#L459">459</a></th><td class="line-code"><pre>
2964
+ </pre></td></tr>
2965
+
2966
+
2967
+ <tr><th class="line-num" id="L460"><a href="#L460">460</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:89
2968
+ </pre></td></tr>
2969
+
2970
+
2971
+ <tr><th class="line-num" id="L461"><a href="#L461">461</a></th><td class="line-code"><pre>msgid &quot;&quot;
2972
+ </pre></td></tr>
2973
+
2974
+
2975
+ <tr><th class="line-num" id="L462"><a href="#L462">462</a></th><td class="line-code"><pre>&quot;Show events with the site&#39;s other posts. When this box is checked, events &quot;
2976
+ </pre></td></tr>
2977
+
2978
+
2979
+ <tr><th class="line-num" id="L463"><a href="#L463">463</a></th><td class="line-code"><pre>&quot;will also continue to appear on the default events page.&quot;
2980
+ </pre></td></tr>
2981
+
2982
+
2983
+ <tr><th class="line-num" id="L464"><a href="#L464">464</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2984
+ </pre></td></tr>
2985
+
2986
+
2987
+ <tr><th class="line-num" id="L465"><a href="#L465">465</a></th><td class="line-code"><pre>&quot;Vis hendelser fra nettstedets andre innlegg. Når denne innstillingen er &quot;
2988
+ </pre></td></tr>
2989
+
2990
+
2991
+ <tr><th class="line-num" id="L466"><a href="#L466">466</a></th><td class="line-code"><pre>&quot;aktivert, vil aktiviteter i tillegg fortsette å vises på standardsiden for &quot;
2992
+ </pre></td></tr>
2993
+
2994
+
2995
+ <tr><th class="line-num" id="L467"><a href="#L467">467</a></th><td class="line-code"><pre>&quot;Aktiviteter.&quot;
2996
+ </pre></td></tr>
2997
+
2998
+
2999
+ <tr><th class="line-num" id="L468"><a href="#L468">468</a></th><td class="line-code"><pre>
3000
+ </pre></td></tr>
3001
+
3002
+
3003
+ <tr><th class="line-num" id="L469"><a href="#L469">469</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:95
3004
+ </pre></td></tr>
3005
+
3006
+
3007
+ <tr><th class="line-num" id="L470"><a href="#L470">470</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:101
3008
+ </pre></td></tr>
3009
+
3010
+
3011
+ <tr><th class="line-num" id="L471"><a href="#L471">471</a></th><td class="line-code"><pre>msgid &quot;Events URL slug&quot;
3012
+ </pre></td></tr>
3013
+
3014
+
3015
+ <tr><th class="line-num" id="L472"><a href="#L472">472</a></th><td class="line-code"><pre>msgstr &quot;Kortlenke for aktivitets-URL&quot;
3016
+ </pre></td></tr>
3017
+
3018
+
3019
+ <tr><th class="line-num" id="L473"><a href="#L473">473</a></th><td class="line-code"><pre>
3020
+ </pre></td></tr>
3021
+
3022
+
3023
+ <tr><th class="line-num" id="L474"><a href="#L474">474</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:96
3024
+ </pre></td></tr>
3025
+
3026
+
3027
+ <tr><th class="line-num" id="L475"><a href="#L475">475</a></th><td class="line-code"><pre>#, php-format
3028
+ </pre></td></tr>
3029
+
3030
+
3031
+ <tr><th class="line-num" id="L476"><a href="#L476">476</a></th><td class="line-code"><pre>msgid &quot;&quot;
3032
+ </pre></td></tr>
3033
+
3034
+
3035
+ <tr><th class="line-num" id="L477"><a href="#L477">477</a></th><td class="line-code"><pre>&quot;You cannot edit the slug for your events page as you do not have pretty &quot;
3036
+ </pre></td></tr>
3037
+
3038
+
3039
+ <tr><th class="line-num" id="L478"><a href="#L478">478</a></th><td class="line-code"><pre>&quot;permalinks enabled. The current URL for your events page is &lt;a href=\&quot;%s\&quot;&gt;&quot;
3040
+ </pre></td></tr>
3041
+
3042
+
3043
+ <tr><th class="line-num" id="L479"><a href="#L479">479</a></th><td class="line-code"><pre>&quot;%s&lt;/a&gt;. In order to edit the slug here, &lt;a href=\&quot;%soptions-permalink.php&quot;
3044
+ </pre></td></tr>
3045
+
3046
+
3047
+ <tr><th class="line-num" id="L480"><a href="#L480">480</a></th><td class="line-code"><pre>&quot;\&quot;&gt;enable pretty permalinks&lt;/a&gt;.&quot;
3048
+ </pre></td></tr>
3049
+
3050
+
3051
+ <tr><th class="line-num" id="L481"><a href="#L481">481</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3052
+ </pre></td></tr>
3053
+
3054
+
3055
+ <tr><th class="line-num" id="L482"><a href="#L482">482</a></th><td class="line-code"><pre>&quot;Du kan ikke redigere kortlenken til aktivitetssiden ettersom du ikke har &quot;
3056
+ </pre></td></tr>
3057
+
3058
+
3059
+ <tr><th class="line-num" id="L483"><a href="#L483">483</a></th><td class="line-code"><pre>&quot;aktivert visuelt fine permalenker . For øyeblikket er URL´en til din &quot;
3060
+ </pre></td></tr>
3061
+
3062
+
3063
+ <tr><th class="line-num" id="L484"><a href="#L484">484</a></th><td class="line-code"><pre>&quot;aktivitetsside &lt;a href=\&quot;%s\&quot;&gt;%s&lt;/a&gt;. For å redigere kortlenken her, &lt;a href=&quot;
3064
+ </pre></td></tr>
3065
+
3066
+
3067
+ <tr><th class="line-num" id="L485"><a href="#L485">485</a></th><td class="line-code"><pre>&quot;\&quot;%soptions-permalink.php\&quot;&gt;aktivér en av de to nederste alternativene for &quot;
3068
+ </pre></td></tr>
3069
+
3070
+
3071
+ <tr><th class="line-num" id="L486"><a href="#L486">486</a></th><td class="line-code"><pre>&quot;permalenker&lt;/a&gt;.&quot;
3072
+ </pre></td></tr>
3073
+
3074
+
3075
+ <tr><th class="line-num" id="L487"><a href="#L487">487</a></th><td class="line-code"><pre>
3076
+ </pre></td></tr>
3077
+
3078
+
3079
+ <tr><th class="line-num" id="L488"><a href="#L488">488</a></th><td class="line-code"><pre>#
3080
+ </pre></td></tr>
3081
+
3082
+
3083
+ <tr><th class="line-num" id="L489"><a href="#L489">489</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:108
3084
+ </pre></td></tr>
3085
+
3086
+
3087
+ <tr><th class="line-num" id="L490"><a href="#L490">490</a></th><td class="line-code"><pre>msgid &quot;The slug used for building the events URL.&quot;
3088
+ </pre></td></tr>
3089
+
3090
+
3091
+ <tr><th class="line-num" id="L491"><a href="#L491">491</a></th><td class="line-code"><pre>msgstr &quot;Stikkord benyttet for å bygge opp URLen til aktiviteten.&quot;
3092
+ </pre></td></tr>
3093
+
3094
+
3095
+ <tr><th class="line-num" id="L492"><a href="#L492">492</a></th><td class="line-code"><pre>
3096
+ </pre></td></tr>
3097
+
3098
+
3099
+ <tr><th class="line-num" id="L493"><a href="#L493">493</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:108
3100
+ </pre></td></tr>
3101
+
3102
+
3103
+ <tr><th class="line-num" id="L494"><a href="#L494">494</a></th><td class="line-code"><pre>#, php-format
3104
+ </pre></td></tr>
3105
+
3106
+
3107
+ <tr><th class="line-num" id="L495"><a href="#L495">495</a></th><td class="line-code"><pre>msgid &quot;Your current events URL is: %s&quot;
3108
+ </pre></td></tr>
3109
+
3110
+
3111
+ <tr><th class="line-num" id="L496"><a href="#L496">496</a></th><td class="line-code"><pre>msgstr &quot;Din nåværende aktivitets URL er: %s&quot;
3112
+ </pre></td></tr>
3113
+
3114
+
3115
+ <tr><th class="line-num" id="L497"><a href="#L497">497</a></th><td class="line-code"><pre>
3116
+ </pre></td></tr>
3117
+
3118
+
3119
+ <tr><th class="line-num" id="L498"><a href="#L498">498</a></th><td class="line-code"><pre>#
3120
+ </pre></td></tr>
3121
+
3122
+
3123
+ <tr><th class="line-num" id="L499"><a href="#L499">499</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:113
3124
+ </pre></td></tr>
3125
+
3126
+
3127
+ <tr><th class="line-num" id="L500"><a href="#L500">500</a></th><td class="line-code"><pre>msgid &quot;Here is the iCal feed URL for your events:&quot;
3128
+ </pre></td></tr>
3129
+
3130
+
3131
+ <tr><th class="line-num" id="L501"><a href="#L501">501</a></th><td class="line-code"><pre>msgstr &quot;Dette er iCal matings-URL´en for dine aktiviteter:&quot;
3132
+ </pre></td></tr>
3133
+
3134
+
3135
+ <tr><th class="line-num" id="L502"><a href="#L502">502</a></th><td class="line-code"><pre>
3136
+ </pre></td></tr>
3137
+
3138
+
3139
+ <tr><th class="line-num" id="L503"><a href="#L503">503</a></th><td class="line-code"><pre>#
3140
+ </pre></td></tr>
3141
+
3142
+
3143
+ <tr><th class="line-num" id="L504"><a href="#L504">504</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:118
3144
+ </pre></td></tr>
3145
+
3146
+
3147
+ <tr><th class="line-num" id="L505"><a href="#L505">505</a></th><td class="line-code"><pre>msgid &quot;Single event URL slug&quot;
3148
+ </pre></td></tr>
3149
+
3150
+
3151
+ <tr><th class="line-num" id="L506"><a href="#L506">506</a></th><td class="line-code"><pre>msgstr &quot;Enkel Aktivitet - URL kortlenke&quot;
3152
+ </pre></td></tr>
3153
+
3154
+
3155
+ <tr><th class="line-num" id="L507"><a href="#L507">507</a></th><td class="line-code"><pre>
3156
+ </pre></td></tr>
3157
+
3158
+
3159
+ <tr><th class="line-num" id="L508"><a href="#L508">508</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:125
3160
+ </pre></td></tr>
3161
+
3162
+
3163
+ <tr><th class="line-num" id="L509"><a href="#L509">509</a></th><td class="line-code"><pre>#, php-format
3164
+ </pre></td></tr>
3165
+
3166
+
3167
+ <tr><th class="line-num" id="L510"><a href="#L510">510</a></th><td class="line-code"><pre>msgid &quot;&quot;
3168
+ </pre></td></tr>
3169
+
3170
+
3171
+ <tr><th class="line-num" id="L511"><a href="#L511">511</a></th><td class="line-code"><pre>&quot;The above should ideally be plural, and this singular.&lt;br /&gt;Your single &quot;
3172
+ </pre></td></tr>
3173
+
3174
+
3175
+ <tr><th class="line-num" id="L512"><a href="#L512">512</a></th><td class="line-code"><pre>&quot;event URL is: %s&quot;
3176
+ </pre></td></tr>
3177
+
3178
+
3179
+ <tr><th class="line-num" id="L513"><a href="#L513">513</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3180
+ </pre></td></tr>
3181
+
3182
+
3183
+ <tr><th class="line-num" id="L514"><a href="#L514">514</a></th><td class="line-code"><pre>&quot;Det overstående bør idéelt sett være formulert i flertallsform, mens denne &quot;
3184
+ </pre></td></tr>
3185
+
3186
+
3187
+ <tr><th class="line-num" id="L515"><a href="#L515">515</a></th><td class="line-code"><pre>&quot;bør være skrevet i entallsform.&lt;br /&gt;Din Aktivitets-URL for enkeltaktivitet &quot;
3188
+ </pre></td></tr>
3189
+
3190
+
3191
+ <tr><th class="line-num" id="L516"><a href="#L516">516</a></th><td class="line-code"><pre>&quot;er: %s&quot;
3192
+ </pre></td></tr>
3193
+
3194
+
3195
+ <tr><th class="line-num" id="L517"><a href="#L517">517</a></th><td class="line-code"><pre>
3196
+ </pre></td></tr>
3197
+
3198
+
3199
+ <tr><th class="line-num" id="L518"><a href="#L518">518</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:130
3200
+ </pre></td></tr>
3201
+
3202
+
3203
+ <tr><th class="line-num" id="L519"><a href="#L519">519</a></th><td class="line-code"><pre>msgid &quot;End of day cutoff&quot;
3204
+ </pre></td></tr>
3205
+
3206
+
3207
+ <tr><th class="line-num" id="L520"><a href="#L520">520</a></th><td class="line-code"><pre>msgstr &quot;Dagen avsluttes &quot;
3208
+ </pre></td></tr>
3209
+
3210
+
3211
+ <tr><th class="line-num" id="L521"><a href="#L521">521</a></th><td class="line-code"><pre>
3212
+ </pre></td></tr>
3213
+
3214
+
3215
+ <tr><th class="line-num" id="L522"><a href="#L522">522</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:138
3216
+ </pre></td></tr>
3217
+
3218
+
3219
+ <tr><th class="line-num" id="L523"><a href="#L523">523</a></th><td class="line-code"><pre>#, fuzzy
3220
+ </pre></td></tr>
3221
+
3222
+
3223
+ <tr><th class="line-num" id="L524"><a href="#L524">524</a></th><td class="line-code"><pre>msgid &quot;&quot;
3224
+ </pre></td></tr>
3225
+
3226
+
3227
+ <tr><th class="line-num" id="L525"><a href="#L525">525</a></th><td class="line-code"><pre>&quot;Have an event that runs past midnight? Select a time after that event&#39;s end &quot;
3228
+ </pre></td></tr>
3229
+
3230
+
3231
+ <tr><th class="line-num" id="L526"><a href="#L526">526</a></th><td class="line-code"><pre>&quot;to avoid showing the event on the next day&#39;s calendar.&quot;
3232
+ </pre></td></tr>
3233
+
3234
+
3235
+ <tr><th class="line-num" id="L527"><a href="#L527">527</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3236
+ </pre></td></tr>
3237
+
3238
+
3239
+ <tr><th class="line-num" id="L528"><a href="#L528">528</a></th><td class="line-code"><pre>&quot;Har du aktiviteter som varer over midnatt? Du kan velge når dagen offisiellt &quot;
3240
+ </pre></td></tr>
3241
+
3242
+
3243
+ <tr><th class="line-num" id="L529"><a href="#L529">529</a></th><td class="line-code"><pre>&quot;slutter for å unngå å måtte benytte neste dag i kalenderen i tillegg.&quot;
3244
+ </pre></td></tr>
3245
+
3246
+
3247
+ <tr><th class="line-num" id="L530"><a href="#L530">530</a></th><td class="line-code"><pre>
3248
+ </pre></td></tr>
3249
+
3250
+
3251
+ <tr><th class="line-num" id="L531"><a href="#L531">531</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:143
3252
+ </pre></td></tr>
3253
+
3254
+
3255
+ <tr><th class="line-num" id="L532"><a href="#L532">532</a></th><td class="line-code"><pre>msgid &quot;Default currency symbol&quot;
3256
+ </pre></td></tr>
3257
+
3258
+
3259
+ <tr><th class="line-num" id="L533"><a href="#L533">533</a></th><td class="line-code"><pre>msgstr &quot;Standard valutasymbol&quot;
3260
+ </pre></td></tr>
3261
+
3262
+
3263
+ <tr><th class="line-num" id="L534"><a href="#L534">534</a></th><td class="line-code"><pre>
3264
+ </pre></td></tr>
3265
+
3266
+
3267
+ <tr><th class="line-num" id="L535"><a href="#L535">535</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:144
3268
+ </pre></td></tr>
3269
+
3270
+
3271
+ <tr><th class="line-num" id="L536"><a href="#L536">536</a></th><td class="line-code"><pre>msgid &quot;&quot;
3272
+ </pre></td></tr>
3273
+
3274
+
3275
+ <tr><th class="line-num" id="L537"><a href="#L537">537</a></th><td class="line-code"><pre>&quot;Set the default currency symbol for event costs. Note that this only impacts &quot;
3276
+ </pre></td></tr>
3277
+
3278
+
3279
+ <tr><th class="line-num" id="L538"><a href="#L538">538</a></th><td class="line-code"><pre>&quot;future events, and changes made will not apply retroactively.&quot;
3280
+ </pre></td></tr>
3281
+
3282
+
3283
+ <tr><th class="line-num" id="L539"><a href="#L539">539</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3284
+ </pre></td></tr>
3285
+
3286
+
3287
+ <tr><th class="line-num" id="L540"><a href="#L540">540</a></th><td class="line-code"><pre>&quot;Angi standard valuta symbol for kostnader relatert til aktiviteten. Merk at &quot;
3288
+ </pre></td></tr>
3289
+
3290
+
3291
+ <tr><th class="line-num" id="L541"><a href="#L541">541</a></th><td class="line-code"><pre>&quot;dette bare påvirker fremtidige hendelser, og at endringer gjort ikke vil &quot;
3292
+ </pre></td></tr>
3293
+
3294
+
3295
+ <tr><th class="line-num" id="L542"><a href="#L542">542</a></th><td class="line-code"><pre>&quot;gjelde med tilbakevirkende kraft.&quot;
3296
+ </pre></td></tr>
3297
+
3298
+
3299
+ <tr><th class="line-num" id="L543"><a href="#L543">543</a></th><td class="line-code"><pre>
3300
+ </pre></td></tr>
3301
+
3302
+
3303
+ <tr><th class="line-num" id="L544"><a href="#L544">544</a></th><td class="line-code"><pre>#
3304
+ </pre></td></tr>
3305
+
3306
+
3307
+ <tr><th class="line-num" id="L545"><a href="#L545">545</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:151
3308
+ </pre></td></tr>
3309
+
3310
+
3311
+ <tr><th class="line-num" id="L546"><a href="#L546">546</a></th><td class="line-code"><pre>msgid &quot;Map Settings&quot;
3312
+ </pre></td></tr>
3313
+
3314
+
3315
+ <tr><th class="line-num" id="L547"><a href="#L547">547</a></th><td class="line-code"><pre>msgstr &quot;Kartinnstillinger&quot;
3316
+ </pre></td></tr>
3317
+
3318
+
3319
+ <tr><th class="line-num" id="L548"><a href="#L548">548</a></th><td class="line-code"><pre>
3320
+ </pre></td></tr>
3321
+
3322
+
3323
+ <tr><th class="line-num" id="L549"><a href="#L549">549</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:155
3324
+ </pre></td></tr>
3325
+
3326
+
3327
+ <tr><th class="line-num" id="L550"><a href="#L550">550</a></th><td class="line-code"><pre>msgid &quot;Enable Google Maps&quot;
3328
+ </pre></td></tr>
3329
+
3330
+
3331
+ <tr><th class="line-num" id="L551"><a href="#L551">551</a></th><td class="line-code"><pre>msgstr &quot;Aktiver Google Maps&quot;
3332
+ </pre></td></tr>
3333
+
3334
+
3335
+ <tr><th class="line-num" id="L552"><a href="#L552">552</a></th><td class="line-code"><pre>
3336
+ </pre></td></tr>
3337
+
3338
+
3339
+ <tr><th class="line-num" id="L553"><a href="#L553">553</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:156
3340
+ </pre></td></tr>
3341
+
3342
+
3343
+ <tr><th class="line-num" id="L554"><a href="#L554">554</a></th><td class="line-code"><pre>msgid &quot;Check to enable maps for events and venues.&quot;
3344
+ </pre></td></tr>
3345
+
3346
+
3347
+ <tr><th class="line-num" id="L555"><a href="#L555">555</a></th><td class="line-code"><pre>msgstr &quot;Sjekk for å aktivere kart for Arrangementer og Steder.&quot;
3348
+ </pre></td></tr>
3349
+
3350
+
3351
+ <tr><th class="line-num" id="L556"><a href="#L556">556</a></th><td class="line-code"><pre>
3352
+ </pre></td></tr>
3353
+
3354
+
3355
+ <tr><th class="line-num" id="L557"><a href="#L557">557</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:163
3356
+ </pre></td></tr>
3357
+
3358
+
3359
+ <tr><th class="line-num" id="L558"><a href="#L558">558</a></th><td class="line-code"><pre>msgid &quot;Google Maps default zoom level&quot;
3360
+ </pre></td></tr>
3361
+
3362
+
3363
+ <tr><th class="line-num" id="L559"><a href="#L559">559</a></th><td class="line-code"><pre>msgstr &quot;Google Maps Standard zoomnivå&quot;
3364
+ </pre></td></tr>
3365
+
3366
+
3367
+ <tr><th class="line-num" id="L560"><a href="#L560">560</a></th><td class="line-code"><pre>
3368
+ </pre></td></tr>
3369
+
3370
+
3371
+ <tr><th class="line-num" id="L561"><a href="#L561">561</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:164
3372
+ </pre></td></tr>
3373
+
3374
+
3375
+ <tr><th class="line-num" id="L562"><a href="#L562">562</a></th><td class="line-code"><pre>msgid &quot;0 = zoomed out; 21 = zoomed in.&quot;
3376
+ </pre></td></tr>
3377
+
3378
+
3379
+ <tr><th class="line-num" id="L563"><a href="#L563">563</a></th><td class="line-code"><pre>msgstr &quot;0 = zoomet ut; 21 = zoomet inn.&quot;
3380
+ </pre></td></tr>
3381
+
3382
+
3383
+ <tr><th class="line-num" id="L564"><a href="#L564">564</a></th><td class="line-code"><pre>
3384
+ </pre></td></tr>
3385
+
3386
+
3387
+ <tr><th class="line-num" id="L565"><a href="#L565">565</a></th><td class="line-code"><pre>#
3388
+ </pre></td></tr>
3389
+
3390
+
3391
+ <tr><th class="line-num" id="L566"><a href="#L566">566</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:172
3392
+ </pre></td></tr>
3393
+
3394
+
3395
+ <tr><th class="line-num" id="L567"><a href="#L567">567</a></th><td class="line-code"><pre>msgid &quot;Miscellaneous Settings&quot;
3396
+ </pre></td></tr>
3397
+
3398
+
3399
+ <tr><th class="line-num" id="L568"><a href="#L568">568</a></th><td class="line-code"><pre>msgstr &quot;Diverse innstillinger&quot;
3400
+ </pre></td></tr>
3401
+
3402
+
3403
+ <tr><th class="line-num" id="L569"><a href="#L569">569</a></th><td class="line-code"><pre>
3404
+ </pre></td></tr>
3405
+
3406
+
3407
+ <tr><th class="line-num" id="L570"><a href="#L570">570</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:176
3408
+ </pre></td></tr>
3409
+
3410
+
3411
+ <tr><th class="line-num" id="L571"><a href="#L571">571</a></th><td class="line-code"><pre>msgid &quot;Duplicate Venues &amp;amp; Organizers&quot;
3412
+ </pre></td></tr>
3413
+
3414
+
3415
+ <tr><th class="line-num" id="L572"><a href="#L572">572</a></th><td class="line-code"><pre>msgstr &quot;Duplikatsteder og Arrangører&quot;
3416
+ </pre></td></tr>
3417
+
3418
+
3419
+ <tr><th class="line-num" id="L573"><a href="#L573">573</a></th><td class="line-code"><pre>
3420
+ </pre></td></tr>
3421
+
3422
+
3423
+ <tr><th class="line-num" id="L574"><a href="#L574">574</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:176
3424
+ </pre></td></tr>
3425
+
3426
+
3427
+ <tr><th class="line-num" id="L575"><a href="#L575">575</a></th><td class="line-code"><pre>msgid &quot;Merge Duplicates&quot;
3428
+ </pre></td></tr>
3429
+
3430
+
3431
+ <tr><th class="line-num" id="L576"><a href="#L576">576</a></th><td class="line-code"><pre>msgstr &quot;Slå sammen duplikater&quot;
3432
+ </pre></td></tr>
3433
+
3434
+
3435
+ <tr><th class="line-num" id="L577"><a href="#L577">577</a></th><td class="line-code"><pre>
3436
+ </pre></td></tr>
3437
+
3438
+
3439
+ <tr><th class="line-num" id="L578"><a href="#L578">578</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:176
3440
+ </pre></td></tr>
3441
+
3442
+
3443
+ <tr><th class="line-num" id="L579"><a href="#L579">579</a></th><td class="line-code"><pre>msgid &quot;&quot;
3444
+ </pre></td></tr>
3445
+
3446
+
3447
+ <tr><th class="line-num" id="L580"><a href="#L580">580</a></th><td class="line-code"><pre>&quot;You might find duplicate venues and organizers when updating The Events &quot;
3448
+ </pre></td></tr>
3449
+
3450
+
3451
+ <tr><th class="line-num" id="L581"><a href="#L581">581</a></th><td class="line-code"><pre>&quot;Calendar from a pre-3.0 version. Click this button to automatically merge &quot;
3452
+ </pre></td></tr>
3453
+
3454
+
3455
+ <tr><th class="line-num" id="L582"><a href="#L582">582</a></th><td class="line-code"><pre>&quot;identical venues and organizers.&quot;
3456
+ </pre></td></tr>
3457
+
3458
+
3459
+ <tr><th class="line-num" id="L583"><a href="#L583">583</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3460
+ </pre></td></tr>
3461
+
3462
+
3463
+ <tr><th class="line-num" id="L584"><a href="#L584">584</a></th><td class="line-code"><pre>&quot;Du kan finne duplikater av steder og arrangører når du oppdaterer &quot;
3464
+ </pre></td></tr>
3465
+
3466
+
3467
+ <tr><th class="line-num" id="L585"><a href="#L585">585</a></th><td class="line-code"><pre>&quot;aktivitetskalenderen fra en pre-3.0-versjon. Klikk på denne knappen for å &quot;
3468
+ </pre></td></tr>
3469
+
3470
+
3471
+ <tr><th class="line-num" id="L586"><a href="#L586">586</a></th><td class="line-code"><pre>&quot;automatisk slå sammen identiske steder og arrangører.&quot;
3472
+ </pre></td></tr>
3473
+
3474
+
3475
+ <tr><th class="line-num" id="L587"><a href="#L587">587</a></th><td class="line-code"><pre>
3476
+ </pre></td></tr>
3477
+
3478
+
3479
+ <tr><th class="line-num" id="L588"><a href="#L588">588</a></th><td class="line-code"><pre>#
3480
+ </pre></td></tr>
3481
+
3482
+
3483
+ <tr><th class="line-num" id="L589"><a href="#L589">589</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:181
3484
+ </pre></td></tr>
3485
+
3486
+
3487
+ <tr><th class="line-num" id="L590"><a href="#L590">590</a></th><td class="line-code"><pre>msgid &quot;Debug mode&quot;
3488
+ </pre></td></tr>
3489
+
3490
+
3491
+ <tr><th class="line-num" id="L591"><a href="#L591">591</a></th><td class="line-code"><pre>msgstr &quot;Feilsøkings-modus&quot;
3492
+ </pre></td></tr>
3493
+
3494
+
3495
+ <tr><th class="line-num" id="L592"><a href="#L592">592</a></th><td class="line-code"><pre>
3496
+ </pre></td></tr>
3497
+
3498
+
3499
+ <tr><th class="line-num" id="L593"><a href="#L593">593</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:187
3500
+ </pre></td></tr>
3501
+
3502
+
3503
+ <tr><th class="line-num" id="L594"><a href="#L594">594</a></th><td class="line-code"><pre>#, php-format
3504
+ </pre></td></tr>
3505
+
3506
+
3507
+ <tr><th class="line-num" id="L595"><a href="#L595">595</a></th><td class="line-code"><pre>msgid &quot;&quot;
3508
+ </pre></td></tr>
3509
+
3510
+
3511
+ <tr><th class="line-num" id="L596"><a href="#L596">596</a></th><td class="line-code"><pre>&quot;Enable this option to log debug information. By default this will log to &quot;
3512
+ </pre></td></tr>
3513
+
3514
+
3515
+ <tr><th class="line-num" id="L597"><a href="#L597">597</a></th><td class="line-code"><pre>&quot;your server PHP error log. If you&#39;d like to see the log messages in your &quot;
3516
+ </pre></td></tr>
3517
+
3518
+
3519
+ <tr><th class="line-num" id="L598"><a href="#L598">598</a></th><td class="line-code"><pre>&quot;browser, then we recommend that you install the %s and look for the \&quot;Tribe&quot;
3520
+ </pre></td></tr>
3521
+
3522
+
3523
+ <tr><th class="line-num" id="L599"><a href="#L599">599</a></th><td class="line-code"><pre>&quot;\&quot; tab in the debug output.&quot;
3524
+ </pre></td></tr>
3525
+
3526
+
3527
+ <tr><th class="line-num" id="L600"><a href="#L600">600</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3528
+ </pre></td></tr>
3529
+
3530
+
3531
+ <tr><th class="line-num" id="L601"><a href="#L601">601</a></th><td class="line-code"><pre>&quot;Aktiver dette alternativet for å logge feilsøkingsmodus informasjon. Som &quot;
3532
+ </pre></td></tr>
3533
+
3534
+
3535
+ <tr><th class="line-num" id="L602"><a href="#L602">602</a></th><td class="line-code"><pre>&quot;standard lagres denne til din servers PHP-feillogg. Hvis du ønsker å se &quot;
3536
+ </pre></td></tr>
3537
+
3538
+
3539
+ <tr><th class="line-num" id="L603"><a href="#L603">603</a></th><td class="line-code"><pre>&quot;loggen med meldinger i nettleseren din, anbefaler vi at du installerer %s og &quot;
3540
+ </pre></td></tr>
3541
+
3542
+
3543
+ <tr><th class="line-num" id="L604"><a href="#L604">604</a></th><td class="line-code"><pre>&quot;ser etter \&quot;Tribe\&quot;-fanen i feilsøkingsdataene.&quot;
3544
+ </pre></td></tr>
3545
+
3546
+
3547
+ <tr><th class="line-num" id="L605"><a href="#L605">605</a></th><td class="line-code"><pre>
3548
+ </pre></td></tr>
3549
+
3550
+
3551
+ <tr><th class="line-num" id="L606"><a href="#L606">606</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:187
3552
+ </pre></td></tr>
3553
+
3554
+
3555
+ <tr><th class="line-num" id="L607"><a href="#L607">607</a></th><td class="line-code"><pre>msgid &quot;Debug Bar Plugin&quot;
3556
+ </pre></td></tr>
3557
+
3558
+
3559
+ <tr><th class="line-num" id="L608"><a href="#L608">608</a></th><td class="line-code"><pre>msgstr &quot;Utvidelse for Feilsøkingslinje &quot;
3560
+ </pre></td></tr>
3561
+
3562
+
3563
+ <tr><th class="line-num" id="L609"><a href="#L609">609</a></th><td class="line-code"><pre>
3564
+ </pre></td></tr>
3565
+
3566
+
3567
+ <tr><th class="line-num" id="L610"><a href="#L610">610</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:19
3568
+ </pre></td></tr>
3569
+
3570
+
3571
+ <tr><th class="line-num" id="L611"><a href="#L611">611</a></th><td class="line-code"><pre>msgid &quot;You need to upgrade!&quot;
3572
+ </pre></td></tr>
3573
+
3574
+
3575
+ <tr><th class="line-num" id="L612"><a href="#L612">612</a></th><td class="line-code"><pre>msgstr &quot;Du må oppgradere!&quot;
3576
+ </pre></td></tr>
3577
+
3578
+
3579
+ <tr><th class="line-num" id="L613"><a href="#L613">613</a></th><td class="line-code"><pre>
3580
+ </pre></td></tr>
3581
+
3582
+
3583
+ <tr><th class="line-num" id="L614"><a href="#L614">614</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:19
3584
+ </pre></td></tr>
3585
+
3586
+
3587
+ <tr><th class="line-num" id="L615"><a href="#L615">615</a></th><td class="line-code"><pre>msgid &quot;You are up to date!&quot;
3588
+ </pre></td></tr>
3589
+
3590
+
3591
+ <tr><th class="line-num" id="L616"><a href="#L616">616</a></th><td class="line-code"><pre>msgstr &quot;Du er oppdatert!&quot;
3592
+ </pre></td></tr>
3593
+
3594
+
3595
+ <tr><th class="line-num" id="L617"><a href="#L617">617</a></th><td class="line-code"><pre>
3596
+ </pre></td></tr>
3597
+
3598
+
3599
+ <tr><th class="line-num" id="L618"><a href="#L618">618</a></th><td class="line-code"><pre># Er ikke dette et egennavn? Skal man oversette det?
3600
+ </pre></td></tr>
3601
+
3602
+
3603
+ <tr><th class="line-num" id="L619"><a href="#L619">619</a></th><td class="line-code"><pre>#
3604
+ </pre></td></tr>
3605
+
3606
+
3607
+ <tr><th class="line-num" id="L620"><a href="#L620">620</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:42
3608
+ </pre></td></tr>
3609
+
3610
+
3611
+ <tr><th class="line-num" id="L621"><a href="#L621">621</a></th><td class="line-code"><pre>msgid &quot;The Events Calendar PRO&quot;
3612
+ </pre></td></tr>
3613
+
3614
+
3615
+ <tr><th class="line-num" id="L622"><a href="#L622">622</a></th><td class="line-code"><pre>msgstr &quot;The Events Calendar PRO&quot;
3616
+ </pre></td></tr>
3617
+
3618
+
3619
+ <tr><th class="line-num" id="L623"><a href="#L623">623</a></th><td class="line-code"><pre>
3620
+ </pre></td></tr>
3621
+
3622
+
3623
+ <tr><th class="line-num" id="L624"><a href="#L624">624</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:46
3624
+ </pre></td></tr>
3625
+
3626
+
3627
+ <tr><th class="line-num" id="L625"><a href="#L625">625</a></th><td class="line-code"><pre>msgid &quot;Eventbrite Tickets&quot;
3628
+ </pre></td></tr>
3629
+
3630
+
3631
+ <tr><th class="line-num" id="L626"><a href="#L626">626</a></th><td class="line-code"><pre>msgstr &quot;Eventbrite Billetter&quot;
3632
+ </pre></td></tr>
3633
+
3634
+
3635
+ <tr><th class="line-num" id="L627"><a href="#L627">627</a></th><td class="line-code"><pre>
3636
+ </pre></td></tr>
3637
+
3638
+
3639
+ <tr><th class="line-num" id="L628"><a href="#L628">628</a></th><td class="line-code"><pre>#
3640
+ </pre></td></tr>
3641
+
3642
+
3643
+ <tr><th class="line-num" id="L629"><a href="#L629">629</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:50
3644
+ </pre></td></tr>
3645
+
3646
+
3647
+ <tr><th class="line-num" id="L630"><a href="#L630">630</a></th><td class="line-code"><pre>msgid &quot;Community Events&quot;
3648
+ </pre></td></tr>
3649
+
3650
+
3651
+ <tr><th class="line-num" id="L631"><a href="#L631">631</a></th><td class="line-code"><pre>msgstr &quot;Samfunnsaktiviteter&quot;
3652
+ </pre></td></tr>
3653
+
3654
+
3655
+ <tr><th class="line-num" id="L632"><a href="#L632">632</a></th><td class="line-code"><pre>
3656
+ </pre></td></tr>
3657
+
3658
+
3659
+ <tr><th class="line-num" id="L633"><a href="#L633">633</a></th><td class="line-code"><pre>#
3660
+ </pre></td></tr>
3661
+
3662
+
3663
+ <tr><th class="line-num" id="L634"><a href="#L634">634</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:54
3664
+ </pre></td></tr>
3665
+
3666
+
3667
+ <tr><th class="line-num" id="L635"><a href="#L635">635</a></th><td class="line-code"><pre>msgid &quot;Facebook Events&quot;
3668
+ </pre></td></tr>
3669
+
3670
+
3671
+ <tr><th class="line-num" id="L636"><a href="#L636">636</a></th><td class="line-code"><pre>msgstr &quot;Facebook-aktiviteter&quot;
3672
+ </pre></td></tr>
3673
+
3674
+
3675
+ <tr><th class="line-num" id="L637"><a href="#L637">637</a></th><td class="line-code"><pre>
3676
+ </pre></td></tr>
3677
+
3678
+
3679
+ <tr><th class="line-num" id="L638"><a href="#L638">638</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:58
3680
+ </pre></td></tr>
3681
+
3682
+
3683
+ <tr><th class="line-num" id="L639"><a href="#L639">639</a></th><td class="line-code"><pre>msgid &quot;WooTickets&quot;
3684
+ </pre></td></tr>
3685
+
3686
+
3687
+ <tr><th class="line-num" id="L640"><a href="#L640">640</a></th><td class="line-code"><pre>msgstr &quot;WooTickets&quot;
3688
+ </pre></td></tr>
3689
+
3690
+
3691
+ <tr><th class="line-num" id="L641"><a href="#L641">641</a></th><td class="line-code"><pre>
3692
+ </pre></td></tr>
3693
+
3694
+
3695
+ <tr><th class="line-num" id="L642"><a href="#L642">642</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:63
3696
+ </pre></td></tr>
3697
+
3698
+
3699
+ <tr><th class="line-num" id="L643"><a href="#L643">643</a></th><td class="line-code"><pre>msgid &quot;Faceted Filters&quot;
3700
+ </pre></td></tr>
3701
+
3702
+
3703
+ <tr><th class="line-num" id="L644"><a href="#L644">644</a></th><td class="line-code"><pre>msgstr &quot;Avanserte filter&quot;
3704
+ </pre></td></tr>
3705
+
3706
+
3707
+ <tr><th class="line-num" id="L645"><a href="#L645">645</a></th><td class="line-code"><pre>
3708
+ </pre></td></tr>
3709
+
3710
+
3711
+ <tr><th class="line-num" id="L646"><a href="#L646">646</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:71
3712
+ </pre></td></tr>
3713
+
3714
+
3715
+ <tr><th class="line-num" id="L647"><a href="#L647">647</a></th><td class="line-code"><pre>msgid &quot;Documentation&quot;
3716
+ </pre></td></tr>
3717
+
3718
+
3719
+ <tr><th class="line-num" id="L648"><a href="#L648">648</a></th><td class="line-code"><pre>msgstr &quot;Dokumentasjon&quot;
3720
+ </pre></td></tr>
3721
+
3722
+
3723
+ <tr><th class="line-num" id="L649"><a href="#L649">649</a></th><td class="line-code"><pre>
3724
+ </pre></td></tr>
3725
+
3726
+
3727
+ <tr><th class="line-num" id="L650"><a href="#L650">650</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:75
3728
+ </pre></td></tr>
3729
+
3730
+
3731
+ <tr><th class="line-num" id="L651"><a href="#L651">651</a></th><td class="line-code"><pre>msgid &quot;FAQ&quot;
3732
+ </pre></td></tr>
3733
+
3734
+
3735
+ <tr><th class="line-num" id="L652"><a href="#L652">652</a></th><td class="line-code"><pre>msgstr &quot;FAQ - Spørsmål og svar&quot;
3736
+ </pre></td></tr>
3737
+
3738
+
3739
+ <tr><th class="line-num" id="L653"><a href="#L653">653</a></th><td class="line-code"><pre>
3740
+ </pre></td></tr>
3741
+
3742
+
3743
+ <tr><th class="line-num" id="L654"><a href="#L654">654</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:79
3744
+ </pre></td></tr>
3745
+
3746
+
3747
+ <tr><th class="line-num" id="L655"><a href="#L655">655</a></th><td class="line-code"><pre>msgid &quot;Help&quot;
3748
+ </pre></td></tr>
3749
+
3750
+
3751
+ <tr><th class="line-num" id="L656"><a href="#L656">656</a></th><td class="line-code"><pre>msgstr &quot;Hjelp&quot;
3752
+ </pre></td></tr>
3753
+
3754
+
3755
+ <tr><th class="line-num" id="L657"><a href="#L657">657</a></th><td class="line-code"><pre>
3756
+ </pre></td></tr>
3757
+
3758
+
3759
+ <tr><th class="line-num" id="L658"><a href="#L658">658</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:83
3760
+ </pre></td></tr>
3761
+
3762
+
3763
+ <tr><th class="line-num" id="L659"><a href="#L659">659</a></th><td class="line-code"><pre>msgid &quot;Tutorials&quot;
3764
+ </pre></td></tr>
3765
+
3766
+
3767
+ <tr><th class="line-num" id="L660"><a href="#L660">660</a></th><td class="line-code"><pre>msgstr &quot;Brukerveiledninger&quot;
3768
+ </pre></td></tr>
3769
+
3770
+
3771
+ <tr><th class="line-num" id="L661"><a href="#L661">661</a></th><td class="line-code"><pre>
3772
+ </pre></td></tr>
3773
+
3774
+
3775
+ <tr><th class="line-num" id="L662"><a href="#L662">662</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:87
3776
+ </pre></td></tr>
3777
+
3778
+
3779
+ <tr><th class="line-num" id="L663"><a href="#L663">663</a></th><td class="line-code"><pre>msgid &quot;Release Notes&quot;
3780
+ </pre></td></tr>
3781
+
3782
+
3783
+ <tr><th class="line-num" id="L664"><a href="#L664">664</a></th><td class="line-code"><pre>msgstr &quot;Versjonsinformasjon&quot;
3784
+ </pre></td></tr>
3785
+
3786
+
3787
+ <tr><th class="line-num" id="L665"><a href="#L665">665</a></th><td class="line-code"><pre>
3788
+ </pre></td></tr>
3789
+
3790
+
3791
+ <tr><th class="line-num" id="L666"><a href="#L666">666</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:91
3792
+ </pre></td></tr>
3793
+
3794
+
3795
+ <tr><th class="line-num" id="L667"><a href="#L667">667</a></th><td class="line-code"><pre>msgid &quot;Forums&quot;
3796
+ </pre></td></tr>
3797
+
3798
+
3799
+ <tr><th class="line-num" id="L668"><a href="#L668">668</a></th><td class="line-code"><pre>msgstr &quot;Forum&quot;
3800
+ </pre></td></tr>
3801
+
3802
+
3803
+ <tr><th class="line-num" id="L669"><a href="#L669">669</a></th><td class="line-code"><pre>
3804
+ </pre></td></tr>
3805
+
3806
+
3807
+ <tr><th class="line-num" id="L670"><a href="#L670">670</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:99
3808
+ </pre></td></tr>
3809
+
3810
+
3811
+ <tr><th class="line-num" id="L671"><a href="#L671">671</a></th><td class="line-code"><pre>msgid &quot;&quot;
3812
+ </pre></td></tr>
3813
+
3814
+
3815
+ <tr><th class="line-num" id="L672"><a href="#L672">672</a></th><td class="line-code"><pre>&quot;If this is your first time using The Events Calendar, you\&quot;re in for a treat &quot;
3816
+ </pre></td></tr>
3817
+
3818
+
3819
+ <tr><th class="line-num" id="L673"><a href="#L673">673</a></th><td class="line-code"><pre>&quot;and are already well on your way to creating a first event. Here are some &quot;
3820
+ </pre></td></tr>
3821
+
3822
+
3823
+ <tr><th class="line-num" id="L674"><a href="#L674">674</a></th><td class="line-code"><pre>&quot;basics we\&quot;ve found helpful for users jumping into it for the first time:&quot;
3824
+ </pre></td></tr>
3825
+
3826
+
3827
+ <tr><th class="line-num" id="L675"><a href="#L675">675</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3828
+ </pre></td></tr>
3829
+
3830
+
3831
+ <tr><th class="line-num" id="L676"><a href="#L676">676</a></th><td class="line-code"><pre>&quot;Om dette er første gang du bruker The Events Calendar, har du mye fint i &quot;
3832
+ </pre></td></tr>
3833
+
3834
+
3835
+ <tr><th class="line-num" id="L677"><a href="#L677">677</a></th><td class="line-code"><pre>&quot;vente og er allerede godt på vei til å opprette din første aktivitet. Her er &quot;
3836
+ </pre></td></tr>
3837
+
3838
+
3839
+ <tr><th class="line-num" id="L678"><a href="#L678">678</a></th><td class="line-code"><pre>&quot;noen grunnleggende saker som vi har merket oss er nyttig for brukere som &quot;
3840
+ </pre></td></tr>
3841
+
3842
+
3843
+ <tr><th class="line-num" id="L679"><a href="#L679">679</a></th><td class="line-code"><pre>&quot;hopper i det for første gang:&quot;
3844
+ </pre></td></tr>
3845
+
3846
+
3847
+ <tr><th class="line-num" id="L680"><a href="#L680">680</a></th><td class="line-code"><pre>
3848
+ </pre></td></tr>
3849
+
3850
+
3851
+ <tr><th class="line-num" id="L681"><a href="#L681">681</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:102
3852
+ </pre></td></tr>
3853
+
3854
+
3855
+ <tr><th class="line-num" id="L682"><a href="#L682">682</a></th><td class="line-code"><pre>#, php-format
3856
+ </pre></td></tr>
3857
+
3858
+
3859
+ <tr><th class="line-num" id="L683"><a href="#L683">683</a></th><td class="line-code"><pre>msgid &quot;&quot;
3860
+ </pre></td></tr>
3861
+
3862
+
3863
+ <tr><th class="line-num" id="L684"><a href="#L684">684</a></th><td class="line-code"><pre>&quot;%sOur New User Primer%s was designed for folks in your exact position. &quot;
3864
+ </pre></td></tr>
3865
+
3866
+
3867
+ <tr><th class="line-num" id="L685"><a href="#L685">685</a></th><td class="line-code"><pre>&quot;Featuring both step-by-step videos and written walkthroughs that feature &quot;
3868
+ </pre></td></tr>
3869
+
3870
+
3871
+ <tr><th class="line-num" id="L686"><a href="#L686">686</a></th><td class="line-code"><pre>&quot;accompanying screenshots, the primer aims to take you from zero to hero in &quot;
3872
+ </pre></td></tr>
3873
+
3874
+
3875
+ <tr><th class="line-num" id="L687"><a href="#L687">687</a></th><td class="line-code"><pre>&quot;no time.&quot;
3876
+ </pre></td></tr>
3877
+
3878
+
3879
+ <tr><th class="line-num" id="L688"><a href="#L688">688</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3880
+ </pre></td></tr>
3881
+
3882
+
3883
+ <tr><th class="line-num" id="L689"><a href="#L689">689</a></th><td class="line-code"><pre>&quot;%sVår nye Brukerveiledning%s ble designet for folk i nøyaktig din posisjon. &quot;
3884
+ </pre></td></tr>
3885
+
3886
+
3887
+ <tr><th class="line-num" id="L690"><a href="#L690">690</a></th><td class="line-code"><pre>&quot;Med både steg-for-steg videoer og skrevne gjennomganger med medfølgende &quot;
3888
+ </pre></td></tr>
3889
+
3890
+
3891
+ <tr><th class="line-num" id="L691"><a href="#L691">691</a></th><td class="line-code"><pre>&quot;skjermbilder, sikter vi med veiledningen på å transformere deg fra &quot;
3892
+ </pre></td></tr>
3893
+
3894
+
3895
+ <tr><th class="line-num" id="L692"><a href="#L692">692</a></th><td class="line-code"><pre>&quot;grønnskolling til superhelt på minimal tid.&quot;
3896
+ </pre></td></tr>
3897
+
3898
+
3899
+ <tr><th class="line-num" id="L693"><a href="#L693">693</a></th><td class="line-code"><pre>
3900
+ </pre></td></tr>
3901
+
3902
+
3903
+ <tr><th class="line-num" id="L694"><a href="#L694">694</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:104
3904
+ </pre></td></tr>
3905
+
3906
+
3907
+ <tr><th class="line-num" id="L695"><a href="#L695">695</a></th><td class="line-code"><pre>#, php-format
3908
+ </pre></td></tr>
3909
+
3910
+
3911
+ <tr><th class="line-num" id="L696"><a href="#L696">696</a></th><td class="line-code"><pre>msgid &quot;&quot;
3912
+ </pre></td></tr>
3913
+
3914
+
3915
+ <tr><th class="line-num" id="L697"><a href="#L697">697</a></th><td class="line-code"><pre>&quot;%sInstallation/Setup FAQs%s from our support page can help give an overview &quot;
3916
+ </pre></td></tr>
3917
+
3918
+
3919
+ <tr><th class="line-num" id="L698"><a href="#L698">698</a></th><td class="line-code"><pre>&quot;of what the plugin can and cannot do. This section of the FAQs may be &quot;
3920
+ </pre></td></tr>
3921
+
3922
+
3923
+ <tr><th class="line-num" id="L699"><a href="#L699">699</a></th><td class="line-code"><pre>&quot;helpful as it aims to address any basic install questions not addressed by &quot;
3924
+ </pre></td></tr>
3925
+
3926
+
3927
+ <tr><th class="line-num" id="L700"><a href="#L700">700</a></th><td class="line-code"><pre>&quot;the new user primer.&quot;
3928
+ </pre></td></tr>
3929
+
3930
+
3931
+ <tr><th class="line-num" id="L701"><a href="#L701">701</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3932
+ </pre></td></tr>
3933
+
3934
+
3935
+ <tr><th class="line-num" id="L702"><a href="#L702">702</a></th><td class="line-code"><pre>&quot;%sInstallasjon/Oppsett-FAQs%s fra vår supportside kan være til hjelp med å &quot;
3936
+ </pre></td></tr>
3937
+
3938
+
3939
+ <tr><th class="line-num" id="L703"><a href="#L703">703</a></th><td class="line-code"><pre>&quot;gi et overblikk over hva utvidelsen kan og ikke kan gjøre. Denne delen av FAQ&quot;
3940
+ </pre></td></tr>
3941
+
3942
+
3943
+ <tr><th class="line-num" id="L704"><a href="#L704">704</a></th><td class="line-code"><pre>&quot;´en kan være nyttig ettersom den sikter på å gjennomgå alle grunnleggende &quot;
3944
+ </pre></td></tr>
3945
+
3946
+
3947
+ <tr><th class="line-num" id="L705"><a href="#L705">705</a></th><td class="line-code"><pre>&quot;installeringsspørsmål som ikke dekkes av den nye brukerprimeren.&quot;
3948
+ </pre></td></tr>
3949
+
3950
+
3951
+ <tr><th class="line-num" id="L706"><a href="#L706">706</a></th><td class="line-code"><pre>
3952
+ </pre></td></tr>
3953
+
3954
+
3955
+ <tr><th class="line-num" id="L707"><a href="#L707">707</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:106
3956
+ </pre></td></tr>
3957
+
3958
+
3959
+ <tr><th class="line-num" id="L708"><a href="#L708">708</a></th><td class="line-code"><pre>#, php-format
3960
+ </pre></td></tr>
3961
+
3962
+
3963
+ <tr><th class="line-num" id="L709"><a href="#L709">709</a></th><td class="line-code"><pre>msgid &quot;&quot;
3964
+ </pre></td></tr>
3965
+
3966
+
3967
+ <tr><th class="line-num" id="L710"><a href="#L710">710</a></th><td class="line-code"><pre>&quot;Are you developer looking to build your own frontend view? We created an &quot;
3968
+ </pre></td></tr>
3969
+
3970
+
3971
+ <tr><th class="line-num" id="L711"><a href="#L711">711</a></th><td class="line-code"><pre>&quot;example plugin that demonstrates how to register a new view. You can &quot;
3972
+ </pre></td></tr>
3973
+
3974
+
3975
+ <tr><th class="line-num" id="L712"><a href="#L712">712</a></th><td class="line-code"><pre>&quot;%sdownload the plugin at GitHub%s to get started.&quot;
3976
+ </pre></td></tr>
3977
+
3978
+
3979
+ <tr><th class="line-num" id="L713"><a href="#L713">713</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3980
+ </pre></td></tr>
3981
+
3982
+
3983
+ <tr><th class="line-num" id="L714"><a href="#L714">714</a></th><td class="line-code"><pre>&quot;Er du utvikler og ønsker å bygge opp din egen front-end visning? Vi skapte &quot;
3984
+ </pre></td></tr>
3985
+
3986
+
3987
+ <tr><th class="line-num" id="L715"><a href="#L715">715</a></th><td class="line-code"><pre>&quot;en eksempel-utvidelse som demonstrerer hvordan en registrerer en ny visning. &quot;
3988
+ </pre></td></tr>
3989
+
3990
+
3991
+ <tr><th class="line-num" id="L716"><a href="#L716">716</a></th><td class="line-code"><pre>&quot;Du kan %slaste ned utvidelsen på GitHub%s for å komme i gang.&quot;
3992
+ </pre></td></tr>
3993
+
3994
+
3995
+ <tr><th class="line-num" id="L717"><a href="#L717">717</a></th><td class="line-code"><pre>
3996
+ </pre></td></tr>
3997
+
3998
+
3999
+ <tr><th class="line-num" id="L718"><a href="#L718">718</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:108
4000
+ </pre></td></tr>
4001
+
4002
+
4003
+ <tr><th class="line-num" id="L719"><a href="#L719">719</a></th><td class="line-code"><pre>msgid &quot;&quot;
4004
+ </pre></td></tr>
4005
+
4006
+
4007
+ <tr><th class="line-num" id="L720"><a href="#L720">720</a></th><td class="line-code"><pre>&quot;Otherwise, if you\&quot;re feeling adventurous, you can get started by heading to &quot;
4008
+ </pre></td></tr>
4009
+
4010
+
4011
+ <tr><th class="line-num" id="L721"><a href="#L721">721</a></th><td class="line-code"><pre>&quot;the Events menu and adding your first event.&quot;
4012
+ </pre></td></tr>
4013
+
4014
+
4015
+ <tr><th class="line-num" id="L722"><a href="#L722">722</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4016
+ </pre></td></tr>
4017
+
4018
+
4019
+ <tr><th class="line-num" id="L723"><a href="#L723">723</a></th><td class="line-code"><pre>&quot;I motsatt fall, om du føler deg eventyrlysten, kan du komme i gang ved å gå &quot;
4020
+ </pre></td></tr>
4021
+
4022
+
4023
+ <tr><th class="line-num" id="L724"><a href="#L724">724</a></th><td class="line-code"><pre>&quot;på Aktiviteter-menyen og legge til din første aktivitet.&quot;
4024
+ </pre></td></tr>
4025
+
4026
+
4027
+ <tr><th class="line-num" id="L725"><a href="#L725">725</a></th><td class="line-code"><pre>
4028
+ </pre></td></tr>
4029
+
4030
+
4031
+ <tr><th class="line-num" id="L726"><a href="#L726">726</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:112
4032
+ </pre></td></tr>
4033
+
4034
+
4035
+ <tr><th class="line-num" id="L727"><a href="#L727">727</a></th><td class="line-code"><pre>#, php-format
4036
+ </pre></td></tr>
4037
+
4038
+
4039
+ <tr><th class="line-num" id="L728"><a href="#L728">728</a></th><td class="line-code"><pre>msgid &quot;&quot;
4040
+ </pre></td></tr>
4041
+
4042
+
4043
+ <tr><th class="line-num" id="L729"><a href="#L729">729</a></th><td class="line-code"><pre>&quot;We\&quot;ve redone our support page from the ground up in an effort to better &quot;
4044
+ </pre></td></tr>
4045
+
4046
+
4047
+ <tr><th class="line-num" id="L730"><a href="#L730">730</a></th><td class="line-code"><pre>&quot;help our users. Head over to our %sSupport Page%s and you\&quot;ll find lots of &quot;
4048
+ </pre></td></tr>
4049
+
4050
+
4051
+ <tr><th class="line-num" id="L731"><a href="#L731">731</a></th><td class="line-code"><pre>&quot;great resources, including:&quot;
4052
+ </pre></td></tr>
4053
+
4054
+
4055
+ <tr><th class="line-num" id="L732"><a href="#L732">732</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4056
+ </pre></td></tr>
4057
+
4058
+
4059
+ <tr><th class="line-num" id="L733"><a href="#L733">733</a></th><td class="line-code"><pre>&quot;Vi har bygget opp brukerstøtte-siden igjen fra grunnen av, i et forsøk på å &quot;
4060
+ </pre></td></tr>
4061
+
4062
+
4063
+ <tr><th class="line-num" id="L734"><a href="#L734">734</a></th><td class="line-code"><pre>&quot;hjelpe brukerne våre bedre. Sjekk innom vår %sBrukerstøtte%s der du vil &quot;
4064
+ </pre></td></tr>
4065
+
4066
+
4067
+ <tr><th class="line-num" id="L735"><a href="#L735">735</a></th><td class="line-code"><pre>&quot;finne mange flotte ressurser, inkludert:&quot;
4068
+ </pre></td></tr>
4069
+
4070
+
4071
+ <tr><th class="line-num" id="L736"><a href="#L736">736</a></th><td class="line-code"><pre>
4072
+ </pre></td></tr>
4073
+
4074
+
4075
+ <tr><th class="line-num" id="L737"><a href="#L737">737</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:114
4076
+ </pre></td></tr>
4077
+
4078
+
4079
+ <tr><th class="line-num" id="L738"><a href="#L738">738</a></th><td class="line-code"><pre>#, php-format
4080
+ </pre></td></tr>
4081
+
4082
+
4083
+ <tr><th class="line-num" id="L739"><a href="#L739">739</a></th><td class="line-code"><pre>msgid &quot;&quot;
4084
+ </pre></td></tr>
4085
+
4086
+
4087
+ <tr><th class="line-num" id="L740"><a href="#L740">740</a></th><td class="line-code"><pre>&quot;%sTemplate tags, functions, and hooks &amp; filters%s for The Events Calendar &quot;
4088
+ </pre></td></tr>
4089
+
4090
+
4091
+ <tr><th class="line-num" id="L741"><a href="#L741">741</a></th><td class="line-code"><pre>&quot;&amp;amp; Events Calendar PRO&quot;
4092
+ </pre></td></tr>
4093
+
4094
+
4095
+ <tr><th class="line-num" id="L742"><a href="#L742">742</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4096
+ </pre></td></tr>
4097
+
4098
+
4099
+ <tr><th class="line-num" id="L743"><a href="#L743">743</a></th><td class="line-code"><pre>&quot;%sMal-koder, funksjoner, hooks og filtere%s for The Events Calendar &amp;amp; &quot;
4100
+ </pre></td></tr>
4101
+
4102
+
4103
+ <tr><th class="line-num" id="L744"><a href="#L744">744</a></th><td class="line-code"><pre>&quot;Events Calendar PRO&quot;
4104
+ </pre></td></tr>
4105
+
4106
+
4107
+ <tr><th class="line-num" id="L745"><a href="#L745">745</a></th><td class="line-code"><pre>
4108
+ </pre></td></tr>
4109
+
4110
+
4111
+ <tr><th class="line-num" id="L746"><a href="#L746">746</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:116
4112
+ </pre></td></tr>
4113
+
4114
+
4115
+ <tr><th class="line-num" id="L747"><a href="#L747">747</a></th><td class="line-code"><pre>#, php-format
4116
+ </pre></td></tr>
4117
+
4118
+
4119
+ <tr><th class="line-num" id="L748"><a href="#L748">748</a></th><td class="line-code"><pre>msgid &quot;&quot;
4120
+ </pre></td></tr>
4121
+
4122
+
4123
+ <tr><th class="line-num" id="L749"><a href="#L749">749</a></th><td class="line-code"><pre>&quot;%sFrequently Asked Questions%s ranging from the most basic setup questions &quot;
4124
+ </pre></td></tr>
4125
+
4126
+
4127
+ <tr><th class="line-num" id="L750"><a href="#L750">750</a></th><td class="line-code"><pre>&quot;to advanced themer tweaks&quot;
4128
+ </pre></td></tr>
4129
+
4130
+
4131
+ <tr><th class="line-num" id="L751"><a href="#L751">751</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4132
+ </pre></td></tr>
4133
+
4134
+
4135
+ <tr><th class="line-num" id="L752"><a href="#L752">752</a></th><td class="line-code"><pre>&quot;%sOfte Stilte Spørsmål (FAQ)%s som dekker alt fra grunnleggende &quot;
4136
+ </pre></td></tr>
4137
+
4138
+
4139
+ <tr><th class="line-num" id="L753"><a href="#L753">753</a></th><td class="line-code"><pre>&quot;innstillinger til avanserte valg for tematweaks.&quot;
4140
+ </pre></td></tr>
4141
+
4142
+
4143
+ <tr><th class="line-num" id="L754"><a href="#L754">754</a></th><td class="line-code"><pre>
4144
+ </pre></td></tr>
4145
+
4146
+
4147
+ <tr><th class="line-num" id="L755"><a href="#L755">755</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:118
4148
+ </pre></td></tr>
4149
+
4150
+
4151
+ <tr><th class="line-num" id="L756"><a href="#L756">756</a></th><td class="line-code"><pre>#, php-format
4152
+ </pre></td></tr>
4153
+
4154
+
4155
+ <tr><th class="line-num" id="L757"><a href="#L757">757</a></th><td class="line-code"><pre>msgid &quot;&quot;
4156
+ </pre></td></tr>
4157
+
4158
+
4159
+ <tr><th class="line-num" id="L758"><a href="#L758">758</a></th><td class="line-code"><pre>&quot;%sTutorials%s written by both members of our team and users from the &quot;
4160
+ </pre></td></tr>
4161
+
4162
+
4163
+ <tr><th class="line-num" id="L759"><a href="#L759">759</a></th><td class="line-code"><pre>&quot;community, covering custom queries, integration with third-party themes and &quot;
4164
+ </pre></td></tr>
4165
+
4166
+
4167
+ <tr><th class="line-num" id="L760"><a href="#L760">760</a></th><td class="line-code"><pre>&quot;plugins, etc.&quot;
4168
+ </pre></td></tr>
4169
+
4170
+
4171
+ <tr><th class="line-num" id="L761"><a href="#L761">761</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4172
+ </pre></td></tr>
4173
+
4174
+
4175
+ <tr><th class="line-num" id="L762"><a href="#L762">762</a></th><td class="line-code"><pre>&quot;%sOpplæringstekster%s skrevet av både medlemmer fra vårt team og brukere fra &quot;
4176
+ </pre></td></tr>
4177
+
4178
+
4179
+ <tr><th class="line-num" id="L763"><a href="#L763">763</a></th><td class="line-code"><pre>&quot;nettsamfunnet, som dekker spesialtilpassede spørringer, integrasjon med &quot;
4180
+ </pre></td></tr>
4181
+
4182
+
4183
+ <tr><th class="line-num" id="L764"><a href="#L764">764</a></th><td class="line-code"><pre>&quot;tredjeparts temaer og utvidelser, etc.&quot;
4184
+ </pre></td></tr>
4185
+
4186
+
4187
+ <tr><th class="line-num" id="L765"><a href="#L765">765</a></th><td class="line-code"><pre>
4188
+ </pre></td></tr>
4189
+
4190
+
4191
+ <tr><th class="line-num" id="L766"><a href="#L766">766</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:120
4192
+ </pre></td></tr>
4193
+
4194
+
4195
+ <tr><th class="line-num" id="L767"><a href="#L767">767</a></th><td class="line-code"><pre>msgid &quot;&quot;
4196
+ </pre></td></tr>
4197
+
4198
+
4199
+ <tr><th class="line-num" id="L768"><a href="#L768">768</a></th><td class="line-code"><pre>&quot;Release notes for painting an overall picture of the plugin\&quot;s lifecycle and &quot;
4200
+ </pre></td></tr>
4201
+
4202
+
4203
+ <tr><th class="line-num" id="L769"><a href="#L769">769</a></th><td class="line-code"><pre>&quot;when features/bug fixes were introduced.&quot;
4204
+ </pre></td></tr>
4205
+
4206
+
4207
+ <tr><th class="line-num" id="L770"><a href="#L770">770</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4208
+ </pre></td></tr>
4209
+
4210
+
4211
+ <tr><th class="line-num" id="L771"><a href="#L771">771</a></th><td class="line-code"><pre>&quot;Versjonsnotater som gir deg en oversikt over tilleggets livssyklus og &quot;
4212
+ </pre></td></tr>
4213
+
4214
+
4215
+ <tr><th class="line-num" id="L772"><a href="#L772">772</a></th><td class="line-code"><pre>&quot;tidspunkter når funksjoner og feilopprettinger ble utført og introdusert.&quot;
4216
+ </pre></td></tr>
4217
+
4218
+
4219
+ <tr><th class="line-num" id="L773"><a href="#L773">773</a></th><td class="line-code"><pre>
4220
+ </pre></td></tr>
4221
+
4222
+
4223
+ <tr><th class="line-num" id="L774"><a href="#L774">774</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:122
4224
+ </pre></td></tr>
4225
+
4226
+
4227
+ <tr><th class="line-num" id="L775"><a href="#L775">775</a></th><td class="line-code"><pre>#, php-format
4228
+ </pre></td></tr>
4229
+
4230
+
4231
+ <tr><th class="line-num" id="L776"><a href="#L776">776</a></th><td class="line-code"><pre>msgid &quot;&quot;
4232
+ </pre></td></tr>
4233
+
4234
+
4235
+ <tr><th class="line-num" id="L777"><a href="#L777">777</a></th><td class="line-code"><pre>&quot;%sAdd-on documentation%s for all of Modern Tribe\&quot;s official extensions for &quot;
4236
+ </pre></td></tr>
4237
+
4238
+
4239
+ <tr><th class="line-num" id="L778"><a href="#L778">778</a></th><td class="line-code"><pre>&quot;The Events Calendar (including WooTickets, Community Events, Eventbrite &quot;
4240
+ </pre></td></tr>
4241
+
4242
+
4243
+ <tr><th class="line-num" id="L779"><a href="#L779">779</a></th><td class="line-code"><pre>&quot;Tickets, Facebook Events, etc)&quot;
4244
+ </pre></td></tr>
4245
+
4246
+
4247
+ <tr><th class="line-num" id="L780"><a href="#L780">780</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4248
+ </pre></td></tr>
4249
+
4250
+
4251
+ <tr><th class="line-num" id="L781"><a href="#L781">781</a></th><td class="line-code"><pre>&quot;%sDokumentasjon for Programtillegg%s for alle Modern Tribes offisielle &quot;
4252
+ </pre></td></tr>
4253
+
4254
+
4255
+ <tr><th class="line-num" id="L782"><a href="#L782">782</a></th><td class="line-code"><pre>&quot;utvidelsespakker til The Events Calendar (inkludert WooTickets, &quot;
4256
+ </pre></td></tr>
4257
+
4258
+
4259
+ <tr><th class="line-num" id="L783"><a href="#L783">783</a></th><td class="line-code"><pre>&quot;Samfunnsaktiviteter, Eventbrite Billetter, Facebook-aktiviteter, etc.)&quot;
4260
+ </pre></td></tr>
4261
+
4262
+
4263
+ <tr><th class="line-num" id="L784"><a href="#L784">784</a></th><td class="line-code"><pre>
4264
+ </pre></td></tr>
4265
+
4266
+
4267
+ <tr><th class="line-num" id="L785"><a href="#L785">785</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:124
4268
+ </pre></td></tr>
4269
+
4270
+
4271
+ <tr><th class="line-num" id="L786"><a href="#L786">786</a></th><td class="line-code"><pre>#, fuzzy, php-format
4272
+ </pre></td></tr>
4273
+
4274
+
4275
+ <tr><th class="line-num" id="L787"><a href="#L787">787</a></th><td class="line-code"><pre>msgid &quot;&quot;
4276
+ </pre></td></tr>
4277
+
4278
+
4279
+ <tr><th class="line-num" id="L788"><a href="#L788">788</a></th><td class="line-code"><pre>&quot;We\&quot;ve also got a %sModern Tribe UserVoice%s page where we\&quot;re actively &quot;
4280
+ </pre></td></tr>
4281
+
4282
+
4283
+ <tr><th class="line-num" id="L789"><a href="#L789">789</a></th><td class="line-code"><pre>&quot;watching for feature ideas from the community. If after playing with the &quot;
4284
+ </pre></td></tr>
4285
+
4286
+
4287
+ <tr><th class="line-num" id="L790"><a href="#L790">790</a></th><td class="line-code"><pre>&quot;plugin and reviewing the resources above, you\&quot;re finding a feature isn\&quot;t &quot;
4288
+ </pre></td></tr>
4289
+
4290
+
4291
+ <tr><th class="line-num" id="L791"><a href="#L791">791</a></th><td class="line-code"><pre>&quot;present that should be, let us know. Vote up existing feature requests or &quot;
4292
+ </pre></td></tr>
4293
+
4294
+
4295
+ <tr><th class="line-num" id="L792"><a href="#L792">792</a></th><td class="line-code"><pre>&quot;add your own, and help us shape the future of the products business in a way &quot;
4296
+ </pre></td></tr>
4297
+
4298
+
4299
+ <tr><th class="line-num" id="L793"><a href="#L793">793</a></th><td class="line-code"><pre>&quot;that best meets the community\&quot;s needs.&quot;
4300
+ </pre></td></tr>
4301
+
4302
+
4303
+ <tr><th class="line-num" id="L794"><a href="#L794">794</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4304
+ </pre></td></tr>
4305
+
4306
+
4307
+ <tr><th class="line-num" id="L795"><a href="#L795">795</a></th><td class="line-code"><pre>&quot;Vi har også en %sModern Tribe UserVoice%s -side som vi aktivt følger med på &quot;
4308
+ </pre></td></tr>
4309
+
4310
+
4311
+ <tr><th class="line-num" id="L796"><a href="#L796">796</a></th><td class="line-code"><pre>&quot;for idéer til fremtidige funksjoner, fra brukere på nettet. Hvis du finner &quot;
4312
+ </pre></td></tr>
4313
+
4314
+
4315
+ <tr><th class="line-num" id="L797"><a href="#L797">797</a></th><td class="line-code"><pre>&quot;en funksjon som ikke finnes - som burde ha vært der, etter at du har lekt &quot;
4316
+ </pre></td></tr>
4317
+
4318
+
4319
+ <tr><th class="line-num" id="L798"><a href="#L798">798</a></th><td class="line-code"><pre>&quot;litt rundt med utvidelsen og sett på ressursene over, la oss få vite om det. &quot;
4320
+ </pre></td></tr>
4321
+
4322
+
4323
+ <tr><th class="line-num" id="L799"><a href="#L799">799</a></th><td class="line-code"><pre>&quot;Stem fram eksisterende funksjonsønsker og legg til dine egne. Med dette er &quot;
4324
+ </pre></td></tr>
4325
+
4326
+
4327
+ <tr><th class="line-num" id="L800"><a href="#L800">800</a></th><td class="line-code"><pre>&quot;du med på å forme framtiden for produktet på en måte som på best mulig vis &quot;
4328
+ </pre></td></tr>
4329
+
4330
+
4331
+ <tr><th class="line-num" id="L801"><a href="#L801">801</a></th><td class="line-code"><pre>&quot;dekker brukernes etterspørsel.&quot;
4332
+ </pre></td></tr>
4333
+
4334
+
4335
+ <tr><th class="line-num" id="L802"><a href="#L802">802</a></th><td class="line-code"><pre>
4336
+ </pre></td></tr>
4337
+
4338
+
4339
+ <tr><th class="line-num" id="L803"><a href="#L803">803</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:128
4340
+ </pre></td></tr>
4341
+
4342
+
4343
+ <tr><th class="line-num" id="L804"><a href="#L804">804</a></th><td class="line-code"><pre>#, php-format
4344
+ </pre></td></tr>
4345
+
4346
+
4347
+ <tr><th class="line-num" id="L805"><a href="#L805">805</a></th><td class="line-code"><pre>msgid &quot;&quot;
4348
+ </pre></td></tr>
4349
+
4350
+
4351
+ <tr><th class="line-num" id="L806"><a href="#L806">806</a></th><td class="line-code"><pre>&quot;Written documentation can only take things so far...sometimes, you need help &quot;
4352
+ </pre></td></tr>
4353
+
4354
+
4355
+ <tr><th class="line-num" id="L807"><a href="#L807">807</a></th><td class="line-code"><pre>&quot;from a real person. This is where our %ssupport forums%s come into play.&quot;
4356
+ </pre></td></tr>
4357
+
4358
+
4359
+ <tr><th class="line-num" id="L808"><a href="#L808">808</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4360
+ </pre></td></tr>
4361
+
4362
+
4363
+ <tr><th class="line-num" id="L809"><a href="#L809">809</a></th><td class="line-code"><pre>&quot;Skrevet dokumentasjon er bare nok til et visst punkt. Noen ganger trenger en &quot;
4364
+ </pre></td></tr>
4365
+
4366
+
4367
+ <tr><th class="line-num" id="L810"><a href="#L810">810</a></th><td class="line-code"><pre>&quot;hjelp fra en person. Dette er der våre %sbrukerforum%s kommer inn i bildet. &quot;
4368
+ </pre></td></tr>
4369
+
4370
+
4371
+ <tr><th class="line-num" id="L811"><a href="#L811">811</a></th><td class="line-code"><pre>
4372
+ </pre></td></tr>
4373
+
4374
+
4375
+ <tr><th class="line-num" id="L812"><a href="#L812">812</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:129
4376
+ </pre></td></tr>
4377
+
4378
+
4379
+ <tr><th class="line-num" id="L813"><a href="#L813">813</a></th><td class="line-code"><pre>#, fuzzy, php-format
4380
+ </pre></td></tr>
4381
+
4382
+
4383
+ <tr><th class="line-num" id="L814"><a href="#L814">814</a></th><td class="line-code"><pre>msgid &quot;&quot;
4384
+ </pre></td></tr>
4385
+
4386
+
4387
+ <tr><th class="line-num" id="L815"><a href="#L815">815</a></th><td class="line-code"><pre>&quot;Users of the free The Events Calendar should post their support concerns to &quot;
4388
+ </pre></td></tr>
4389
+
4390
+
4391
+ <tr><th class="line-num" id="L816"><a href="#L816">816</a></th><td class="line-code"><pre>&quot;the plugin\&quot;s %sWordPress.org support forum%s. While we are happy to help &quot;
4392
+ </pre></td></tr>
4393
+
4394
+
4395
+ <tr><th class="line-num" id="L817"><a href="#L817">817</a></th><td class="line-code"><pre>&quot;identify and fix bugs that are reported at WordPress.org, please make sure &quot;
4396
+ </pre></td></tr>
4397
+
4398
+
4399
+ <tr><th class="line-num" id="L818"><a href="#L818">818</a></th><td class="line-code"><pre>&quot;to read our %ssupport expectations sticky thread%s before posting so you &quot;
4400
+ </pre></td></tr>
4401
+
4402
+
4403
+ <tr><th class="line-num" id="L819"><a href="#L819">819</a></th><td class="line-code"><pre>&quot;understand our limitations.&quot;
4404
+ </pre></td></tr>
4405
+
4406
+
4407
+ <tr><th class="line-num" id="L820"><a href="#L820">820</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4408
+ </pre></td></tr>
4409
+
4410
+
4411
+ <tr><th class="line-num" id="L821"><a href="#L821">821</a></th><td class="line-code"><pre>&quot;Brukerne av The Events Calendar - gratisversjonen, oppfordres til å &quot;
4412
+ </pre></td></tr>
4413
+
4414
+
4415
+ <tr><th class="line-num" id="L822"><a href="#L822">822</a></th><td class="line-code"><pre>&quot;publisere spørsmål og andre ting på utvidelsens %sWordPress.org support-fora&quot;
4416
+ </pre></td></tr>
4417
+
4418
+
4419
+ <tr><th class="line-num" id="L823"><a href="#L823">823</a></th><td class="line-code"><pre>&quot;%s. Vi er glade for å hjelpe til med å identifisere programfeil som blir &quot;
4420
+ </pre></td></tr>
4421
+
4422
+
4423
+ <tr><th class="line-num" id="L824"><a href="#L824">824</a></th><td class="line-code"><pre>&quot;rapportert på Wordpress.org, men vennligst les alle våre %sklebrige tråder &quot;
4424
+ </pre></td></tr>
4425
+
4426
+
4427
+ <tr><th class="line-num" id="L825"><a href="#L825">825</a></th><td class="line-code"><pre>&quot;vedrørende hvilke forventninger en kan ha til brukerstøtte%s før du &quot;
4428
+ </pre></td></tr>
4429
+
4430
+
4431
+ <tr><th class="line-num" id="L826"><a href="#L826">826</a></th><td class="line-code"><pre>&quot;publiserer, så du forstår våre begrensninger på forhånd.&quot;
4432
+ </pre></td></tr>
4433
+
4434
+
4435
+ <tr><th class="line-num" id="L827"><a href="#L827">827</a></th><td class="line-code"><pre>
4436
+ </pre></td></tr>
4437
+
4438
+
4439
+ <tr><th class="line-num" id="L828"><a href="#L828">828</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:130
4440
+ </pre></td></tr>
4441
+
4442
+
4443
+ <tr><th class="line-num" id="L829"><a href="#L829">829</a></th><td class="line-code"><pre>#, fuzzy
4444
+ </pre></td></tr>
4445
+
4446
+
4447
+ <tr><th class="line-num" id="L830"><a href="#L830">830</a></th><td class="line-code"><pre>msgid &quot;&quot;
4448
+ </pre></td></tr>
4449
+
4450
+
4451
+ <tr><th class="line-num" id="L831"><a href="#L831">831</a></th><td class="line-code"><pre>&quot;We hit the WordPress.org forum throughout the week, watching for bugs. If &quot;
4452
+ </pre></td></tr>
4453
+
4454
+
4455
+ <tr><th class="line-num" id="L832"><a href="#L832">832</a></th><td class="line-code"><pre>&quot;you report a legitimate bug that we\&quot;re able to reproduce, we will log it &quot;
4456
+ </pre></td></tr>
4457
+
4458
+
4459
+ <tr><th class="line-num" id="L833"><a href="#L833">833</a></th><td class="line-code"><pre>&quot;and patch for an upcoming release. However we are unfortunately unable to &quot;
4460
+ </pre></td></tr>
4461
+
4462
+
4463
+ <tr><th class="line-num" id="L834"><a href="#L834">834</a></th><td class="line-code"><pre>&quot;provide customization tips or assist in integrating with 3rd party plugins &quot;
4464
+ </pre></td></tr>
4465
+
4466
+
4467
+ <tr><th class="line-num" id="L835"><a href="#L835">835</a></th><td class="line-code"><pre>&quot;or themes.&quot;
4468
+ </pre></td></tr>
4469
+
4470
+
4471
+ <tr><th class="line-num" id="L836"><a href="#L836">836</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4472
+ </pre></td></tr>
4473
+
4474
+
4475
+ <tr><th class="line-num" id="L837"><a href="#L837">837</a></th><td class="line-code"><pre>&quot;Vi holder oss på WordPress.org-forumet hele uka, og ser etter bugs/feil. Om &quot;
4476
+ </pre></td></tr>
4477
+
4478
+
4479
+ <tr><th class="line-num" id="L838"><a href="#L838">838</a></th><td class="line-code"><pre>&quot;du rapporterer en faktisk bug som vi klarer å reprodusere, vil vi logge det &quot;
4480
+ </pre></td></tr>
4481
+
4482
+
4483
+ <tr><th class="line-num" id="L839"><a href="#L839">839</a></th><td class="line-code"><pre>&quot;etter hvert slippe en patch. Når det er sagt har vi desverre ikke mulighet &quot;
4484
+ </pre></td></tr>
4485
+
4486
+
4487
+ <tr><th class="line-num" id="L840"><a href="#L840">840</a></th><td class="line-code"><pre>&quot;for å tilby tips og råd for spesialtilpasning, eller assistere med &quot;
4488
+ </pre></td></tr>
4489
+
4490
+
4491
+ <tr><th class="line-num" id="L841"><a href="#L841">841</a></th><td class="line-code"><pre>&quot;integrasjon av tredjeparts utvidelser eller temaer.&quot;
4492
+ </pre></td></tr>
4493
+
4494
+
4495
+ <tr><th class="line-num" id="L842"><a href="#L842">842</a></th><td class="line-code"><pre>
4496
+ </pre></td></tr>
4497
+
4498
+
4499
+ <tr><th class="line-num" id="L843"><a href="#L843">843</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:131
4500
+ </pre></td></tr>
4501
+
4502
+
4503
+ <tr><th class="line-num" id="L844"><a href="#L844">844</a></th><td class="line-code"><pre>#, fuzzy, php-format
4504
+ </pre></td></tr>
4505
+
4506
+
4507
+ <tr><th class="line-num" id="L845"><a href="#L845">845</a></th><td class="line-code"><pre>msgid &quot;&quot;
4508
+ </pre></td></tr>
4509
+
4510
+
4511
+ <tr><th class="line-num" id="L846"><a href="#L846">846</a></th><td class="line-code"><pre>&quot;If you\&quot;re a user of The Events Calendar and would like more support, please &quot;
4512
+ </pre></td></tr>
4513
+
4514
+
4515
+ <tr><th class="line-num" id="L847"><a href="#L847">847</a></th><td class="line-code"><pre>&quot;%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a &quot;
4516
+ </pre></td></tr>
4517
+
4518
+
4519
+ <tr><th class="line-num" id="L848"><a href="#L848">848</a></th><td class="line-code"><pre>&quot;deeper level of customization/integration support for paying users than we &quot;
4520
+ </pre></td></tr>
4521
+
4522
+
4523
+ <tr><th class="line-num" id="L849"><a href="#L849">849</a></th><td class="line-code"><pre>&quot;can on WordPress.org.&quot;
4524
+ </pre></td></tr>
4525
+
4526
+
4527
+ <tr><th class="line-num" id="L850"><a href="#L850">850</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4528
+ </pre></td></tr>
4529
+
4530
+
4531
+ <tr><th class="line-num" id="L851"><a href="#L851">851</a></th><td class="line-code"><pre>&quot;Om du bruker The Events Calendar og behøver mer support, vennligst %skjøp en &quot;
4532
+ </pre></td></tr>
4533
+
4534
+
4535
+ <tr><th class="line-num" id="L852"><a href="#L852">852</a></th><td class="line-code"><pre>&quot;PRO-lisens%s. Vi ser gjennom PRO-forumene daglig, og kan tilby et dypere &quot;
4536
+ </pre></td></tr>
4537
+
4538
+
4539
+ <tr><th class="line-num" id="L853"><a href="#L853">853</a></th><td class="line-code"><pre>&quot;nivå av brukerstøtte for tilrettelegging/tilpassing og integrasjon for &quot;
4540
+ </pre></td></tr>
4541
+
4542
+
4543
+ <tr><th class="line-num" id="L854"><a href="#L854">854</a></th><td class="line-code"><pre>&quot;betalende brukere, enn vi har mulighet til på Wordpress.org.&quot;
4544
+ </pre></td></tr>
4545
+
4546
+
4547
+ <tr><th class="line-num" id="L855"><a href="#L855">855</a></th><td class="line-code"><pre>
4548
+ </pre></td></tr>
4549
+
4550
+
4551
+ <tr><th class="line-num" id="L856"><a href="#L856">856</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:135
4552
+ </pre></td></tr>
4553
+
4554
+
4555
+ <tr><th class="line-num" id="L857"><a href="#L857">857</a></th><td class="line-code"><pre>#, php-format
4556
+ </pre></td></tr>
4557
+
4558
+
4559
+ <tr><th class="line-num" id="L858"><a href="#L858">858</a></th><td class="line-code"><pre>msgid &quot;&quot;
4560
+ </pre></td></tr>
4561
+
4562
+
4563
+ <tr><th class="line-num" id="L859"><a href="#L859">859</a></th><td class="line-code"><pre>&quot;If you find that you aren\&quot;t getting the level of service you\&quot;ve come to &quot;
4564
+ </pre></td></tr>
4565
+
4566
+
4567
+ <tr><th class="line-num" id="L860"><a href="#L860">860</a></th><td class="line-code"><pre>&quot;expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us &quot;
4568
+ </pre></td></tr>
4569
+
4570
+
4571
+ <tr><th class="line-num" id="L861"><a href="#L861">861</a></th><td class="line-code"><pre>&quot;why. We\&quot;ll do what we can to make it right.&quot;
4572
+ </pre></td></tr>
4573
+
4574
+
4575
+ <tr><th class="line-num" id="L862"><a href="#L862">862</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4576
+ </pre></td></tr>
4577
+
4578
+
4579
+ <tr><th class="line-num" id="L863"><a href="#L863">863</a></th><td class="line-code"><pre>&quot;Om du opplever at du ikke får det nivået av brukerstøtte du forventer fra &quot;
4580
+ </pre></td></tr>
4581
+
4582
+
4583
+ <tr><th class="line-num" id="L864"><a href="#L864">864</a></th><td class="line-code"><pre>&quot;Modern Tribe, send oss en e-post på %s eller tvitre oss %s og fortell oss &quot;
4584
+ </pre></td></tr>
4585
+
4586
+
4587
+ <tr><th class="line-num" id="L865"><a href="#L865">865</a></th><td class="line-code"><pre>&quot;hvorfor. Vi vil gjøre hva vi kan for at du skal bli fornøyd.&quot;
4588
+ </pre></td></tr>
4589
+
4590
+
4591
+ <tr><th class="line-num" id="L866"><a href="#L866">866</a></th><td class="line-code"><pre>
4592
+ </pre></td></tr>
4593
+
4594
+
4595
+ <tr><th class="line-num" id="L867"><a href="#L867">867</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:136
4596
+ </pre></td></tr>
4597
+
4598
+
4599
+ <tr><th class="line-num" id="L868"><a href="#L868">868</a></th><td class="line-code"><pre>msgid &quot;More...&quot;
4600
+ </pre></td></tr>
4601
+
4602
+
4603
+ <tr><th class="line-num" id="L869"><a href="#L869">869</a></th><td class="line-code"><pre>msgstr &quot;Mer…&quot;
4604
+ </pre></td></tr>
4605
+
4606
+
4607
+ <tr><th class="line-num" id="L870"><a href="#L870">870</a></th><td class="line-code"><pre>
4608
+ </pre></td></tr>
4609
+
4610
+
4611
+ <tr><th class="line-num" id="L871"><a href="#L871">871</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:144
4612
+ </pre></td></tr>
4613
+
4614
+
4615
+ <tr><th class="line-num" id="L872"><a href="#L872">872</a></th><td class="line-code"><pre>msgid &quot;&quot;
4616
+ </pre></td></tr>
4617
+
4618
+
4619
+ <tr><th class="line-num" id="L873"><a href="#L873">873</a></th><td class="line-code"><pre>&quot;Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much &quot;
4620
+ </pre></td></tr>
4621
+
4622
+
4623
+ <tr><th class="line-num" id="L874"><a href="#L874">874</a></th><td class="line-code"><pre>&quot;for installing our labor of love!&quot;
4624
+ </pre></td></tr>
4625
+
4626
+
4627
+ <tr><th class="line-num" id="L875"><a href="#L875">875</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4628
+ </pre></td></tr>
4629
+
4630
+
4631
+ <tr><th class="line-num" id="L876"><a href="#L876">876</a></th><td class="line-code"><pre>&quot;Hei! Vi er Modern Tribe og vi er her for å gjøre deg til den kuleste kiden i &quot;
4632
+ </pre></td></tr>
4633
+
4634
+
4635
+ <tr><th class="line-num" id="L877"><a href="#L877">877</a></th><td class="line-code"><pre>&quot;gata. Takk så utrolig mye for at du installerte vårt hjertebarn!&quot;
4636
+ </pre></td></tr>
4637
+
4638
+
4639
+ <tr><th class="line-num" id="L878"><a href="#L878">878</a></th><td class="line-code"><pre>
4640
+ </pre></td></tr>
4641
+
4642
+
4643
+ <tr><th class="line-num" id="L879"><a href="#L879">879</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:150
4644
+ </pre></td></tr>
4645
+
4646
+
4647
+ <tr><th class="line-num" id="L880"><a href="#L880">880</a></th><td class="line-code"><pre>msgid &quot;Getting Started&quot;
4648
+ </pre></td></tr>
4649
+
4650
+
4651
+ <tr><th class="line-num" id="L881"><a href="#L881">881</a></th><td class="line-code"><pre>msgstr &quot;Komme i gang&quot;
4652
+ </pre></td></tr>
4653
+
4654
+
4655
+ <tr><th class="line-num" id="L882"><a href="#L882">882</a></th><td class="line-code"><pre>
4656
+ </pre></td></tr>
4657
+
4658
+
4659
+ <tr><th class="line-num" id="L883"><a href="#L883">883</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:153
4660
+ </pre></td></tr>
4661
+
4662
+
4663
+ <tr><th class="line-num" id="L884"><a href="#L884">884</a></th><td class="line-code"><pre>msgid &quot;Support Resources To Help You Kick Ass&quot;
4664
+ </pre></td></tr>
4665
+
4666
+
4667
+ <tr><th class="line-num" id="L885"><a href="#L885">885</a></th><td class="line-code"><pre>msgstr &quot;Ressurser som hjelper deg å komme i gang&quot;
4668
+ </pre></td></tr>
4669
+
4670
+
4671
+ <tr><th class="line-num" id="L886"><a href="#L886">886</a></th><td class="line-code"><pre>
4672
+ </pre></td></tr>
4673
+
4674
+
4675
+ <tr><th class="line-num" id="L887"><a href="#L887">887</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:156
4676
+ </pre></td></tr>
4677
+
4678
+
4679
+ <tr><th class="line-num" id="L888"><a href="#L888">888</a></th><td class="line-code"><pre>msgid &quot;Forums: Because Everyone Needs A Buddy&quot;
4680
+ </pre></td></tr>
4681
+
4682
+
4683
+ <tr><th class="line-num" id="L889"><a href="#L889">889</a></th><td class="line-code"><pre>msgstr &quot;Forum: Fordi alle trenger en Buddy&quot;
4684
+ </pre></td></tr>
4685
+
4686
+
4687
+ <tr><th class="line-num" id="L890"><a href="#L890">890</a></th><td class="line-code"><pre>
4688
+ </pre></td></tr>
4689
+
4690
+
4691
+ <tr><th class="line-num" id="L891"><a href="#L891">891</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:159
4692
+ </pre></td></tr>
4693
+
4694
+
4695
+ <tr><th class="line-num" id="L892"><a href="#L892">892</a></th><td class="line-code"><pre>msgid &quot;Not getting help?&quot;
4696
+ </pre></td></tr>
4697
+
4698
+
4699
+ <tr><th class="line-num" id="L893"><a href="#L893">893</a></th><td class="line-code"><pre>msgstr &quot;Får du ikke hjelp?&quot;
4700
+ </pre></td></tr>
4701
+
4702
+
4703
+ <tr><th class="line-num" id="L894"><a href="#L894">894</a></th><td class="line-code"><pre>
4704
+ </pre></td></tr>
4705
+
4706
+
4707
+ <tr><th class="line-num" id="L895"><a href="#L895">895</a></th><td class="line-code"><pre># Er ikke dette et egennavn? Skal man oversette det?
4708
+ </pre></td></tr>
4709
+
4710
+
4711
+ <tr><th class="line-num" id="L896"><a href="#L896">896</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:171
4712
+ </pre></td></tr>
4713
+
4714
+
4715
+ <tr><th class="line-num" id="L897"><a href="#L897">897</a></th><td class="line-code"><pre>msgid &quot;The Events Calendar&quot;
4716
+ </pre></td></tr>
4717
+
4718
+
4719
+ <tr><th class="line-num" id="L898"><a href="#L898">898</a></th><td class="line-code"><pre>msgstr &quot;The Events Calendar&quot;
4720
+ </pre></td></tr>
4721
+
4722
+
4723
+ <tr><th class="line-num" id="L899"><a href="#L899">899</a></th><td class="line-code"><pre>
4724
+ </pre></td></tr>
4725
+
4726
+
4727
+ <tr><th class="line-num" id="L900"><a href="#L900">900</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:175
4728
+ </pre></td></tr>
4729
+
4730
+
4731
+ <tr><th class="line-num" id="L901"><a href="#L901">901</a></th><td class="line-code"><pre>msgid &quot;Latest Version:&quot;
4732
+ </pre></td></tr>
4733
+
4734
+
4735
+ <tr><th class="line-num" id="L902"><a href="#L902">902</a></th><td class="line-code"><pre>msgstr &quot;Siste versjon:&quot;
4736
+ </pre></td></tr>
4737
+
4738
+
4739
+ <tr><th class="line-num" id="L903"><a href="#L903">903</a></th><td class="line-code"><pre>
4740
+ </pre></td></tr>
4741
+
4742
+
4743
+ <tr><th class="line-num" id="L904"><a href="#L904">904</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:176
4744
+ </pre></td></tr>
4745
+
4746
+
4747
+ <tr><th class="line-num" id="L905"><a href="#L905">905</a></th><td class="line-code"><pre>msgid &quot;Author:&quot;
4748
+ </pre></td></tr>
4749
+
4750
+
4751
+ <tr><th class="line-num" id="L906"><a href="#L906">906</a></th><td class="line-code"><pre>msgstr &quot;Forfatter:&quot;
4752
+ </pre></td></tr>
4753
+
4754
+
4755
+ <tr><th class="line-num" id="L907"><a href="#L907">907</a></th><td class="line-code"><pre>
4756
+ </pre></td></tr>
4757
+
4758
+
4759
+ <tr><th class="line-num" id="L908"><a href="#L908">908</a></th><td class="line-code"><pre>#
4760
+ </pre></td></tr>
4761
+
4762
+
4763
+ <tr><th class="line-num" id="L909"><a href="#L909">909</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:176
4764
+ </pre></td></tr>
4765
+
4766
+
4767
+ <tr><th class="line-num" id="L910"><a href="#L910">910</a></th><td class="line-code"><pre>msgid &quot;Modern Tribe Inc&quot;
4768
+ </pre></td></tr>
4769
+
4770
+
4771
+ <tr><th class="line-num" id="L911"><a href="#L911">911</a></th><td class="line-code"><pre>msgstr &quot;Modern Tribe Inc&quot;
4772
+ </pre></td></tr>
4773
+
4774
+
4775
+ <tr><th class="line-num" id="L912"><a href="#L912">912</a></th><td class="line-code"><pre>
4776
+ </pre></td></tr>
4777
+
4778
+
4779
+ <tr><th class="line-num" id="L913"><a href="#L913">913</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:177
4780
+ </pre></td></tr>
4781
+
4782
+
4783
+ <tr><th class="line-num" id="L914"><a href="#L914">914</a></th><td class="line-code"><pre>msgid &quot;Requires:&quot;
4784
+ </pre></td></tr>
4785
+
4786
+
4787
+ <tr><th class="line-num" id="L915"><a href="#L915">915</a></th><td class="line-code"><pre>msgstr &quot;Krever:&quot;
4788
+ </pre></td></tr>
4789
+
4790
+
4791
+ <tr><th class="line-num" id="L916"><a href="#L916">916</a></th><td class="line-code"><pre>
4792
+ </pre></td></tr>
4793
+
4794
+
4795
+ <tr><th class="line-num" id="L917"><a href="#L917">917</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:177
4796
+ </pre></td></tr>
4797
+
4798
+
4799
+ <tr><th class="line-num" id="L918"><a href="#L918">918</a></th><td class="line-code"><pre>msgid &quot;WordPress &quot;
4800
+ </pre></td></tr>
4801
+
4802
+
4803
+ <tr><th class="line-num" id="L919"><a href="#L919">919</a></th><td class="line-code"><pre>msgstr &quot;WordPress &quot;
4804
+ </pre></td></tr>
4805
+
4806
+
4807
+ <tr><th class="line-num" id="L920"><a href="#L920">920</a></th><td class="line-code"><pre>
4808
+ </pre></td></tr>
4809
+
4810
+
4811
+ <tr><th class="line-num" id="L921"><a href="#L921">921</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:178
4812
+ </pre></td></tr>
4813
+
4814
+
4815
+ <tr><th class="line-num" id="L922"><a href="#L922">922</a></th><td class="line-code"><pre>msgid &quot;Wordpress.org Plugin Page&quot;
4816
+ </pre></td></tr>
4817
+
4818
+
4819
+ <tr><th class="line-num" id="L923"><a href="#L923">923</a></th><td class="line-code"><pre>msgstr &quot;Wordpress.org utvidelsesside&quot;
4820
+ </pre></td></tr>
4821
+
4822
+
4823
+ <tr><th class="line-num" id="L924"><a href="#L924">924</a></th><td class="line-code"><pre>
4824
+ </pre></td></tr>
4825
+
4826
+
4827
+ <tr><th class="line-num" id="L925"><a href="#L925">925</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:183
4828
+ </pre></td></tr>
4829
+
4830
+
4831
+ <tr><th class="line-num" id="L926"><a href="#L926">926</a></th><td class="line-code"><pre>msgid &quot;Average Rating&quot;
4832
+ </pre></td></tr>
4833
+
4834
+
4835
+ <tr><th class="line-num" id="L927"><a href="#L927">927</a></th><td class="line-code"><pre>msgstr &quot;Gjennomsnittlig vurdering&quot;
4836
+ </pre></td></tr>
4837
+
4838
+
4839
+ <tr><th class="line-num" id="L928"><a href="#L928">928</a></th><td class="line-code"><pre>
4840
+ </pre></td></tr>
4841
+
4842
+
4843
+ <tr><th class="line-num" id="L929"><a href="#L929">929</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:188
4844
+ </pre></td></tr>
4845
+
4846
+
4847
+ <tr><th class="line-num" id="L930"><a href="#L930">930</a></th><td class="line-code"><pre>msgid &quot;Give us 5 stars!&quot;
4848
+ </pre></td></tr>
4849
+
4850
+
4851
+ <tr><th class="line-num" id="L931"><a href="#L931">931</a></th><td class="line-code"><pre>msgstr &quot;Gi oss 5 stjerner!&quot;
4852
+ </pre></td></tr>
4853
+
4854
+
4855
+ <tr><th class="line-num" id="L932"><a href="#L932">932</a></th><td class="line-code"><pre>
4856
+ </pre></td></tr>
4857
+
4858
+
4859
+ <tr><th class="line-num" id="L933"><a href="#L933">933</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:191
4860
+ </pre></td></tr>
4861
+
4862
+
4863
+ <tr><th class="line-num" id="L934"><a href="#L934">934</a></th><td class="line-code"><pre>msgid &quot;Premium Add-Ons&quot;
4864
+ </pre></td></tr>
4865
+
4866
+
4867
+ <tr><th class="line-num" id="L935"><a href="#L935">935</a></th><td class="line-code"><pre>msgstr &quot;Premium Tilleggsutvidelser&quot;
4868
+ </pre></td></tr>
4869
+
4870
+
4871
+ <tr><th class="line-num" id="L936"><a href="#L936">936</a></th><td class="line-code"><pre>
4872
+ </pre></td></tr>
4873
+
4874
+
4875
+ <tr><th class="line-num" id="L937"><a href="#L937">937</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:197
4876
+ </pre></td></tr>
4877
+
4878
+
4879
+ <tr><th class="line-num" id="L938"><a href="#L938">938</a></th><td class="line-code"><pre>msgid &quot;(Coming Soon!)&quot;
4880
+ </pre></td></tr>
4881
+
4882
+
4883
+ <tr><th class="line-num" id="L939"><a href="#L939">939</a></th><td class="line-code"><pre>msgstr &quot;(Kommer snart!)&quot;
4884
+ </pre></td></tr>
4885
+
4886
+
4887
+ <tr><th class="line-num" id="L940"><a href="#L940">940</a></th><td class="line-code"><pre>
4888
+ </pre></td></tr>
4889
+
4890
+
4891
+ <tr><th class="line-num" id="L941"><a href="#L941">941</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:204
4892
+ </pre></td></tr>
4893
+
4894
+
4895
+ <tr><th class="line-num" id="L942"><a href="#L942">942</a></th><td class="line-code"><pre>msgid &quot;News and Tutorials&quot;
4896
+ </pre></td></tr>
4897
+
4898
+
4899
+ <tr><th class="line-num" id="L943"><a href="#L943">943</a></th><td class="line-code"><pre>msgstr &quot;Nyheter og Brukerveiledninger&quot;
4900
+ </pre></td></tr>
4901
+
4902
+
4903
+ <tr><th class="line-num" id="L944"><a href="#L944">944</a></th><td class="line-code"><pre>
4904
+ </pre></td></tr>
4905
+
4906
+
4907
+ <tr><th class="line-num" id="L945"><a href="#L945">945</a></th><td class="line-code"><pre>#
4908
+ </pre></td></tr>
4909
+
4910
+
4911
+ <tr><th class="line-num" id="L946"><a href="#L946">946</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-network.php:14
4912
+ </pre></td></tr>
4913
+
4914
+
4915
+ <tr><th class="line-num" id="L947"><a href="#L947">947</a></th><td class="line-code"><pre>msgid &quot;Network Settings&quot;
4916
+ </pre></td></tr>
4917
+
4918
+
4919
+ <tr><th class="line-num" id="L948"><a href="#L948">948</a></th><td class="line-code"><pre>msgstr &quot;Nettverksinnstillinger&quot;
4920
+ </pre></td></tr>
4921
+
4922
+
4923
+ <tr><th class="line-num" id="L949"><a href="#L949">949</a></th><td class="line-code"><pre>
4924
+ </pre></td></tr>
4925
+
4926
+
4927
+ <tr><th class="line-num" id="L950"><a href="#L950">950</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-network.php:18
4928
+ </pre></td></tr>
4929
+
4930
+
4931
+ <tr><th class="line-num" id="L951"><a href="#L951">951</a></th><td class="line-code"><pre>msgid &quot;&quot;
4932
+ </pre></td></tr>
4933
+
4934
+
4935
+ <tr><th class="line-num" id="L952"><a href="#L952">952</a></th><td class="line-code"><pre>&quot;This is where all of the global network settings for Modern Tribe&#39;s The &quot;
4936
+ </pre></td></tr>
4937
+
4938
+
4939
+ <tr><th class="line-num" id="L953"><a href="#L953">953</a></th><td class="line-code"><pre>&quot;Events Calendar can be modified.&quot;
4940
+ </pre></td></tr>
4941
+
4942
+
4943
+ <tr><th class="line-num" id="L954"><a href="#L954">954</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4944
+ </pre></td></tr>
4945
+
4946
+
4947
+ <tr><th class="line-num" id="L955"><a href="#L955">955</a></th><td class="line-code"><pre>&quot;Her kan alle globale nettverksinnstillinger for Modern Tribes The Events &quot;
4948
+ </pre></td></tr>
4949
+
4950
+
4951
+ <tr><th class="line-num" id="L956"><a href="#L956">956</a></th><td class="line-code"><pre>&quot;Calendar modifiseres.&quot;
4952
+ </pre></td></tr>
4953
+
4954
+
4955
+ <tr><th class="line-num" id="L957"><a href="#L957">957</a></th><td class="line-code"><pre>
4956
+ </pre></td></tr>
4957
+
4958
+
4959
+ <tr><th class="line-num" id="L958"><a href="#L958">958</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-network.php:26
4960
+ </pre></td></tr>
4961
+
4962
+
4963
+ <tr><th class="line-num" id="L959"><a href="#L959">959</a></th><td class="line-code"><pre>msgid &quot;Hide the following settings tabs on every site:&quot;
4964
+ </pre></td></tr>
4965
+
4966
+
4967
+ <tr><th class="line-num" id="L960"><a href="#L960">960</a></th><td class="line-code"><pre>msgstr &quot;Gjem de følgende innstillinger-fanene på alle sider:&quot;
4968
+ </pre></td></tr>
4969
+
4970
+
4971
+ <tr><th class="line-num" id="L961"><a href="#L961">961</a></th><td class="line-code"><pre>
4972
+ </pre></td></tr>
4973
+
4974
+
4975
+ <tr><th class="line-num" id="L962"><a href="#L962">962</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:20
4976
+ </pre></td></tr>
4977
+
4978
+
4979
+ <tr><th class="line-num" id="L963"><a href="#L963">963</a></th><td class="line-code"><pre>msgid &quot;Venue Name:&quot;
4980
+ </pre></td></tr>
4981
+
4982
+
4983
+ <tr><th class="line-num" id="L964"><a href="#L964">964</a></th><td class="line-code"><pre>msgstr &quot;Navn på Sted/Plassering:&quot;
4984
+ </pre></td></tr>
4985
+
4986
+
4987
+ <tr><th class="line-num" id="L965"><a href="#L965">965</a></th><td class="line-code"><pre>
4988
+ </pre></td></tr>
4989
+
4990
+
4991
+ <tr><th class="line-num" id="L966"><a href="#L966">966</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:27
4992
+ </pre></td></tr>
4993
+
4994
+
4995
+ <tr><th class="line-num" id="L967"><a href="#L967">967</a></th><td class="line-code"><pre>msgid &quot;Address:&quot;
4996
+ </pre></td></tr>
4997
+
4998
+
4999
+ <tr><th class="line-num" id="L968"><a href="#L968">968</a></th><td class="line-code"><pre>msgstr &quot;Adresse:&quot;
5000
+ </pre></td></tr>
5001
+
5002
+
5003
+ <tr><th class="line-num" id="L969"><a href="#L969">969</a></th><td class="line-code"><pre>
5004
+ </pre></td></tr>
5005
+
5006
+
5007
+ <tr><th class="line-num" id="L970"><a href="#L970">970</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:31
5008
+ </pre></td></tr>
5009
+
5010
+
5011
+ <tr><th class="line-num" id="L971"><a href="#L971">971</a></th><td class="line-code"><pre>msgid &quot;City:&quot;
5012
+ </pre></td></tr>
5013
+
5014
+
5015
+ <tr><th class="line-num" id="L972"><a href="#L972">972</a></th><td class="line-code"><pre>msgstr &quot;By:&quot;
5016
+ </pre></td></tr>
5017
+
5018
+
5019
+ <tr><th class="line-num" id="L973"><a href="#L973">973</a></th><td class="line-code"><pre>
5020
+ </pre></td></tr>
5021
+
5022
+
5023
+ <tr><th class="line-num" id="L974"><a href="#L974">974</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:35
5024
+ </pre></td></tr>
5025
+
5026
+
5027
+ <tr><th class="line-num" id="L975"><a href="#L975">975</a></th><td class="line-code"><pre>msgid &quot;Country:&quot;
5028
+ </pre></td></tr>
5029
+
5030
+
5031
+ <tr><th class="line-num" id="L976"><a href="#L976">976</a></th><td class="line-code"><pre>msgstr &quot;Land:&quot;
5032
+ </pre></td></tr>
5033
+
5034
+
5035
+ <tr><th class="line-num" id="L977"><a href="#L977">977</a></th><td class="line-code"><pre>
5036
+ </pre></td></tr>
5037
+
5038
+
5039
+ <tr><th class="line-num" id="L978"><a href="#L978">978</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:73
5040
+ </pre></td></tr>
5041
+
5042
+
5043
+ <tr><th class="line-num" id="L979"><a href="#L979">979</a></th><td class="line-code"><pre>msgid &quot;State or Province:&quot;
5044
+ </pre></td></tr>
5045
+
5046
+
5047
+ <tr><th class="line-num" id="L980"><a href="#L980">980</a></th><td class="line-code"><pre>msgstr &quot;Fylke eller kommune:&quot;
5048
+ </pre></td></tr>
5049
+
5050
+
5051
+ <tr><th class="line-num" id="L981"><a href="#L981">981</a></th><td class="line-code"><pre>
5052
+ </pre></td></tr>
5053
+
5054
+
5055
+ <tr><th class="line-num" id="L982"><a href="#L982">982</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:76
5056
+ </pre></td></tr>
5057
+
5058
+
5059
+ <tr><th class="line-num" id="L983"><a href="#L983">983</a></th><td class="line-code"><pre>msgid &quot;Select a State:&quot;
5060
+ </pre></td></tr>
5061
+
5062
+
5063
+ <tr><th class="line-num" id="L984"><a href="#L984">984</a></th><td class="line-code"><pre>msgstr &quot;Velg Fylke:&quot;
5064
+ </pre></td></tr>
5065
+
5066
+
5067
+ <tr><th class="line-num" id="L985"><a href="#L985">985</a></th><td class="line-code"><pre>
5068
+ </pre></td></tr>
5069
+
5070
+
5071
+ <tr><th class="line-num" id="L986"><a href="#L986">986</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:89
5072
+ </pre></td></tr>
5073
+
5074
+
5075
+ <tr><th class="line-num" id="L987"><a href="#L987">987</a></th><td class="line-code"><pre>msgid &quot;Postal Code:&quot;
5076
+ </pre></td></tr>
5077
+
5078
+
5079
+ <tr><th class="line-num" id="L988"><a href="#L988">988</a></th><td class="line-code"><pre>msgstr &quot;Postnummer:&quot;
5080
+ </pre></td></tr>
5081
+
5082
+
5083
+ <tr><th class="line-num" id="L989"><a href="#L989">989</a></th><td class="line-code"><pre>
5084
+ </pre></td></tr>
5085
+
5086
+
5087
+ <tr><th class="line-num" id="L990"><a href="#L990">990</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
5088
+ </pre></td></tr>
5089
+
5090
+
5091
+ <tr><th class="line-num" id="L991"><a href="#L991">991</a></th><td class="line-code"><pre>msgid &quot;Show Google Map:&quot;
5092
+ </pre></td></tr>
5093
+
5094
+
5095
+ <tr><th class="line-num" id="L992"><a href="#L992">992</a></th><td class="line-code"><pre>msgstr &quot;Vis kart fra Google Maps&quot;
5096
+ </pre></td></tr>
5097
+
5098
+
5099
+ <tr><th class="line-num" id="L993"><a href="#L993">993</a></th><td class="line-code"><pre>
5100
+ </pre></td></tr>
5101
+
5102
+
5103
+ <tr><th class="line-num" id="L994"><a href="#L994">994</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
5104
+ </pre></td></tr>
5105
+
5106
+
5107
+ <tr><th class="line-num" id="L995"><a href="#L995">995</a></th><td class="line-code"><pre>msgid &quot;Show Google Maps Link:&quot;
5108
+ </pre></td></tr>
5109
+
5110
+
5111
+ <tr><th class="line-num" id="L996"><a href="#L996">996</a></th><td class="line-code"><pre>msgstr &quot;Vis lenke til kart fra Google Maps:&quot;
5112
+ </pre></td></tr>
5113
+
5114
+
5115
+ <tr><th class="line-num" id="L997"><a href="#L997">997</a></th><td class="line-code"><pre>
5116
+ </pre></td></tr>
5117
+
5118
+
5119
+ <tr><th class="line-num" id="L998"><a href="#L998">998</a></th><td class="line-code"><pre>#: ../admin-views/widget-admin-list.php:11
5120
+ </pre></td></tr>
5121
+
5122
+
5123
+ <tr><th class="line-num" id="L999"><a href="#L999">999</a></th><td class="line-code"><pre>msgid &quot;Title:&quot;
5124
+ </pre></td></tr>
5125
+
5126
+
5127
+ <tr><th class="line-num" id="L1000"><a href="#L1000">1000</a></th><td class="line-code"><pre>msgstr &quot;Tittel:&quot;
5128
+ </pre></td></tr>
5129
+
5130
+
5131
+ <tr><th class="line-num" id="L1001"><a href="#L1001">1001</a></th><td class="line-code"><pre>
5132
+ </pre></td></tr>
5133
+
5134
+
5135
+ <tr><th class="line-num" id="L1002"><a href="#L1002">1002</a></th><td class="line-code"><pre>#: ../admin-views/widget-admin-list.php:16
5136
+ </pre></td></tr>
5137
+
5138
+
5139
+ <tr><th class="line-num" id="L1003"><a href="#L1003">1003</a></th><td class="line-code"><pre>msgid &quot;Show:&quot;
5140
+ </pre></td></tr>
5141
+
5142
+
5143
+ <tr><th class="line-num" id="L1004"><a href="#L1004">1004</a></th><td class="line-code"><pre>msgstr &quot;Vis:&quot;
5144
+ </pre></td></tr>
5145
+
5146
+
5147
+ <tr><th class="line-num" id="L1005"><a href="#L1005">1005</a></th><td class="line-code"><pre>
5148
+ </pre></td></tr>
5149
+
5150
+
5151
+ <tr><th class="line-num" id="L1006"><a href="#L1006">1006</a></th><td class="line-code"><pre>#: ../admin-views/widget-admin-list.php:24
5152
+ </pre></td></tr>
5153
+
5154
+
5155
+ <tr><th class="line-num" id="L1007"><a href="#L1007">1007</a></th><td class="line-code"><pre>msgid &quot;Show widget only if there are upcoming events:&quot;
5156
+ </pre></td></tr>
5157
+
5158
+
5159
+ <tr><th class="line-num" id="L1008"><a href="#L1008">1008</a></th><td class="line-code"><pre>msgstr &quot;Vis widgeten kun om det finnes framtidige aktiviteter:&quot;
5160
+ </pre></td></tr>
5161
+
5162
+
5163
+ <tr><th class="line-num" id="L1009"><a href="#L1009">1009</a></th><td class="line-code"><pre>
5164
+ </pre></td></tr>
5165
+
5166
+
5167
+ <tr><th class="line-num" id="L1010"><a href="#L1010">1010</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
5168
+ </pre></td></tr>
5169
+
5170
+
5171
+ <tr><th class="line-num" id="L1011"><a href="#L1011">1011</a></th><td class="line-code"><pre>msgid &quot;Attendees&quot;
5172
+ </pre></td></tr>
5173
+
5174
+
5175
+ <tr><th class="line-num" id="L1012"><a href="#L1012">1012</a></th><td class="line-code"><pre>msgstr &quot;Deltakere&quot;
5176
+ </pre></td></tr>
5177
+
5178
+
5179
+ <tr><th class="line-num" id="L1013"><a href="#L1013">1013</a></th><td class="line-code"><pre>
5180
+ </pre></td></tr>
5181
+
5182
+
5183
+ <tr><th class="line-num" id="L1014"><a href="#L1014">1014</a></th><td class="line-code"><pre>#
5184
+ </pre></td></tr>
5185
+
5186
+
5187
+ <tr><th class="line-num" id="L1015"><a href="#L1015">1015</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:14
5188
+ </pre></td></tr>
5189
+
5190
+
5191
+ <tr><th class="line-num" id="L1016"><a href="#L1016">1016</a></th><td class="line-code"><pre>msgid &quot;Event Summary&quot;
5192
+ </pre></td></tr>
5193
+
5194
+
5195
+ <tr><th class="line-num" id="L1017"><a href="#L1017">1017</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetssammendrag&quot;
5196
+ </pre></td></tr>
5197
+
5198
+
5199
+ <tr><th class="line-num" id="L1018"><a href="#L1018">1018</a></th><td class="line-code"><pre>
5200
+ </pre></td></tr>
5201
+
5202
+
5203
+ <tr><th class="line-num" id="L1019"><a href="#L1019">1019</a></th><td class="line-code"><pre>#
5204
+ </pre></td></tr>
5205
+
5206
+
5207
+ <tr><th class="line-num" id="L1020"><a href="#L1020">1020</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:22
5208
+ </pre></td></tr>
5209
+
5210
+
5211
+ <tr><th class="line-num" id="L1021"><a href="#L1021">1021</a></th><td class="line-code"><pre>msgid &quot;Event Details&quot;
5212
+ </pre></td></tr>
5213
+
5214
+
5215
+ <tr><th class="line-num" id="L1022"><a href="#L1022">1022</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetsdetaljer&quot;
5216
+ </pre></td></tr>
5217
+
5218
+
5219
+ <tr><th class="line-num" id="L1023"><a href="#L1023">1023</a></th><td class="line-code"><pre>
5220
+ </pre></td></tr>
5221
+
5222
+
5223
+ <tr><th class="line-num" id="L1024"><a href="#L1024">1024</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:24
5224
+ </pre></td></tr>
5225
+
5226
+
5227
+ <tr><th class="line-num" id="L1025"><a href="#L1025">1025</a></th><td class="line-code"><pre>msgid &quot;Start Date / Time:&quot;
5228
+ </pre></td></tr>
5229
+
5230
+
5231
+ <tr><th class="line-num" id="L1026"><a href="#L1026">1026</a></th><td class="line-code"><pre>msgstr &quot;Startdato og tidspunkt:&quot;
5232
+ </pre></td></tr>
5233
+
5234
+
5235
+ <tr><th class="line-num" id="L1027"><a href="#L1027">1027</a></th><td class="line-code"><pre>
5236
+ </pre></td></tr>
5237
+
5238
+
5239
+ <tr><th class="line-num" id="L1028"><a href="#L1028">1028</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:26
5240
+ </pre></td></tr>
5241
+
5242
+
5243
+ <tr><th class="line-num" id="L1029"><a href="#L1029">1029</a></th><td class="line-code"><pre>msgid &quot;End Date / Time:&quot;
5244
+ </pre></td></tr>
5245
+
5246
+
5247
+ <tr><th class="line-num" id="L1030"><a href="#L1030">1030</a></th><td class="line-code"><pre>msgstr &quot;Sluttdato og tidspunkt:&quot;
5248
+ </pre></td></tr>
5249
+
5250
+
5251
+ <tr><th class="line-num" id="L1031"><a href="#L1031">1031</a></th><td class="line-code"><pre>
5252
+ </pre></td></tr>
5253
+
5254
+
5255
+ <tr><th class="line-num" id="L1032"><a href="#L1032">1032</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:34
5256
+ </pre></td></tr>
5257
+
5258
+
5259
+ <tr><th class="line-num" id="L1033"><a href="#L1033">1033</a></th><td class="line-code"><pre>msgid &quot;Venue:&quot;
5260
+ </pre></td></tr>
5261
+
5262
+
5263
+ <tr><th class="line-num" id="L1034"><a href="#L1034">1034</a></th><td class="line-code"><pre>msgstr &quot;Sted:&quot;
5264
+ </pre></td></tr>
5265
+
5266
+
5267
+ <tr><th class="line-num" id="L1035"><a href="#L1035">1035</a></th><td class="line-code"><pre>
5268
+ </pre></td></tr>
5269
+
5270
+
5271
+ <tr><th class="line-num" id="L1036"><a href="#L1036">1036</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:52
5272
+ </pre></td></tr>
5273
+
5274
+
5275
+ <tr><th class="line-num" id="L1037"><a href="#L1037">1037</a></th><td class="line-code"><pre>msgid &quot;Ticket Sales&quot;
5276
+ </pre></td></tr>
5277
+
5278
+
5279
+ <tr><th class="line-num" id="L1038"><a href="#L1038">1038</a></th><td class="line-code"><pre>msgstr &quot;Billettsalg&quot;
5280
+ </pre></td></tr>
5281
+
5282
+
5283
+ <tr><th class="line-num" id="L1039"><a href="#L1039">1039</a></th><td class="line-code"><pre>
5284
+ </pre></td></tr>
5285
+
5286
+
5287
+ <tr><th class="line-num" id="L1040"><a href="#L1040">1040</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
5288
+ </pre></td></tr>
5289
+
5290
+
5291
+ <tr><th class="line-num" id="L1041"><a href="#L1041">1041</a></th><td class="line-code"><pre>#, php-format
5292
+ </pre></td></tr>
5293
+
5294
+
5295
+ <tr><th class="line-num" id="L1042"><a href="#L1042">1042</a></th><td class="line-code"><pre>msgid &quot;Sold %d&quot;
5296
+ </pre></td></tr>
5297
+
5298
+
5299
+ <tr><th class="line-num" id="L1043"><a href="#L1043">1043</a></th><td class="line-code"><pre>msgstr &quot;Solgt %d&quot;
5300
+ </pre></td></tr>
5301
+
5302
+
5303
+ <tr><th class="line-num" id="L1044"><a href="#L1044">1044</a></th><td class="line-code"><pre>
5304
+ </pre></td></tr>
5305
+
5306
+
5307
+ <tr><th class="line-num" id="L1045"><a href="#L1045">1045</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
5308
+ </pre></td></tr>
5309
+
5310
+
5311
+ <tr><th class="line-num" id="L1046"><a href="#L1046">1046</a></th><td class="line-code"><pre>#, php-format
5312
+ </pre></td></tr>
5313
+
5314
+
5315
+ <tr><th class="line-num" id="L1047"><a href="#L1047">1047</a></th><td class="line-code"><pre>msgid &quot;Sold %d of %d&quot;
5316
+ </pre></td></tr>
5317
+
5318
+
5319
+ <tr><th class="line-num" id="L1048"><a href="#L1048">1048</a></th><td class="line-code"><pre>msgstr &quot;Solgt %d av %d&quot;
5320
+ </pre></td></tr>
5321
+
5322
+
5323
+ <tr><th class="line-num" id="L1049"><a href="#L1049">1049</a></th><td class="line-code"><pre>
5324
+ </pre></td></tr>
5325
+
5326
+
5327
+ <tr><th class="line-num" id="L1050"><a href="#L1050">1050</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:81
5328
+ </pre></td></tr>
5329
+
5330
+
5331
+ <tr><th class="line-num" id="L1051"><a href="#L1051">1051</a></th><td class="line-code"><pre>msgid &quot;Tickets sold:&quot;
5332
+ </pre></td></tr>
5333
+
5334
+
5335
+ <tr><th class="line-num" id="L1052"><a href="#L1052">1052</a></th><td class="line-code"><pre>msgstr &quot;Solgte billetter:&quot;
5336
+ </pre></td></tr>
5337
+
5338
+
5339
+ <tr><th class="line-num" id="L1053"><a href="#L1053">1053</a></th><td class="line-code"><pre>
5340
+ </pre></td></tr>
5341
+
5342
+
5343
+ <tr><th class="line-num" id="L1054"><a href="#L1054">1054</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:85
5344
+ </pre></td></tr>
5345
+
5346
+
5347
+ <tr><th class="line-num" id="L1055"><a href="#L1055">1055</a></th><td class="line-code"><pre>msgid &quot;Checked in:&quot;
5348
+ </pre></td></tr>
5349
+
5350
+
5351
+ <tr><th class="line-num" id="L1056"><a href="#L1056">1056</a></th><td class="line-code"><pre>msgstr &quot;Sjekket inn:&quot;
5352
+ </pre></td></tr>
5353
+
5354
+
5355
+ <tr><th class="line-num" id="L1057"><a href="#L1057">1057</a></th><td class="line-code"><pre>
5356
+ </pre></td></tr>
5357
+
5358
+
5359
+ <tr><th class="line-num" id="L1058"><a href="#L1058">1058</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:105
5360
+ </pre></td></tr>
5361
+
5362
+
5363
+ <tr><th class="line-num" id="L1059"><a href="#L1059">1059</a></th><td class="line-code"><pre>msgid &quot;Send the attendee list by email&quot;
5364
+ </pre></td></tr>
5365
+
5366
+
5367
+ <tr><th class="line-num" id="L1060"><a href="#L1060">1060</a></th><td class="line-code"><pre>msgstr &quot;Send deltakerlisten via e-post&quot;
5368
+ </pre></td></tr>
5369
+
5370
+
5371
+ <tr><th class="line-num" id="L1061"><a href="#L1061">1061</a></th><td class="line-code"><pre>
5372
+ </pre></td></tr>
5373
+
5374
+
5375
+ <tr><th class="line-num" id="L1062"><a href="#L1062">1062</a></th><td class="line-code"><pre>#
5376
+ </pre></td></tr>
5377
+
5378
+
5379
+ <tr><th class="line-num" id="L1063"><a href="#L1063">1063</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:109
5380
+ </pre></td></tr>
5381
+
5382
+
5383
+ <tr><th class="line-num" id="L1064"><a href="#L1064">1064</a></th><td class="line-code"><pre>msgid &quot;Select a User:&quot;
5384
+ </pre></td></tr>
5385
+
5386
+
5387
+ <tr><th class="line-num" id="L1065"><a href="#L1065">1065</a></th><td class="line-code"><pre>msgstr &quot;Velg en Bruker:&quot;
5388
+ </pre></td></tr>
5389
+
5390
+
5391
+ <tr><th class="line-num" id="L1066"><a href="#L1066">1066</a></th><td class="line-code"><pre>
5392
+ </pre></td></tr>
5393
+
5394
+
5395
+ <tr><th class="line-num" id="L1067"><a href="#L1067">1067</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:110
5396
+ </pre></td></tr>
5397
+
5398
+
5399
+ <tr><th class="line-num" id="L1068"><a href="#L1068">1068</a></th><td class="line-code"><pre>msgid &quot;Select...&quot;
5400
+ </pre></td></tr>
5401
+
5402
+
5403
+ <tr><th class="line-num" id="L1069"><a href="#L1069">1069</a></th><td class="line-code"><pre>msgstr &quot;Velg…&quot;
5404
+ </pre></td></tr>
5405
+
5406
+
5407
+ <tr><th class="line-num" id="L1070"><a href="#L1070">1070</a></th><td class="line-code"><pre>
5408
+ </pre></td></tr>
5409
+
5410
+
5411
+ <tr><th class="line-num" id="L1071"><a href="#L1071">1071</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:112
5412
+ </pre></td></tr>
5413
+
5414
+
5415
+ <tr><th class="line-num" id="L1072"><a href="#L1072">1072</a></th><td class="line-code"><pre>msgid &quot;or&quot;
5416
+ </pre></td></tr>
5417
+
5418
+
5419
+ <tr><th class="line-num" id="L1073"><a href="#L1073">1073</a></th><td class="line-code"><pre>msgstr &quot;eller&quot;
5420
+ </pre></td></tr>
5421
+
5422
+
5423
+ <tr><th class="line-num" id="L1074"><a href="#L1074">1074</a></th><td class="line-code"><pre>
5424
+ </pre></td></tr>
5425
+
5426
+
5427
+ <tr><th class="line-num" id="L1075"><a href="#L1075">1075</a></th><td class="line-code"><pre>#
5428
+ </pre></td></tr>
5429
+
5430
+
5431
+ <tr><th class="line-num" id="L1076"><a href="#L1076">1076</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:114
5432
+ </pre></td></tr>
5433
+
5434
+
5435
+ <tr><th class="line-num" id="L1077"><a href="#L1077">1077</a></th><td class="line-code"><pre>msgid &quot;Email Address:&quot;
5436
+ </pre></td></tr>
5437
+
5438
+
5439
+ <tr><th class="line-num" id="L1078"><a href="#L1078">1078</a></th><td class="line-code"><pre>msgstr &quot;E-post adresse:&quot;
5440
+ </pre></td></tr>
5441
+
5442
+
5443
+ <tr><th class="line-num" id="L1079"><a href="#L1079">1079</a></th><td class="line-code"><pre>
5444
+ </pre></td></tr>
5445
+
5446
+
5447
+ <tr><th class="line-num" id="L1080"><a href="#L1080">1080</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:21
5448
+ </pre></td></tr>
5449
+
5450
+
5451
+ <tr><th class="line-num" id="L1081"><a href="#L1081">1081</a></th><td class="line-code"><pre>msgid &quot;Edit&quot;
5452
+ </pre></td></tr>
5453
+
5454
+
5455
+ <tr><th class="line-num" id="L1082"><a href="#L1082">1082</a></th><td class="line-code"><pre>msgstr &quot;Rediger&quot;
5456
+ </pre></td></tr>
5457
+
5458
+
5459
+ <tr><th class="line-num" id="L1083"><a href="#L1083">1083</a></th><td class="line-code"><pre>
5460
+ </pre></td></tr>
5461
+
5462
+
5463
+ <tr><th class="line-num" id="L1084"><a href="#L1084">1084</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:22
5464
+ </pre></td></tr>
5465
+
5466
+
5467
+ <tr><th class="line-num" id="L1085"><a href="#L1085">1085</a></th><td class="line-code"><pre>msgid &quot;Delete&quot;
5468
+ </pre></td></tr>
5469
+
5470
+
5471
+ <tr><th class="line-num" id="L1086"><a href="#L1086">1086</a></th><td class="line-code"><pre>msgstr &quot;Slett&quot;
5472
+ </pre></td></tr>
5473
+
5474
+
5475
+ <tr><th class="line-num" id="L1087"><a href="#L1087">1087</a></th><td class="line-code"><pre>
5476
+ </pre></td></tr>
5477
+
5478
+
5479
+ <tr><th class="line-num" id="L1088"><a href="#L1088">1088</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:24
5480
+ </pre></td></tr>
5481
+
5482
+
5483
+ <tr><th class="line-num" id="L1089"><a href="#L1089">1089</a></th><td class="line-code"><pre>#, php-format
5484
+ </pre></td></tr>
5485
+
5486
+
5487
+ <tr><th class="line-num" id="L1090"><a href="#L1090">1090</a></th><td class="line-code"><pre>msgid &quot;Edit in %s&quot;
5488
+ </pre></td></tr>
5489
+
5490
+
5491
+ <tr><th class="line-num" id="L1091"><a href="#L1091">1091</a></th><td class="line-code"><pre>msgstr &quot;Rediger i %s&quot;
5492
+ </pre></td></tr>
5493
+
5494
+
5495
+ <tr><th class="line-num" id="L1092"><a href="#L1092">1092</a></th><td class="line-code"><pre>
5496
+ </pre></td></tr>
5497
+
5498
+
5499
+ <tr><th class="line-num" id="L1093"><a href="#L1093">1093</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:27
5500
+ </pre></td></tr>
5501
+
5502
+
5503
+ <tr><th class="line-num" id="L1094"><a href="#L1094">1094</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:53
5504
+ </pre></td></tr>
5505
+
5506
+
5507
+ <tr><th class="line-num" id="L1095"><a href="#L1095">1095</a></th><td class="line-code"><pre>msgid &quot;View&quot;
5508
+ </pre></td></tr>
5509
+
5510
+
5511
+ <tr><th class="line-num" id="L1096"><a href="#L1096">1096</a></th><td class="line-code"><pre>msgstr &quot;Vis&quot;
5512
+ </pre></td></tr>
5513
+
5514
+
5515
+ <tr><th class="line-num" id="L1097"><a href="#L1097">1097</a></th><td class="line-code"><pre>
5516
+ </pre></td></tr>
5517
+
5518
+
5519
+ <tr><th class="line-num" id="L1098"><a href="#L1098">1098</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:41
5520
+ </pre></td></tr>
5521
+
5522
+
5523
+ <tr><th class="line-num" id="L1099"><a href="#L1099">1099</a></th><td class="line-code"><pre>msgid &quot;See who purchased tickets to this event&quot;
5524
+ </pre></td></tr>
5525
+
5526
+
5527
+ <tr><th class="line-num" id="L1100"><a href="#L1100">1100</a></th><td class="line-code"><pre>msgstr &quot;Se hvem som har kjøpt billetter til denne aktiviteten&quot;
5528
+ </pre></td></tr>
5529
+
5530
+
5531
+ <tr><th class="line-num" id="L1101"><a href="#L1101">1101</a></th><td class="line-code"><pre>
5532
+ </pre></td></tr>
5533
+
5534
+
5535
+ <tr><th class="line-num" id="L1102"><a href="#L1102">1102</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:21
5536
+ </pre></td></tr>
5537
+
5538
+
5539
+ <tr><th class="line-num" id="L1103"><a href="#L1103">1103</a></th><td class="line-code"><pre>msgid &quot;&quot;
5540
+ </pre></td></tr>
5541
+
5542
+
5543
+ <tr><th class="line-num" id="L1104"><a href="#L1104">1104</a></th><td class="line-code"><pre>&quot;This event was created using Community Events. Are you sure you want to sell &quot;
5544
+ </pre></td></tr>
5545
+
5546
+
5547
+ <tr><th class="line-num" id="L1105"><a href="#L1105">1105</a></th><td class="line-code"><pre>&quot;tickets for it?&quot;
5548
+ </pre></td></tr>
5549
+
5550
+
5551
+ <tr><th class="line-num" id="L1106"><a href="#L1106">1106</a></th><td class="line-code"><pre>msgstr &quot;&quot;
5552
+ </pre></td></tr>
5553
+
5554
+
5555
+ <tr><th class="line-num" id="L1107"><a href="#L1107">1107</a></th><td class="line-code"><pre>&quot;Denne aktiviteten ble opprettet gjennom Samfunnsaktiviteter. Er du sikker på &quot;
5556
+ </pre></td></tr>
5557
+
5558
+
5559
+ <tr><th class="line-num" id="L1108"><a href="#L1108">1108</a></th><td class="line-code"><pre>&quot;at du vil selge billetter for den?&quot;
5560
+ </pre></td></tr>
5561
+
5562
+
5563
+ <tr><th class="line-num" id="L1109"><a href="#L1109">1109</a></th><td class="line-code"><pre>
5564
+ </pre></td></tr>
5565
+
5566
+
5567
+ <tr><th class="line-num" id="L1110"><a href="#L1110">1110</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:32
5568
+ </pre></td></tr>
5569
+
5570
+
5571
+ <tr><th class="line-num" id="L1111"><a href="#L1111">1111</a></th><td class="line-code"><pre>msgid &quot;Upload image for the ticket header&quot;
5572
+ </pre></td></tr>
5573
+
5574
+
5575
+ <tr><th class="line-num" id="L1112"><a href="#L1112">1112</a></th><td class="line-code"><pre>msgstr &quot;Last opp bilde for billettoverskriften&quot;
5576
+ </pre></td></tr>
5577
+
5578
+
5579
+ <tr><th class="line-num" id="L1113"><a href="#L1113">1113</a></th><td class="line-code"><pre>
5580
+ </pre></td></tr>
5581
+
5582
+
5583
+ <tr><th class="line-num" id="L1114"><a href="#L1114">1114</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:33
5584
+ </pre></td></tr>
5585
+
5586
+
5587
+ <tr><th class="line-num" id="L1115"><a href="#L1115">1115</a></th><td class="line-code"><pre>msgid &quot;&quot;
5588
+ </pre></td></tr>
5589
+
5590
+
5591
+ <tr><th class="line-num" id="L1116"><a href="#L1116">1116</a></th><td class="line-code"><pre>&quot;The maximum image size in the email will be 580px wide by any height, and &quot;
5592
+ </pre></td></tr>
5593
+
5594
+
5595
+ <tr><th class="line-num" id="L1117"><a href="#L1117">1117</a></th><td class="line-code"><pre>&quot;then scaled for mobile. If you would like \&quot;retina\&quot; support use an image &quot;
5596
+ </pre></td></tr>
5597
+
5598
+
5599
+ <tr><th class="line-num" id="L1118"><a href="#L1118">1118</a></th><td class="line-code"><pre>&quot;sized to 1160px wide.&quot;
5600
+ </pre></td></tr>
5601
+
5602
+
5603
+ <tr><th class="line-num" id="L1119"><a href="#L1119">1119</a></th><td class="line-code"><pre>msgstr &quot;&quot;
5604
+ </pre></td></tr>
5605
+
5606
+
5607
+ <tr><th class="line-num" id="L1120"><a href="#L1120">1120</a></th><td class="line-code"><pre>&quot;Den maksimale bildestørrelsen i e-posten er 580px bred, med valgfri høyde. &quot;
5608
+ </pre></td></tr>
5609
+
5610
+
5611
+ <tr><th class="line-num" id="L1121"><a href="#L1121">1121</a></th><td class="line-code"><pre>&quot;Bildet vil skaleres for mobile enheter. Hvis du ønsker \&quot;retina \&quot;-støtte, &quot;
5612
+ </pre></td></tr>
5613
+
5614
+
5615
+ <tr><th class="line-num" id="L1122"><a href="#L1122">1122</a></th><td class="line-code"><pre>&quot;benytt et bilde som har en bredde på 1160px.&quot;
5616
+ </pre></td></tr>
5617
+
5618
+
5619
+ <tr><th class="line-num" id="L1123"><a href="#L1123">1123</a></th><td class="line-code"><pre>
5620
+ </pre></td></tr>
5621
+
5622
+
5623
+ <tr><th class="line-num" id="L1124"><a href="#L1124">1124</a></th><td class="line-code"><pre>#
5624
+ </pre></td></tr>
5625
+
5626
+
5627
+ <tr><th class="line-num" id="L1125"><a href="#L1125">1125</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:36
5628
+ </pre></td></tr>
5629
+
5630
+
5631
+ <tr><th class="line-num" id="L1126"><a href="#L1126">1126</a></th><td class="line-code"><pre>msgid &quot;Select an Image&quot;
5632
+ </pre></td></tr>
5633
+
5634
+
5635
+ <tr><th class="line-num" id="L1127"><a href="#L1127">1127</a></th><td class="line-code"><pre>msgstr &quot;Velg et bilde&quot;
5636
+ </pre></td></tr>
5637
+
5638
+
5639
+ <tr><th class="line-num" id="L1128"><a href="#L1128">1128</a></th><td class="line-code"><pre>
5640
+ </pre></td></tr>
5641
+
5642
+
5643
+ <tr><th class="line-num" id="L1129"><a href="#L1129">1129</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:44
5644
+ </pre></td></tr>
5645
+
5646
+
5647
+ <tr><th class="line-num" id="L1130"><a href="#L1130">1130</a></th><td class="line-code"><pre>msgid &quot;Remove&quot;
5648
+ </pre></td></tr>
5649
+
5650
+
5651
+ <tr><th class="line-num" id="L1131"><a href="#L1131">1131</a></th><td class="line-code"><pre>msgstr &quot;Fjern&quot;
5652
+ </pre></td></tr>
5653
+
5654
+
5655
+ <tr><th class="line-num" id="L1132"><a href="#L1132">1132</a></th><td class="line-code"><pre>
5656
+ </pre></td></tr>
5657
+
5658
+
5659
+ <tr><th class="line-num" id="L1133"><a href="#L1133">1133</a></th><td class="line-code"><pre>#
5660
+ </pre></td></tr>
5661
+
5662
+
5663
+ <tr><th class="line-num" id="L1134"><a href="#L1134">1134</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:62
5664
+ </pre></td></tr>
5665
+
5666
+
5667
+ <tr><th class="line-num" id="L1135"><a href="#L1135">1135</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:72
5668
+ </pre></td></tr>
5669
+
5670
+
5671
+ <tr><th class="line-num" id="L1136"><a href="#L1136">1136</a></th><td class="line-code"><pre>msgid &quot;Add new ticket&quot;
5672
+ </pre></td></tr>
5673
+
5674
+
5675
+ <tr><th class="line-num" id="L1137"><a href="#L1137">1137</a></th><td class="line-code"><pre>msgstr &quot;Legg til ny billett&quot;
5676
+ </pre></td></tr>
5677
+
5678
+
5679
+ <tr><th class="line-num" id="L1138"><a href="#L1138">1138</a></th><td class="line-code"><pre>
5680
+ </pre></td></tr>
5681
+
5682
+
5683
+ <tr><th class="line-num" id="L1139"><a href="#L1139">1139</a></th><td class="line-code"><pre>#
5684
+ </pre></td></tr>
5685
+
5686
+
5687
+ <tr><th class="line-num" id="L1140"><a href="#L1140">1140</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:73
5688
+ </pre></td></tr>
5689
+
5690
+
5691
+ <tr><th class="line-num" id="L1141"><a href="#L1141">1141</a></th><td class="line-code"><pre>msgid &quot;Edit ticket&quot;
5692
+ </pre></td></tr>
5693
+
5694
+
5695
+ <tr><th class="line-num" id="L1142"><a href="#L1142">1142</a></th><td class="line-code"><pre>msgstr &quot;Rediger billett&quot;
5696
+ </pre></td></tr>
5697
+
5698
+
5699
+ <tr><th class="line-num" id="L1143"><a href="#L1143">1143</a></th><td class="line-code"><pre>
5700
+ </pre></td></tr>
5701
+
5702
+
5703
+ <tr><th class="line-num" id="L1144"><a href="#L1144">1144</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:79
5704
+ </pre></td></tr>
5705
+
5706
+
5707
+ <tr><th class="line-num" id="L1145"><a href="#L1145">1145</a></th><td class="line-code"><pre>msgid &quot;Sell using:&quot;
5708
+ </pre></td></tr>
5709
+
5710
+
5711
+ <tr><th class="line-num" id="L1146"><a href="#L1146">1146</a></th><td class="line-code"><pre>msgstr &quot;Selg gjennom:&quot;
5712
+ </pre></td></tr>
5713
+
5714
+
5715
+ <tr><th class="line-num" id="L1147"><a href="#L1147">1147</a></th><td class="line-code"><pre>
5716
+ </pre></td></tr>
5717
+
5718
+
5719
+ <tr><th class="line-num" id="L1148"><a href="#L1148">1148</a></th><td class="line-code"><pre>#
5720
+ </pre></td></tr>
5721
+
5722
+
5723
+ <tr><th class="line-num" id="L1149"><a href="#L1149">1149</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:96
5724
+ </pre></td></tr>
5725
+
5726
+
5727
+ <tr><th class="line-num" id="L1150"><a href="#L1150">1150</a></th><td class="line-code"><pre>msgid &quot;Ticket Name:&quot;
5728
+ </pre></td></tr>
5729
+
5730
+
5731
+ <tr><th class="line-num" id="L1151"><a href="#L1151">1151</a></th><td class="line-code"><pre>msgstr &quot;Billettnavn:&quot;
5732
+ </pre></td></tr>
5733
+
5734
+
5735
+ <tr><th class="line-num" id="L1152"><a href="#L1152">1152</a></th><td class="line-code"><pre>
5736
+ </pre></td></tr>
5737
+
5738
+
5739
+ <tr><th class="line-num" id="L1153"><a href="#L1153">1153</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:103
5740
+ </pre></td></tr>
5741
+
5742
+
5743
+ <tr><th class="line-num" id="L1154"><a href="#L1154">1154</a></th><td class="line-code"><pre>msgid &quot;Ticket Description:&quot;
5744
+ </pre></td></tr>
5745
+
5746
+
5747
+ <tr><th class="line-num" id="L1155"><a href="#L1155">1155</a></th><td class="line-code"><pre>msgstr &quot;Billettbeskrivelse:&quot;
5748
+ </pre></td></tr>
5749
+
5750
+
5751
+ <tr><th class="line-num" id="L1156"><a href="#L1156">1156</a></th><td class="line-code"><pre>
5752
+ </pre></td></tr>
5753
+
5754
+
5755
+ <tr><th class="line-num" id="L1157"><a href="#L1157">1157</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:112
5756
+ </pre></td></tr>
5757
+
5758
+
5759
+ <tr><th class="line-num" id="L1158"><a href="#L1158">1158</a></th><td class="line-code"><pre>msgid &quot;Price:&quot;
5760
+ </pre></td></tr>
5761
+
5762
+
5763
+ <tr><th class="line-num" id="L1159"><a href="#L1159">1159</a></th><td class="line-code"><pre>msgstr &quot;Pris:&quot;
5764
+ </pre></td></tr>
5765
+
5766
+
5767
+ <tr><th class="line-num" id="L1160"><a href="#L1160">1160</a></th><td class="line-code"><pre>
5768
+ </pre></td></tr>
5769
+
5770
+
5771
+ <tr><th class="line-num" id="L1161"><a href="#L1161">1161</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:118
5772
+ </pre></td></tr>
5773
+
5774
+
5775
+ <tr><th class="line-num" id="L1162"><a href="#L1162">1162</a></th><td class="line-code"><pre>msgid &quot;(0 or empty for free tickets)&quot;
5776
+ </pre></td></tr>
5777
+
5778
+
5779
+ <tr><th class="line-num" id="L1163"><a href="#L1163">1163</a></th><td class="line-code"><pre>msgstr &quot;(0 eller blankt for gratisbilletter)&quot;
5780
+ </pre></td></tr>
5781
+
5782
+
5783
+ <tr><th class="line-num" id="L1164"><a href="#L1164">1164</a></th><td class="line-code"><pre>
5784
+ </pre></td></tr>
5785
+
5786
+
5787
+ <tr><th class="line-num" id="L1165"><a href="#L1165">1165</a></th><td class="line-code"><pre>#
5788
+ </pre></td></tr>
5789
+
5790
+
5791
+ <tr><th class="line-num" id="L1166"><a href="#L1166">1166</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:124
5792
+ </pre></td></tr>
5793
+
5794
+
5795
+ <tr><th class="line-num" id="L1167"><a href="#L1167">1167</a></th><td class="line-code"><pre>msgid &quot;Start sale:&quot;
5796
+ </pre></td></tr>
5797
+
5798
+
5799
+ <tr><th class="line-num" id="L1168"><a href="#L1168">1168</a></th><td class="line-code"><pre>msgstr &quot;Salget starter:&quot;
5800
+ </pre></td></tr>
5801
+
5802
+
5803
+ <tr><th class="line-num" id="L1169"><a href="#L1169">1169</a></th><td class="line-code"><pre>
5804
+ </pre></td></tr>
5805
+
5806
+
5807
+ <tr><th class="line-num" id="L1170"><a href="#L1170">1170</a></th><td class="line-code"><pre>#
5808
+ </pre></td></tr>
5809
+
5810
+
5811
+ <tr><th class="line-num" id="L1171"><a href="#L1171">1171</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:148
5812
+ </pre></td></tr>
5813
+
5814
+
5815
+ <tr><th class="line-num" id="L1172"><a href="#L1172">1172</a></th><td class="line-code"><pre>msgid &quot;End sale:&quot;
5816
+ </pre></td></tr>
5817
+
5818
+
5819
+ <tr><th class="line-num" id="L1173"><a href="#L1173">1173</a></th><td class="line-code"><pre>msgstr &quot;Avslutt salg:&quot;
5820
+ </pre></td></tr>
5821
+
5822
+
5823
+ <tr><th class="line-num" id="L1174"><a href="#L1174">1174</a></th><td class="line-code"><pre>
5824
+ </pre></td></tr>
5825
+
5826
+
5827
+ <tr><th class="line-num" id="L1175"><a href="#L1175">1175</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:170
5828
+ </pre></td></tr>
5829
+
5830
+
5831
+ <tr><th class="line-num" id="L1176"><a href="#L1176">1176</a></th><td class="line-code"><pre>msgid &quot;&quot;
5832
+ </pre></td></tr>
5833
+
5834
+
5835
+ <tr><th class="line-num" id="L1177"><a href="#L1177">1177</a></th><td class="line-code"><pre>&quot;When will ticket sales occur? If you don&#39;t set a start/end date for sales, &quot;
5836
+ </pre></td></tr>
5837
+
5838
+
5839
+ <tr><th class="line-num" id="L1178"><a href="#L1178">1178</a></th><td class="line-code"><pre>&quot;tickets will be available from now until the event ends.&quot;
5840
+ </pre></td></tr>
5841
+
5842
+
5843
+ <tr><th class="line-num" id="L1179"><a href="#L1179">1179</a></th><td class="line-code"><pre>msgstr &quot;&quot;
5844
+ </pre></td></tr>
5845
+
5846
+
5847
+ <tr><th class="line-num" id="L1180"><a href="#L1180">1180</a></th><td class="line-code"><pre>&quot;Når vil billettsalget foregå? Om du ikke setter en start-/sluttid for salg, &quot;
5848
+ </pre></td></tr>
5849
+
5850
+
5851
+ <tr><th class="line-num" id="L1181"><a href="#L1181">1181</a></th><td class="line-code"><pre>&quot;vil billetter være tilgjengelige fra nå og til aktiviteten avsluttes.&quot;
5852
+ </pre></td></tr>
5853
+
5854
+
5855
+ <tr><th class="line-num" id="L1182"><a href="#L1182">1182</a></th><td class="line-code"><pre>
5856
+ </pre></td></tr>
5857
+
5858
+
5859
+ <tr><th class="line-num" id="L1183"><a href="#L1183">1183</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:513
5860
+ </pre></td></tr>
5861
+
5862
+
5863
+ <tr><th class="line-num" id="L1184"><a href="#L1184">1184</a></th><td class="line-code"><pre>msgid &quot;month&quot;
5864
+ </pre></td></tr>
5865
+
5866
+
5867
+ <tr><th class="line-num" id="L1185"><a href="#L1185">1185</a></th><td class="line-code"><pre>msgstr &quot;måned&quot;
5868
+ </pre></td></tr>
5869
+
5870
+
5871
+ <tr><th class="line-num" id="L1186"><a href="#L1186">1186</a></th><td class="line-code"><pre>
5872
+ </pre></td></tr>
5873
+
5874
+
5875
+ <tr><th class="line-num" id="L1187"><a href="#L1187">1187</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:514
5876
+ </pre></td></tr>
5877
+
5878
+
5879
+ <tr><th class="line-num" id="L1188"><a href="#L1188">1188</a></th><td class="line-code"><pre>msgid &quot;upcoming&quot;
5880
+ </pre></td></tr>
5881
+
5882
+
5883
+ <tr><th class="line-num" id="L1189"><a href="#L1189">1189</a></th><td class="line-code"><pre>msgstr &quot;kommende&quot;
5884
+ </pre></td></tr>
5885
+
5886
+
5887
+ <tr><th class="line-num" id="L1190"><a href="#L1190">1190</a></th><td class="line-code"><pre>
5888
+ </pre></td></tr>
5889
+
5890
+
5891
+ <tr><th class="line-num" id="L1191"><a href="#L1191">1191</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:515
5892
+ </pre></td></tr>
5893
+
5894
+
5895
+ <tr><th class="line-num" id="L1192"><a href="#L1192">1192</a></th><td class="line-code"><pre>msgid &quot;past&quot;
5896
+ </pre></td></tr>
5897
+
5898
+
5899
+ <tr><th class="line-num" id="L1193"><a href="#L1193">1193</a></th><td class="line-code"><pre>msgstr &quot;tidligere&quot;
5900
+ </pre></td></tr>
5901
+
5902
+
5903
+ <tr><th class="line-num" id="L1194"><a href="#L1194">1194</a></th><td class="line-code"><pre>
5904
+ </pre></td></tr>
5905
+
5906
+
5907
+ <tr><th class="line-num" id="L1195"><a href="#L1195">1195</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:517
5908
+ </pre></td></tr>
5909
+
5910
+
5911
+ <tr><th class="line-num" id="L1196"><a href="#L1196">1196</a></th><td class="line-code"><pre>msgid &quot;venue&quot;
5912
+ </pre></td></tr>
5913
+
5914
+
5915
+ <tr><th class="line-num" id="L1197"><a href="#L1197">1197</a></th><td class="line-code"><pre>msgstr &quot;sted&quot;
5916
+ </pre></td></tr>
5917
+
5918
+
5919
+ <tr><th class="line-num" id="L1198"><a href="#L1198">1198</a></th><td class="line-code"><pre>
5920
+ </pre></td></tr>
5921
+
5922
+
5923
+ <tr><th class="line-num" id="L1199"><a href="#L1199">1199</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:531
5924
+ </pre></td></tr>
5925
+
5926
+
5927
+ <tr><th class="line-num" id="L1200"><a href="#L1200">1200</a></th><td class="line-code"><pre>#, php-format
5928
+ </pre></td></tr>
5929
+
5930
+
5931
+ <tr><th class="line-num" id="L1201"><a href="#L1201">1201</a></th><td class="line-code"><pre>msgid &quot;Initializing Tribe Events on %s&quot;
5932
+ </pre></td></tr>
5933
+
5934
+
5935
+ <tr><th class="line-num" id="L1202"><a href="#L1202">1202</a></th><td class="line-code"><pre>msgstr &quot;Initialiserer Tribe-Aktiviteter for %s&quot;
5936
+ </pre></td></tr>
5937
+
5938
+
5939
+ <tr><th class="line-num" id="L1203"><a href="#L1203">1203</a></th><td class="line-code"><pre>
5940
+ </pre></td></tr>
5941
+
5942
+
5943
+ <tr><th class="line-num" id="L1204"><a href="#L1204">1204</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:644
5944
+ </pre></td></tr>
5945
+
5946
+
5947
+ <tr><th class="line-num" id="L1205"><a href="#L1205">1205</a></th><td class="line-code"><pre>#, php-format
5948
+ </pre></td></tr>
5949
+
5950
+
5951
+ <tr><th class="line-num" id="L1206"><a href="#L1206">1206</a></th><td class="line-code"><pre>msgid &quot;&quot;
5952
+ </pre></td></tr>
5953
+
5954
+
5955
+ <tr><th class="line-num" id="L1207"><a href="#L1207">1207</a></th><td class="line-code"><pre>&quot;Your version of The Events Calendar is not up-to-date with one of your The &quot;
5956
+ </pre></td></tr>
5957
+
5958
+
5959
+ <tr><th class="line-num" id="L1208"><a href="#L1208">1208</a></th><td class="line-code"><pre>&quot;Events Calendar add-ons. Please %supdate now.%s&quot;
5960
+ </pre></td></tr>
5961
+
5962
+
5963
+ <tr><th class="line-num" id="L1209"><a href="#L1209">1209</a></th><td class="line-code"><pre>msgstr &quot;&quot;
5964
+ </pre></td></tr>
5965
+
5966
+
5967
+ <tr><th class="line-num" id="L1210"><a href="#L1210">1210</a></th><td class="line-code"><pre>&quot;Din versjon av The Events Calendar er ikke oppdatert med en av dine The &quot;
5968
+ </pre></td></tr>
5969
+
5970
+
5971
+ <tr><th class="line-num" id="L1211"><a href="#L1211">1211</a></th><td class="line-code"><pre>&quot;Events Calendar-tillegg. Vennligst %soppdatér nå.%s&quot;
5972
+ </pre></td></tr>
5973
+
5974
+
5975
+ <tr><th class="line-num" id="L1212"><a href="#L1212">1212</a></th><td class="line-code"><pre>
5976
+ </pre></td></tr>
5977
+
5978
+
5979
+ <tr><th class="line-num" id="L1213"><a href="#L1213">1213</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:661
5980
+ </pre></td></tr>
5981
+
5982
+
5983
+ <tr><th class="line-num" id="L1214"><a href="#L1214">1214</a></th><td class="line-code"><pre>#, php-format
5984
+ </pre></td></tr>
5985
+
5986
+
5987
+ <tr><th class="line-num" id="L1215"><a href="#L1215">1215</a></th><td class="line-code"><pre>msgid &quot;&quot;
5988
+ </pre></td></tr>
5989
+
5990
+
5991
+ <tr><th class="line-num" id="L1216"><a href="#L1216">1216</a></th><td class="line-code"><pre>&quot;The following plugins are out of date: &lt;b&gt;%s&lt;/b&gt;. All add-ons contain &quot;
5992
+ </pre></td></tr>
5993
+
5994
+
5995
+ <tr><th class="line-num" id="L1217"><a href="#L1217">1217</a></th><td class="line-code"><pre>&quot;dependencies on The Events Calendar and will not function properly unless &quot;
5996
+ </pre></td></tr>
5997
+
5998
+
5999
+ <tr><th class="line-num" id="L1218"><a href="#L1218">1218</a></th><td class="line-code"><pre>&quot;paired with the right version. %sWant to pair an older version%s?&quot;
6000
+ </pre></td></tr>
6001
+
6002
+
6003
+ <tr><th class="line-num" id="L1219"><a href="#L1219">1219</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6004
+ </pre></td></tr>
6005
+
6006
+
6007
+ <tr><th class="line-num" id="L1220"><a href="#L1220">1220</a></th><td class="line-code"><pre>&quot;De følgende utvidelser er gått ut på dato: &lt;b&gt;%s&lt;/b&gt;. Alle Tillegg er &quot;
6008
+ </pre></td></tr>
6009
+
6010
+
6011
+ <tr><th class="line-num" id="L1221"><a href="#L1221">1221</a></th><td class="line-code"><pre>&quot;avhengige av The Events Calendar, og vil ikke fungere som de skal, om de &quot;
6012
+ </pre></td></tr>
6013
+
6014
+
6015
+ <tr><th class="line-num" id="L1222"><a href="#L1222">1222</a></th><td class="line-code"><pre>&quot;ikke er koblet mot korrekt versjon. %sKoble mot en eldre versjon%s?&quot;
6016
+ </pre></td></tr>
6017
+
6018
+
6019
+ <tr><th class="line-num" id="L1223"><a href="#L1223">1223</a></th><td class="line-code"><pre>
6020
+ </pre></td></tr>
6021
+
6022
+
6023
+ <tr><th class="line-num" id="L1224"><a href="#L1224">1224</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:725
6024
+ </pre></td></tr>
6025
+
6026
+
6027
+ <tr><th class="line-num" id="L1225"><a href="#L1225">1225</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:760
6028
+ </pre></td></tr>
6029
+
6030
+
6031
+ <tr><th class="line-num" id="L1226"><a href="#L1226">1226</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:762
6032
+ </pre></td></tr>
6033
+
6034
+
6035
+ <tr><th class="line-num" id="L1227"><a href="#L1227">1227</a></th><td class="line-code"><pre>msgid &quot;Licenses&quot;
6036
+ </pre></td></tr>
6037
+
6038
+
6039
+ <tr><th class="line-num" id="L1228"><a href="#L1228">1228</a></th><td class="line-code"><pre>msgstr &quot;Lisenser&quot;
6040
+ </pre></td></tr>
6041
+
6042
+
6043
+ <tr><th class="line-num" id="L1229"><a href="#L1229">1229</a></th><td class="line-code"><pre>
6044
+ </pre></td></tr>
6045
+
6046
+
6047
+ <tr><th class="line-num" id="L1230"><a href="#L1230">1230</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:729
6048
+ </pre></td></tr>
6049
+
6050
+
6051
+ <tr><th class="line-num" id="L1231"><a href="#L1231">1231</a></th><td class="line-code"><pre>#, fuzzy, php-format
6052
+ </pre></td></tr>
6053
+
6054
+
6055
+ <tr><th class="line-num" id="L1232"><a href="#L1232">1232</a></th><td class="line-code"><pre>msgid &quot;&quot;
6056
+ </pre></td></tr>
6057
+
6058
+
6059
+ <tr><th class="line-num" id="L1233"><a href="#L1233">1233</a></th><td class="line-code"><pre>&quot;&lt;p&gt;The license key you received when completing your purchase from %s will &quot;
6060
+ </pre></td></tr>
6061
+
6062
+
6063
+ <tr><th class="line-num" id="L1234"><a href="#L1234">1234</a></th><td class="line-code"><pre>&quot;grant you access to support and updates until it expires. You do not need to &quot;
6064
+ </pre></td></tr>
6065
+
6066
+
6067
+ <tr><th class="line-num" id="L1235"><a href="#L1235">1235</a></th><td class="line-code"><pre>&quot;enter the key below for the plugins to work, but you will need to enter it &quot;
6068
+ </pre></td></tr>
6069
+
6070
+
6071
+ <tr><th class="line-num" id="L1236"><a href="#L1236">1236</a></th><td class="line-code"><pre>&quot;to get automatic updates. &lt;strong&gt;Find your license keys at &lt;a href=\&quot;%s\&quot; &quot;
6072
+ </pre></td></tr>
6073
+
6074
+
6075
+ <tr><th class="line-num" id="L1237"><a href="#L1237">1237</a></th><td class="line-code"><pre>&quot;target=\&quot;_blank\&quot;&gt;%s&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;Each paid add-on has its own &quot;
6076
+ </pre></td></tr>
6077
+
6078
+
6079
+ <tr><th class="line-num" id="L1238"><a href="#L1238">1238</a></th><td class="line-code"><pre>&quot;unique license key. Simply paste the key into its appropriate field on &quot;
6080
+ </pre></td></tr>
6081
+
6082
+
6083
+ <tr><th class="line-num" id="L1239"><a href="#L1239">1239</a></th><td class="line-code"><pre>&quot;below, and give it a moment to validate. You know you&#39;re set when a green &quot;
6084
+ </pre></td></tr>
6085
+
6086
+
6087
+ <tr><th class="line-num" id="L1240"><a href="#L1240">1240</a></th><td class="line-code"><pre>&quot;expiration date appears alongside a \&quot;valid\&quot; message.&lt;/p&gt; &lt;p&gt;If you&#39;re &quot;
6088
+ </pre></td></tr>
6089
+
6090
+
6091
+ <tr><th class="line-num" id="L1241"><a href="#L1241">1241</a></th><td class="line-code"><pre>&quot;seeing a red message telling you that your key isn&#39;t valid or is out of &quot;
6092
+ </pre></td></tr>
6093
+
6094
+
6095
+ <tr><th class="line-num" id="L1242"><a href="#L1242">1242</a></th><td class="line-code"><pre>&quot;installs, visit &lt;a href=\&quot;%s\&quot; target=\&quot;_blank\&quot;&gt;%s&lt;/a&gt; to manage your &quot;
6096
+ </pre></td></tr>
6097
+
6098
+
6099
+ <tr><th class="line-num" id="L1243"><a href="#L1243">1243</a></th><td class="line-code"><pre>&quot;installs or renew / upgrade your license.&lt;/p&gt;&lt;p&gt;Not seeing an update but &quot;
6100
+ </pre></td></tr>
6101
+
6102
+
6103
+ <tr><th class="line-num" id="L1244"><a href="#L1244">1244</a></th><td class="line-code"><pre>&quot;expecting one? In WordPress, go to &lt;a href=\&quot;%s\&quot;&gt;Dashboard &gt; Updates&lt;/a&gt; &quot;
6104
+ </pre></td></tr>
6105
+
6106
+
6107
+ <tr><th class="line-num" id="L1245"><a href="#L1245">1245</a></th><td class="line-code"><pre>&quot;and click \&quot;Check Again\&quot;.&lt;/p&gt;&quot;
6108
+ </pre></td></tr>
6109
+
6110
+
6111
+ <tr><th class="line-num" id="L1246"><a href="#L1246">1246</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6112
+ </pre></td></tr>
6113
+
6114
+
6115
+ <tr><th class="line-num" id="L1247"><a href="#L1247">1247</a></th><td class="line-code"><pre>&quot;&lt;p&gt;Lisensnøkkelen du mottok når du fullførte kjøpet fra %s vil gi deg &quot;
6116
+ </pre></td></tr>
6117
+
6118
+
6119
+ <tr><th class="line-num" id="L1248"><a href="#L1248">1248</a></th><td class="line-code"><pre>&quot;tilgang til support og oppdateringer inntil den utløper. Du trenger ikke å &quot;
6120
+ </pre></td></tr>
6121
+
6122
+
6123
+ <tr><th class="line-num" id="L1249"><a href="#L1249">1249</a></th><td class="line-code"><pre>&quot;skrive inn nøkkelen under dine installerte tillegg for at det skal fungere, &quot;
6124
+ </pre></td></tr>
6125
+
6126
+
6127
+ <tr><th class="line-num" id="L1250"><a href="#L1250">1250</a></th><td class="line-code"><pre>&quot;men du må skrive den inn for å få automatiske oppdateringer. &lt;strong&gt;Finn &quot;
6128
+ </pre></td></tr>
6129
+
6130
+
6131
+ <tr><th class="line-num" id="L1251"><a href="#L1251">1251</a></th><td class="line-code"><pre>&quot;dine lisensnøkler på &lt;a href=\&quot;%s\&quot;&gt;% s&lt;/ a&gt;&lt;/strong&gt;.&lt;/p&gt;Hvert betalte &quot;
6132
+ </pre></td></tr>
6133
+
6134
+
6135
+ <tr><th class="line-num" id="L1252"><a href="#L1252">1252</a></th><td class="line-code"><pre>&quot;tillegg har sin egen unike lisensnøkkel. Bare lim inn nøkkelen i det &quot;
6136
+ </pre></td></tr>
6137
+
6138
+
6139
+ <tr><th class="line-num" id="L1253"><a href="#L1253">1253</a></th><td class="line-code"><pre>&quot;aktuelle feltet nedenfor, og gi det et øyeblikk å validere. Du vet at du &quot;
6140
+ </pre></td></tr>
6141
+
6142
+
6143
+ <tr><th class="line-num" id="L1254"><a href="#L1254">1254</a></th><td class="line-code"><pre>&quot;lagt inn riktig når en grønn utløpsdato vises sammen med en \&quot;gyldig &quot;
6144
+ </pre></td></tr>
6145
+
6146
+
6147
+ <tr><th class="line-num" id="L1255"><a href="#L1255">1255</a></th><td class="line-code"><pre>&quot;\&quot;melding.&lt;/ p&gt;&lt;p&gt;Hvis du ser en rød melding om at nøkkelen ikke er gyldig &quot;
6148
+ </pre></td></tr>
6149
+
6150
+
6151
+ <tr><th class="line-num" id="L1256"><a href="#L1256">1256</a></th><td class="line-code"><pre>&quot;eller at installasjon ikke er mulig, besøk [skriv link til konto/lisenser] &quot;
6152
+ </pre></td></tr>
6153
+
6154
+
6155
+ <tr><th class="line-num" id="L1257"><a href="#L1257">1257</a></th><td class="line-code"><pre>&quot;for å administrere din versjon eller fornye / oppgradere din lisens.&lt;/&quot;
6156
+ </pre></td></tr>
6157
+
6158
+
6159
+ <tr><th class="line-num" id="L1258"><a href="#L1258">1258</a></th><td class="line-code"><pre>&quot;p&gt;&lt;p&gt;Hvis du ikke ser en oppdatering, men forventer en? I WordPress, gå til &quot;
6160
+ </pre></td></tr>
6161
+
6162
+
6163
+ <tr><th class="line-num" id="L1259"><a href="#L1259">1259</a></th><td class="line-code"><pre>&quot;&lt;a href=\&quot;%s\&quot;&gt;Kontrollpanel &gt; Oppdateringer&lt;/ a&gt; og klikk \&quot;Sjekk igjen \&quot;.&quot;
6164
+ </pre></td></tr>
6165
+
6166
+
6167
+ <tr><th class="line-num" id="L1260"><a href="#L1260">1260</a></th><td class="line-code"><pre>&quot;&lt;/p&gt;&quot;
6168
+ </pre></td></tr>
6169
+
6170
+
6171
+ <tr><th class="line-num" id="L1261"><a href="#L1261">1261</a></th><td class="line-code"><pre>
6172
+ </pre></td></tr>
6173
+
6174
+
6175
+ <tr><th class="line-num" id="L1262"><a href="#L1262">1262</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:752
6176
+ </pre></td></tr>
6177
+
6178
+
6179
+ <tr><th class="line-num" id="L1263"><a href="#L1263">1263</a></th><td class="line-code"><pre>msgid &quot;General&quot;
6180
+ </pre></td></tr>
6181
+
6182
+
6183
+ <tr><th class="line-num" id="L1264"><a href="#L1264">1264</a></th><td class="line-code"><pre>msgstr &quot;Generelt&quot;
6184
+ </pre></td></tr>
6185
+
6186
+
6187
+ <tr><th class="line-num" id="L1265"><a href="#L1265">1265</a></th><td class="line-code"><pre>
6188
+ </pre></td></tr>
6189
+
6190
+
6191
+ <tr><th class="line-num" id="L1266"><a href="#L1266">1266</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:753
6192
+ </pre></td></tr>
6193
+
6194
+
6195
+ <tr><th class="line-num" id="L1267"><a href="#L1267">1267</a></th><td class="line-code"><pre>msgid &quot;Display&quot;
6196
+ </pre></td></tr>
6197
+
6198
+
6199
+ <tr><th class="line-num" id="L1268"><a href="#L1268">1268</a></th><td class="line-code"><pre>msgstr &quot;Vis&quot;
6200
+ </pre></td></tr>
6201
+
6202
+
6203
+ <tr><th class="line-num" id="L1269"><a href="#L1269">1269</a></th><td class="line-code"><pre>
6204
+ </pre></td></tr>
6205
+
6206
+
6207
+ <tr><th class="line-num" id="L1270"><a href="#L1270">1270</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:804
6208
+ </pre></td></tr>
6209
+
6210
+
6211
+ <tr><th class="line-num" id="L1271"><a href="#L1271">1271</a></th><td class="line-code"><pre>#, php-format
6212
+ </pre></td></tr>
6213
+
6214
+
6215
+ <tr><th class="line-num" id="L1272"><a href="#L1272">1272</a></th><td class="line-code"><pre>msgid &quot;&quot;
6216
+ </pre></td></tr>
6217
+
6218
+
6219
+ <tr><th class="line-num" id="L1273"><a href="#L1273">1273</a></th><td class="line-code"><pre>&quot;Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade &quot;
6220
+ </pre></td></tr>
6221
+
6222
+
6223
+ <tr><th class="line-num" id="L1274"><a href="#L1274">1274</a></th><td class="line-code"><pre>&quot;your WordPress install.&quot;
6224
+ </pre></td></tr>
6225
+
6226
+
6227
+ <tr><th class="line-num" id="L1275"><a href="#L1275">1275</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6228
+ </pre></td></tr>
6229
+
6230
+
6231
+ <tr><th class="line-num" id="L1276"><a href="#L1276">1276</a></th><td class="line-code"><pre>&quot;Beklager, The Events Calendar krever WordPress %s eller nyere. Vennligst &quot;
6232
+ </pre></td></tr>
6233
+
6234
+
6235
+ <tr><th class="line-num" id="L1277"><a href="#L1277">1277</a></th><td class="line-code"><pre>&quot;oppgrader WordPress.&quot;
6236
+ </pre></td></tr>
6237
+
6238
+
6239
+ <tr><th class="line-num" id="L1278"><a href="#L1278">1278</a></th><td class="line-code"><pre>
6240
+ </pre></td></tr>
6241
+
6242
+
6243
+ <tr><th class="line-num" id="L1279"><a href="#L1279">1279</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:807
6244
+ </pre></td></tr>
6245
+
6246
+
6247
+ <tr><th class="line-num" id="L1280"><a href="#L1280">1280</a></th><td class="line-code"><pre>#, php-format
6248
+ </pre></td></tr>
6249
+
6250
+
6251
+ <tr><th class="line-num" id="L1281"><a href="#L1281">1281</a></th><td class="line-code"><pre>msgid &quot;&quot;
6252
+ </pre></td></tr>
6253
+
6254
+
6255
+ <tr><th class="line-num" id="L1282"><a href="#L1282">1282</a></th><td class="line-code"><pre>&quot;Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host &quot;
6256
+ </pre></td></tr>
6257
+
6258
+
6259
+ <tr><th class="line-num" id="L1283"><a href="#L1283">1283</a></th><td class="line-code"><pre>&quot;about moving you to a newer version of PHP.&quot;
6260
+ </pre></td></tr>
6261
+
6262
+
6263
+ <tr><th class="line-num" id="L1284"><a href="#L1284">1284</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6264
+ </pre></td></tr>
6265
+
6266
+
6267
+ <tr><th class="line-num" id="L1285"><a href="#L1285">1285</a></th><td class="line-code"><pre>&quot;Beklager, The Events Calendar krever PHP %s eller nyere. Be din tilbyder av &quot;
6268
+ </pre></td></tr>
6269
+
6270
+
6271
+ <tr><th class="line-num" id="L1286"><a href="#L1286">1286</a></th><td class="line-code"><pre>&quot;Webserver/webhotell om overflytting til nyere versjon av PHP.&quot;
6272
+ </pre></td></tr>
6273
+
6274
+
6275
+ <tr><th class="line-num" id="L1287"><a href="#L1287">1287</a></th><td class="line-code"><pre>
6276
+ </pre></td></tr>
6277
+
6278
+
6279
+ <tr><th class="line-num" id="L1288"><a href="#L1288">1288</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1022
6280
+ </pre></td></tr>
6281
+
6282
+
6283
+ <tr><th class="line-num" id="L1289"><a href="#L1289">1289</a></th><td class="line-code"><pre>msgid &quot;Upcoming Events&quot;
6284
+ </pre></td></tr>
6285
+
6286
+
6287
+ <tr><th class="line-num" id="L1290"><a href="#L1290">1290</a></th><td class="line-code"><pre>msgstr &quot;Kommende Aktiviteter&quot;
6288
+ </pre></td></tr>
6289
+
6290
+
6291
+ <tr><th class="line-num" id="L1291"><a href="#L1291">1291</a></th><td class="line-code"><pre>
6292
+ </pre></td></tr>
6293
+
6294
+
6295
+ <tr><th class="line-num" id="L1292"><a href="#L1292">1292</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1025
6296
+ </pre></td></tr>
6297
+
6298
+
6299
+ <tr><th class="line-num" id="L1293"><a href="#L1293">1293</a></th><td class="line-code"><pre>msgid &quot;Past Events&quot;
6300
+ </pre></td></tr>
6301
+
6302
+
6303
+ <tr><th class="line-num" id="L1294"><a href="#L1294">1294</a></th><td class="line-code"><pre>msgstr &quot;Tidligere Aktiviteter&quot;
6304
+ </pre></td></tr>
6305
+
6306
+
6307
+ <tr><th class="line-num" id="L1295"><a href="#L1295">1295</a></th><td class="line-code"><pre>
6308
+ </pre></td></tr>
6309
+
6310
+
6311
+ <tr><th class="line-num" id="L1296"><a href="#L1296">1296</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1030
6312
+ </pre></td></tr>
6313
+
6314
+
6315
+ <tr><th class="line-num" id="L1297"><a href="#L1297">1297</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1037
6316
+ </pre></td></tr>
6317
+
6318
+
6319
+ <tr><th class="line-num" id="L1298"><a href="#L1298">1298</a></th><td class="line-code"><pre>#, php-format
6320
+ </pre></td></tr>
6321
+
6322
+
6323
+ <tr><th class="line-num" id="L1299"><a href="#L1299">1299</a></th><td class="line-code"><pre>msgid &quot;Events for %s&quot;
6324
+ </pre></td></tr>
6325
+
6326
+
6327
+ <tr><th class="line-num" id="L1300"><a href="#L1300">1300</a></th><td class="line-code"><pre>msgstr &quot;Aktiviteter for %s&quot;
6328
+ </pre></td></tr>
6329
+
6330
+
6331
+ <tr><th class="line-num" id="L1301"><a href="#L1301">1301</a></th><td class="line-code"><pre>
6332
+ </pre></td></tr>
6333
+
6334
+
6335
+ <tr><th class="line-num" id="L1302"><a href="#L1302">1302</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1032
6336
+ </pre></td></tr>
6337
+
6338
+
6339
+ <tr><th class="line-num" id="L1303"><a href="#L1303">1303</a></th><td class="line-code"><pre>msgid &quot;Events this month&quot;
6340
+ </pre></td></tr>
6341
+
6342
+
6343
+ <tr><th class="line-num" id="L1304"><a href="#L1304">1304</a></th><td class="line-code"><pre>msgstr &quot;Aktiviteter denne måneden&quot;
6344
+ </pre></td></tr>
6345
+
6346
+
6347
+ <tr><th class="line-num" id="L1305"><a href="#L1305">1305</a></th><td class="line-code"><pre>
6348
+ </pre></td></tr>
6349
+
6350
+
6351
+ <tr><th class="line-num" id="L1306"><a href="#L1306">1306</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1044
6352
+ </pre></td></tr>
6353
+
6354
+
6355
+ <tr><th class="line-num" id="L1307"><a href="#L1307">1307</a></th><td class="line-code"><pre>#, php-format
6356
+ </pre></td></tr>
6357
+
6358
+
6359
+ <tr><th class="line-num" id="L1308"><a href="#L1308">1308</a></th><td class="line-code"><pre>msgid &quot;Events at %s&quot;
6360
+ </pre></td></tr>
6361
+
6362
+
6363
+ <tr><th class="line-num" id="L1309"><a href="#L1309">1309</a></th><td class="line-code"><pre>msgstr &quot;Aktiviteter ved %s&quot;
6364
+ </pre></td></tr>
6365
+
6366
+
6367
+ <tr><th class="line-num" id="L1310"><a href="#L1310">1310</a></th><td class="line-code"><pre>
6368
+ </pre></td></tr>
6369
+
6370
+
6371
+ <tr><th class="line-num" id="L1311"><a href="#L1311">1311</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1063
6372
+ </pre></td></tr>
6373
+
6374
+
6375
+ <tr><th class="line-num" id="L1312"><a href="#L1312">1312</a></th><td class="line-code"><pre>msgid &quot;No description has been entered for this event.&quot;
6376
+ </pre></td></tr>
6377
+
6378
+
6379
+ <tr><th class="line-num" id="L1313"><a href="#L1313">1313</a></th><td class="line-code"><pre>msgstr &quot;Denne aktiviteten har ingen beskrivelse.&quot;
6380
+ </pre></td></tr>
6381
+
6382
+
6383
+ <tr><th class="line-num" id="L1314"><a href="#L1314">1314</a></th><td class="line-code"><pre>
6384
+ </pre></td></tr>
6385
+
6386
+
6387
+ <tr><th class="line-num" id="L1315"><a href="#L1315">1315</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1325
6388
+ </pre></td></tr>
6389
+
6390
+
6391
+ <tr><th class="line-num" id="L1316"><a href="#L1316">1316</a></th><td class="line-code"><pre>msgid &quot;category&quot;
6392
+ </pre></td></tr>
6393
+
6394
+
6395
+ <tr><th class="line-num" id="L1317"><a href="#L1317">1317</a></th><td class="line-code"><pre>msgstr &quot;kategori&quot;
6396
+ </pre></td></tr>
6397
+
6398
+
6399
+ <tr><th class="line-num" id="L1318"><a href="#L1318">1318</a></th><td class="line-code"><pre>
6400
+ </pre></td></tr>
6401
+
6402
+
6403
+ <tr><th class="line-num" id="L1319"><a href="#L1319">1319</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1335
6404
+ </pre></td></tr>
6405
+
6406
+
6407
+ <tr><th class="line-num" id="L1320"><a href="#L1320">1320</a></th><td class="line-code"><pre>msgid &quot;tag&quot;
6408
+ </pre></td></tr>
6409
+
6410
+
6411
+ <tr><th class="line-num" id="L1321"><a href="#L1321">1321</a></th><td class="line-code"><pre>msgstr &quot;merk&quot;
6412
+ </pre></td></tr>
6413
+
6414
+
6415
+ <tr><th class="line-num" id="L1322"><a href="#L1322">1322</a></th><td class="line-code"><pre>
6416
+ </pre></td></tr>
6417
+
6418
+
6419
+ <tr><th class="line-num" id="L1323"><a href="#L1323">1323</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1362
6420
+ </pre></td></tr>
6421
+
6422
+
6423
+ <tr><th class="line-num" id="L1324"><a href="#L1324">1324</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3891
6424
+ </pre></td></tr>
6425
+
6426
+
6427
+ <tr><th class="line-num" id="L1325"><a href="#L1325">1325</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3952
6428
+ </pre></td></tr>
6429
+
6430
+
6431
+ <tr><th class="line-num" id="L1326"><a href="#L1326">1326</a></th><td class="line-code"><pre>msgid &quot;Events&quot;
6432
+ </pre></td></tr>
6433
+
6434
+
6435
+ <tr><th class="line-num" id="L1327"><a href="#L1327">1327</a></th><td class="line-code"><pre>msgstr &quot;Aktiviteter&quot;
6436
+ </pre></td></tr>
6437
+
6438
+
6439
+ <tr><th class="line-num" id="L1328"><a href="#L1328">1328</a></th><td class="line-code"><pre>
6440
+ </pre></td></tr>
6441
+
6442
+
6443
+ <tr><th class="line-num" id="L1329"><a href="#L1329">1329</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1363
6444
+ </pre></td></tr>
6445
+
6446
+
6447
+ <tr><th class="line-num" id="L1330"><a href="#L1330">1330</a></th><td class="line-code"><pre>msgid &quot;Event&quot;
6448
+ </pre></td></tr>
6449
+
6450
+
6451
+ <tr><th class="line-num" id="L1331"><a href="#L1331">1331</a></th><td class="line-code"><pre>msgstr &quot;Aktivitet&quot;
6452
+ </pre></td></tr>
6453
+
6454
+
6455
+ <tr><th class="line-num" id="L1332"><a href="#L1332">1332</a></th><td class="line-code"><pre>
6456
+ </pre></td></tr>
6457
+
6458
+
6459
+ <tr><th class="line-num" id="L1333"><a href="#L1333">1333</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1364
6460
+ </pre></td></tr>
6461
+
6462
+
6463
+ <tr><th class="line-num" id="L1334"><a href="#L1334">1334</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1377
6464
+ </pre></td></tr>
6465
+
6466
+
6467
+ <tr><th class="line-num" id="L1335"><a href="#L1335">1335</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1390
6468
+ </pre></td></tr>
6469
+
6470
+
6471
+ <tr><th class="line-num" id="L1336"><a href="#L1336">1336</a></th><td class="line-code"><pre>msgid &quot;Add New&quot;
6472
+ </pre></td></tr>
6473
+
6474
+
6475
+ <tr><th class="line-num" id="L1337"><a href="#L1337">1337</a></th><td class="line-code"><pre>msgstr &quot;Legg til ny&quot;
6476
+ </pre></td></tr>
6477
+
6478
+
6479
+ <tr><th class="line-num" id="L1338"><a href="#L1338">1338</a></th><td class="line-code"><pre>
6480
+ </pre></td></tr>
6481
+
6482
+
6483
+ <tr><th class="line-num" id="L1339"><a href="#L1339">1339</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1365
6484
+ </pre></td></tr>
6485
+
6486
+
6487
+ <tr><th class="line-num" id="L1340"><a href="#L1340">1340</a></th><td class="line-code"><pre>msgid &quot;Add New Event&quot;
6488
+ </pre></td></tr>
6489
+
6490
+
6491
+ <tr><th class="line-num" id="L1341"><a href="#L1341">1341</a></th><td class="line-code"><pre>msgstr &quot;Legg til ny Aktivitet&quot;
6492
+ </pre></td></tr>
6493
+
6494
+
6495
+ <tr><th class="line-num" id="L1342"><a href="#L1342">1342</a></th><td class="line-code"><pre>
6496
+ </pre></td></tr>
6497
+
6498
+
6499
+ <tr><th class="line-num" id="L1343"><a href="#L1343">1343</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1366
6500
+ </pre></td></tr>
6501
+
6502
+
6503
+ <tr><th class="line-num" id="L1344"><a href="#L1344">1344</a></th><td class="line-code"><pre>msgid &quot;Edit Event&quot;
6504
+ </pre></td></tr>
6505
+
6506
+
6507
+ <tr><th class="line-num" id="L1345"><a href="#L1345">1345</a></th><td class="line-code"><pre>msgstr &quot;Rediger Aktivitet&quot;
6508
+ </pre></td></tr>
6509
+
6510
+
6511
+ <tr><th class="line-num" id="L1346"><a href="#L1346">1346</a></th><td class="line-code"><pre>
6512
+ </pre></td></tr>
6513
+
6514
+
6515
+ <tr><th class="line-num" id="L1347"><a href="#L1347">1347</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1367
6516
+ </pre></td></tr>
6517
+
6518
+
6519
+ <tr><th class="line-num" id="L1348"><a href="#L1348">1348</a></th><td class="line-code"><pre>msgid &quot;New Event&quot;
6520
+ </pre></td></tr>
6521
+
6522
+
6523
+ <tr><th class="line-num" id="L1349"><a href="#L1349">1349</a></th><td class="line-code"><pre>msgstr &quot;Ny aktivitet&quot;
6524
+ </pre></td></tr>
6525
+
6526
+
6527
+ <tr><th class="line-num" id="L1350"><a href="#L1350">1350</a></th><td class="line-code"><pre>
6528
+ </pre></td></tr>
6529
+
6530
+
6531
+ <tr><th class="line-num" id="L1351"><a href="#L1351">1351</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1368
6532
+ </pre></td></tr>
6533
+
6534
+
6535
+ <tr><th class="line-num" id="L1352"><a href="#L1352">1352</a></th><td class="line-code"><pre>msgid &quot;View Event&quot;
6536
+ </pre></td></tr>
6537
+
6538
+
6539
+ <tr><th class="line-num" id="L1353"><a href="#L1353">1353</a></th><td class="line-code"><pre>msgstr &quot;Vis Aktivitet&quot;
6540
+ </pre></td></tr>
6541
+
6542
+
6543
+ <tr><th class="line-num" id="L1354"><a href="#L1354">1354</a></th><td class="line-code"><pre>
6544
+ </pre></td></tr>
6545
+
6546
+
6547
+ <tr><th class="line-num" id="L1355"><a href="#L1355">1355</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1369
6548
+ </pre></td></tr>
6549
+
6550
+
6551
+ <tr><th class="line-num" id="L1356"><a href="#L1356">1356</a></th><td class="line-code"><pre>msgid &quot;Search Events&quot;
6552
+ </pre></td></tr>
6553
+
6554
+
6555
+ <tr><th class="line-num" id="L1357"><a href="#L1357">1357</a></th><td class="line-code"><pre>msgstr &quot;Søk i Aktiviteter&quot;
6556
+ </pre></td></tr>
6557
+
6558
+
6559
+ <tr><th class="line-num" id="L1358"><a href="#L1358">1358</a></th><td class="line-code"><pre>
6560
+ </pre></td></tr>
6561
+
6562
+
6563
+ <tr><th class="line-num" id="L1359"><a href="#L1359">1359</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1370
6564
+ </pre></td></tr>
6565
+
6566
+
6567
+ <tr><th class="line-num" id="L1360"><a href="#L1360">1360</a></th><td class="line-code"><pre>msgid &quot;No events found&quot;
6568
+ </pre></td></tr>
6569
+
6570
+
6571
+ <tr><th class="line-num" id="L1361"><a href="#L1361">1361</a></th><td class="line-code"><pre>msgstr &quot;Fant ingen aktiviteter&quot;
6572
+ </pre></td></tr>
6573
+
6574
+
6575
+ <tr><th class="line-num" id="L1362"><a href="#L1362">1362</a></th><td class="line-code"><pre>
6576
+ </pre></td></tr>
6577
+
6578
+
6579
+ <tr><th class="line-num" id="L1363"><a href="#L1363">1363</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1371
6580
+ </pre></td></tr>
6581
+
6582
+
6583
+ <tr><th class="line-num" id="L1364"><a href="#L1364">1364</a></th><td class="line-code"><pre>msgid &quot;No events found in Trash&quot;
6584
+ </pre></td></tr>
6585
+
6586
+
6587
+ <tr><th class="line-num" id="L1365"><a href="#L1365">1365</a></th><td class="line-code"><pre>msgstr &quot;Fant ingen aktiviteter i søppelkassen&quot;
6588
+ </pre></td></tr>
6589
+
6590
+
6591
+ <tr><th class="line-num" id="L1366"><a href="#L1366">1366</a></th><td class="line-code"><pre>
6592
+ </pre></td></tr>
6593
+
6594
+
6595
+ <tr><th class="line-num" id="L1367"><a href="#L1367">1367</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1375
6596
+ </pre></td></tr>
6597
+
6598
+
6599
+ <tr><th class="line-num" id="L1368"><a href="#L1368">1368</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1487
6600
+ </pre></td></tr>
6601
+
6602
+
6603
+ <tr><th class="line-num" id="L1369"><a href="#L1369">1369</a></th><td class="line-code"><pre>msgid &quot;Venues&quot;
6604
+ </pre></td></tr>
6605
+
6606
+
6607
+ <tr><th class="line-num" id="L1370"><a href="#L1370">1370</a></th><td class="line-code"><pre>msgstr &quot;Steder&quot;
6608
+ </pre></td></tr>
6609
+
6610
+
6611
+ <tr><th class="line-num" id="L1371"><a href="#L1371">1371</a></th><td class="line-code"><pre>
6612
+ </pre></td></tr>
6613
+
6614
+
6615
+ <tr><th class="line-num" id="L1372"><a href="#L1372">1372</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1376
6616
+ </pre></td></tr>
6617
+
6618
+
6619
+ <tr><th class="line-num" id="L1373"><a href="#L1373">1373</a></th><td class="line-code"><pre>msgid &quot;Venue&quot;
6620
+ </pre></td></tr>
6621
+
6622
+
6623
+ <tr><th class="line-num" id="L1374"><a href="#L1374">1374</a></th><td class="line-code"><pre>msgstr &quot;Sted&quot;
6624
+ </pre></td></tr>
6625
+
6626
+
6627
+ <tr><th class="line-num" id="L1375"><a href="#L1375">1375</a></th><td class="line-code"><pre>
6628
+ </pre></td></tr>
6629
+
6630
+
6631
+ <tr><th class="line-num" id="L1376"><a href="#L1376">1376</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1378
6632
+ </pre></td></tr>
6633
+
6634
+
6635
+ <tr><th class="line-num" id="L1377"><a href="#L1377">1377</a></th><td class="line-code"><pre>msgid &quot;Add New Venue&quot;
6636
+ </pre></td></tr>
6637
+
6638
+
6639
+ <tr><th class="line-num" id="L1378"><a href="#L1378">1378</a></th><td class="line-code"><pre>msgstr &quot;Legg til nytt Sted&quot;
6640
+ </pre></td></tr>
6641
+
6642
+
6643
+ <tr><th class="line-num" id="L1379"><a href="#L1379">1379</a></th><td class="line-code"><pre>
6644
+ </pre></td></tr>
6645
+
6646
+
6647
+ <tr><th class="line-num" id="L1380"><a href="#L1380">1380</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1379
6648
+ </pre></td></tr>
6649
+
6650
+
6651
+ <tr><th class="line-num" id="L1381"><a href="#L1381">1381</a></th><td class="line-code"><pre>msgid &quot;Edit Venue&quot;
6652
+ </pre></td></tr>
6653
+
6654
+
6655
+ <tr><th class="line-num" id="L1382"><a href="#L1382">1382</a></th><td class="line-code"><pre>msgstr &quot;Rediger Sted&quot;
6656
+ </pre></td></tr>
6657
+
6658
+
6659
+ <tr><th class="line-num" id="L1383"><a href="#L1383">1383</a></th><td class="line-code"><pre>
6660
+ </pre></td></tr>
6661
+
6662
+
6663
+ <tr><th class="line-num" id="L1384"><a href="#L1384">1384</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1380
6664
+ </pre></td></tr>
6665
+
6666
+
6667
+ <tr><th class="line-num" id="L1385"><a href="#L1385">1385</a></th><td class="line-code"><pre>msgid &quot;New Venue&quot;
6668
+ </pre></td></tr>
6669
+
6670
+
6671
+ <tr><th class="line-num" id="L1386"><a href="#L1386">1386</a></th><td class="line-code"><pre>msgstr &quot;Nytt sted&quot;
6672
+ </pre></td></tr>
6673
+
6674
+
6675
+ <tr><th class="line-num" id="L1387"><a href="#L1387">1387</a></th><td class="line-code"><pre>
6676
+ </pre></td></tr>
6677
+
6678
+
6679
+ <tr><th class="line-num" id="L1388"><a href="#L1388">1388</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1381
6680
+ </pre></td></tr>
6681
+
6682
+
6683
+ <tr><th class="line-num" id="L1389"><a href="#L1389">1389</a></th><td class="line-code"><pre>msgid &quot;View Venue&quot;
6684
+ </pre></td></tr>
6685
+
6686
+
6687
+ <tr><th class="line-num" id="L1390"><a href="#L1390">1390</a></th><td class="line-code"><pre>msgstr &quot;Vis Sted&quot;
6688
+ </pre></td></tr>
6689
+
6690
+
6691
+ <tr><th class="line-num" id="L1391"><a href="#L1391">1391</a></th><td class="line-code"><pre>
6692
+ </pre></td></tr>
6693
+
6694
+
6695
+ <tr><th class="line-num" id="L1392"><a href="#L1392">1392</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1382
6696
+ </pre></td></tr>
6697
+
6698
+
6699
+ <tr><th class="line-num" id="L1393"><a href="#L1393">1393</a></th><td class="line-code"><pre>msgid &quot;Search Venues&quot;
6700
+ </pre></td></tr>
6701
+
6702
+
6703
+ <tr><th class="line-num" id="L1394"><a href="#L1394">1394</a></th><td class="line-code"><pre>msgstr &quot;Søk i Steder&quot;
6704
+ </pre></td></tr>
6705
+
6706
+
6707
+ <tr><th class="line-num" id="L1395"><a href="#L1395">1395</a></th><td class="line-code"><pre>
6708
+ </pre></td></tr>
6709
+
6710
+
6711
+ <tr><th class="line-num" id="L1396"><a href="#L1396">1396</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1383
6712
+ </pre></td></tr>
6713
+
6714
+
6715
+ <tr><th class="line-num" id="L1397"><a href="#L1397">1397</a></th><td class="line-code"><pre>msgid &quot;No venue found&quot;
6716
+ </pre></td></tr>
6717
+
6718
+
6719
+ <tr><th class="line-num" id="L1398"><a href="#L1398">1398</a></th><td class="line-code"><pre>msgstr &quot;Fant ingen steder&quot;
6720
+ </pre></td></tr>
6721
+
6722
+
6723
+ <tr><th class="line-num" id="L1399"><a href="#L1399">1399</a></th><td class="line-code"><pre>
6724
+ </pre></td></tr>
6725
+
6726
+
6727
+ <tr><th class="line-num" id="L1400"><a href="#L1400">1400</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1384
6728
+ </pre></td></tr>
6729
+
6730
+
6731
+ <tr><th class="line-num" id="L1401"><a href="#L1401">1401</a></th><td class="line-code"><pre>msgid &quot;No venues found in Trash&quot;
6732
+ </pre></td></tr>
6733
+
6734
+
6735
+ <tr><th class="line-num" id="L1402"><a href="#L1402">1402</a></th><td class="line-code"><pre>msgstr &quot;Fant ingen steder i søppelkassen&quot;
6736
+ </pre></td></tr>
6737
+
6738
+
6739
+ <tr><th class="line-num" id="L1403"><a href="#L1403">1403</a></th><td class="line-code"><pre>
6740
+ </pre></td></tr>
6741
+
6742
+
6743
+ <tr><th class="line-num" id="L1404"><a href="#L1404">1404</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1388
6744
+ </pre></td></tr>
6745
+
6746
+
6747
+ <tr><th class="line-num" id="L1405"><a href="#L1405">1405</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1488
6748
+ </pre></td></tr>
6749
+
6750
+
6751
+ <tr><th class="line-num" id="L1406"><a href="#L1406">1406</a></th><td class="line-code"><pre>msgid &quot;Organizers&quot;
6752
+ </pre></td></tr>
6753
+
6754
+
6755
+ <tr><th class="line-num" id="L1407"><a href="#L1407">1407</a></th><td class="line-code"><pre>msgstr &quot;Arrangører&quot;
6756
+ </pre></td></tr>
6757
+
6758
+
6759
+ <tr><th class="line-num" id="L1408"><a href="#L1408">1408</a></th><td class="line-code"><pre>
6760
+ </pre></td></tr>
6761
+
6762
+
6763
+ <tr><th class="line-num" id="L1409"><a href="#L1409">1409</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1389
6764
+ </pre></td></tr>
6765
+
6766
+
6767
+ <tr><th class="line-num" id="L1410"><a href="#L1410">1410</a></th><td class="line-code"><pre>msgid &quot;Organizer&quot;
6768
+ </pre></td></tr>
6769
+
6770
+
6771
+ <tr><th class="line-num" id="L1411"><a href="#L1411">1411</a></th><td class="line-code"><pre>msgstr &quot;Arrangør&quot;
6772
+ </pre></td></tr>
6773
+
6774
+
6775
+ <tr><th class="line-num" id="L1412"><a href="#L1412">1412</a></th><td class="line-code"><pre>
6776
+ </pre></td></tr>
6777
+
6778
+
6779
+ <tr><th class="line-num" id="L1413"><a href="#L1413">1413</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1391
6780
+ </pre></td></tr>
6781
+
6782
+
6783
+ <tr><th class="line-num" id="L1414"><a href="#L1414">1414</a></th><td class="line-code"><pre>msgid &quot;Add New Organizer&quot;
6784
+ </pre></td></tr>
6785
+
6786
+
6787
+ <tr><th class="line-num" id="L1415"><a href="#L1415">1415</a></th><td class="line-code"><pre>msgstr &quot;Legg til ny Arrangør&quot;
6788
+ </pre></td></tr>
6789
+
6790
+
6791
+ <tr><th class="line-num" id="L1416"><a href="#L1416">1416</a></th><td class="line-code"><pre>
6792
+ </pre></td></tr>
6793
+
6794
+
6795
+ <tr><th class="line-num" id="L1417"><a href="#L1417">1417</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1392
6796
+ </pre></td></tr>
6797
+
6798
+
6799
+ <tr><th class="line-num" id="L1418"><a href="#L1418">1418</a></th><td class="line-code"><pre>msgid &quot;Edit Organizer&quot;
6800
+ </pre></td></tr>
6801
+
6802
+
6803
+ <tr><th class="line-num" id="L1419"><a href="#L1419">1419</a></th><td class="line-code"><pre>msgstr &quot;Rediger Arrangør&quot;
6804
+ </pre></td></tr>
6805
+
6806
+
6807
+ <tr><th class="line-num" id="L1420"><a href="#L1420">1420</a></th><td class="line-code"><pre>
6808
+ </pre></td></tr>
6809
+
6810
+
6811
+ <tr><th class="line-num" id="L1421"><a href="#L1421">1421</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1393
6812
+ </pre></td></tr>
6813
+
6814
+
6815
+ <tr><th class="line-num" id="L1422"><a href="#L1422">1422</a></th><td class="line-code"><pre>msgid &quot;New Organizer&quot;
6816
+ </pre></td></tr>
6817
+
6818
+
6819
+ <tr><th class="line-num" id="L1423"><a href="#L1423">1423</a></th><td class="line-code"><pre>msgstr &quot;Ny Arrangør&quot;
6820
+ </pre></td></tr>
6821
+
6822
+
6823
+ <tr><th class="line-num" id="L1424"><a href="#L1424">1424</a></th><td class="line-code"><pre>
6824
+ </pre></td></tr>
6825
+
6826
+
6827
+ <tr><th class="line-num" id="L1425"><a href="#L1425">1425</a></th><td class="line-code"><pre>#
6828
+ </pre></td></tr>
6829
+
6830
+
6831
+ <tr><th class="line-num" id="L1426"><a href="#L1426">1426</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1394
6832
+ </pre></td></tr>
6833
+
6834
+
6835
+ <tr><th class="line-num" id="L1427"><a href="#L1427">1427</a></th><td class="line-code"><pre>msgid &quot;View Organizer&quot;
6836
+ </pre></td></tr>
6837
+
6838
+
6839
+ <tr><th class="line-num" id="L1428"><a href="#L1428">1428</a></th><td class="line-code"><pre>msgstr &quot;Vis Arrangør&quot;
6840
+ </pre></td></tr>
6841
+
6842
+
6843
+ <tr><th class="line-num" id="L1429"><a href="#L1429">1429</a></th><td class="line-code"><pre>
6844
+ </pre></td></tr>
6845
+
6846
+
6847
+ <tr><th class="line-num" id="L1430"><a href="#L1430">1430</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1395
6848
+ </pre></td></tr>
6849
+
6850
+
6851
+ <tr><th class="line-num" id="L1431"><a href="#L1431">1431</a></th><td class="line-code"><pre>msgid &quot;Search Organizers&quot;
6852
+ </pre></td></tr>
6853
+
6854
+
6855
+ <tr><th class="line-num" id="L1432"><a href="#L1432">1432</a></th><td class="line-code"><pre>msgstr &quot;Søk i Arrangører&quot;
6856
+ </pre></td></tr>
6857
+
6858
+
6859
+ <tr><th class="line-num" id="L1433"><a href="#L1433">1433</a></th><td class="line-code"><pre>
6860
+ </pre></td></tr>
6861
+
6862
+
6863
+ <tr><th class="line-num" id="L1434"><a href="#L1434">1434</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1396
6864
+ </pre></td></tr>
6865
+
6866
+
6867
+ <tr><th class="line-num" id="L1435"><a href="#L1435">1435</a></th><td class="line-code"><pre>msgid &quot;No organizer found&quot;
6868
+ </pre></td></tr>
6869
+
6870
+
6871
+ <tr><th class="line-num" id="L1436"><a href="#L1436">1436</a></th><td class="line-code"><pre>msgstr &quot;Fant ingen arrangører&quot;
6872
+ </pre></td></tr>
6873
+
6874
+
6875
+ <tr><th class="line-num" id="L1437"><a href="#L1437">1437</a></th><td class="line-code"><pre>
6876
+ </pre></td></tr>
6877
+
6878
+
6879
+ <tr><th class="line-num" id="L1438"><a href="#L1438">1438</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1397
6880
+ </pre></td></tr>
6881
+
6882
+
6883
+ <tr><th class="line-num" id="L1439"><a href="#L1439">1439</a></th><td class="line-code"><pre>msgid &quot;No organizers found in Trash&quot;
6884
+ </pre></td></tr>
6885
+
6886
+
6887
+ <tr><th class="line-num" id="L1440"><a href="#L1440">1440</a></th><td class="line-code"><pre>msgstr &quot;Fant ingen arrangører i søppelkassen&quot;
6888
+ </pre></td></tr>
6889
+
6890
+
6891
+ <tr><th class="line-num" id="L1441"><a href="#L1441">1441</a></th><td class="line-code"><pre>
6892
+ </pre></td></tr>
6893
+
6894
+
6895
+ <tr><th class="line-num" id="L1442"><a href="#L1442">1442</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1401
6896
+ </pre></td></tr>
6897
+
6898
+
6899
+ <tr><th class="line-num" id="L1443"><a href="#L1443">1443</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:226
6900
+ </pre></td></tr>
6901
+
6902
+
6903
+ <tr><th class="line-num" id="L1444"><a href="#L1444">1444</a></th><td class="line-code"><pre>msgid &quot;Event Categories&quot;
6904
+ </pre></td></tr>
6905
+
6906
+
6907
+ <tr><th class="line-num" id="L1445"><a href="#L1445">1445</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetskategorier&quot;
6908
+ </pre></td></tr>
6909
+
6910
+
6911
+ <tr><th class="line-num" id="L1446"><a href="#L1446">1446</a></th><td class="line-code"><pre>
6912
+ </pre></td></tr>
6913
+
6914
+
6915
+ <tr><th class="line-num" id="L1447"><a href="#L1447">1447</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1402
6916
+ </pre></td></tr>
6917
+
6918
+
6919
+ <tr><th class="line-num" id="L1448"><a href="#L1448">1448</a></th><td class="line-code"><pre>msgid &quot;Event Category&quot;
6920
+ </pre></td></tr>
6921
+
6922
+
6923
+ <tr><th class="line-num" id="L1449"><a href="#L1449">1449</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetskategori&quot;
6924
+ </pre></td></tr>
6925
+
6926
+
6927
+ <tr><th class="line-num" id="L1450"><a href="#L1450">1450</a></th><td class="line-code"><pre>
6928
+ </pre></td></tr>
6929
+
6930
+
6931
+ <tr><th class="line-num" id="L1451"><a href="#L1451">1451</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1403
6932
+ </pre></td></tr>
6933
+
6934
+
6935
+ <tr><th class="line-num" id="L1452"><a href="#L1452">1452</a></th><td class="line-code"><pre>msgid &quot;Search Event Categories&quot;
6936
+ </pre></td></tr>
6937
+
6938
+
6939
+ <tr><th class="line-num" id="L1453"><a href="#L1453">1453</a></th><td class="line-code"><pre>msgstr &quot;Søk i Aktivitetskategorier&quot;
6940
+ </pre></td></tr>
6941
+
6942
+
6943
+ <tr><th class="line-num" id="L1454"><a href="#L1454">1454</a></th><td class="line-code"><pre>
6944
+ </pre></td></tr>
6945
+
6946
+
6947
+ <tr><th class="line-num" id="L1455"><a href="#L1455">1455</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1404
6948
+ </pre></td></tr>
6949
+
6950
+
6951
+ <tr><th class="line-num" id="L1456"><a href="#L1456">1456</a></th><td class="line-code"><pre>msgid &quot;All Event Categories&quot;
6952
+ </pre></td></tr>
6953
+
6954
+
6955
+ <tr><th class="line-num" id="L1457"><a href="#L1457">1457</a></th><td class="line-code"><pre>msgstr &quot;Alle Aktivitetskategorier&quot;
6956
+ </pre></td></tr>
6957
+
6958
+
6959
+ <tr><th class="line-num" id="L1458"><a href="#L1458">1458</a></th><td class="line-code"><pre>
6960
+ </pre></td></tr>
6961
+
6962
+
6963
+ <tr><th class="line-num" id="L1459"><a href="#L1459">1459</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1405
6964
+ </pre></td></tr>
6965
+
6966
+
6967
+ <tr><th class="line-num" id="L1460"><a href="#L1460">1460</a></th><td class="line-code"><pre>msgid &quot;Parent Event Category&quot;
6968
+ </pre></td></tr>
6969
+
6970
+
6971
+ <tr><th class="line-num" id="L1461"><a href="#L1461">1461</a></th><td class="line-code"><pre>msgstr &quot;Overordnet Aktivitetskategori&quot;
6972
+ </pre></td></tr>
6973
+
6974
+
6975
+ <tr><th class="line-num" id="L1462"><a href="#L1462">1462</a></th><td class="line-code"><pre>
6976
+ </pre></td></tr>
6977
+
6978
+
6979
+ <tr><th class="line-num" id="L1463"><a href="#L1463">1463</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1406
6980
+ </pre></td></tr>
6981
+
6982
+
6983
+ <tr><th class="line-num" id="L1464"><a href="#L1464">1464</a></th><td class="line-code"><pre>msgid &quot;Parent Event Category:&quot;
6984
+ </pre></td></tr>
6985
+
6986
+
6987
+ <tr><th class="line-num" id="L1465"><a href="#L1465">1465</a></th><td class="line-code"><pre>msgstr &quot;Overordnet Aktivitetskategori:&quot;
6988
+ </pre></td></tr>
6989
+
6990
+
6991
+ <tr><th class="line-num" id="L1466"><a href="#L1466">1466</a></th><td class="line-code"><pre>
6992
+ </pre></td></tr>
6993
+
6994
+
6995
+ <tr><th class="line-num" id="L1467"><a href="#L1467">1467</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1407
6996
+ </pre></td></tr>
6997
+
6998
+
6999
+ <tr><th class="line-num" id="L1468"><a href="#L1468">1468</a></th><td class="line-code"><pre>msgid &quot;Edit Event Category&quot;
7000
+ </pre></td></tr>
7001
+
7002
+
7003
+ <tr><th class="line-num" id="L1469"><a href="#L1469">1469</a></th><td class="line-code"><pre>msgstr &quot;Rediger Aktivitetskategori&quot;
7004
+ </pre></td></tr>
7005
+
7006
+
7007
+ <tr><th class="line-num" id="L1470"><a href="#L1470">1470</a></th><td class="line-code"><pre>
7008
+ </pre></td></tr>
7009
+
7010
+
7011
+ <tr><th class="line-num" id="L1471"><a href="#L1471">1471</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1408
7012
+ </pre></td></tr>
7013
+
7014
+
7015
+ <tr><th class="line-num" id="L1472"><a href="#L1472">1472</a></th><td class="line-code"><pre>msgid &quot;Update Event Category&quot;
7016
+ </pre></td></tr>
7017
+
7018
+
7019
+ <tr><th class="line-num" id="L1473"><a href="#L1473">1473</a></th><td class="line-code"><pre>msgstr &quot;Oppdater Aktivitetskategori&quot;
7020
+ </pre></td></tr>
7021
+
7022
+
7023
+ <tr><th class="line-num" id="L1474"><a href="#L1474">1474</a></th><td class="line-code"><pre>
7024
+ </pre></td></tr>
7025
+
7026
+
7027
+ <tr><th class="line-num" id="L1475"><a href="#L1475">1475</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1409
7028
+ </pre></td></tr>
7029
+
7030
+
7031
+ <tr><th class="line-num" id="L1476"><a href="#L1476">1476</a></th><td class="line-code"><pre>msgid &quot;Add New Event Category&quot;
7032
+ </pre></td></tr>
7033
+
7034
+
7035
+ <tr><th class="line-num" id="L1477"><a href="#L1477">1477</a></th><td class="line-code"><pre>msgstr &quot;Legg til ny kategori&quot;
7036
+ </pre></td></tr>
7037
+
7038
+
7039
+ <tr><th class="line-num" id="L1478"><a href="#L1478">1478</a></th><td class="line-code"><pre>
7040
+ </pre></td></tr>
7041
+
7042
+
7043
+ <tr><th class="line-num" id="L1479"><a href="#L1479">1479</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1410
7044
+ </pre></td></tr>
7045
+
7046
+
7047
+ <tr><th class="line-num" id="L1480"><a href="#L1480">1480</a></th><td class="line-code"><pre>msgid &quot;New Event Category Name&quot;
7048
+ </pre></td></tr>
7049
+
7050
+
7051
+ <tr><th class="line-num" id="L1481"><a href="#L1481">1481</a></th><td class="line-code"><pre>msgstr &quot;Nytt navn på Aktivitetskategori&quot;
7052
+ </pre></td></tr>
7053
+
7054
+
7055
+ <tr><th class="line-num" id="L1482"><a href="#L1482">1482</a></th><td class="line-code"><pre>
7056
+ </pre></td></tr>
7057
+
7058
+
7059
+ <tr><th class="line-num" id="L1483"><a href="#L1483">1483</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1426
7060
+ </pre></td></tr>
7061
+
7062
+
7063
+ <tr><th class="line-num" id="L1484"><a href="#L1484">1484</a></th><td class="line-code"><pre>#, php-format
7064
+ </pre></td></tr>
7065
+
7066
+
7067
+ <tr><th class="line-num" id="L1485"><a href="#L1485">1485</a></th><td class="line-code"><pre>msgid &quot;Event updated. &lt;a href=\&quot;%s\&quot;&gt;View event&lt;/a&gt;&quot;
7068
+ </pre></td></tr>
7069
+
7070
+
7071
+ <tr><th class="line-num" id="L1486"><a href="#L1486">1486</a></th><td class="line-code"><pre>msgstr &quot;Aktivitet oppdatert. &lt;a href=\&quot;%s\&quot;&gt;Vis aktivitet&lt;/a&gt;&quot;
7072
+ </pre></td></tr>
7073
+
7074
+
7075
+ <tr><th class="line-num" id="L1487"><a href="#L1487">1487</a></th><td class="line-code"><pre>
7076
+ </pre></td></tr>
7077
+
7078
+
7079
+ <tr><th class="line-num" id="L1488"><a href="#L1488">1488</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1427
7080
+ </pre></td></tr>
7081
+
7082
+
7083
+ <tr><th class="line-num" id="L1489"><a href="#L1489">1489</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1444
7084
+ </pre></td></tr>
7085
+
7086
+
7087
+ <tr><th class="line-num" id="L1490"><a href="#L1490">1490</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1461
7088
+ </pre></td></tr>
7089
+
7090
+
7091
+ <tr><th class="line-num" id="L1491"><a href="#L1491">1491</a></th><td class="line-code"><pre>msgid &quot;Custom field updated.&quot;
7092
+ </pre></td></tr>
7093
+
7094
+
7095
+ <tr><th class="line-num" id="L1492"><a href="#L1492">1492</a></th><td class="line-code"><pre>msgstr &quot;Egendefinert felt oppdatert.&quot;
7096
+ </pre></td></tr>
7097
+
7098
+
7099
+ <tr><th class="line-num" id="L1493"><a href="#L1493">1493</a></th><td class="line-code"><pre>
7100
+ </pre></td></tr>
7101
+
7102
+
7103
+ <tr><th class="line-num" id="L1494"><a href="#L1494">1494</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1428
7104
+ </pre></td></tr>
7105
+
7106
+
7107
+ <tr><th class="line-num" id="L1495"><a href="#L1495">1495</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1445
7108
+ </pre></td></tr>
7109
+
7110
+
7111
+ <tr><th class="line-num" id="L1496"><a href="#L1496">1496</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1462
7112
+ </pre></td></tr>
7113
+
7114
+
7115
+ <tr><th class="line-num" id="L1497"><a href="#L1497">1497</a></th><td class="line-code"><pre>msgid &quot;Custom field deleted.&quot;
7116
+ </pre></td></tr>
7117
+
7118
+
7119
+ <tr><th class="line-num" id="L1498"><a href="#L1498">1498</a></th><td class="line-code"><pre>msgstr &quot;Egendefinert felt slettet.&quot;
7120
+ </pre></td></tr>
7121
+
7122
+
7123
+ <tr><th class="line-num" id="L1499"><a href="#L1499">1499</a></th><td class="line-code"><pre>
7124
+ </pre></td></tr>
7125
+
7126
+
7127
+ <tr><th class="line-num" id="L1500"><a href="#L1500">1500</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1429
7128
+ </pre></td></tr>
7129
+
7130
+
7131
+ <tr><th class="line-num" id="L1501"><a href="#L1501">1501</a></th><td class="line-code"><pre>msgid &quot;Event updated.&quot;
7132
+ </pre></td></tr>
7133
+
7134
+
7135
+ <tr><th class="line-num" id="L1502"><a href="#L1502">1502</a></th><td class="line-code"><pre>msgstr &quot;Aktivitet oppdatert.&quot;
7136
+ </pre></td></tr>
7137
+
7138
+
7139
+ <tr><th class="line-num" id="L1503"><a href="#L1503">1503</a></th><td class="line-code"><pre>
7140
+ </pre></td></tr>
7141
+
7142
+
7143
+ <tr><th class="line-num" id="L1504"><a href="#L1504">1504</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1431
7144
+ </pre></td></tr>
7145
+
7146
+
7147
+ <tr><th class="line-num" id="L1505"><a href="#L1505">1505</a></th><td class="line-code"><pre>#, php-format
7148
+ </pre></td></tr>
7149
+
7150
+
7151
+ <tr><th class="line-num" id="L1506"><a href="#L1506">1506</a></th><td class="line-code"><pre>msgid &quot;Event restored to revision from %s&quot;
7152
+ </pre></td></tr>
7153
+
7154
+
7155
+ <tr><th class="line-num" id="L1507"><a href="#L1507">1507</a></th><td class="line-code"><pre>msgstr &quot;Aktivitet gjenopprettet til revisjon fra %s&quot;
7156
+ </pre></td></tr>
7157
+
7158
+
7159
+ <tr><th class="line-num" id="L1508"><a href="#L1508">1508</a></th><td class="line-code"><pre>
7160
+ </pre></td></tr>
7161
+
7162
+
7163
+ <tr><th class="line-num" id="L1509"><a href="#L1509">1509</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1432
7164
+ </pre></td></tr>
7165
+
7166
+
7167
+ <tr><th class="line-num" id="L1510"><a href="#L1510">1510</a></th><td class="line-code"><pre>#, php-format
7168
+ </pre></td></tr>
7169
+
7170
+
7171
+ <tr><th class="line-num" id="L1511"><a href="#L1511">1511</a></th><td class="line-code"><pre>msgid &quot;Event published. &lt;a href=\&quot;%s\&quot;&gt;View event&lt;/a&gt;&quot;
7172
+ </pre></td></tr>
7173
+
7174
+
7175
+ <tr><th class="line-num" id="L1512"><a href="#L1512">1512</a></th><td class="line-code"><pre>msgstr &quot;Aktivitet publisert. &lt;a href=\&quot;%s\&quot;&gt;Vis aktivitet&lt;/a&gt;&quot;
7176
+ </pre></td></tr>
7177
+
7178
+
7179
+ <tr><th class="line-num" id="L1513"><a href="#L1513">1513</a></th><td class="line-code"><pre>
7180
+ </pre></td></tr>
7181
+
7182
+
7183
+ <tr><th class="line-num" id="L1514"><a href="#L1514">1514</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1433
7184
+ </pre></td></tr>
7185
+
7186
+
7187
+ <tr><th class="line-num" id="L1515"><a href="#L1515">1515</a></th><td class="line-code"><pre>msgid &quot;Event saved.&quot;
7188
+ </pre></td></tr>
7189
+
7190
+
7191
+ <tr><th class="line-num" id="L1516"><a href="#L1516">1516</a></th><td class="line-code"><pre>msgstr &quot;Aktivitet lagret.&quot;
7192
+ </pre></td></tr>
7193
+
7194
+
7195
+ <tr><th class="line-num" id="L1517"><a href="#L1517">1517</a></th><td class="line-code"><pre>
7196
+ </pre></td></tr>
7197
+
7198
+
7199
+ <tr><th class="line-num" id="L1518"><a href="#L1518">1518</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1434
7200
+ </pre></td></tr>
7201
+
7202
+
7203
+ <tr><th class="line-num" id="L1519"><a href="#L1519">1519</a></th><td class="line-code"><pre>#, php-format
7204
+ </pre></td></tr>
7205
+
7206
+
7207
+ <tr><th class="line-num" id="L1520"><a href="#L1520">1520</a></th><td class="line-code"><pre>msgid &quot;Event submitted. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview event&lt;/a&gt;&quot;
7208
+ </pre></td></tr>
7209
+
7210
+
7211
+ <tr><th class="line-num" id="L1521"><a href="#L1521">1521</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7212
+ </pre></td></tr>
7213
+
7214
+
7215
+ <tr><th class="line-num" id="L1522"><a href="#L1522">1522</a></th><td class="line-code"><pre>&quot;Aktivitet er levert. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Forhåndsvis aktivitet&lt;/&quot;
7216
+ </pre></td></tr>
7217
+
7218
+
7219
+ <tr><th class="line-num" id="L1523"><a href="#L1523">1523</a></th><td class="line-code"><pre>&quot;a&gt;&quot;
7220
+ </pre></td></tr>
7221
+
7222
+
7223
+ <tr><th class="line-num" id="L1524"><a href="#L1524">1524</a></th><td class="line-code"><pre>
7224
+ </pre></td></tr>
7225
+
7226
+
7227
+ <tr><th class="line-num" id="L1525"><a href="#L1525">1525</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1435
7228
+ </pre></td></tr>
7229
+
7230
+
7231
+ <tr><th class="line-num" id="L1526"><a href="#L1526">1526</a></th><td class="line-code"><pre>#, php-format
7232
+ </pre></td></tr>
7233
+
7234
+
7235
+ <tr><th class="line-num" id="L1527"><a href="#L1527">1527</a></th><td class="line-code"><pre>msgid &quot;&quot;
7236
+ </pre></td></tr>
7237
+
7238
+
7239
+ <tr><th class="line-num" id="L1528"><a href="#L1528">1528</a></th><td class="line-code"><pre>&quot;Event scheduled for: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=\&quot;%2$s&quot;
7240
+ </pre></td></tr>
7241
+
7242
+
7243
+ <tr><th class="line-num" id="L1529"><a href="#L1529">1529</a></th><td class="line-code"><pre>&quot;\&quot;&gt;Preview event&lt;/a&gt;&quot;
7244
+ </pre></td></tr>
7245
+
7246
+
7247
+ <tr><th class="line-num" id="L1530"><a href="#L1530">1530</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7248
+ </pre></td></tr>
7249
+
7250
+
7251
+ <tr><th class="line-num" id="L1531"><a href="#L1531">1531</a></th><td class="line-code"><pre>&quot;Aktivitet planlagt til &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=&quot;
7252
+ </pre></td></tr>
7253
+
7254
+
7255
+ <tr><th class="line-num" id="L1532"><a href="#L1532">1532</a></th><td class="line-code"><pre>&quot;\&quot;%2$s\&quot;&gt;Forhåndsvis aktivitet&lt;/a&gt;&quot;
7256
+ </pre></td></tr>
7257
+
7258
+
7259
+ <tr><th class="line-num" id="L1533"><a href="#L1533">1533</a></th><td class="line-code"><pre>
7260
+ </pre></td></tr>
7261
+
7262
+
7263
+ <tr><th class="line-num" id="L1534"><a href="#L1534">1534</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1437
7264
+ </pre></td></tr>
7265
+
7266
+
7267
+ <tr><th class="line-num" id="L1535"><a href="#L1535">1535</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1454
7268
+ </pre></td></tr>
7269
+
7270
+
7271
+ <tr><th class="line-num" id="L1536"><a href="#L1536">1536</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1471
7272
+ </pre></td></tr>
7273
+
7274
+
7275
+ <tr><th class="line-num" id="L1537"><a href="#L1537">1537</a></th><td class="line-code"><pre>msgid &quot;M j, Y @ G:i&quot;
7276
+ </pre></td></tr>
7277
+
7278
+
7279
+ <tr><th class="line-num" id="L1538"><a href="#L1538">1538</a></th><td class="line-code"><pre>msgstr &quot;Y-m-d @ G:i&quot;
7280
+ </pre></td></tr>
7281
+
7282
+
7283
+ <tr><th class="line-num" id="L1539"><a href="#L1539">1539</a></th><td class="line-code"><pre>
7284
+ </pre></td></tr>
7285
+
7286
+
7287
+ <tr><th class="line-num" id="L1540"><a href="#L1540">1540</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1438
7288
+ </pre></td></tr>
7289
+
7290
+
7291
+ <tr><th class="line-num" id="L1541"><a href="#L1541">1541</a></th><td class="line-code"><pre>#, php-format
7292
+ </pre></td></tr>
7293
+
7294
+
7295
+ <tr><th class="line-num" id="L1542"><a href="#L1542">1542</a></th><td class="line-code"><pre>msgid &quot;Event draft updated. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview event&lt;/a&gt;&quot;
7296
+ </pre></td></tr>
7297
+
7298
+
7299
+ <tr><th class="line-num" id="L1543"><a href="#L1543">1543</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7300
+ </pre></td></tr>
7301
+
7302
+
7303
+ <tr><th class="line-num" id="L1544"><a href="#L1544">1544</a></th><td class="line-code"><pre>&quot;Utkast for aktivitet oppdatert. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Forhåndsvis &quot;
7304
+ </pre></td></tr>
7305
+
7306
+
7307
+ <tr><th class="line-num" id="L1545"><a href="#L1545">1545</a></th><td class="line-code"><pre>&quot;Aktivitet&lt;/a&gt;&quot;
7308
+ </pre></td></tr>
7309
+
7310
+
7311
+ <tr><th class="line-num" id="L1546"><a href="#L1546">1546</a></th><td class="line-code"><pre>
7312
+ </pre></td></tr>
7313
+
7314
+
7315
+ <tr><th class="line-num" id="L1547"><a href="#L1547">1547</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1443
7316
+ </pre></td></tr>
7317
+
7318
+
7319
+ <tr><th class="line-num" id="L1548"><a href="#L1548">1548</a></th><td class="line-code"><pre>#, php-format
7320
+ </pre></td></tr>
7321
+
7322
+
7323
+ <tr><th class="line-num" id="L1549"><a href="#L1549">1549</a></th><td class="line-code"><pre>msgid &quot;Venue updated. &lt;a href=\&quot;%s\&quot;&gt;View venue&lt;/a&gt;&quot;
7324
+ </pre></td></tr>
7325
+
7326
+
7327
+ <tr><th class="line-num" id="L1550"><a href="#L1550">1550</a></th><td class="line-code"><pre>msgstr &quot;Sted oppdatert. &lt;a href=\&quot;%s\&quot;&gt;Vis sted&lt;/a&gt;&quot;
7328
+ </pre></td></tr>
7329
+
7330
+
7331
+ <tr><th class="line-num" id="L1551"><a href="#L1551">1551</a></th><td class="line-code"><pre>
7332
+ </pre></td></tr>
7333
+
7334
+
7335
+ <tr><th class="line-num" id="L1552"><a href="#L1552">1552</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1446
7336
+ </pre></td></tr>
7337
+
7338
+
7339
+ <tr><th class="line-num" id="L1553"><a href="#L1553">1553</a></th><td class="line-code"><pre>msgid &quot;Venue updated.&quot;
7340
+ </pre></td></tr>
7341
+
7342
+
7343
+ <tr><th class="line-num" id="L1554"><a href="#L1554">1554</a></th><td class="line-code"><pre>msgstr &quot;Sted oppdatert.&quot;
7344
+ </pre></td></tr>
7345
+
7346
+
7347
+ <tr><th class="line-num" id="L1555"><a href="#L1555">1555</a></th><td class="line-code"><pre>
7348
+ </pre></td></tr>
7349
+
7350
+
7351
+ <tr><th class="line-num" id="L1556"><a href="#L1556">1556</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1448
7352
+ </pre></td></tr>
7353
+
7354
+
7355
+ <tr><th class="line-num" id="L1557"><a href="#L1557">1557</a></th><td class="line-code"><pre>#, php-format
7356
+ </pre></td></tr>
7357
+
7358
+
7359
+ <tr><th class="line-num" id="L1558"><a href="#L1558">1558</a></th><td class="line-code"><pre>msgid &quot;Venue restored to revision from %s&quot;
7360
+ </pre></td></tr>
7361
+
7362
+
7363
+ <tr><th class="line-num" id="L1559"><a href="#L1559">1559</a></th><td class="line-code"><pre>msgstr &quot;Sted gjenopprettet til revisjon fra %s&quot;
7364
+ </pre></td></tr>
7365
+
7366
+
7367
+ <tr><th class="line-num" id="L1560"><a href="#L1560">1560</a></th><td class="line-code"><pre>
7368
+ </pre></td></tr>
7369
+
7370
+
7371
+ <tr><th class="line-num" id="L1561"><a href="#L1561">1561</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1449
7372
+ </pre></td></tr>
7373
+
7374
+
7375
+ <tr><th class="line-num" id="L1562"><a href="#L1562">1562</a></th><td class="line-code"><pre>#, php-format
7376
+ </pre></td></tr>
7377
+
7378
+
7379
+ <tr><th class="line-num" id="L1563"><a href="#L1563">1563</a></th><td class="line-code"><pre>msgid &quot;Venue published. &lt;a href=\&quot;%s\&quot;&gt;View venue&lt;/a&gt;&quot;
7380
+ </pre></td></tr>
7381
+
7382
+
7383
+ <tr><th class="line-num" id="L1564"><a href="#L1564">1564</a></th><td class="line-code"><pre>msgstr &quot;Sted publisert. &lt;a href=\&quot;%s\&quot;&gt;Vis sted&lt;/a&gt;&quot;
7384
+ </pre></td></tr>
7385
+
7386
+
7387
+ <tr><th class="line-num" id="L1565"><a href="#L1565">1565</a></th><td class="line-code"><pre>
7388
+ </pre></td></tr>
7389
+
7390
+
7391
+ <tr><th class="line-num" id="L1566"><a href="#L1566">1566</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1450
7392
+ </pre></td></tr>
7393
+
7394
+
7395
+ <tr><th class="line-num" id="L1567"><a href="#L1567">1567</a></th><td class="line-code"><pre>msgid &quot;Venue saved.&quot;
7396
+ </pre></td></tr>
7397
+
7398
+
7399
+ <tr><th class="line-num" id="L1568"><a href="#L1568">1568</a></th><td class="line-code"><pre>msgstr &quot;Sted lagret.&quot;
7400
+ </pre></td></tr>
7401
+
7402
+
7403
+ <tr><th class="line-num" id="L1569"><a href="#L1569">1569</a></th><td class="line-code"><pre>
7404
+ </pre></td></tr>
7405
+
7406
+
7407
+ <tr><th class="line-num" id="L1570"><a href="#L1570">1570</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1451
7408
+ </pre></td></tr>
7409
+
7410
+
7411
+ <tr><th class="line-num" id="L1571"><a href="#L1571">1571</a></th><td class="line-code"><pre>#, php-format
7412
+ </pre></td></tr>
7413
+
7414
+
7415
+ <tr><th class="line-num" id="L1572"><a href="#L1572">1572</a></th><td class="line-code"><pre>msgid &quot;Venue submitted. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview venue&lt;/a&gt;&quot;
7416
+ </pre></td></tr>
7417
+
7418
+
7419
+ <tr><th class="line-num" id="L1573"><a href="#L1573">1573</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7420
+ </pre></td></tr>
7421
+
7422
+
7423
+ <tr><th class="line-num" id="L1574"><a href="#L1574">1574</a></th><td class="line-code"><pre>&quot;Sted innsendt. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Forhåndsvis Sted/Plassering&lt;/&quot;
7424
+ </pre></td></tr>
7425
+
7426
+
7427
+ <tr><th class="line-num" id="L1575"><a href="#L1575">1575</a></th><td class="line-code"><pre>&quot;a&gt;&quot;
7428
+ </pre></td></tr>
7429
+
7430
+
7431
+ <tr><th class="line-num" id="L1576"><a href="#L1576">1576</a></th><td class="line-code"><pre>
7432
+ </pre></td></tr>
7433
+
7434
+
7435
+ <tr><th class="line-num" id="L1577"><a href="#L1577">1577</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1452
7436
+ </pre></td></tr>
7437
+
7438
+
7439
+ <tr><th class="line-num" id="L1578"><a href="#L1578">1578</a></th><td class="line-code"><pre>#, php-format
7440
+ </pre></td></tr>
7441
+
7442
+
7443
+ <tr><th class="line-num" id="L1579"><a href="#L1579">1579</a></th><td class="line-code"><pre>msgid &quot;&quot;
7444
+ </pre></td></tr>
7445
+
7446
+
7447
+ <tr><th class="line-num" id="L1580"><a href="#L1580">1580</a></th><td class="line-code"><pre>&quot;Venue scheduled for: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=\&quot;%2$s&quot;
7448
+ </pre></td></tr>
7449
+
7450
+
7451
+ <tr><th class="line-num" id="L1581"><a href="#L1581">1581</a></th><td class="line-code"><pre>&quot;\&quot;&gt;Preview venue&lt;/a&gt;&quot;
7452
+ </pre></td></tr>
7453
+
7454
+
7455
+ <tr><th class="line-num" id="L1582"><a href="#L1582">1582</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7456
+ </pre></td></tr>
7457
+
7458
+
7459
+ <tr><th class="line-num" id="L1583"><a href="#L1583">1583</a></th><td class="line-code"><pre>&quot;Sted lagt til for: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=\&quot;%2$s&quot;
7460
+ </pre></td></tr>
7461
+
7462
+
7463
+ <tr><th class="line-num" id="L1584"><a href="#L1584">1584</a></th><td class="line-code"><pre>&quot;\&quot;&gt;Forhåndsvis Sted&lt;/a&gt;&quot;
7464
+ </pre></td></tr>
7465
+
7466
+
7467
+ <tr><th class="line-num" id="L1585"><a href="#L1585">1585</a></th><td class="line-code"><pre>
7468
+ </pre></td></tr>
7469
+
7470
+
7471
+ <tr><th class="line-num" id="L1586"><a href="#L1586">1586</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1455
7472
+ </pre></td></tr>
7473
+
7474
+
7475
+ <tr><th class="line-num" id="L1587"><a href="#L1587">1587</a></th><td class="line-code"><pre>#, php-format
7476
+ </pre></td></tr>
7477
+
7478
+
7479
+ <tr><th class="line-num" id="L1588"><a href="#L1588">1588</a></th><td class="line-code"><pre>msgid &quot;Venue draft updated. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview venue&lt;/a&gt;&quot;
7480
+ </pre></td></tr>
7481
+
7482
+
7483
+ <tr><th class="line-num" id="L1589"><a href="#L1589">1589</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7484
+ </pre></td></tr>
7485
+
7486
+
7487
+ <tr><th class="line-num" id="L1590"><a href="#L1590">1590</a></th><td class="line-code"><pre>&quot;Utkast for sted oppdatert. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Forhåndsvis &quot;
7488
+ </pre></td></tr>
7489
+
7490
+
7491
+ <tr><th class="line-num" id="L1591"><a href="#L1591">1591</a></th><td class="line-code"><pre>&quot;Sted&lt;/a&gt;&quot;
7492
+ </pre></td></tr>
7493
+
7494
+
7495
+ <tr><th class="line-num" id="L1592"><a href="#L1592">1592</a></th><td class="line-code"><pre>
7496
+ </pre></td></tr>
7497
+
7498
+
7499
+ <tr><th class="line-num" id="L1593"><a href="#L1593">1593</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1460
7500
+ </pre></td></tr>
7501
+
7502
+
7503
+ <tr><th class="line-num" id="L1594"><a href="#L1594">1594</a></th><td class="line-code"><pre>#, php-format
7504
+ </pre></td></tr>
7505
+
7506
+
7507
+ <tr><th class="line-num" id="L1595"><a href="#L1595">1595</a></th><td class="line-code"><pre>msgid &quot;Organizer updated. &lt;a href=\&quot;%s\&quot;&gt;View organizer&lt;/a&gt;&quot;
7508
+ </pre></td></tr>
7509
+
7510
+
7511
+ <tr><th class="line-num" id="L1596"><a href="#L1596">1596</a></th><td class="line-code"><pre>msgstr &quot;Arrangør oppdatert. &lt;a href=\&quot;%s\&quot;&gt;Vis arrangør&lt;/a&gt;&quot;
7512
+ </pre></td></tr>
7513
+
7514
+
7515
+ <tr><th class="line-num" id="L1597"><a href="#L1597">1597</a></th><td class="line-code"><pre>
7516
+ </pre></td></tr>
7517
+
7518
+
7519
+ <tr><th class="line-num" id="L1598"><a href="#L1598">1598</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1463
7520
+ </pre></td></tr>
7521
+
7522
+
7523
+ <tr><th class="line-num" id="L1599"><a href="#L1599">1599</a></th><td class="line-code"><pre>msgid &quot;Organizer updated.&quot;
7524
+ </pre></td></tr>
7525
+
7526
+
7527
+ <tr><th class="line-num" id="L1600"><a href="#L1600">1600</a></th><td class="line-code"><pre>msgstr &quot;Arrangør oppdatert.&quot;
7528
+ </pre></td></tr>
7529
+
7530
+
7531
+ <tr><th class="line-num" id="L1601"><a href="#L1601">1601</a></th><td class="line-code"><pre>
7532
+ </pre></td></tr>
7533
+
7534
+
7535
+ <tr><th class="line-num" id="L1602"><a href="#L1602">1602</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1465
7536
+ </pre></td></tr>
7537
+
7538
+
7539
+ <tr><th class="line-num" id="L1603"><a href="#L1603">1603</a></th><td class="line-code"><pre>#, php-format
7540
+ </pre></td></tr>
7541
+
7542
+
7543
+ <tr><th class="line-num" id="L1604"><a href="#L1604">1604</a></th><td class="line-code"><pre>msgid &quot;Organizer restored to revision from %s&quot;
7544
+ </pre></td></tr>
7545
+
7546
+
7547
+ <tr><th class="line-num" id="L1605"><a href="#L1605">1605</a></th><td class="line-code"><pre>msgstr &quot;Arrangør gjenopprettet til revisjon fra %s&quot;
7548
+ </pre></td></tr>
7549
+
7550
+
7551
+ <tr><th class="line-num" id="L1606"><a href="#L1606">1606</a></th><td class="line-code"><pre>
7552
+ </pre></td></tr>
7553
+
7554
+
7555
+ <tr><th class="line-num" id="L1607"><a href="#L1607">1607</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1466
7556
+ </pre></td></tr>
7557
+
7558
+
7559
+ <tr><th class="line-num" id="L1608"><a href="#L1608">1608</a></th><td class="line-code"><pre>#, php-format
7560
+ </pre></td></tr>
7561
+
7562
+
7563
+ <tr><th class="line-num" id="L1609"><a href="#L1609">1609</a></th><td class="line-code"><pre>msgid &quot;Organizer published. &lt;a href=\&quot;%s\&quot;&gt;View organizer&lt;/a&gt;&quot;
7564
+ </pre></td></tr>
7565
+
7566
+
7567
+ <tr><th class="line-num" id="L1610"><a href="#L1610">1610</a></th><td class="line-code"><pre>msgstr &quot;Arrangør publisert. &lt;a href=\&quot;%s\&quot;&gt;Vis arrangør&lt;/a&gt;&quot;
7568
+ </pre></td></tr>
7569
+
7570
+
7571
+ <tr><th class="line-num" id="L1611"><a href="#L1611">1611</a></th><td class="line-code"><pre>
7572
+ </pre></td></tr>
7573
+
7574
+
7575
+ <tr><th class="line-num" id="L1612"><a href="#L1612">1612</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1467
7576
+ </pre></td></tr>
7577
+
7578
+
7579
+ <tr><th class="line-num" id="L1613"><a href="#L1613">1613</a></th><td class="line-code"><pre>msgid &quot;Organizer saved.&quot;
7580
+ </pre></td></tr>
7581
+
7582
+
7583
+ <tr><th class="line-num" id="L1614"><a href="#L1614">1614</a></th><td class="line-code"><pre>msgstr &quot;Arrangør lagret.&quot;
7584
+ </pre></td></tr>
7585
+
7586
+
7587
+ <tr><th class="line-num" id="L1615"><a href="#L1615">1615</a></th><td class="line-code"><pre>
7588
+ </pre></td></tr>
7589
+
7590
+
7591
+ <tr><th class="line-num" id="L1616"><a href="#L1616">1616</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1468
7592
+ </pre></td></tr>
7593
+
7594
+
7595
+ <tr><th class="line-num" id="L1617"><a href="#L1617">1617</a></th><td class="line-code"><pre>#, php-format
7596
+ </pre></td></tr>
7597
+
7598
+
7599
+ <tr><th class="line-num" id="L1618"><a href="#L1618">1618</a></th><td class="line-code"><pre>msgid &quot;&quot;
7600
+ </pre></td></tr>
7601
+
7602
+
7603
+ <tr><th class="line-num" id="L1619"><a href="#L1619">1619</a></th><td class="line-code"><pre>&quot;Organizer submitted. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview organizer&lt;/a&gt;&quot;
7604
+ </pre></td></tr>
7605
+
7606
+
7607
+ <tr><th class="line-num" id="L1620"><a href="#L1620">1620</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7608
+ </pre></td></tr>
7609
+
7610
+
7611
+ <tr><th class="line-num" id="L1621"><a href="#L1621">1621</a></th><td class="line-code"><pre>&quot;Arrangørinformasjon levert &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Forhåndsvis &quot;
7612
+ </pre></td></tr>
7613
+
7614
+
7615
+ <tr><th class="line-num" id="L1622"><a href="#L1622">1622</a></th><td class="line-code"><pre>&quot;Arrangør&lt;/a&gt;&quot;
7616
+ </pre></td></tr>
7617
+
7618
+
7619
+ <tr><th class="line-num" id="L1623"><a href="#L1623">1623</a></th><td class="line-code"><pre>
7620
+ </pre></td></tr>
7621
+
7622
+
7623
+ <tr><th class="line-num" id="L1624"><a href="#L1624">1624</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1469
7624
+ </pre></td></tr>
7625
+
7626
+
7627
+ <tr><th class="line-num" id="L1625"><a href="#L1625">1625</a></th><td class="line-code"><pre>#, php-format
7628
+ </pre></td></tr>
7629
+
7630
+
7631
+ <tr><th class="line-num" id="L1626"><a href="#L1626">1626</a></th><td class="line-code"><pre>msgid &quot;&quot;
7632
+ </pre></td></tr>
7633
+
7634
+
7635
+ <tr><th class="line-num" id="L1627"><a href="#L1627">1627</a></th><td class="line-code"><pre>&quot;Organizer scheduled for: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=&quot;
7636
+ </pre></td></tr>
7637
+
7638
+
7639
+ <tr><th class="line-num" id="L1628"><a href="#L1628">1628</a></th><td class="line-code"><pre>&quot;\&quot;%2$s\&quot;&gt;Preview organizer&lt;/a&gt;&quot;
7640
+ </pre></td></tr>
7641
+
7642
+
7643
+ <tr><th class="line-num" id="L1629"><a href="#L1629">1629</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7644
+ </pre></td></tr>
7645
+
7646
+
7647
+ <tr><th class="line-num" id="L1630"><a href="#L1630">1630</a></th><td class="line-code"><pre>&quot;Arrangør lagt til for: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=&quot;
7648
+ </pre></td></tr>
7649
+
7650
+
7651
+ <tr><th class="line-num" id="L1631"><a href="#L1631">1631</a></th><td class="line-code"><pre>&quot;\&quot;%2$s\&quot;&gt;Forhåndsvis arrangør&lt;/a&gt;&quot;
7652
+ </pre></td></tr>
7653
+
7654
+
7655
+ <tr><th class="line-num" id="L1632"><a href="#L1632">1632</a></th><td class="line-code"><pre>
7656
+ </pre></td></tr>
7657
+
7658
+
7659
+ <tr><th class="line-num" id="L1633"><a href="#L1633">1633</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1472
7660
+ </pre></td></tr>
7661
+
7662
+
7663
+ <tr><th class="line-num" id="L1634"><a href="#L1634">1634</a></th><td class="line-code"><pre>#, php-format
7664
+ </pre></td></tr>
7665
+
7666
+
7667
+ <tr><th class="line-num" id="L1635"><a href="#L1635">1635</a></th><td class="line-code"><pre>msgid &quot;&quot;
7668
+ </pre></td></tr>
7669
+
7670
+
7671
+ <tr><th class="line-num" id="L1636"><a href="#L1636">1636</a></th><td class="line-code"><pre>&quot;Organizer draft updated. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview organizer&lt;/&quot;
7672
+ </pre></td></tr>
7673
+
7674
+
7675
+ <tr><th class="line-num" id="L1637"><a href="#L1637">1637</a></th><td class="line-code"><pre>&quot;a&gt;&quot;
7676
+ </pre></td></tr>
7677
+
7678
+
7679
+ <tr><th class="line-num" id="L1638"><a href="#L1638">1638</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7680
+ </pre></td></tr>
7681
+
7682
+
7683
+ <tr><th class="line-num" id="L1639"><a href="#L1639">1639</a></th><td class="line-code"><pre>&quot;Utkast for Arrangør oppdatert. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Forhåndsvis &quot;
7684
+ </pre></td></tr>
7685
+
7686
+
7687
+ <tr><th class="line-num" id="L1640"><a href="#L1640">1640</a></th><td class="line-code"><pre>&quot;Arrangør&lt;/a&gt;&quot;
7688
+ </pre></td></tr>
7689
+
7690
+
7691
+ <tr><th class="line-num" id="L1641"><a href="#L1641">1641</a></th><td class="line-code"><pre>
7692
+ </pre></td></tr>
7693
+
7694
+
7695
+ <tr><th class="line-num" id="L1642"><a href="#L1642">1642</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1513
7696
+ </pre></td></tr>
7697
+
7698
+
7699
+ <tr><th class="line-num" id="L1643"><a href="#L1643">1643</a></th><td class="line-code"><pre>msgid &quot;Use Saved Venue:&quot;
7700
+ </pre></td></tr>
7701
+
7702
+
7703
+ <tr><th class="line-num" id="L1644"><a href="#L1644">1644</a></th><td class="line-code"><pre>msgstr &quot;Bruk lagret Sted:&quot;
7704
+ </pre></td></tr>
7705
+
7706
+
7707
+ <tr><th class="line-num" id="L1645"><a href="#L1645">1645</a></th><td class="line-code"><pre>
7708
+ </pre></td></tr>
7709
+
7710
+
7711
+ <tr><th class="line-num" id="L1646"><a href="#L1646">1646</a></th><td class="line-code"><pre>#
7712
+ </pre></td></tr>
7713
+
7714
+
7715
+ <tr><th class="line-num" id="L1647"><a href="#L1647">1647</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1542
7716
+ </pre></td></tr>
7717
+
7718
+
7719
+ <tr><th class="line-num" id="L1648"><a href="#L1648">1648</a></th><td class="line-code"><pre>msgid &quot;Use Saved Organizer:&quot;
7720
+ </pre></td></tr>
7721
+
7722
+
7723
+ <tr><th class="line-num" id="L1649"><a href="#L1649">1649</a></th><td class="line-code"><pre>msgstr &quot;Bruk lagret arrangør:&quot;
7724
+ </pre></td></tr>
7725
+
7726
+
7727
+ <tr><th class="line-num" id="L1650"><a href="#L1650">1650</a></th><td class="line-code"><pre>
7728
+ </pre></td></tr>
7729
+
7730
+
7731
+ <tr><th class="line-num" id="L1651"><a href="#L1651">1651</a></th><td class="line-code"><pre>#
7732
+ </pre></td></tr>
7733
+
7734
+
7735
+ <tr><th class="line-num" id="L1652"><a href="#L1652">1652</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1582
7736
+ </pre></td></tr>
7737
+
7738
+
7739
+ <tr><th class="line-num" id="L1653"><a href="#L1653">1653</a></th><td class="line-code"><pre>msgid &quot;Use New Venue&quot;
7740
+ </pre></td></tr>
7741
+
7742
+
7743
+ <tr><th class="line-num" id="L1654"><a href="#L1654">1654</a></th><td class="line-code"><pre>msgstr &quot;Bruk nytt Sted&quot;
7744
+ </pre></td></tr>
7745
+
7746
+
7747
+ <tr><th class="line-num" id="L1655"><a href="#L1655">1655</a></th><td class="line-code"><pre>
7748
+ </pre></td></tr>
7749
+
7750
+
7751
+ <tr><th class="line-num" id="L1656"><a href="#L1656">1656</a></th><td class="line-code"><pre>#
7752
+ </pre></td></tr>
7753
+
7754
+
7755
+ <tr><th class="line-num" id="L1657"><a href="#L1657">1657</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1584
7756
+ </pre></td></tr>
7757
+
7758
+
7759
+ <tr><th class="line-num" id="L1658"><a href="#L1658">1658</a></th><td class="line-code"><pre>msgid &quot;My Venues&quot;
7760
+ </pre></td></tr>
7761
+
7762
+
7763
+ <tr><th class="line-num" id="L1659"><a href="#L1659">1659</a></th><td class="line-code"><pre>msgstr &quot;Mine Steder&quot;
7764
+ </pre></td></tr>
7765
+
7766
+
7767
+ <tr><th class="line-num" id="L1660"><a href="#L1660">1660</a></th><td class="line-code"><pre>
7768
+ </pre></td></tr>
7769
+
7770
+
7771
+ <tr><th class="line-num" id="L1661"><a href="#L1661">1661</a></th><td class="line-code"><pre>#
7772
+ </pre></td></tr>
7773
+
7774
+
7775
+ <tr><th class="line-num" id="L1662"><a href="#L1662">1662</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1589
7776
+ </pre></td></tr>
7777
+
7778
+
7779
+ <tr><th class="line-num" id="L1663"><a href="#L1663">1663</a></th><td class="line-code"><pre>msgid &quot;Available Venues&quot;
7780
+ </pre></td></tr>
7781
+
7782
+
7783
+ <tr><th class="line-num" id="L1664"><a href="#L1664">1664</a></th><td class="line-code"><pre>msgstr &quot;Tilgjengelige Steder&quot;
7784
+ </pre></td></tr>
7785
+
7786
+
7787
+ <tr><th class="line-num" id="L1665"><a href="#L1665">1665</a></th><td class="line-code"><pre>
7788
+ </pre></td></tr>
7789
+
7790
+
7791
+ <tr><th class="line-num" id="L1666"><a href="#L1666">1666</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1600
7792
+ </pre></td></tr>
7793
+
7794
+
7795
+ <tr><th class="line-num" id="L1667"><a href="#L1667">1667</a></th><td class="line-code"><pre>msgid &quot;No saved venue exists.&quot;
7796
+ </pre></td></tr>
7797
+
7798
+
7799
+ <tr><th class="line-num" id="L1668"><a href="#L1668">1668</a></th><td class="line-code"><pre>msgstr &quot;Ingen lagrede steder finnes.&quot;
7800
+ </pre></td></tr>
7801
+
7802
+
7803
+ <tr><th class="line-num" id="L1669"><a href="#L1669">1669</a></th><td class="line-code"><pre>
7804
+ </pre></td></tr>
7805
+
7806
+
7807
+ <tr><th class="line-num" id="L1670"><a href="#L1670">1670</a></th><td class="line-code"><pre>#
7808
+ </pre></td></tr>
7809
+
7810
+
7811
+ <tr><th class="line-num" id="L1671"><a href="#L1671">1671</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1639
7812
+ </pre></td></tr>
7813
+
7814
+
7815
+ <tr><th class="line-num" id="L1672"><a href="#L1672">1672</a></th><td class="line-code"><pre>msgid &quot;Use New Organizer&quot;
7816
+ </pre></td></tr>
7817
+
7818
+
7819
+ <tr><th class="line-num" id="L1673"><a href="#L1673">1673</a></th><td class="line-code"><pre>msgstr &quot;Bruk ny arrangør&quot;
7820
+ </pre></td></tr>
7821
+
7822
+
7823
+ <tr><th class="line-num" id="L1674"><a href="#L1674">1674</a></th><td class="line-code"><pre>
7824
+ </pre></td></tr>
7825
+
7826
+
7827
+ <tr><th class="line-num" id="L1675"><a href="#L1675">1675</a></th><td class="line-code"><pre>#
7828
+ </pre></td></tr>
7829
+
7830
+
7831
+ <tr><th class="line-num" id="L1676"><a href="#L1676">1676</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1641
7832
+ </pre></td></tr>
7833
+
7834
+
7835
+ <tr><th class="line-num" id="L1677"><a href="#L1677">1677</a></th><td class="line-code"><pre>msgid &quot;My Organizers&quot;
7836
+ </pre></td></tr>
7837
+
7838
+
7839
+ <tr><th class="line-num" id="L1678"><a href="#L1678">1678</a></th><td class="line-code"><pre>msgstr &quot;Mine Arrangører&quot;
7840
+ </pre></td></tr>
7841
+
7842
+
7843
+ <tr><th class="line-num" id="L1679"><a href="#L1679">1679</a></th><td class="line-code"><pre>
7844
+ </pre></td></tr>
7845
+
7846
+
7847
+ <tr><th class="line-num" id="L1680"><a href="#L1680">1680</a></th><td class="line-code"><pre>#
7848
+ </pre></td></tr>
7849
+
7850
+
7851
+ <tr><th class="line-num" id="L1681"><a href="#L1681">1681</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1646
7852
+ </pre></td></tr>
7853
+
7854
+
7855
+ <tr><th class="line-num" id="L1682"><a href="#L1682">1682</a></th><td class="line-code"><pre>msgid &quot;Available Organizers&quot;
7856
+ </pre></td></tr>
7857
+
7858
+
7859
+ <tr><th class="line-num" id="L1683"><a href="#L1683">1683</a></th><td class="line-code"><pre>msgstr &quot;Tilgjengelige Arrangører&quot;
7860
+ </pre></td></tr>
7861
+
7862
+
7863
+ <tr><th class="line-num" id="L1684"><a href="#L1684">1684</a></th><td class="line-code"><pre>
7864
+ </pre></td></tr>
7865
+
7866
+
7867
+ <tr><th class="line-num" id="L1685"><a href="#L1685">1685</a></th><td class="line-code"><pre>#
7868
+ </pre></td></tr>
7869
+
7870
+
7871
+ <tr><th class="line-num" id="L1686"><a href="#L1686">1686</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1657
7872
+ </pre></td></tr>
7873
+
7874
+
7875
+ <tr><th class="line-num" id="L1687"><a href="#L1687">1687</a></th><td class="line-code"><pre>msgid &quot;No saved organizer exists.&quot;
7876
+ </pre></td></tr>
7877
+
7878
+
7879
+ <tr><th class="line-num" id="L1688"><a href="#L1688">1688</a></th><td class="line-code"><pre>msgstr &quot;Ingen lagrede arrangører finnes.&quot;
7880
+ </pre></td></tr>
7881
+
7882
+
7883
+ <tr><th class="line-num" id="L1689"><a href="#L1689">1689</a></th><td class="line-code"><pre>
7884
+ </pre></td></tr>
7885
+
7886
+
7887
+ <tr><th class="line-num" id="L1690"><a href="#L1690">1690</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1784
7888
+ </pre></td></tr>
7889
+
7890
+
7891
+ <tr><th class="line-num" id="L1691"><a href="#L1691">1691</a></th><td class="line-code"><pre>msgid &quot;Next&quot;
7892
+ </pre></td></tr>
7893
+
7894
+
7895
+ <tr><th class="line-num" id="L1692"><a href="#L1692">1692</a></th><td class="line-code"><pre>msgstr &quot;Neste&quot;
7896
+ </pre></td></tr>
7897
+
7898
+
7899
+ <tr><th class="line-num" id="L1693"><a href="#L1693">1693</a></th><td class="line-code"><pre>
7900
+ </pre></td></tr>
7901
+
7902
+
7903
+ <tr><th class="line-num" id="L1694"><a href="#L1694">1694</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1785
7904
+ </pre></td></tr>
7905
+
7906
+
7907
+ <tr><th class="line-num" id="L1695"><a href="#L1695">1695</a></th><td class="line-code"><pre>msgid &quot;Prev&quot;
7908
+ </pre></td></tr>
7909
+
7910
+
7911
+ <tr><th class="line-num" id="L1696"><a href="#L1696">1696</a></th><td class="line-code"><pre>msgstr &quot;Forrige&quot;
7912
+ </pre></td></tr>
7913
+
7914
+
7915
+ <tr><th class="line-num" id="L1697"><a href="#L1697">1697</a></th><td class="line-code"><pre>
7916
+ </pre></td></tr>
7917
+
7918
+
7919
+ <tr><th class="line-num" id="L1698"><a href="#L1698">1698</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1786
7920
+ </pre></td></tr>
7921
+
7922
+
7923
+ <tr><th class="line-num" id="L1699"><a href="#L1699">1699</a></th><td class="line-code"><pre>msgid &quot;Today&quot;
7924
+ </pre></td></tr>
7925
+
7926
+
7927
+ <tr><th class="line-num" id="L1700"><a href="#L1700">1700</a></th><td class="line-code"><pre>msgstr &quot;I dag&quot;
7928
+ </pre></td></tr>
7929
+
7930
+
7931
+ <tr><th class="line-num" id="L1701"><a href="#L1701">1701</a></th><td class="line-code"><pre>
7932
+ </pre></td></tr>
7933
+
7934
+
7935
+ <tr><th class="line-num" id="L1702"><a href="#L1702">1702</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1787
7936
+ </pre></td></tr>
7937
+
7938
+
7939
+ <tr><th class="line-num" id="L1703"><a href="#L1703">1703</a></th><td class="line-code"><pre>msgid &quot;Done&quot;
7940
+ </pre></td></tr>
7941
+
7942
+
7943
+ <tr><th class="line-num" id="L1704"><a href="#L1704">1704</a></th><td class="line-code"><pre>msgstr &quot;Ferdig&quot;
7944
+ </pre></td></tr>
7945
+
7946
+
7947
+ <tr><th class="line-num" id="L1705"><a href="#L1705">1705</a></th><td class="line-code"><pre>
7948
+ </pre></td></tr>
7949
+
7950
+
7951
+ <tr><th class="line-num" id="L1706"><a href="#L1706">1706</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1996
7952
+ </pre></td></tr>
7953
+
7954
+
7955
+ <tr><th class="line-num" id="L1707"><a href="#L1707">1707</a></th><td class="line-code"><pre>msgid &quot;Network&quot;
7956
+ </pre></td></tr>
7957
+
7958
+
7959
+ <tr><th class="line-num" id="L1708"><a href="#L1708">1708</a></th><td class="line-code"><pre>msgstr &quot;Nettverk&quot;
7960
+ </pre></td></tr>
7961
+
7962
+
7963
+ <tr><th class="line-num" id="L1709"><a href="#L1709">1709</a></th><td class="line-code"><pre>
7964
+ </pre></td></tr>
7965
+
7966
+
7967
+ <tr><th class="line-num" id="L1710"><a href="#L1710">1710</a></th><td class="line-code"><pre>#
7968
+ </pre></td></tr>
7969
+
7970
+
7971
+ <tr><th class="line-num" id="L1711"><a href="#L1711">1711</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:2956
7972
+ </pre></td></tr>
7973
+
7974
+
7975
+ <tr><th class="line-num" id="L1712"><a href="#L1712">1712</a></th><td class="line-code"><pre>msgid &quot;Unnamed Venue&quot;
7976
+ </pre></td></tr>
7977
+
7978
+
7979
+ <tr><th class="line-num" id="L1713"><a href="#L1713">1713</a></th><td class="line-code"><pre>msgstr &quot;Sted uten navn&quot;
7980
+ </pre></td></tr>
7981
+
7982
+
7983
+ <tr><th class="line-num" id="L1714"><a href="#L1714">1714</a></th><td class="line-code"><pre>
7984
+ </pre></td></tr>
7985
+
7986
+
7987
+ <tr><th class="line-num" id="L1715"><a href="#L1715">1715</a></th><td class="line-code"><pre>#
7988
+ </pre></td></tr>
7989
+
7990
+
7991
+ <tr><th class="line-num" id="L1716"><a href="#L1716">1716</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3046
7992
+ </pre></td></tr>
7993
+
7994
+
7995
+ <tr><th class="line-num" id="L1717"><a href="#L1717">1717</a></th><td class="line-code"><pre>msgid &quot;Unnamed Organizer&quot;
7996
+ </pre></td></tr>
7997
+
7998
+
7999
+ <tr><th class="line-num" id="L1718"><a href="#L1718">1718</a></th><td class="line-code"><pre>msgstr &quot;Arrangør uten navn&quot;
8000
+ </pre></td></tr>
8001
+
8002
+
8003
+ <tr><th class="line-num" id="L1719"><a href="#L1719">1719</a></th><td class="line-code"><pre>
8004
+ </pre></td></tr>
8005
+
8006
+
8007
+ <tr><th class="line-num" id="L1720"><a href="#L1720">1720</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3506
8008
+ </pre></td></tr>
8009
+
8010
+
8011
+ <tr><th class="line-num" id="L1721"><a href="#L1721">1721</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3523
8012
+ </pre></td></tr>
8013
+
8014
+
8015
+ <tr><th class="line-num" id="L1722"><a href="#L1722">1722</a></th><td class="line-code"><pre>msgid &quot;Date out of range.&quot;
8016
+ </pre></td></tr>
8017
+
8018
+
8019
+ <tr><th class="line-num" id="L1723"><a href="#L1723">1723</a></th><td class="line-code"><pre>msgstr &quot;Datoen er utenfor omfang.&quot;
8020
+ </pre></td></tr>
8021
+
8022
+
8023
+ <tr><th class="line-num" id="L1724"><a href="#L1724">1724</a></th><td class="line-code"><pre>
8024
+ </pre></td></tr>
8025
+
8026
+
8027
+ <tr><th class="line-num" id="L1725"><a href="#L1725">1725</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3536
8028
+ </pre></td></tr>
8029
+
8030
+
8031
+ <tr><th class="line-num" id="L1726"><a href="#L1726">1726</a></th><td class="line-code"><pre>msgid &quot;Event Options&quot;
8032
+ </pre></td></tr>
8033
+
8034
+
8035
+ <tr><th class="line-num" id="L1727"><a href="#L1727">1727</a></th><td class="line-code"><pre>msgstr &quot;Alternativer for Aktivitet&quot;
8036
+ </pre></td></tr>
8037
+
8038
+
8039
+ <tr><th class="line-num" id="L1728"><a href="#L1728">1728</a></th><td class="line-code"><pre>
8040
+ </pre></td></tr>
8041
+
8042
+
8043
+ <tr><th class="line-num" id="L1729"><a href="#L1729">1729</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3538
8044
+ </pre></td></tr>
8045
+
8046
+
8047
+ <tr><th class="line-num" id="L1730"><a href="#L1730">1730</a></th><td class="line-code"><pre>msgid &quot;Venue Information&quot;
8048
+ </pre></td></tr>
8049
+
8050
+
8051
+ <tr><th class="line-num" id="L1731"><a href="#L1731">1731</a></th><td class="line-code"><pre>msgstr &quot;Stedsinformasjon&quot;
8052
+ </pre></td></tr>
8053
+
8054
+
8055
+ <tr><th class="line-num" id="L1732"><a href="#L1732">1732</a></th><td class="line-code"><pre>
8056
+ </pre></td></tr>
8057
+
8058
+
8059
+ <tr><th class="line-num" id="L1733"><a href="#L1733">1733</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3543
8060
+ </pre></td></tr>
8061
+
8062
+
8063
+ <tr><th class="line-num" id="L1734"><a href="#L1734">1734</a></th><td class="line-code"><pre>msgid &quot;Organizer Information&quot;
8064
+ </pre></td></tr>
8065
+
8066
+
8067
+ <tr><th class="line-num" id="L1735"><a href="#L1735">1735</a></th><td class="line-code"><pre>msgstr &quot;Arrangørinformasjon&quot;
8068
+ </pre></td></tr>
8069
+
8070
+
8071
+ <tr><th class="line-num" id="L1736"><a href="#L1736">1736</a></th><td class="line-code"><pre>
8072
+ </pre></td></tr>
8073
+
8074
+
8075
+ <tr><th class="line-num" id="L1737"><a href="#L1737">1737</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3740
8076
+ </pre></td></tr>
8077
+
8078
+
8079
+ <tr><th class="line-num" id="L1738"><a href="#L1738">1738</a></th><td class="line-code"><pre>msgid &quot;Support&quot;
8080
+ </pre></td></tr>
8081
+
8082
+
8083
+ <tr><th class="line-num" id="L1739"><a href="#L1739">1739</a></th><td class="line-code"><pre>msgstr &quot;Brukerstøtte&quot;
8084
+ </pre></td></tr>
8085
+
8086
+
8087
+ <tr><th class="line-num" id="L1740"><a href="#L1740">1740</a></th><td class="line-code"><pre>
8088
+ </pre></td></tr>
8089
+
8090
+
8091
+ <tr><th class="line-num" id="L1741"><a href="#L1741">1741</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3743
8092
+ </pre></td></tr>
8093
+
8094
+
8095
+ <tr><th class="line-num" id="L1742"><a href="#L1742">1742</a></th><td class="line-code"><pre>msgid &quot;View All Add-Ons&quot;
8096
+ </pre></td></tr>
8097
+
8098
+
8099
+ <tr><th class="line-num" id="L1743"><a href="#L1743">1743</a></th><td class="line-code"><pre>msgstr &quot;Vis alle Tilleggsutvidelser&quot;
8100
+ </pre></td></tr>
8101
+
8102
+
8103
+ <tr><th class="line-num" id="L1744"><a href="#L1744">1744</a></th><td class="line-code"><pre>
8104
+ </pre></td></tr>
8105
+
8106
+
8107
+ <tr><th class="line-num" id="L1745"><a href="#L1745">1745</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3760
8108
+ </pre></td></tr>
8109
+
8110
+
8111
+ <tr><th class="line-num" id="L1746"><a href="#L1746">1746</a></th><td class="line-code"><pre>msgid &quot;News from Modern Tribe&quot;
8112
+ </pre></td></tr>
8113
+
8114
+
8115
+ <tr><th class="line-num" id="L1747"><a href="#L1747">1747</a></th><td class="line-code"><pre>msgstr &quot;Nyheter fra Modern Tribe&quot;
8116
+ </pre></td></tr>
8117
+
8118
+
8119
+ <tr><th class="line-num" id="L1748"><a href="#L1748">1748</a></th><td class="line-code"><pre>
8120
+ </pre></td></tr>
8121
+
8122
+
8123
+ <tr><th class="line-num" id="L1749"><a href="#L1749">1749</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3841
8124
+ </pre></td></tr>
8125
+
8126
+
8127
+ <tr><th class="line-num" id="L1750"><a href="#L1750">1750</a></th><td class="line-code"><pre>msgid &quot;Additional Functionality&quot;
8128
+ </pre></td></tr>
8129
+
8130
+
8131
+ <tr><th class="line-num" id="L1751"><a href="#L1751">1751</a></th><td class="line-code"><pre>msgstr &quot;Tilleggsfunksjonalitet&quot;
8132
+ </pre></td></tr>
8133
+
8134
+
8135
+ <tr><th class="line-num" id="L1752"><a href="#L1752">1752</a></th><td class="line-code"><pre>
8136
+ </pre></td></tr>
8137
+
8138
+
8139
+ <tr><th class="line-num" id="L1753"><a href="#L1753">1753</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3846
8140
+ </pre></td></tr>
8141
+
8142
+
8143
+ <tr><th class="line-num" id="L1754"><a href="#L1754">1754</a></th><td class="line-code"><pre>msgid &quot;&quot;
8144
+ </pre></td></tr>
8145
+
8146
+
8147
+ <tr><th class="line-num" id="L1755"><a href="#L1755">1755</a></th><td class="line-code"><pre>&quot;Looking for additional functionality including recurring events, ticket &quot;
8148
+ </pre></td></tr>
8149
+
8150
+
8151
+ <tr><th class="line-num" id="L1756"><a href="#L1756">1756</a></th><td class="line-code"><pre>&quot;sales, publicly submitted events, new views and more?&quot;
8152
+ </pre></td></tr>
8153
+
8154
+
8155
+ <tr><th class="line-num" id="L1757"><a href="#L1757">1757</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8156
+ </pre></td></tr>
8157
+
8158
+
8159
+ <tr><th class="line-num" id="L1758"><a href="#L1758">1758</a></th><td class="line-code"><pre>&quot;Er du ute etter ytterligere funksjonalitet, inkludert gjentakende &quot;
8160
+ </pre></td></tr>
8161
+
8162
+
8163
+ <tr><th class="line-num" id="L1759"><a href="#L1759">1759</a></th><td class="line-code"><pre>&quot;aktiviteter, billettsalg, offentlig innsendte arrangementer, andre &quot;
8164
+ </pre></td></tr>
8165
+
8166
+
8167
+ <tr><th class="line-num" id="L1760"><a href="#L1760">1760</a></th><td class="line-code"><pre>&quot;sideoppsett og mer?&quot;
8168
+ </pre></td></tr>
8169
+
8170
+
8171
+ <tr><th class="line-num" id="L1761"><a href="#L1761">1761</a></th><td class="line-code"><pre>
8172
+ </pre></td></tr>
8173
+
8174
+
8175
+ <tr><th class="line-num" id="L1762"><a href="#L1762">1762</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3846
8176
+ </pre></td></tr>
8177
+
8178
+
8179
+ <tr><th class="line-num" id="L1763"><a href="#L1763">1763</a></th><td class="line-code"><pre>#, php-format
8180
+ </pre></td></tr>
8181
+
8182
+
8183
+ <tr><th class="line-num" id="L1764"><a href="#L1764">1764</a></th><td class="line-code"><pre>msgid &quot;Check out the &lt;a href=\&quot;%s\&quot;&gt;available add-ons&lt;/a&gt;.&quot;
8184
+ </pre></td></tr>
8185
+
8186
+
8187
+ <tr><th class="line-num" id="L1765"><a href="#L1765">1765</a></th><td class="line-code"><pre>msgstr &quot;Sjekk ut &lt;a href=\&quot;%s\&quot;&gt;tilgjengelige utvidelser&lt;/a&gt;.&quot;
8188
+ </pre></td></tr>
8189
+
8190
+
8191
+ <tr><th class="line-num" id="L1766"><a href="#L1766">1766</a></th><td class="line-code"><pre>
8192
+ </pre></td></tr>
8193
+
8194
+
8195
+ <tr><th class="line-num" id="L1767"><a href="#L1767">1767</a></th><td class="line-code"><pre>#
8196
+ </pre></td></tr>
8197
+
8198
+
8199
+ <tr><th class="line-num" id="L1768"><a href="#L1768">1768</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3918
8200
+ </pre></td></tr>
8201
+
8202
+
8203
+ <tr><th class="line-num" id="L1769"><a href="#L1769">1769</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4009
8204
+ </pre></td></tr>
8205
+
8206
+
8207
+ <tr><th class="line-num" id="L1770"><a href="#L1770">1770</a></th><td class="line-code"><pre>msgid &quot;View Calendar&quot;
8208
+ </pre></td></tr>
8209
+
8210
+
8211
+ <tr><th class="line-num" id="L1771"><a href="#L1771">1771</a></th><td class="line-code"><pre>msgstr &quot;Vis Kalender&quot;
8212
+ </pre></td></tr>
8213
+
8214
+
8215
+ <tr><th class="line-num" id="L1772"><a href="#L1772">1772</a></th><td class="line-code"><pre>
8216
+ </pre></td></tr>
8217
+
8218
+
8219
+ <tr><th class="line-num" id="L1773"><a href="#L1773">1773</a></th><td class="line-code"><pre>#
8220
+ </pre></td></tr>
8221
+
8222
+
8223
+ <tr><th class="line-num" id="L1774"><a href="#L1774">1774</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3926
8224
+ </pre></td></tr>
8225
+
8226
+
8227
+ <tr><th class="line-num" id="L1775"><a href="#L1775">1775</a></th><td class="line-code"><pre>msgid &quot;Add Event&quot;
8228
+ </pre></td></tr>
8229
+
8230
+
8231
+ <tr><th class="line-num" id="L1776"><a href="#L1776">1776</a></th><td class="line-code"><pre>msgstr &quot;Legg til Aktivitet&quot;
8232
+ </pre></td></tr>
8233
+
8234
+
8235
+ <tr><th class="line-num" id="L1777"><a href="#L1777">1777</a></th><td class="line-code"><pre>
8236
+ </pre></td></tr>
8237
+
8238
+
8239
+ <tr><th class="line-num" id="L1778"><a href="#L1778">1778</a></th><td class="line-code"><pre>#
8240
+ </pre></td></tr>
8241
+
8242
+
8243
+ <tr><th class="line-num" id="L1779"><a href="#L1779">1779</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3935
8244
+ </pre></td></tr>
8245
+
8246
+
8247
+ <tr><th class="line-num" id="L1780"><a href="#L1780">1780</a></th><td class="line-code"><pre>msgid &quot;Edit Events&quot;
8248
+ </pre></td></tr>
8249
+
8250
+
8251
+ <tr><th class="line-num" id="L1781"><a href="#L1781">1781</a></th><td class="line-code"><pre>msgstr &quot;Rediger Aktivitet&quot;
8252
+ </pre></td></tr>
8253
+
8254
+
8255
+ <tr><th class="line-num" id="L1782"><a href="#L1782">1782</a></th><td class="line-code"><pre>
8256
+ </pre></td></tr>
8257
+
8258
+
8259
+ <tr><th class="line-num" id="L1783"><a href="#L1783">1783</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3944
8260
+ </pre></td></tr>
8261
+
8262
+
8263
+ <tr><th class="line-num" id="L1784"><a href="#L1784">1784</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4045
8264
+ </pre></td></tr>
8265
+
8266
+
8267
+ <tr><th class="line-num" id="L1785"><a href="#L1785">1785</a></th><td class="line-code"><pre>msgid &quot;Settings&quot;
8268
+ </pre></td></tr>
8269
+
8270
+
8271
+ <tr><th class="line-num" id="L1786"><a href="#L1786">1786</a></th><td class="line-code"><pre>msgstr &quot;Innstillinger&quot;
8272
+ </pre></td></tr>
8273
+
8274
+
8275
+ <tr><th class="line-num" id="L1787"><a href="#L1787">1787</a></th><td class="line-code"><pre>
8276
+ </pre></td></tr>
8277
+
8278
+
8279
+ <tr><th class="line-num" id="L1788"><a href="#L1788">1788</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3980
8280
+ </pre></td></tr>
8281
+
8282
+
8283
+ <tr><th class="line-num" id="L1789"><a href="#L1789">1789</a></th><td class="line-code"><pre>#, php-format
8284
+ </pre></td></tr>
8285
+
8286
+
8287
+ <tr><th class="line-num" id="L1790"><a href="#L1790">1790</a></th><td class="line-code"><pre>msgid &quot;&quot;
8288
+ </pre></td></tr>
8289
+
8290
+
8291
+ <tr><th class="line-num" id="L1791"><a href="#L1791">1791</a></th><td class="line-code"><pre>&quot;Welcome to The Events Calendar! Your events calendar can be found at %s. To &quot;
8292
+ </pre></td></tr>
8293
+
8294
+
8295
+ <tr><th class="line-num" id="L1792"><a href="#L1792">1792</a></th><td class="line-code"><pre>&quot;change the events slug, visit %sEvents -&gt; Settings%s.&quot;
8296
+ </pre></td></tr>
8297
+
8298
+
8299
+ <tr><th class="line-num" id="L1793"><a href="#L1793">1793</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8300
+ </pre></td></tr>
8301
+
8302
+
8303
+ <tr><th class="line-num" id="L1794"><a href="#L1794">1794</a></th><td class="line-code"><pre>&quot;Velkommen til The Events Calendar! Din aktivitetskalender finner du på %s. &quot;
8304
+ </pre></td></tr>
8305
+
8306
+
8307
+ <tr><th class="line-num" id="L1795"><a href="#L1795">1795</a></th><td class="line-code"><pre>&quot;For å endre denne aktivitets-kortlenken, besøk %sAktiviteter -&gt; Innstillinger&quot;
8308
+ </pre></td></tr>
8309
+
8310
+
8311
+ <tr><th class="line-num" id="L1796"><a href="#L1796">1796</a></th><td class="line-code"><pre>&quot;%s.&quot;
8312
+ </pre></td></tr>
8313
+
8314
+
8315
+ <tr><th class="line-num" id="L1797"><a href="#L1797">1797</a></th><td class="line-code"><pre>
8316
+ </pre></td></tr>
8317
+
8318
+
8319
+ <tr><th class="line-num" id="L1798"><a href="#L1798">1798</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4046
8320
+ </pre></td></tr>
8321
+
8322
+
8323
+ <tr><th class="line-num" id="L1799"><a href="#L1799">1799</a></th><td class="line-code"><pre>msgid &quot;Calendar&quot;
8324
+ </pre></td></tr>
8325
+
8326
+
8327
+ <tr><th class="line-num" id="L1800"><a href="#L1800">1800</a></th><td class="line-code"><pre>msgstr &quot;Kalender&quot;
8328
+ </pre></td></tr>
8329
+
8330
+
8331
+ <tr><th class="line-num" id="L1801"><a href="#L1801">1801</a></th><td class="line-code"><pre>
8332
+ </pre></td></tr>
8333
+
8334
+
8335
+ <tr><th class="line-num" id="L1802"><a href="#L1802">1802</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4096
8336
+ </pre></td></tr>
8337
+
8338
+
8339
+ <tr><th class="line-num" id="L1803"><a href="#L1803">1803</a></th><td class="line-code"><pre>msgid &quot;List&quot;
8340
+ </pre></td></tr>
8341
+
8342
+
8343
+ <tr><th class="line-num" id="L1804"><a href="#L1804">1804</a></th><td class="line-code"><pre>msgstr &quot;Liste&quot;
8344
+ </pre></td></tr>
8345
+
8346
+
8347
+ <tr><th class="line-num" id="L1805"><a href="#L1805">1805</a></th><td class="line-code"><pre>
8348
+ </pre></td></tr>
8349
+
8350
+
8351
+ <tr><th class="line-num" id="L1806"><a href="#L1806">1806</a></th><td class="line-code"><pre>#
8352
+ </pre></td></tr>
8353
+
8354
+
8355
+ <tr><th class="line-num" id="L1807"><a href="#L1807">1807</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4107
8356
+ </pre></td></tr>
8357
+
8358
+
8359
+ <tr><th class="line-num" id="L1808"><a href="#L1808">1808</a></th><td class="line-code"><pre>msgid &quot;Month&quot;
8360
+ </pre></td></tr>
8361
+
8362
+
8363
+ <tr><th class="line-num" id="L1809"><a href="#L1809">1809</a></th><td class="line-code"><pre>msgstr &quot;Måned&quot;
8364
+ </pre></td></tr>
8365
+
8366
+
8367
+ <tr><th class="line-num" id="L1810"><a href="#L1810">1810</a></th><td class="line-code"><pre>
8368
+ </pre></td></tr>
8369
+
8370
+
8371
+ <tr><th class="line-num" id="L1811"><a href="#L1811">1811</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4126
8372
+ </pre></td></tr>
8373
+
8374
+
8375
+ <tr><th class="line-num" id="L1812"><a href="#L1812">1812</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4128
8376
+ </pre></td></tr>
8377
+
8378
+
8379
+ <tr><th class="line-num" id="L1813"><a href="#L1813">1813</a></th><td class="line-code"><pre>msgid &quot;Search&quot;
8380
+ </pre></td></tr>
8381
+
8382
+
8383
+ <tr><th class="line-num" id="L1814"><a href="#L1814">1814</a></th><td class="line-code"><pre>msgstr &quot;Søk&quot;
8384
+ </pre></td></tr>
8385
+
8386
+
8387
+ <tr><th class="line-num" id="L1815"><a href="#L1815">1815</a></th><td class="line-code"><pre>
8388
+ </pre></td></tr>
8389
+
8390
+
8391
+ <tr><th class="line-num" id="L1816"><a href="#L1816">1816</a></th><td class="line-code"><pre>#
8392
+ </pre></td></tr>
8393
+
8394
+
8395
+ <tr><th class="line-num" id="L1817"><a href="#L1817">1817</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4148
8396
+ </pre></td></tr>
8397
+
8398
+
8399
+ <tr><th class="line-num" id="L1818"><a href="#L1818">1818</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4160
8400
+ </pre></td></tr>
8401
+
8402
+
8403
+ <tr><th class="line-num" id="L1819"><a href="#L1819">1819</a></th><td class="line-code"><pre>msgid &quot;Date&quot;
8404
+ </pre></td></tr>
8405
+
8406
+
8407
+ <tr><th class="line-num" id="L1820"><a href="#L1820">1820</a></th><td class="line-code"><pre>msgstr &quot;Dato&quot;
8408
+ </pre></td></tr>
8409
+
8410
+
8411
+ <tr><th class="line-num" id="L1821"><a href="#L1821">1821</a></th><td class="line-code"><pre>
8412
+ </pre></td></tr>
8413
+
8414
+
8415
+ <tr><th class="line-num" id="L1822"><a href="#L1822">1822</a></th><td class="line-code"><pre>#
8416
+ </pre></td></tr>
8417
+
8418
+
8419
+ <tr><th class="line-num" id="L1823"><a href="#L1823">1823</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4151
8420
+ </pre></td></tr>
8421
+
8422
+
8423
+ <tr><th class="line-num" id="L1824"><a href="#L1824">1824</a></th><td class="line-code"><pre>msgid &quot;Events In&quot;
8424
+ </pre></td></tr>
8425
+
8426
+
8427
+ <tr><th class="line-num" id="L1825"><a href="#L1825">1825</a></th><td class="line-code"><pre>msgstr &quot;Aktiviteter i&quot;
8428
+ </pre></td></tr>
8429
+
8430
+
8431
+ <tr><th class="line-num" id="L1826"><a href="#L1826">1826</a></th><td class="line-code"><pre>
8432
+ </pre></td></tr>
8433
+
8434
+
8435
+ <tr><th class="line-num" id="L1827"><a href="#L1827">1827</a></th><td class="line-code"><pre>#
8436
+ </pre></td></tr>
8437
+
8438
+
8439
+ <tr><th class="line-num" id="L1828"><a href="#L1828">1828</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4153
8440
+ </pre></td></tr>
8441
+
8442
+
8443
+ <tr><th class="line-num" id="L1829"><a href="#L1829">1829</a></th><td class="line-code"><pre>msgid &quot;Events From&quot;
8444
+ </pre></td></tr>
8445
+
8446
+
8447
+ <tr><th class="line-num" id="L1830"><a href="#L1830">1830</a></th><td class="line-code"><pre>msgstr &quot;Aktiviteter fra&quot;
8448
+ </pre></td></tr>
8449
+
8450
+
8451
+ <tr><th class="line-num" id="L1831"><a href="#L1831">1831</a></th><td class="line-code"><pre>
8452
+ </pre></td></tr>
8453
+
8454
+
8455
+ <tr><th class="line-num" id="L1832"><a href="#L1832">1832</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4341
8456
+ </pre></td></tr>
8457
+
8458
+
8459
+ <tr><th class="line-num" id="L1833"><a href="#L1833">1833</a></th><td class="line-code"><pre>msgid &quot;&amp;laquo; Previous Events&quot;
8460
+ </pre></td></tr>
8461
+
8462
+
8463
+ <tr><th class="line-num" id="L1834"><a href="#L1834">1834</a></th><td class="line-code"><pre>msgstr &quot;&amp;laquo; Tidligere aktiviteter&quot;
8464
+ </pre></td></tr>
8465
+
8466
+
8467
+ <tr><th class="line-num" id="L1835"><a href="#L1835">1835</a></th><td class="line-code"><pre>
8468
+ </pre></td></tr>
8469
+
8470
+
8471
+ <tr><th class="line-num" id="L1836"><a href="#L1836">1836</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4342
8472
+ </pre></td></tr>
8473
+
8474
+
8475
+ <tr><th class="line-num" id="L1837"><a href="#L1837">1837</a></th><td class="line-code"><pre>msgid &quot;Next Events &amp;raquo;&quot;
8476
+ </pre></td></tr>
8477
+
8478
+
8479
+ <tr><th class="line-num" id="L1838"><a href="#L1838">1838</a></th><td class="line-code"><pre>msgstr &quot;Kommende Aktiviteter &amp;raquo;&quot;
8480
+ </pre></td></tr>
8481
+
8482
+
8483
+ <tr><th class="line-num" id="L1839"><a href="#L1839">1839</a></th><td class="line-code"><pre>
8484
+ </pre></td></tr>
8485
+
8486
+
8487
+ <tr><th class="line-num" id="L1840"><a href="#L1840">1840</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:53
8488
+ </pre></td></tr>
8489
+
8490
+
8491
+ <tr><th class="line-num" id="L1841"><a href="#L1841">1841</a></th><td class="line-code"><pre>#, php-format
8492
+ </pre></td></tr>
8493
+
8494
+
8495
+ <tr><th class="line-num" id="L1842"><a href="#L1842">1842</a></th><td class="line-code"><pre>msgid &quot;View &amp;#8220;%s&amp;#8221;&quot;
8496
+ </pre></td></tr>
8497
+
8498
+
8499
+ <tr><th class="line-num" id="L1843"><a href="#L1843">1843</a></th><td class="line-code"><pre>msgstr &quot;Vis &amp;#8220;%s&amp;#8221;&quot;
8500
+ </pre></td></tr>
8501
+
8502
+
8503
+ <tr><th class="line-num" id="L1844"><a href="#L1844">1844</a></th><td class="line-code"><pre>
8504
+ </pre></td></tr>
8505
+
8506
+
8507
+ <tr><th class="line-num" id="L1845"><a href="#L1845">1845</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:231
8508
+ </pre></td></tr>
8509
+
8510
+
8511
+ <tr><th class="line-num" id="L1846"><a href="#L1846">1846</a></th><td class="line-code"><pre>msgid &quot;Start Date&quot;
8512
+ </pre></td></tr>
8513
+
8514
+
8515
+ <tr><th class="line-num" id="L1847"><a href="#L1847">1847</a></th><td class="line-code"><pre>msgstr &quot;Startdato&quot;
8516
+ </pre></td></tr>
8517
+
8518
+
8519
+ <tr><th class="line-num" id="L1848"><a href="#L1848">1848</a></th><td class="line-code"><pre>
8520
+ </pre></td></tr>
8521
+
8522
+
8523
+ <tr><th class="line-num" id="L1849"><a href="#L1849">1849</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:232
8524
+ </pre></td></tr>
8525
+
8526
+
8527
+ <tr><th class="line-num" id="L1850"><a href="#L1850">1850</a></th><td class="line-code"><pre>msgid &quot;End Date&quot;
8528
+ </pre></td></tr>
8529
+
8530
+
8531
+ <tr><th class="line-num" id="L1851"><a href="#L1851">1851</a></th><td class="line-code"><pre>msgstr &quot;Sluttdato&quot;
8532
+ </pre></td></tr>
8533
+
8534
+
8535
+ <tr><th class="line-num" id="L1852"><a href="#L1852">1852</a></th><td class="line-code"><pre>
8536
+ </pre></td></tr>
8537
+
8538
+
8539
+ <tr><th class="line-num" id="L1853"><a href="#L1853">1853</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:234
8540
+ </pre></td></tr>
8541
+
8542
+
8543
+ <tr><th class="line-num" id="L1854"><a href="#L1854">1854</a></th><td class="line-code"><pre>msgid &quot;Recurring?&quot;
8544
+ </pre></td></tr>
8545
+
8546
+
8547
+ <tr><th class="line-num" id="L1855"><a href="#L1855">1855</a></th><td class="line-code"><pre>msgstr &quot;Gjentakende?&quot;
8548
+ </pre></td></tr>
8549
+
8550
+
8551
+ <tr><th class="line-num" id="L1856"><a href="#L1856">1856</a></th><td class="line-code"><pre>
8552
+ </pre></td></tr>
8553
+
8554
+
8555
+ <tr><th class="line-num" id="L1857"><a href="#L1857">1857</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:298
8556
+ </pre></td></tr>
8557
+
8558
+
8559
+ <tr><th class="line-num" id="L1858"><a href="#L1858">1858</a></th><td class="line-code"><pre>msgid &quot;Yes&quot;
8560
+ </pre></td></tr>
8561
+
8562
+
8563
+ <tr><th class="line-num" id="L1859"><a href="#L1859">1859</a></th><td class="line-code"><pre>msgstr &quot;Ja&quot;
8564
+ </pre></td></tr>
8565
+
8566
+
8567
+ <tr><th class="line-num" id="L1860"><a href="#L1860">1860</a></th><td class="line-code"><pre>
8568
+ </pre></td></tr>
8569
+
8570
+
8571
+ <tr><th class="line-num" id="L1861"><a href="#L1861">1861</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:298
8572
+ </pre></td></tr>
8573
+
8574
+
8575
+ <tr><th class="line-num" id="L1862"><a href="#L1862">1862</a></th><td class="line-code"><pre>msgid &quot;No&quot;
8576
+ </pre></td></tr>
8577
+
8578
+
8579
+ <tr><th class="line-num" id="L1863"><a href="#L1863">1863</a></th><td class="line-code"><pre>msgstr &quot;Nei&quot;
8580
+ </pre></td></tr>
8581
+
8582
+
8583
+ <tr><th class="line-num" id="L1864"><a href="#L1864">1864</a></th><td class="line-code"><pre>
8584
+ </pre></td></tr>
8585
+
8586
+
8587
+ <tr><th class="line-num" id="L1865"><a href="#L1865">1865</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:376
8588
+ </pre></td></tr>
8589
+
8590
+
8591
+ <tr><th class="line-num" id="L1866"><a href="#L1866">1866</a></th><td class="line-code"><pre>#, php-format
8592
+ </pre></td></tr>
8593
+
8594
+
8595
+ <tr><th class="line-num" id="L1867"><a href="#L1867">1867</a></th><td class="line-code"><pre>msgid &quot;All %s&quot;
8596
+ </pre></td></tr>
8597
+
8598
+
8599
+ <tr><th class="line-num" id="L1868"><a href="#L1868">1868</a></th><td class="line-code"><pre>msgstr &quot;Alle %s&quot;
8600
+ </pre></td></tr>
8601
+
8602
+
8603
+ <tr><th class="line-num" id="L1869"><a href="#L1869">1869</a></th><td class="line-code"><pre>
8604
+ </pre></td></tr>
8605
+
8606
+
8607
+ <tr><th class="line-num" id="L1870"><a href="#L1870">1870</a></th><td class="line-code"><pre>#
8608
+ </pre></td></tr>
8609
+
8610
+
8611
+ <tr><th class="line-num" id="L1871"><a href="#L1871">1871</a></th><td class="line-code"><pre>#: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
8612
+ </pre></td></tr>
8613
+
8614
+
8615
+ <tr><th class="line-num" id="L1872"><a href="#L1872">1872</a></th><td class="line-code"><pre>#: ../lib/tribe-app-shop.class.php:87
8616
+ </pre></td></tr>
8617
+
8618
+
8619
+ <tr><th class="line-num" id="L1873"><a href="#L1873">1873</a></th><td class="line-code"><pre>msgid &quot;Event Add-Ons&quot;
8620
+ </pre></td></tr>
8621
+
8622
+
8623
+ <tr><th class="line-num" id="L1874"><a href="#L1874">1874</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetsutvidelser&quot;
8624
+ </pre></td></tr>
8625
+
8626
+
8627
+ <tr><th class="line-num" id="L1875"><a href="#L1875">1875</a></th><td class="line-code"><pre>
8628
+ </pre></td></tr>
8629
+
8630
+
8631
+ <tr><th class="line-num" id="L1876"><a href="#L1876">1876</a></th><td class="line-code"><pre># Jeg tenker dette er et egennavn. Lar den stå.
8632
+ </pre></td></tr>
8633
+
8634
+
8635
+ <tr><th class="line-num" id="L1877"><a href="#L1877">1877</a></th><td class="line-code"><pre>#: ../lib/tribe-debug-bar.class.php:29
8636
+ </pre></td></tr>
8637
+
8638
+
8639
+ <tr><th class="line-num" id="L1878"><a href="#L1878">1878</a></th><td class="line-code"><pre>msgid &quot;Tribe&quot;
8640
+ </pre></td></tr>
8641
+
8642
+
8643
+ <tr><th class="line-num" id="L1879"><a href="#L1879">1879</a></th><td class="line-code"><pre>msgstr &quot;Tribe&quot;
8644
+ </pre></td></tr>
8645
+
8646
+
8647
+ <tr><th class="line-num" id="L1880"><a href="#L1880">1880</a></th><td class="line-code"><pre>
8648
+ </pre></td></tr>
8649
+
8650
+
8651
+ <tr><th class="line-num" id="L1881"><a href="#L1881">1881</a></th><td class="line-code"><pre>#: ../lib/tribe-event-api.class.php:374
8652
+ </pre></td></tr>
8653
+
8654
+
8655
+ <tr><th class="line-num" id="L1882"><a href="#L1882">1882</a></th><td class="line-code"><pre>msgid &quot;United States&quot;
8656
+ </pre></td></tr>
8657
+
8658
+
8659
+ <tr><th class="line-num" id="L1883"><a href="#L1883">1883</a></th><td class="line-code"><pre>msgstr &quot;USA&quot;
8660
+ </pre></td></tr>
8661
+
8662
+
8663
+ <tr><th class="line-num" id="L1884"><a href="#L1884">1884</a></th><td class="line-code"><pre>
8664
+ </pre></td></tr>
8665
+
8666
+
8667
+ <tr><th class="line-num" id="L1885"><a href="#L1885">1885</a></th><td class="line-code"><pre>#: ../lib/tribe-event-exception.class.php:17
8668
+ </pre></td></tr>
8669
+
8670
+
8671
+ <tr><th class="line-num" id="L1886"><a href="#L1886">1886</a></th><td class="line-code"><pre>#: ../lib/tribe-event-exception.class.php:34
8672
+ </pre></td></tr>
8673
+
8674
+
8675
+ <tr><th class="line-num" id="L1887"><a href="#L1887">1887</a></th><td class="line-code"><pre>msgid &quot;Error&quot;
8676
+ </pre></td></tr>
8677
+
8678
+
8679
+ <tr><th class="line-num" id="L1888"><a href="#L1888">1888</a></th><td class="line-code"><pre>msgstr &quot;Feil&quot;
8680
+ </pre></td></tr>
8681
+
8682
+
8683
+ <tr><th class="line-num" id="L1889"><a href="#L1889">1889</a></th><td class="line-code"><pre>
8684
+ </pre></td></tr>
8685
+
8686
+
8687
+ <tr><th class="line-num" id="L1890"><a href="#L1890">1890</a></th><td class="line-code"><pre>#: ../lib/tribe-field.class.php:168
8688
+ </pre></td></tr>
8689
+
8690
+
8691
+ <tr><th class="line-num" id="L1891"><a href="#L1891">1891</a></th><td class="line-code"><pre>msgid &quot;Invalid field type specified&quot;
8692
+ </pre></td></tr>
8693
+
8694
+
8695
+ <tr><th class="line-num" id="L1892"><a href="#L1892">1892</a></th><td class="line-code"><pre>msgstr &quot;Ugyldig felttype spesifisert&quot;
8696
+ </pre></td></tr>
8697
+
8698
+
8699
+ <tr><th class="line-num" id="L1893"><a href="#L1893">1893</a></th><td class="line-code"><pre>
8700
+ </pre></td></tr>
8701
+
8702
+
8703
+ <tr><th class="line-num" id="L1894"><a href="#L1894">1894</a></th><td class="line-code"><pre>#: ../lib/tribe-field.class.php:438
8704
+ </pre></td></tr>
8705
+
8706
+
8707
+ <tr><th class="line-num" id="L1895"><a href="#L1895">1895</a></th><td class="line-code"><pre>msgid &quot;No radio options specified&quot;
8708
+ </pre></td></tr>
8709
+
8710
+
8711
+ <tr><th class="line-num" id="L1896"><a href="#L1896">1896</a></th><td class="line-code"><pre>msgstr &quot;Ingen radioknappvalg er spesifisert&quot;
8712
+ </pre></td></tr>
8713
+
8714
+
8715
+ <tr><th class="line-num" id="L1897"><a href="#L1897">1897</a></th><td class="line-code"><pre>
8716
+ </pre></td></tr>
8717
+
8718
+
8719
+ <tr><th class="line-num" id="L1898"><a href="#L1898">1898</a></th><td class="line-code"><pre>#: ../lib/tribe-field.class.php:475
8720
+ </pre></td></tr>
8721
+
8722
+
8723
+ <tr><th class="line-num" id="L1899"><a href="#L1899">1899</a></th><td class="line-code"><pre>msgid &quot;No checkbox options specified&quot;
8724
+ </pre></td></tr>
8725
+
8726
+
8727
+ <tr><th class="line-num" id="L1900"><a href="#L1900">1900</a></th><td class="line-code"><pre>msgstr &quot;Ingen sjekkboks-valg er spesifiserte&quot;
8728
+ </pre></td></tr>
8729
+
8730
+
8731
+ <tr><th class="line-num" id="L1901"><a href="#L1901">1901</a></th><td class="line-code"><pre>
8732
+ </pre></td></tr>
8733
+
8734
+
8735
+ <tr><th class="line-num" id="L1902"><a href="#L1902">1902</a></th><td class="line-code"><pre>#: ../lib/tribe-field.class.php:530
8736
+ </pre></td></tr>
8737
+
8738
+
8739
+ <tr><th class="line-num" id="L1903"><a href="#L1903">1903</a></th><td class="line-code"><pre>msgid &quot;No select options specified&quot;
8740
+ </pre></td></tr>
8741
+
8742
+
8743
+ <tr><th class="line-num" id="L1904"><a href="#L1904">1904</a></th><td class="line-code"><pre>msgstr &quot;Ingen valgmuligheter er spesifisert&quot;
8744
+ </pre></td></tr>
8745
+
8746
+
8747
+ <tr><th class="line-num" id="L1905"><a href="#L1905">1905</a></th><td class="line-code"><pre>
8748
+ </pre></td></tr>
8749
+
8750
+
8751
+ <tr><th class="line-num" id="L1906"><a href="#L1906">1906</a></th><td class="line-code"><pre>#
8752
+ </pre></td></tr>
8753
+
8754
+
8755
+ <tr><th class="line-num" id="L1907"><a href="#L1907">1907</a></th><td class="line-code"><pre>#: ../lib/tribe-settings-tab.class.php:219
8756
+ </pre></td></tr>
8757
+
8758
+
8759
+ <tr><th class="line-num" id="L1908"><a href="#L1908">1908</a></th><td class="line-code"><pre>msgid &quot;There are no fields setup for this tab yet.&quot;
8760
+ </pre></td></tr>
8761
+
8762
+
8763
+ <tr><th class="line-num" id="L1909"><a href="#L1909">1909</a></th><td class="line-code"><pre>msgstr &quot;Det finnes ingen konfigurerte felter for denne fanen enda.&quot;
8764
+ </pre></td></tr>
8765
+
8766
+
8767
+ <tr><th class="line-num" id="L1910"><a href="#L1910">1910</a></th><td class="line-code"><pre>
8768
+ </pre></td></tr>
8769
+
8770
+
8771
+ <tr><th class="line-num" id="L1911"><a href="#L1911">1911</a></th><td class="line-code"><pre># Er ikke dette et egennavn? Skal man oversette det?
8772
+ </pre></td></tr>
8773
+
8774
+
8775
+ <tr><th class="line-num" id="L1912"><a href="#L1912">1912</a></th><td class="line-code"><pre>#
8776
+ </pre></td></tr>
8777
+
8778
+
8779
+ <tr><th class="line-num" id="L1913"><a href="#L1913">1913</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
8780
+ </pre></td></tr>
8781
+
8782
+
8783
+ <tr><th class="line-num" id="L1914"><a href="#L1914">1914</a></th><td class="line-code"><pre>msgid &quot;The Events Calendar Settings&quot;
8784
+ </pre></td></tr>
8785
+
8786
+
8787
+ <tr><th class="line-num" id="L1915"><a href="#L1915">1915</a></th><td class="line-code"><pre>msgstr &quot;Innstillinger for The Events Calendar&quot;
8788
+ </pre></td></tr>
8789
+
8790
+
8791
+ <tr><th class="line-num" id="L1916"><a href="#L1916">1916</a></th><td class="line-code"><pre>
8792
+ </pre></td></tr>
8793
+
8794
+
8795
+ <tr><th class="line-num" id="L1917"><a href="#L1917">1917</a></th><td class="line-code"><pre>#
8796
+ </pre></td></tr>
8797
+
8798
+
8799
+ <tr><th class="line-num" id="L1918"><a href="#L1918">1918</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:176
8800
+ </pre></td></tr>
8801
+
8802
+
8803
+ <tr><th class="line-num" id="L1919"><a href="#L1919">1919</a></th><td class="line-code"><pre>msgid &quot;Events Settings&quot;
8804
+ </pre></td></tr>
8805
+
8806
+
8807
+ <tr><th class="line-num" id="L1920"><a href="#L1920">1920</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetsinnstillinger&quot;
8808
+ </pre></td></tr>
8809
+
8810
+
8811
+ <tr><th class="line-num" id="L1921"><a href="#L1921">1921</a></th><td class="line-code"><pre>
8812
+ </pre></td></tr>
8813
+
8814
+
8815
+ <tr><th class="line-num" id="L1922"><a href="#L1922">1922</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:225
8816
+ </pre></td></tr>
8817
+
8818
+
8819
+ <tr><th class="line-num" id="L1923"><a href="#L1923">1923</a></th><td class="line-code"><pre>#, php-format
8820
+ </pre></td></tr>
8821
+
8822
+
8823
+ <tr><th class="line-num" id="L1924"><a href="#L1924">1924</a></th><td class="line-code"><pre>msgid &quot;%s Settings&quot;
8824
+ </pre></td></tr>
8825
+
8826
+
8827
+ <tr><th class="line-num" id="L1925"><a href="#L1925">1925</a></th><td class="line-code"><pre>msgstr &quot;%s Innstillinger&quot;
8828
+ </pre></td></tr>
8829
+
8830
+
8831
+ <tr><th class="line-num" id="L1926"><a href="#L1926">1926</a></th><td class="line-code"><pre>
8832
+ </pre></td></tr>
8833
+
8834
+
8835
+ <tr><th class="line-num" id="L1927"><a href="#L1927">1927</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:239
8836
+ </pre></td></tr>
8837
+
8838
+
8839
+ <tr><th class="line-num" id="L1928"><a href="#L1928">1928</a></th><td class="line-code"><pre>msgid &quot;You&#39;ve requested a non-existent tab.&quot;
8840
+ </pre></td></tr>
8841
+
8842
+
8843
+ <tr><th class="line-num" id="L1929"><a href="#L1929">1929</a></th><td class="line-code"><pre>msgstr &quot;Du har spesifisert en fane som ikke eksisterer&quot;
8844
+ </pre></td></tr>
8845
+
8846
+
8847
+ <tr><th class="line-num" id="L1930"><a href="#L1930">1930</a></th><td class="line-code"><pre>
8848
+ </pre></td></tr>
8849
+
8850
+
8851
+ <tr><th class="line-num" id="L1931"><a href="#L1931">1931</a></th><td class="line-code"><pre>#
8852
+ </pre></td></tr>
8853
+
8854
+
8855
+ <tr><th class="line-num" id="L1932"><a href="#L1932">1932</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:247
8856
+ </pre></td></tr>
8857
+
8858
+
8859
+ <tr><th class="line-num" id="L1933"><a href="#L1933">1933</a></th><td class="line-code"><pre>msgid &quot; Save Changes&quot;
8860
+ </pre></td></tr>
8861
+
8862
+
8863
+ <tr><th class="line-num" id="L1934"><a href="#L1934">1934</a></th><td class="line-code"><pre>msgstr &quot;Lagre endringer&quot;
8864
+ </pre></td></tr>
8865
+
8866
+
8867
+ <tr><th class="line-num" id="L1935"><a href="#L1935">1935</a></th><td class="line-code"><pre>
8868
+ </pre></td></tr>
8869
+
8870
+
8871
+ <tr><th class="line-num" id="L1936"><a href="#L1936">1936</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:299
8872
+ </pre></td></tr>
8873
+
8874
+
8875
+ <tr><th class="line-num" id="L1937"><a href="#L1937">1937</a></th><td class="line-code"><pre>msgid &quot;You don&#39;t have permission to do that.&quot;
8876
+ </pre></td></tr>
8877
+
8878
+
8879
+ <tr><th class="line-num" id="L1938"><a href="#L1938">1938</a></th><td class="line-code"><pre>msgstr &quot;Du har ikke tillatelse til å utføre handlingen.&quot;
8880
+ </pre></td></tr>
8881
+
8882
+
8883
+ <tr><th class="line-num" id="L1939"><a href="#L1939">1939</a></th><td class="line-code"><pre>
8884
+ </pre></td></tr>
8885
+
8886
+
8887
+ <tr><th class="line-num" id="L1940"><a href="#L1940">1940</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:305
8888
+ </pre></td></tr>
8889
+
8890
+
8891
+ <tr><th class="line-num" id="L1941"><a href="#L1941">1941</a></th><td class="line-code"><pre>msgid &quot;The request was sent insecurely.&quot;
8892
+ </pre></td></tr>
8893
+
8894
+
8895
+ <tr><th class="line-num" id="L1942"><a href="#L1942">1942</a></th><td class="line-code"><pre>msgstr &quot;Forespørselen ble sendt usikret.&quot;
8896
+ </pre></td></tr>
8897
+
8898
+
8899
+ <tr><th class="line-num" id="L1943"><a href="#L1943">1943</a></th><td class="line-code"><pre>
8900
+ </pre></td></tr>
8901
+
8902
+
8903
+ <tr><th class="line-num" id="L1944"><a href="#L1944">1944</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:311
8904
+ </pre></td></tr>
8905
+
8906
+
8907
+ <tr><th class="line-num" id="L1945"><a href="#L1945">1945</a></th><td class="line-code"><pre>msgid &quot;The request wasn&#39;t sent from this tab.&quot;
8908
+ </pre></td></tr>
8909
+
8910
+
8911
+ <tr><th class="line-num" id="L1946"><a href="#L1946">1946</a></th><td class="line-code"><pre>msgstr &quot;Etterspørselen ble ikke sendt fra denne fanen&quot;
8912
+ </pre></td></tr>
8913
+
8914
+
8915
+ <tr><th class="line-num" id="L1947"><a href="#L1947">1947</a></th><td class="line-code"><pre>
8916
+ </pre></td></tr>
8917
+
8918
+
8919
+ <tr><th class="line-num" id="L1948"><a href="#L1948">1948</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:476
8920
+ </pre></td></tr>
8921
+
8922
+
8923
+ <tr><th class="line-num" id="L1949"><a href="#L1949">1949</a></th><td class="line-code"><pre>msgid &quot;Your form had the following errors:&quot;
8924
+ </pre></td></tr>
8925
+
8926
+
8927
+ <tr><th class="line-num" id="L1950"><a href="#L1950">1950</a></th><td class="line-code"><pre>msgstr &quot;Skjemaet hadde følgende feil:&quot;
8928
+ </pre></td></tr>
8929
+
8930
+
8931
+ <tr><th class="line-num" id="L1951"><a href="#L1951">1951</a></th><td class="line-code"><pre>
8932
+ </pre></td></tr>
8933
+
8934
+
8935
+ <tr><th class="line-num" id="L1952"><a href="#L1952">1952</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:485
8936
+ </pre></td></tr>
8937
+
8938
+
8939
+ <tr><th class="line-num" id="L1953"><a href="#L1953">1953</a></th><td class="line-code"><pre>msgid &quot;None of your settings were saved. Please try again.&quot;
8940
+ </pre></td></tr>
8941
+
8942
+
8943
+ <tr><th class="line-num" id="L1954"><a href="#L1954">1954</a></th><td class="line-code"><pre>msgstr &quot;Ingen av innstillingene dine ble lagret. Vennligst prøv igjen.&quot;
8944
+ </pre></td></tr>
8945
+
8946
+
8947
+ <tr><th class="line-num" id="L1955"><a href="#L1955">1955</a></th><td class="line-code"><pre>
8948
+ </pre></td></tr>
8949
+
8950
+
8951
+ <tr><th class="line-num" id="L1956"><a href="#L1956">1956</a></th><td class="line-code"><pre>#
8952
+ </pre></td></tr>
8953
+
8954
+
8955
+ <tr><th class="line-num" id="L1957"><a href="#L1957">1957</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:509
8956
+ </pre></td></tr>
8957
+
8958
+
8959
+ <tr><th class="line-num" id="L1958"><a href="#L1958">1958</a></th><td class="line-code"><pre>msgid &quot;Settings saved.&quot;
8960
+ </pre></td></tr>
8961
+
8962
+
8963
+ <tr><th class="line-num" id="L1959"><a href="#L1959">1959</a></th><td class="line-code"><pre>msgstr &quot;Innstillinger lagret.&quot;
8964
+ </pre></td></tr>
8965
+
8966
+
8967
+ <tr><th class="line-num" id="L1960"><a href="#L1960">1960</a></th><td class="line-code"><pre>
8968
+ </pre></td></tr>
8969
+
8970
+
8971
+ <tr><th class="line-num" id="L1961"><a href="#L1961">1961</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:257
8972
+ </pre></td></tr>
8973
+
8974
+
8975
+ <tr><th class="line-num" id="L1962"><a href="#L1962">1962</a></th><td class="line-code"><pre>#, php-format
8976
+ </pre></td></tr>
8977
+
8978
+
8979
+ <tr><th class="line-num" id="L1963"><a href="#L1963">1963</a></th><td class="line-code"><pre>msgid &quot;There were no results found for &lt;strong&gt;\&quot;%s\&quot;&lt;/strong&gt;.&quot;
8980
+ </pre></td></tr>
8981
+
8982
+
8983
+ <tr><th class="line-num" id="L1964"><a href="#L1964">1964</a></th><td class="line-code"><pre>msgstr &quot;Ingen resultater funnet for &lt;strong&gt;\&quot;% s\&quot;&lt;/ strong&gt;.&quot;
8984
+ </pre></td></tr>
8985
+
8986
+
8987
+ <tr><th class="line-num" id="L1965"><a href="#L1965">1965</a></th><td class="line-code"><pre>
8988
+ </pre></td></tr>
8989
+
8990
+
8991
+ <tr><th class="line-num" id="L1966"><a href="#L1966">1966</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:260
8992
+ </pre></td></tr>
8993
+
8994
+
8995
+ <tr><th class="line-num" id="L1967"><a href="#L1967">1967</a></th><td class="line-code"><pre>#, php-format
8996
+ </pre></td></tr>
8997
+
8998
+
8999
+ <tr><th class="line-num" id="L1968"><a href="#L1968">1968</a></th><td class="line-code"><pre>msgid &quot;No results were found for events in or near &lt;strong&gt;\&quot;%s\&quot;&lt;/strong&gt;.&quot;
9000
+ </pre></td></tr>
9001
+
9002
+
9003
+ <tr><th class="line-num" id="L1969"><a href="#L1969">1969</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9004
+ </pre></td></tr>
9005
+
9006
+
9007
+ <tr><th class="line-num" id="L1970"><a href="#L1970">1970</a></th><td class="line-code"><pre>&quot;Ingen resultater funnet for aktiviteter i nærheten av &lt;strong&gt;\&quot;% s\&quot;&lt;/ &quot;
9008
+ </pre></td></tr>
9009
+
9010
+
9011
+ <tr><th class="line-num" id="L1971"><a href="#L1971">1971</a></th><td class="line-code"><pre>&quot;strong&gt;.&quot;
9012
+ </pre></td></tr>
9013
+
9014
+
9015
+ <tr><th class="line-num" id="L1972"><a href="#L1972">1972</a></th><td class="line-code"><pre>
9016
+ </pre></td></tr>
9017
+
9018
+
9019
+ <tr><th class="line-num" id="L1973"><a href="#L1973">1973</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:263
9020
+ </pre></td></tr>
9021
+
9022
+
9023
+ <tr><th class="line-num" id="L1974"><a href="#L1974">1974</a></th><td class="line-code"><pre>#, fuzzy, php-format
9024
+ </pre></td></tr>
9025
+
9026
+
9027
+ <tr><th class="line-num" id="L1975"><a href="#L1975">1975</a></th><td class="line-code"><pre>msgid &quot;&quot;
9028
+ </pre></td></tr>
9029
+
9030
+
9031
+ <tr><th class="line-num" id="L1976"><a href="#L1976">1976</a></th><td class="line-code"><pre>&quot;No upcoming events listed under %s. Check out upcoming events for this &quot;
9032
+ </pre></td></tr>
9033
+
9034
+
9035
+ <tr><th class="line-num" id="L1977"><a href="#L1977">1977</a></th><td class="line-code"><pre>&quot;category or view the full calendar.&quot;
9036
+ </pre></td></tr>
9037
+
9038
+
9039
+ <tr><th class="line-num" id="L1978"><a href="#L1978">1978</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9040
+ </pre></td></tr>
9041
+
9042
+
9043
+ <tr><th class="line-num" id="L1979"><a href="#L1979">1979</a></th><td class="line-code"><pre>&quot;oppført under %s. Sjekk ut kommende hendelser for denne kategorien, eller se &quot;
9044
+ </pre></td></tr>
9045
+
9046
+
9047
+ <tr><th class="line-num" id="L1980"><a href="#L1980">1980</a></th><td class="line-code"><pre>&quot;hele kalenderen.&quot;
9048
+ </pre></td></tr>
9049
+
9050
+
9051
+ <tr><th class="line-num" id="L1981"><a href="#L1981">1981</a></th><td class="line-code"><pre>
9052
+ </pre></td></tr>
9053
+
9054
+
9055
+ <tr><th class="line-num" id="L1982"><a href="#L1982">1982</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:266
9056
+ </pre></td></tr>
9057
+
9058
+
9059
+ <tr><th class="line-num" id="L1983"><a href="#L1983">1983</a></th><td class="line-code"><pre>#, fuzzy, php-format
9060
+ </pre></td></tr>
9061
+
9062
+
9063
+ <tr><th class="line-num" id="L1984"><a href="#L1984">1984</a></th><td class="line-code"><pre>msgid &quot;&quot;
9064
+ </pre></td></tr>
9065
+
9066
+
9067
+ <tr><th class="line-num" id="L1985"><a href="#L1985">1985</a></th><td class="line-code"><pre>&quot;No matching events listed under %s. Check out upcoming events for this &quot;
9068
+ </pre></td></tr>
9069
+
9070
+
9071
+ <tr><th class="line-num" id="L1986"><a href="#L1986">1986</a></th><td class="line-code"><pre>&quot;category or view the full calendar.&quot;
9072
+ </pre></td></tr>
9073
+
9074
+
9075
+ <tr><th class="line-num" id="L1987"><a href="#L1987">1987</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9076
+ </pre></td></tr>
9077
+
9078
+
9079
+ <tr><th class="line-num" id="L1988"><a href="#L1988">1988</a></th><td class="line-code"><pre>&quot;oppført under %s. Sjekk ut kommende hendelser for denne kategorien, eller se &quot;
9080
+ </pre></td></tr>
9081
+
9082
+
9083
+ <tr><th class="line-num" id="L1989"><a href="#L1989">1989</a></th><td class="line-code"><pre>&quot;hele kalenderen.&quot;
9084
+ </pre></td></tr>
9085
+
9086
+
9087
+ <tr><th class="line-num" id="L1990"><a href="#L1990">1990</a></th><td class="line-code"><pre>
9088
+ </pre></td></tr>
9089
+
9090
+
9091
+ <tr><th class="line-num" id="L1991"><a href="#L1991">1991</a></th><td class="line-code"><pre>#
9092
+ </pre></td></tr>
9093
+
9094
+
9095
+ <tr><th class="line-num" id="L1992"><a href="#L1992">1992</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:269
9096
+ </pre></td></tr>
9097
+
9098
+
9099
+ <tr><th class="line-num" id="L1993"><a href="#L1993">1993</a></th><td class="line-code"><pre>msgid &quot;No previous events &quot;
9100
+ </pre></td></tr>
9101
+
9102
+
9103
+ <tr><th class="line-num" id="L1994"><a href="#L1994">1994</a></th><td class="line-code"><pre>msgstr &quot;Ingen tidligere aktiviteter&quot;
9104
+ </pre></td></tr>
9105
+
9106
+
9107
+ <tr><th class="line-num" id="L1995"><a href="#L1995">1995</a></th><td class="line-code"><pre>
9108
+ </pre></td></tr>
9109
+
9110
+
9111
+ <tr><th class="line-num" id="L1996"><a href="#L1996">1996</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:272
9112
+ </pre></td></tr>
9113
+
9114
+
9115
+ <tr><th class="line-num" id="L1997"><a href="#L1997">1997</a></th><td class="line-code"><pre>msgid &quot;There were no results found.&quot;
9116
+ </pre></td></tr>
9117
+
9118
+
9119
+ <tr><th class="line-num" id="L1998"><a href="#L1998">1998</a></th><td class="line-code"><pre>msgstr &quot;Ingen resultater ble funnet.&quot;
9120
+ </pre></td></tr>
9121
+
9122
+
9123
+ <tr><th class="line-num" id="L1999"><a href="#L1999">1999</a></th><td class="line-code"><pre>
9124
+ </pre></td></tr>
9125
+
9126
+
9127
+ <tr><th class="line-num" id="L2000"><a href="#L2000">2000</a></th><td class="line-code"><pre>#: ../lib/tribe-templates.class.php:501
9128
+ </pre></td></tr>
9129
+
9130
+
9131
+ <tr><th class="line-num" id="L2001"><a href="#L2001">2001</a></th><td class="line-code"><pre>#, php-format
9132
+ </pre></td></tr>
9133
+
9134
+
9135
+ <tr><th class="line-num" id="L2002"><a href="#L2002">2002</a></th><td class="line-code"><pre>msgid &quot;Template overrides should be moved to the correct subdirectory: %s&quot;
9136
+ </pre></td></tr>
9137
+
9138
+
9139
+ <tr><th class="line-num" id="L2003"><a href="#L2003">2003</a></th><td class="line-code"><pre>msgstr &quot;Overstyring av malvalg bør flyttes til riktig underkatalog: %s&quot;
9140
+ </pre></td></tr>
9141
+
9142
+
9143
+ <tr><th class="line-num" id="L2004"><a href="#L2004">2004</a></th><td class="line-code"><pre>
9144
+ </pre></td></tr>
9145
+
9146
+
9147
+ <tr><th class="line-num" id="L2005"><a href="#L2005">2005</a></th><td class="line-code"><pre>#: ../lib/tribe-templates.class.php:542
9148
+ </pre></td></tr>
9149
+
9150
+
9151
+ <tr><th class="line-num" id="L2006"><a href="#L2006">2006</a></th><td class="line-code"><pre>#, php-format
9152
+ </pre></td></tr>
9153
+
9154
+
9155
+ <tr><th class="line-num" id="L2007"><a href="#L2007">2007</a></th><td class="line-code"><pre>msgid &quot;&quot;
9156
+ </pre></td></tr>
9157
+
9158
+
9159
+ <tr><th class="line-num" id="L2008"><a href="#L2008">2008</a></th><td class="line-code"><pre>&quot;Template overrides should be moved to the correct subdirectory: &quot;
9160
+ </pre></td></tr>
9161
+
9162
+
9163
+ <tr><th class="line-num" id="L2009"><a href="#L2009">2009</a></th><td class="line-code"><pre>&quot;tribe_get_template_part(&#39;%s&#39;)&quot;
9164
+ </pre></td></tr>
9165
+
9166
+
9167
+ <tr><th class="line-num" id="L2010"><a href="#L2010">2010</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9168
+ </pre></td></tr>
9169
+
9170
+
9171
+ <tr><th class="line-num" id="L2011"><a href="#L2011">2011</a></th><td class="line-code"><pre>&quot;Overstyring av malvalg bør flyttes til riktig underkatalog: &quot;
9172
+ </pre></td></tr>
9173
+
9174
+
9175
+ <tr><th class="line-num" id="L2012"><a href="#L2012">2012</a></th><td class="line-code"><pre>&quot;tribe_get_template_part(&#39;%s&#39;)&quot;
9176
+ </pre></td></tr>
9177
+
9178
+
9179
+ <tr><th class="line-num" id="L2013"><a href="#L2013">2013</a></th><td class="line-code"><pre>
9180
+ </pre></td></tr>
9181
+
9182
+
9183
+ <tr><th class="line-num" id="L2014"><a href="#L2014">2014</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:64
9184
+ </pre></td></tr>
9185
+
9186
+
9187
+ <tr><th class="line-num" id="L2015"><a href="#L2015">2015</a></th><td class="line-code"><pre>#, fuzzy, php-format
9188
+ </pre></td></tr>
9189
+
9190
+
9191
+ <tr><th class="line-num" id="L2016"><a href="#L2016">2016</a></th><td class="line-code"><pre>msgid &quot;&quot;
9192
+ </pre></td></tr>
9193
+
9194
+
9195
+ <tr><th class="line-num" id="L2017"><a href="#L2017">2017</a></th><td class="line-code"><pre>&quot;Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure &quot;
9196
+ </pre></td></tr>
9197
+
9198
+
9199
+ <tr><th class="line-num" id="L2018"><a href="#L2018">2018</a></th><td class="line-code"><pre>&quot;you have backed up before proceeding any further. You can easily &lt;a href=\&quot;%s&quot;
9200
+ </pre></td></tr>
9201
+
9202
+
9203
+ <tr><th class="line-num" id="L2019"><a href="#L2019">2019</a></th><td class="line-code"><pre>&quot;\&quot;&gt;revert to an old version&lt;/a&gt; if you want to backup first. This upgrade &quot;
9204
+ </pre></td></tr>
9205
+
9206
+
9207
+ <tr><th class="line-num" id="L2020"><a href="#L2020">2020</a></th><td class="line-code"><pre>&quot;includes two major steps, &lt;a href=\&quot;%s\&quot;&gt;migrating data&lt;/a&gt; &amp;amp; updating &quot;
9208
+ </pre></td></tr>
9209
+
9210
+
9211
+ <tr><th class="line-num" id="L2021"><a href="#L2021">2021</a></th><td class="line-code"><pre>&quot;your templates as necessary. There have been significant changes to the &quot;
9212
+ </pre></td></tr>
9213
+
9214
+
9215
+ <tr><th class="line-num" id="L2022"><a href="#L2022">2022</a></th><td class="line-code"><pre>&quot;template tags and functions. Check out our &lt;a href=\&quot;%s\&quot;&gt;walk-through on &quot;
9216
+ </pre></td></tr>
9217
+
9218
+
9219
+ <tr><th class="line-num" id="L2023"><a href="#L2023">2023</a></th><td class="line-code"><pre>&quot;the upgrade&lt;/a&gt; before proceeding and check out the FAQ &amp;amp; Knowledge base &quot;
9220
+ </pre></td></tr>
9221
+
9222
+
9223
+ <tr><th class="line-num" id="L2024"><a href="#L2024">2024</a></th><td class="line-code"><pre>&quot;from the &lt;a href=\&quot;%s\&quot;&gt;support page&lt;/a&gt;. If you&#39;re new to The Events &quot;
9224
+ </pre></td></tr>
9225
+
9226
+
9227
+ <tr><th class="line-num" id="L2025"><a href="#L2025">2025</a></th><td class="line-code"><pre>&quot;Calendar, you may want to review our &lt;a href=\&quot;%s\&quot;&gt;new user primer&lt;/a&gt;.&lt;br/&quot;
9228
+ </pre></td></tr>
9229
+
9230
+
9231
+ <tr><th class="line-num" id="L2026"><a href="#L2026">2026</a></th><td class="line-code"><pre>&quot;&gt;&lt;br/&gt; You have events that need to be migrated. Please visit the bottom of &quot;
9232
+ </pre></td></tr>
9233
+
9234
+
9235
+ <tr><th class="line-num" id="L2027"><a href="#L2027">2027</a></th><td class="line-code"><pre>&quot;the &lt;a href=\&quot;%s\&quot;&gt;settings page&lt;/a&gt; to perform the migration.&quot;
9236
+ </pre></td></tr>
9237
+
9238
+
9239
+ <tr><th class="line-num" id="L2028"><a href="#L2028">2028</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9240
+ </pre></td></tr>
9241
+
9242
+
9243
+ <tr><th class="line-num" id="L2029"><a href="#L2029">2029</a></th><td class="line-code"><pre>&quot;Velkommen til Events 2.0! Dette er en STOR oppgradering fra 1.6.5. Vennligst &quot;
9244
+ </pre></td></tr>
9245
+
9246
+
9247
+ <tr><th class="line-num" id="L2030"><a href="#L2030">2030</a></th><td class="line-code"><pre>&quot;se til at du har tatt en sikkerhetskopi før du fortsetter. Du kan enkelt &lt;a &quot;
9248
+ </pre></td></tr>
9249
+
9250
+
9251
+ <tr><th class="line-num" id="L2031"><a href="#L2031">2031</a></th><td class="line-code"><pre>&quot;href=\&quot; %s\&quot;&gt;rulle tilbake til en eldre versjon&lt;/a&gt; om du vil ta en &quot;
9252
+ </pre></td></tr>
9253
+
9254
+
9255
+ <tr><th class="line-num" id="L2032"><a href="#L2032">2032</a></th><td class="line-code"><pre>&quot;sikkerhetskopi først. Denne oppgraderingen består av to hovedsteg; &lt;a href=&quot;
9256
+ </pre></td></tr>
9257
+
9258
+
9259
+ <tr><th class="line-num" id="L2033"><a href="#L2033">2033</a></th><td class="line-code"><pre>&quot;\&quot;options-general.php?page=tribe-events-calendar\&quot;&gt;migrering av data&lt;/a&gt; og &quot;
9260
+ </pre></td></tr>
9261
+
9262
+
9263
+ <tr><th class="line-num" id="L2034"><a href="#L2034">2034</a></th><td class="line-code"><pre>&quot;oppdatering av malene dine om nødvendig. Taggene for maler og funksjonene &quot;
9264
+ </pre></td></tr>
9265
+
9266
+
9267
+ <tr><th class="line-num" id="L2035"><a href="#L2035">2035</a></th><td class="line-code"><pre>&quot;har gjennomgått betydelige endringer. Ta en titt på vår &lt;a href=\&quot;%s&quot;
9268
+ </pre></td></tr>
9269
+
9270
+
9271
+ <tr><th class="line-num" id="L2036"><a href="#L2036">2036</a></th><td class="line-code"><pre>&quot;\&quot;&gt;oppgraderingsveiledning&lt;/a&gt; før du fortsetter, og se på FAQen og &quot;
9272
+ </pre></td></tr>
9273
+
9274
+
9275
+ <tr><th class="line-num" id="L2037"><a href="#L2037">2037</a></th><td class="line-code"><pre>&quot;kunnskapsdatabasen fra &lt;a href=\&quot;%s\&quot;&gt;siden for brukerstøtte&lt;/a&gt;. Om det er &quot;
9276
+ </pre></td></tr>
9277
+
9278
+
9279
+ <tr><th class="line-num" id="L2038"><a href="#L2038">2038</a></th><td class="line-code"><pre>&quot;første gang du bruker The Events Calendar anbefaler vi at du leser vår &lt;a &quot;
9280
+ </pre></td></tr>
9281
+
9282
+
9283
+ <tr><th class="line-num" id="L2039"><a href="#L2039">2039</a></th><td class="line-code"><pre>&quot;href=\&quot;%s\&quot;&gt;veiledning for nye brukere&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt; Du har aktiviteter som &quot;
9284
+ </pre></td></tr>
9285
+
9286
+
9287
+ <tr><th class="line-num" id="L2040"><a href="#L2040">2040</a></th><td class="line-code"><pre>&quot;må migreres. Vennligst se nederst på siden for &lt;a href=\&quot;options-general.php?&quot;
9288
+ </pre></td></tr>
9289
+
9290
+
9291
+ <tr><th class="line-num" id="L2041"><a href="#L2041">2041</a></th><td class="line-code"><pre>&quot;page=tribe-events-calendar\&quot;&gt;innstillinger&lt;/a&gt; for å utføre migreringen.&quot;
9292
+ </pre></td></tr>
9293
+
9294
+
9295
+ <tr><th class="line-num" id="L2042"><a href="#L2042">2042</a></th><td class="line-code"><pre>
9296
+ </pre></td></tr>
9297
+
9298
+
9299
+ <tr><th class="line-num" id="L2043"><a href="#L2043">2043</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:86
9300
+ </pre></td></tr>
9301
+
9302
+
9303
+ <tr><th class="line-num" id="L2044"><a href="#L2044">2044</a></th><td class="line-code"><pre>msgid &quot;Upgrade from The Events Calendar&quot;
9304
+ </pre></td></tr>
9305
+
9306
+
9307
+ <tr><th class="line-num" id="L2045"><a href="#L2045">2045</a></th><td class="line-code"><pre>msgstr &quot;Oppgrader fra The Events Calendar&quot;
9308
+ </pre></td></tr>
9309
+
9310
+
9311
+ <tr><th class="line-num" id="L2046"><a href="#L2046">2046</a></th><td class="line-code"><pre>
9312
+ </pre></td></tr>
9313
+
9314
+
9315
+ <tr><th class="line-num" id="L2047"><a href="#L2047">2047</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:87
9316
+ </pre></td></tr>
9317
+
9318
+
9319
+ <tr><th class="line-num" id="L2048"><a href="#L2048">2048</a></th><td class="line-code"><pre>msgid &quot;&quot;
9320
+ </pre></td></tr>
9321
+
9322
+
9323
+ <tr><th class="line-num" id="L2049"><a href="#L2049">2049</a></th><td class="line-code"><pre>&quot;It appears that you have some old events calendar data that needs to be &quot;
9324
+ </pre></td></tr>
9325
+
9326
+
9327
+ <tr><th class="line-num" id="L2050"><a href="#L2050">2050</a></th><td class="line-code"><pre>&quot;upgraded. Please be sure to back up your database before initiating the &quot;
9328
+ </pre></td></tr>
9329
+
9330
+
9331
+ <tr><th class="line-num" id="L2051"><a href="#L2051">2051</a></th><td class="line-code"><pre>&quot;upgrade. This process can not be undone.&quot;
9332
+ </pre></td></tr>
9333
+
9334
+
9335
+ <tr><th class="line-num" id="L2052"><a href="#L2052">2052</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9336
+ </pre></td></tr>
9337
+
9338
+
9339
+ <tr><th class="line-num" id="L2053"><a href="#L2053">2053</a></th><td class="line-code"><pre>&quot;Det ser ut til at du har noen eldre Events Calendar-data som må oppgraderes. &quot;
9340
+ </pre></td></tr>
9341
+
9342
+
9343
+ <tr><th class="line-num" id="L2054"><a href="#L2054">2054</a></th><td class="line-code"><pre>&quot;Vennligst tilse at du har en sikkerhetskopi av databasen før du utfører &quot;
9344
+ </pre></td></tr>
9345
+
9346
+
9347
+ <tr><th class="line-num" id="L2055"><a href="#L2055">2055</a></th><td class="line-code"><pre>&quot;oppgraderingen. Denne prosessen kan ikke angres.&quot;
9348
+ </pre></td></tr>
9349
+
9350
+
9351
+ <tr><th class="line-num" id="L2056"><a href="#L2056">2056</a></th><td class="line-code"><pre>
9352
+ </pre></td></tr>
9353
+
9354
+
9355
+ <tr><th class="line-num" id="L2057"><a href="#L2057">2057</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:88
9356
+ </pre></td></tr>
9357
+
9358
+
9359
+ <tr><th class="line-num" id="L2058"><a href="#L2058">2058</a></th><td class="line-code"><pre>msgid &quot;Migrate Data!&quot;
9360
+ </pre></td></tr>
9361
+
9362
+
9363
+ <tr><th class="line-num" id="L2059"><a href="#L2059">2059</a></th><td class="line-code"><pre>msgstr &quot;Migrer data!&quot;
9364
+ </pre></td></tr>
9365
+
9366
+
9367
+ <tr><th class="line-num" id="L2060"><a href="#L2060">2060</a></th><td class="line-code"><pre>
9368
+ </pre></td></tr>
9369
+
9370
+
9371
+ <tr><th class="line-num" id="L2061"><a href="#L2061">2061</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:166
9372
+ </pre></td></tr>
9373
+
9374
+
9375
+ <tr><th class="line-num" id="L2062"><a href="#L2062">2062</a></th><td class="line-code"><pre>#, php-format
9376
+ </pre></td></tr>
9377
+
9378
+
9379
+ <tr><th class="line-num" id="L2063"><a href="#L2063">2063</a></th><td class="line-code"><pre>msgid &quot;You successfully migrated (%d) entries.&quot;
9380
+ </pre></td></tr>
9381
+
9382
+
9383
+ <tr><th class="line-num" id="L2064"><a href="#L2064">2064</a></th><td class="line-code"><pre>msgstr &quot;(%d) oppføringer ble migrert uten feil.&quot;
9384
+ </pre></td></tr>
9385
+
9386
+
9387
+ <tr><th class="line-num" id="L2065"><a href="#L2065">2065</a></th><td class="line-code"><pre>
9388
+ </pre></td></tr>
9389
+
9390
+
9391
+ <tr><th class="line-num" id="L2066"><a href="#L2066">2066</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:242
9392
+ </pre></td></tr>
9393
+
9394
+
9395
+ <tr><th class="line-num" id="L2067"><a href="#L2067">2067</a></th><td class="line-code"><pre>msgid &quot;Install has 1 or more legacy event!&quot;
9396
+ </pre></td></tr>
9397
+
9398
+
9399
+ <tr><th class="line-num" id="L2068"><a href="#L2068">2068</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9400
+ </pre></td></tr>
9401
+
9402
+
9403
+ <tr><th class="line-num" id="L2069"><a href="#L2069">2069</a></th><td class="line-code"><pre>&quot;Installasjonen har en eller flere aktiviteter med gammelt innholdsformat!&quot;
9404
+ </pre></td></tr>
9405
+
9406
+
9407
+ <tr><th class="line-num" id="L2070"><a href="#L2070">2070</a></th><td class="line-code"><pre>
9408
+ </pre></td></tr>
9409
+
9410
+
9411
+ <tr><th class="line-num" id="L2071"><a href="#L2071">2071</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
9412
+ </pre></td></tr>
9413
+
9414
+
9415
+ <tr><th class="line-num" id="L2072"><a href="#L2072">2072</a></th><td class="line-code"><pre>msgid &quot;Invalid or incomplete field passed&quot;
9416
+ </pre></td></tr>
9417
+
9418
+
9419
+ <tr><th class="line-num" id="L2073"><a href="#L2073">2073</a></th><td class="line-code"><pre>msgstr &quot;Ugyldig eller ufullstendig felt ble sendt&quot;
9420
+ </pre></td></tr>
9421
+
9422
+
9423
+ <tr><th class="line-num" id="L2074"><a href="#L2074">2074</a></th><td class="line-code"><pre>
9424
+ </pre></td></tr>
9425
+
9426
+
9427
+ <tr><th class="line-num" id="L2075"><a href="#L2075">2075</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
9428
+ </pre></td></tr>
9429
+
9430
+
9431
+ <tr><th class="line-num" id="L2076"><a href="#L2076">2076</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:116
9432
+ </pre></td></tr>
9433
+
9434
+
9435
+ <tr><th class="line-num" id="L2077"><a href="#L2077">2077</a></th><td class="line-code"><pre>msgid &quot;Field ID:&quot;
9436
+ </pre></td></tr>
9437
+
9438
+
9439
+ <tr><th class="line-num" id="L2078"><a href="#L2078">2078</a></th><td class="line-code"><pre>msgstr &quot;Felt-ID:&quot;
9440
+ </pre></td></tr>
9441
+
9442
+
9443
+ <tr><th class="line-num" id="L2079"><a href="#L2079">2079</a></th><td class="line-code"><pre>
9444
+ </pre></td></tr>
9445
+
9446
+
9447
+ <tr><th class="line-num" id="L2080"><a href="#L2080">2080</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:109
9448
+ </pre></td></tr>
9449
+
9450
+
9451
+ <tr><th class="line-num" id="L2081"><a href="#L2081">2081</a></th><td class="line-code"><pre>msgid &quot;Non-existant field validation function passed&quot;
9452
+ </pre></td></tr>
9453
+
9454
+
9455
+ <tr><th class="line-num" id="L2082"><a href="#L2082">2082</a></th><td class="line-code"><pre>msgstr &quot;Ikke-eksisterende feltvalideringsfunksjon godkjent&quot;
9456
+ </pre></td></tr>
9457
+
9458
+
9459
+ <tr><th class="line-num" id="L2083"><a href="#L2083">2083</a></th><td class="line-code"><pre>
9460
+ </pre></td></tr>
9461
+
9462
+
9463
+ <tr><th class="line-num" id="L2084"><a href="#L2084">2084</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
9464
+ </pre></td></tr>
9465
+
9466
+
9467
+ <tr><th class="line-num" id="L2085"><a href="#L2085">2085</a></th><td class="line-code"><pre>#, php-format
9468
+ </pre></td></tr>
9469
+
9470
+
9471
+ <tr><th class="line-num" id="L2086"><a href="#L2086">2086</a></th><td class="line-code"><pre>msgid &quot;%s must contain numbers and letters only&quot;
9472
+ </pre></td></tr>
9473
+
9474
+
9475
+ <tr><th class="line-num" id="L2087"><a href="#L2087">2087</a></th><td class="line-code"><pre>msgstr &quot;%s må inneholde kun nummer og bokstaver&quot;
9476
+ </pre></td></tr>
9477
+
9478
+
9479
+ <tr><th class="line-num" id="L2088"><a href="#L2088">2088</a></th><td class="line-code"><pre>
9480
+ </pre></td></tr>
9481
+
9482
+
9483
+ <tr><th class="line-num" id="L2089"><a href="#L2089">2089</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:171
9484
+ </pre></td></tr>
9485
+
9486
+
9487
+ <tr><th class="line-num" id="L2090"><a href="#L2090">2090</a></th><td class="line-code"><pre>#, php-format
9488
+ </pre></td></tr>
9489
+
9490
+
9491
+ <tr><th class="line-num" id="L2091"><a href="#L2091">2091</a></th><td class="line-code"><pre>msgid &quot;%s must contain numbers, letters and dots only&quot;
9492
+ </pre></td></tr>
9493
+
9494
+
9495
+ <tr><th class="line-num" id="L2092"><a href="#L2092">2092</a></th><td class="line-code"><pre>msgstr &quot;%s må inneholde kun tall, bokstaver og punktum&quot;
9496
+ </pre></td></tr>
9497
+
9498
+
9499
+ <tr><th class="line-num" id="L2093"><a href="#L2093">2093</a></th><td class="line-code"><pre>
9500
+ </pre></td></tr>
9501
+
9502
+
9503
+ <tr><th class="line-num" id="L2094"><a href="#L2094">2094</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:187
9504
+ </pre></td></tr>
9505
+
9506
+
9507
+ <tr><th class="line-num" id="L2095"><a href="#L2095">2095</a></th><td class="line-code"><pre>#, php-format
9508
+ </pre></td></tr>
9509
+
9510
+
9511
+ <tr><th class="line-num" id="L2096"><a href="#L2096">2096</a></th><td class="line-code"><pre>msgid &quot;%s must be a positive number.&quot;
9512
+ </pre></td></tr>
9513
+
9514
+
9515
+ <tr><th class="line-num" id="L2097"><a href="#L2097">2097</a></th><td class="line-code"><pre>msgstr &quot;%s må være et positivt tall.&quot;
9516
+ </pre></td></tr>
9517
+
9518
+
9519
+ <tr><th class="line-num" id="L2098"><a href="#L2098">2098</a></th><td class="line-code"><pre>
9520
+ </pre></td></tr>
9521
+
9522
+
9523
+ <tr><th class="line-num" id="L2099"><a href="#L2099">2099</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:204
9524
+ </pre></td></tr>
9525
+
9526
+
9527
+ <tr><th class="line-num" id="L2100"><a href="#L2100">2100</a></th><td class="line-code"><pre>#, php-format
9528
+ </pre></td></tr>
9529
+
9530
+
9531
+ <tr><th class="line-num" id="L2101"><a href="#L2101">2101</a></th><td class="line-code"><pre>msgid &quot;%s must be a valid slug (numbers, letters, dashes, and underscores).&quot;
9532
+ </pre></td></tr>
9533
+
9534
+
9535
+ <tr><th class="line-num" id="L2102"><a href="#L2102">2102</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9536
+ </pre></td></tr>
9537
+
9538
+
9539
+ <tr><th class="line-num" id="L2103"><a href="#L2103">2103</a></th><td class="line-code"><pre>&quot;%s må være en gyldig slug (tall, bokstaver, bindestrek eller understrek).&quot;
9540
+ </pre></td></tr>
9541
+
9542
+
9543
+ <tr><th class="line-num" id="L2104"><a href="#L2104">2104</a></th><td class="line-code"><pre>
9544
+ </pre></td></tr>
9545
+
9546
+
9547
+ <tr><th class="line-num" id="L2105"><a href="#L2105">2105</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:221
9548
+ </pre></td></tr>
9549
+
9550
+
9551
+ <tr><th class="line-num" id="L2106"><a href="#L2106">2106</a></th><td class="line-code"><pre>#, php-format
9552
+ </pre></td></tr>
9553
+
9554
+
9555
+ <tr><th class="line-num" id="L2107"><a href="#L2107">2107</a></th><td class="line-code"><pre>msgid &quot;%s must be a valid absolute URL.&quot;
9556
+ </pre></td></tr>
9557
+
9558
+
9559
+ <tr><th class="line-num" id="L2108"><a href="#L2108">2108</a></th><td class="line-code"><pre>msgstr &quot;%s må være en gyldig absolutt URL.&quot;
9560
+ </pre></td></tr>
9561
+
9562
+
9563
+ <tr><th class="line-num" id="L2109"><a href="#L2109">2109</a></th><td class="line-code"><pre>
9564
+ </pre></td></tr>
9565
+
9566
+
9567
+ <tr><th class="line-num" id="L2110"><a href="#L2110">2110</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
9568
+ </pre></td></tr>
9569
+
9570
+
9571
+ <tr><th class="line-num" id="L2111"><a href="#L2111">2111</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:279
9572
+ </pre></td></tr>
9573
+
9574
+
9575
+ <tr><th class="line-num" id="L2112"><a href="#L2112">2112</a></th><td class="line-code"><pre>#, php-format
9576
+ </pre></td></tr>
9577
+
9578
+
9579
+ <tr><th class="line-num" id="L2113"><a href="#L2113">2113</a></th><td class="line-code"><pre>msgid &quot;%s must have a value that&#39;s part of its options.&quot;
9580
+ </pre></td></tr>
9581
+
9582
+
9583
+ <tr><th class="line-num" id="L2114"><a href="#L2114">2114</a></th><td class="line-code"><pre>msgstr &quot;%s må ha en verdi som kan velges gjennom dens innstillinger.&quot;
9584
+ </pre></td></tr>
9585
+
9586
+
9587
+ <tr><th class="line-num" id="L2115"><a href="#L2115">2115</a></th><td class="line-code"><pre>
9588
+ </pre></td></tr>
9589
+
9590
+
9591
+ <tr><th class="line-num" id="L2116"><a href="#L2116">2116</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:295
9592
+ </pre></td></tr>
9593
+
9594
+
9595
+ <tr><th class="line-num" id="L2117"><a href="#L2117">2117</a></th><td class="line-code"><pre>#, php-format
9596
+ </pre></td></tr>
9597
+
9598
+
9599
+ <tr><th class="line-num" id="L2118"><a href="#L2118">2118</a></th><td class="line-code"><pre>msgid &quot;&quot;
9600
+ </pre></td></tr>
9601
+
9602
+
9603
+ <tr><th class="line-num" id="L2119"><a href="#L2119">2119</a></th><td class="line-code"><pre>&quot;Comparison validation failed because no comparison value was provided, for &quot;
9604
+ </pre></td></tr>
9605
+
9606
+
9607
+ <tr><th class="line-num" id="L2120"><a href="#L2120">2120</a></th><td class="line-code"><pre>&quot;field %s&quot;
9608
+ </pre></td></tr>
9609
+
9610
+
9611
+ <tr><th class="line-num" id="L2121"><a href="#L2121">2121</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9612
+ </pre></td></tr>
9613
+
9614
+
9615
+ <tr><th class="line-num" id="L2122"><a href="#L2122">2122</a></th><td class="line-code"><pre>&quot;Sammenligningsvalidering feilet fordi ingen sammenligningsgrunnlag ble &quot;
9616
+ </pre></td></tr>
9617
+
9618
+
9619
+ <tr><th class="line-num" id="L2123"><a href="#L2123">2123</a></th><td class="line-code"><pre>&quot;spesifisert, for felt %s&quot;
9620
+ </pre></td></tr>
9621
+
9622
+
9623
+ <tr><th class="line-num" id="L2124"><a href="#L2124">2124</a></th><td class="line-code"><pre>
9624
+ </pre></td></tr>
9625
+
9626
+
9627
+ <tr><th class="line-num" id="L2125"><a href="#L2125">2125</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:302
9628
+ </pre></td></tr>
9629
+
9630
+
9631
+ <tr><th class="line-num" id="L2126"><a href="#L2126">2126</a></th><td class="line-code"><pre>#, php-format
9632
+ </pre></td></tr>
9633
+
9634
+
9635
+ <tr><th class="line-num" id="L2127"><a href="#L2127">2127</a></th><td class="line-code"><pre>msgid &quot;%s cannot be the same as %s.&quot;
9636
+ </pre></td></tr>
9637
+
9638
+
9639
+ <tr><th class="line-num" id="L2128"><a href="#L2128">2128</a></th><td class="line-code"><pre>msgstr &quot;%s kan ikke være det samme som %s.&quot;
9640
+ </pre></td></tr>
9641
+
9642
+
9643
+ <tr><th class="line-num" id="L2129"><a href="#L2129">2129</a></th><td class="line-code"><pre>
9644
+ </pre></td></tr>
9645
+
9646
+
9647
+ <tr><th class="line-num" id="L2130"><a href="#L2130">2130</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:304
9648
+ </pre></td></tr>
9649
+
9650
+
9651
+ <tr><th class="line-num" id="L2131"><a href="#L2131">2131</a></th><td class="line-code"><pre>#, php-format
9652
+ </pre></td></tr>
9653
+
9654
+
9655
+ <tr><th class="line-num" id="L2132"><a href="#L2132">2132</a></th><td class="line-code"><pre>msgid &quot;%s cannot be a duplicate&quot;
9656
+ </pre></td></tr>
9657
+
9658
+
9659
+ <tr><th class="line-num" id="L2133"><a href="#L2133">2133</a></th><td class="line-code"><pre>msgstr &quot;%s kan ikke være et duplikat&quot;
9660
+ </pre></td></tr>
9661
+
9662
+
9663
+ <tr><th class="line-num" id="L2134"><a href="#L2134">2134</a></th><td class="line-code"><pre>
9664
+ </pre></td></tr>
9665
+
9666
+
9667
+ <tr><th class="line-num" id="L2135"><a href="#L2135">2135</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:322
9668
+ </pre></td></tr>
9669
+
9670
+
9671
+ <tr><th class="line-num" id="L2136"><a href="#L2136">2136</a></th><td class="line-code"><pre>#, php-format
9672
+ </pre></td></tr>
9673
+
9674
+
9675
+ <tr><th class="line-num" id="L2137"><a href="#L2137">2137</a></th><td class="line-code"><pre>msgid &quot;%s must be a number or percentage.&quot;
9676
+ </pre></td></tr>
9677
+
9678
+
9679
+ <tr><th class="line-num" id="L2138"><a href="#L2138">2138</a></th><td class="line-code"><pre>msgstr &quot;%s må være et tall eller prosent.&quot;
9680
+ </pre></td></tr>
9681
+
9682
+
9683
+ <tr><th class="line-num" id="L2139"><a href="#L2139">2139</a></th><td class="line-code"><pre>
9684
+ </pre></td></tr>
9685
+
9686
+
9687
+ <tr><th class="line-num" id="L2140"><a href="#L2140">2140</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:386
9688
+ </pre></td></tr>
9689
+
9690
+
9691
+ <tr><th class="line-num" id="L2141"><a href="#L2141">2141</a></th><td class="line-code"><pre>#, php-format
9692
+ </pre></td></tr>
9693
+
9694
+
9695
+ <tr><th class="line-num" id="L2142"><a href="#L2142">2142</a></th><td class="line-code"><pre>msgid &quot;%s must be a number between 0 and 21.&quot;
9696
+ </pre></td></tr>
9697
+
9698
+
9699
+ <tr><th class="line-num" id="L2143"><a href="#L2143">2143</a></th><td class="line-code"><pre>msgstr &quot;%s må være et nummer mellom 0 og 21.&quot;
9700
+ </pre></td></tr>
9701
+
9702
+
9703
+ <tr><th class="line-num" id="L2144"><a href="#L2144">2144</a></th><td class="line-code"><pre>
9704
+ </pre></td></tr>
9705
+
9706
+
9707
+ <tr><th class="line-num" id="L2145"><a href="#L2145">2145</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:404
9708
+ </pre></td></tr>
9709
+
9710
+
9711
+ <tr><th class="line-num" id="L2146"><a href="#L2146">2146</a></th><td class="line-code"><pre>#, php-format
9712
+ </pre></td></tr>
9713
+
9714
+
9715
+ <tr><th class="line-num" id="L2147"><a href="#L2147">2147</a></th><td class="line-code"><pre>msgid &quot;&quot;
9716
+ </pre></td></tr>
9717
+
9718
+
9719
+ <tr><th class="line-num" id="L2148"><a href="#L2148">2148</a></th><td class="line-code"><pre>&quot;%s must consist of letters, numbers, dashes, apostrophes, and spaces only.&quot;
9720
+ </pre></td></tr>
9721
+
9722
+
9723
+ <tr><th class="line-num" id="L2149"><a href="#L2149">2149</a></th><td class="line-code"><pre>msgstr &quot;%s må bestå av kun bokstaver, tall, bindestrek, understrek&quot;
9724
+ </pre></td></tr>
9725
+
9726
+
9727
+ <tr><th class="line-num" id="L2150"><a href="#L2150">2150</a></th><td class="line-code"><pre>
9728
+ </pre></td></tr>
9729
+
9730
+
9731
+ <tr><th class="line-num" id="L2151"><a href="#L2151">2151</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:422
9732
+ </pre></td></tr>
9733
+
9734
+
9735
+ <tr><th class="line-num" id="L2152"><a href="#L2152">2152</a></th><td class="line-code"><pre>#, php-format
9736
+ </pre></td></tr>
9737
+
9738
+
9739
+ <tr><th class="line-num" id="L2153"><a href="#L2153">2153</a></th><td class="line-code"><pre>msgid &quot;%s must consist of letters, spaces, apostrophes, and dashes.&quot;
9740
+ </pre></td></tr>
9741
+
9742
+
9743
+ <tr><th class="line-num" id="L2154"><a href="#L2154">2154</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9744
+ </pre></td></tr>
9745
+
9746
+
9747
+ <tr><th class="line-num" id="L2155"><a href="#L2155">2155</a></th><td class="line-code"><pre>&quot;%s må bestå av bokstaver, mellomrom, apostrofer, bindestrek og understrek.&quot;
9748
+ </pre></td></tr>
9749
+
9750
+
9751
+ <tr><th class="line-num" id="L2156"><a href="#L2156">2156</a></th><td class="line-code"><pre>
9752
+ </pre></td></tr>
9753
+
9754
+
9755
+ <tr><th class="line-num" id="L2157"><a href="#L2157">2157</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:438
9756
+ </pre></td></tr>
9757
+
9758
+
9759
+ <tr><th class="line-num" id="L2158"><a href="#L2158">2158</a></th><td class="line-code"><pre>#, php-format
9760
+ </pre></td></tr>
9761
+
9762
+
9763
+ <tr><th class="line-num" id="L2159"><a href="#L2159">2159</a></th><td class="line-code"><pre>msgid &quot;%s must consist of 5 numbers.&quot;
9764
+ </pre></td></tr>
9765
+
9766
+
9767
+ <tr><th class="line-num" id="L2160"><a href="#L2160">2160</a></th><td class="line-code"><pre>msgstr &quot;%s må bestå av 5 tall.&quot;
9768
+ </pre></td></tr>
9769
+
9770
+
9771
+ <tr><th class="line-num" id="L2161"><a href="#L2161">2161</a></th><td class="line-code"><pre>
9772
+ </pre></td></tr>
9773
+
9774
+
9775
+ <tr><th class="line-num" id="L2162"><a href="#L2162">2162</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:454
9776
+ </pre></td></tr>
9777
+
9778
+
9779
+ <tr><th class="line-num" id="L2163"><a href="#L2163">2163</a></th><td class="line-code"><pre>#, php-format
9780
+ </pre></td></tr>
9781
+
9782
+
9783
+ <tr><th class="line-num" id="L2164"><a href="#L2164">2164</a></th><td class="line-code"><pre>msgid &quot;%s must be a phone number.&quot;
9784
+ </pre></td></tr>
9785
+
9786
+
9787
+ <tr><th class="line-num" id="L2165"><a href="#L2165">2165</a></th><td class="line-code"><pre>msgstr &quot;%s må være et telefonnummer.&quot;
9788
+ </pre></td></tr>
9789
+
9790
+
9791
+ <tr><th class="line-num" id="L2166"><a href="#L2166">2166</a></th><td class="line-code"><pre>
9792
+ </pre></td></tr>
9793
+
9794
+
9795
+ <tr><th class="line-num" id="L2167"><a href="#L2167">2167</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:472
9796
+ </pre></td></tr>
9797
+
9798
+
9799
+ <tr><th class="line-num" id="L2168"><a href="#L2168">2168</a></th><td class="line-code"><pre>msgid &quot;&quot;
9800
+ </pre></td></tr>
9801
+
9802
+
9803
+ <tr><th class="line-num" id="L2169"><a href="#L2169">2169</a></th><td class="line-code"><pre>&quot;Country List must be formatted as one country per line in the following &quot;
9804
+ </pre></td></tr>
9805
+
9806
+
9807
+ <tr><th class="line-num" id="L2170"><a href="#L2170">2170</a></th><td class="line-code"><pre>&quot;format: &lt;br&gt;US, United States &lt;br&gt; UK, United Kingdom.&quot;
9808
+ </pre></td></tr>
9809
+
9810
+
9811
+ <tr><th class="line-num" id="L2171"><a href="#L2171">2171</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9812
+ </pre></td></tr>
9813
+
9814
+
9815
+ <tr><th class="line-num" id="L2172"><a href="#L2172">2172</a></th><td class="line-code"><pre>&quot;Listen over land må være formatert med ett land per linje i følgende format: &quot;
9816
+ </pre></td></tr>
9817
+
9818
+
9819
+ <tr><th class="line-num" id="L2173"><a href="#L2173">2173</a></th><td class="line-code"><pre>&quot;&lt;br&gt;US, USA &lt;br&gt; UK, Storbritannia.&quot;
9820
+ </pre></td></tr>
9821
+
9822
+
9823
+ <tr><th class="line-num" id="L2174"><a href="#L2174">2174</a></th><td class="line-code"><pre>
9824
+ </pre></td></tr>
9825
+
9826
+
9827
+ <tr><th class="line-num" id="L2175"><a href="#L2175">2175</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:24
9828
+ </pre></td></tr>
9829
+
9830
+
9831
+ <tr><th class="line-num" id="L2176"><a href="#L2176">2176</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:43
9832
+ </pre></td></tr>
9833
+
9834
+
9835
+ <tr><th class="line-num" id="L2177"><a href="#L2177">2177</a></th><td class="line-code"><pre>msgid &quot;Select a Country:&quot;
9836
+ </pre></td></tr>
9837
+
9838
+
9839
+ <tr><th class="line-num" id="L2178"><a href="#L2178">2178</a></th><td class="line-code"><pre>msgstr &quot;Velg et land:&quot;
9840
+ </pre></td></tr>
9841
+
9842
+
9843
+ <tr><th class="line-num" id="L2179"><a href="#L2179">2179</a></th><td class="line-code"><pre>
9844
+ </pre></td></tr>
9845
+
9846
+
9847
+ <tr><th class="line-num" id="L2180"><a href="#L2180">2180</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:45
9848
+ </pre></td></tr>
9849
+
9850
+
9851
+ <tr><th class="line-num" id="L2181"><a href="#L2181">2181</a></th><td class="line-code"><pre>msgid &quot;Afghanistan&quot;
9852
+ </pre></td></tr>
9853
+
9854
+
9855
+ <tr><th class="line-num" id="L2182"><a href="#L2182">2182</a></th><td class="line-code"><pre>msgstr &quot;Afganistan&quot;
9856
+ </pre></td></tr>
9857
+
9858
+
9859
+ <tr><th class="line-num" id="L2183"><a href="#L2183">2183</a></th><td class="line-code"><pre>
9860
+ </pre></td></tr>
9861
+
9862
+
9863
+ <tr><th class="line-num" id="L2184"><a href="#L2184">2184</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:46
9864
+ </pre></td></tr>
9865
+
9866
+
9867
+ <tr><th class="line-num" id="L2185"><a href="#L2185">2185</a></th><td class="line-code"><pre>msgid &quot;Albania&quot;
9868
+ </pre></td></tr>
9869
+
9870
+
9871
+ <tr><th class="line-num" id="L2186"><a href="#L2186">2186</a></th><td class="line-code"><pre>msgstr &quot;Albania&quot;
9872
+ </pre></td></tr>
9873
+
9874
+
9875
+ <tr><th class="line-num" id="L2187"><a href="#L2187">2187</a></th><td class="line-code"><pre>
9876
+ </pre></td></tr>
9877
+
9878
+
9879
+ <tr><th class="line-num" id="L2188"><a href="#L2188">2188</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:47
9880
+ </pre></td></tr>
9881
+
9882
+
9883
+ <tr><th class="line-num" id="L2189"><a href="#L2189">2189</a></th><td class="line-code"><pre>msgid &quot;Algeria&quot;
9884
+ </pre></td></tr>
9885
+
9886
+
9887
+ <tr><th class="line-num" id="L2190"><a href="#L2190">2190</a></th><td class="line-code"><pre>msgstr &quot;Algerie&quot;
9888
+ </pre></td></tr>
9889
+
9890
+
9891
+ <tr><th class="line-num" id="L2191"><a href="#L2191">2191</a></th><td class="line-code"><pre>
9892
+ </pre></td></tr>
9893
+
9894
+
9895
+ <tr><th class="line-num" id="L2192"><a href="#L2192">2192</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:48
9896
+ </pre></td></tr>
9897
+
9898
+
9899
+ <tr><th class="line-num" id="L2193"><a href="#L2193">2193</a></th><td class="line-code"><pre>msgid &quot;American Samoa&quot;
9900
+ </pre></td></tr>
9901
+
9902
+
9903
+ <tr><th class="line-num" id="L2194"><a href="#L2194">2194</a></th><td class="line-code"><pre>msgstr &quot;Amerikansk Samoa&quot;
9904
+ </pre></td></tr>
9905
+
9906
+
9907
+ <tr><th class="line-num" id="L2195"><a href="#L2195">2195</a></th><td class="line-code"><pre>
9908
+ </pre></td></tr>
9909
+
9910
+
9911
+ <tr><th class="line-num" id="L2196"><a href="#L2196">2196</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:49
9912
+ </pre></td></tr>
9913
+
9914
+
9915
+ <tr><th class="line-num" id="L2197"><a href="#L2197">2197</a></th><td class="line-code"><pre>msgid &quot;Andorra&quot;
9916
+ </pre></td></tr>
9917
+
9918
+
9919
+ <tr><th class="line-num" id="L2198"><a href="#L2198">2198</a></th><td class="line-code"><pre>msgstr &quot;Andorra&quot;
9920
+ </pre></td></tr>
9921
+
9922
+
9923
+ <tr><th class="line-num" id="L2199"><a href="#L2199">2199</a></th><td class="line-code"><pre>
9924
+ </pre></td></tr>
9925
+
9926
+
9927
+ <tr><th class="line-num" id="L2200"><a href="#L2200">2200</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:50
9928
+ </pre></td></tr>
9929
+
9930
+
9931
+ <tr><th class="line-num" id="L2201"><a href="#L2201">2201</a></th><td class="line-code"><pre>msgid &quot;Angola&quot;
9932
+ </pre></td></tr>
9933
+
9934
+
9935
+ <tr><th class="line-num" id="L2202"><a href="#L2202">2202</a></th><td class="line-code"><pre>msgstr &quot;Angola&quot;
9936
+ </pre></td></tr>
9937
+
9938
+
9939
+ <tr><th class="line-num" id="L2203"><a href="#L2203">2203</a></th><td class="line-code"><pre>
9940
+ </pre></td></tr>
9941
+
9942
+
9943
+ <tr><th class="line-num" id="L2204"><a href="#L2204">2204</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:51
9944
+ </pre></td></tr>
9945
+
9946
+
9947
+ <tr><th class="line-num" id="L2205"><a href="#L2205">2205</a></th><td class="line-code"><pre>msgid &quot;Anguilla&quot;
9948
+ </pre></td></tr>
9949
+
9950
+
9951
+ <tr><th class="line-num" id="L2206"><a href="#L2206">2206</a></th><td class="line-code"><pre>msgstr &quot;Anguilla&quot;
9952
+ </pre></td></tr>
9953
+
9954
+
9955
+ <tr><th class="line-num" id="L2207"><a href="#L2207">2207</a></th><td class="line-code"><pre>
9956
+ </pre></td></tr>
9957
+
9958
+
9959
+ <tr><th class="line-num" id="L2208"><a href="#L2208">2208</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:52
9960
+ </pre></td></tr>
9961
+
9962
+
9963
+ <tr><th class="line-num" id="L2209"><a href="#L2209">2209</a></th><td class="line-code"><pre>msgid &quot;Antarctica&quot;
9964
+ </pre></td></tr>
9965
+
9966
+
9967
+ <tr><th class="line-num" id="L2210"><a href="#L2210">2210</a></th><td class="line-code"><pre>msgstr &quot;Antarktis&quot;
9968
+ </pre></td></tr>
9969
+
9970
+
9971
+ <tr><th class="line-num" id="L2211"><a href="#L2211">2211</a></th><td class="line-code"><pre>
9972
+ </pre></td></tr>
9973
+
9974
+
9975
+ <tr><th class="line-num" id="L2212"><a href="#L2212">2212</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:53
9976
+ </pre></td></tr>
9977
+
9978
+
9979
+ <tr><th class="line-num" id="L2213"><a href="#L2213">2213</a></th><td class="line-code"><pre>msgid &quot;Antigua And Barbuda&quot;
9980
+ </pre></td></tr>
9981
+
9982
+
9983
+ <tr><th class="line-num" id="L2214"><a href="#L2214">2214</a></th><td class="line-code"><pre>msgstr &quot;Antigua og Barbuda&quot;
9984
+ </pre></td></tr>
9985
+
9986
+
9987
+ <tr><th class="line-num" id="L2215"><a href="#L2215">2215</a></th><td class="line-code"><pre>
9988
+ </pre></td></tr>
9989
+
9990
+
9991
+ <tr><th class="line-num" id="L2216"><a href="#L2216">2216</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:54
9992
+ </pre></td></tr>
9993
+
9994
+
9995
+ <tr><th class="line-num" id="L2217"><a href="#L2217">2217</a></th><td class="line-code"><pre>msgid &quot;Argentina&quot;
9996
+ </pre></td></tr>
9997
+
9998
+
9999
+ <tr><th class="line-num" id="L2218"><a href="#L2218">2218</a></th><td class="line-code"><pre>msgstr &quot;Argentina&quot;
10000
+ </pre></td></tr>
10001
+
10002
+
10003
+ <tr><th class="line-num" id="L2219"><a href="#L2219">2219</a></th><td class="line-code"><pre>
10004
+ </pre></td></tr>
10005
+
10006
+
10007
+ <tr><th class="line-num" id="L2220"><a href="#L2220">2220</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:55
10008
+ </pre></td></tr>
10009
+
10010
+
10011
+ <tr><th class="line-num" id="L2221"><a href="#L2221">2221</a></th><td class="line-code"><pre>msgid &quot;Armenia&quot;
10012
+ </pre></td></tr>
10013
+
10014
+
10015
+ <tr><th class="line-num" id="L2222"><a href="#L2222">2222</a></th><td class="line-code"><pre>msgstr &quot;Armenia&quot;
10016
+ </pre></td></tr>
10017
+
10018
+
10019
+ <tr><th class="line-num" id="L2223"><a href="#L2223">2223</a></th><td class="line-code"><pre>
10020
+ </pre></td></tr>
10021
+
10022
+
10023
+ <tr><th class="line-num" id="L2224"><a href="#L2224">2224</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:56
10024
+ </pre></td></tr>
10025
+
10026
+
10027
+ <tr><th class="line-num" id="L2225"><a href="#L2225">2225</a></th><td class="line-code"><pre>msgid &quot;Aruba&quot;
10028
+ </pre></td></tr>
10029
+
10030
+
10031
+ <tr><th class="line-num" id="L2226"><a href="#L2226">2226</a></th><td class="line-code"><pre>msgstr &quot;Aruba&quot;
10032
+ </pre></td></tr>
10033
+
10034
+
10035
+ <tr><th class="line-num" id="L2227"><a href="#L2227">2227</a></th><td class="line-code"><pre>
10036
+ </pre></td></tr>
10037
+
10038
+
10039
+ <tr><th class="line-num" id="L2228"><a href="#L2228">2228</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:57
10040
+ </pre></td></tr>
10041
+
10042
+
10043
+ <tr><th class="line-num" id="L2229"><a href="#L2229">2229</a></th><td class="line-code"><pre>msgid &quot;Australia&quot;
10044
+ </pre></td></tr>
10045
+
10046
+
10047
+ <tr><th class="line-num" id="L2230"><a href="#L2230">2230</a></th><td class="line-code"><pre>msgstr &quot;Australia&quot;
10048
+ </pre></td></tr>
10049
+
10050
+
10051
+ <tr><th class="line-num" id="L2231"><a href="#L2231">2231</a></th><td class="line-code"><pre>
10052
+ </pre></td></tr>
10053
+
10054
+
10055
+ <tr><th class="line-num" id="L2232"><a href="#L2232">2232</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:58
10056
+ </pre></td></tr>
10057
+
10058
+
10059
+ <tr><th class="line-num" id="L2233"><a href="#L2233">2233</a></th><td class="line-code"><pre>msgid &quot;Austria&quot;
10060
+ </pre></td></tr>
10061
+
10062
+
10063
+ <tr><th class="line-num" id="L2234"><a href="#L2234">2234</a></th><td class="line-code"><pre>msgstr &quot;Østerrike&quot;
10064
+ </pre></td></tr>
10065
+
10066
+
10067
+ <tr><th class="line-num" id="L2235"><a href="#L2235">2235</a></th><td class="line-code"><pre>
10068
+ </pre></td></tr>
10069
+
10070
+
10071
+ <tr><th class="line-num" id="L2236"><a href="#L2236">2236</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:59
10072
+ </pre></td></tr>
10073
+
10074
+
10075
+ <tr><th class="line-num" id="L2237"><a href="#L2237">2237</a></th><td class="line-code"><pre>msgid &quot;Azerbaijan&quot;
10076
+ </pre></td></tr>
10077
+
10078
+
10079
+ <tr><th class="line-num" id="L2238"><a href="#L2238">2238</a></th><td class="line-code"><pre>msgstr &quot;Aserbajdsjan&quot;
10080
+ </pre></td></tr>
10081
+
10082
+
10083
+ <tr><th class="line-num" id="L2239"><a href="#L2239">2239</a></th><td class="line-code"><pre>
10084
+ </pre></td></tr>
10085
+
10086
+
10087
+ <tr><th class="line-num" id="L2240"><a href="#L2240">2240</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:60
10088
+ </pre></td></tr>
10089
+
10090
+
10091
+ <tr><th class="line-num" id="L2241"><a href="#L2241">2241</a></th><td class="line-code"><pre>msgid &quot;Bahamas&quot;
10092
+ </pre></td></tr>
10093
+
10094
+
10095
+ <tr><th class="line-num" id="L2242"><a href="#L2242">2242</a></th><td class="line-code"><pre>msgstr &quot;Bahamas&quot;
10096
+ </pre></td></tr>
10097
+
10098
+
10099
+ <tr><th class="line-num" id="L2243"><a href="#L2243">2243</a></th><td class="line-code"><pre>
10100
+ </pre></td></tr>
10101
+
10102
+
10103
+ <tr><th class="line-num" id="L2244"><a href="#L2244">2244</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:61
10104
+ </pre></td></tr>
10105
+
10106
+
10107
+ <tr><th class="line-num" id="L2245"><a href="#L2245">2245</a></th><td class="line-code"><pre>msgid &quot;Bahrain&quot;
10108
+ </pre></td></tr>
10109
+
10110
+
10111
+ <tr><th class="line-num" id="L2246"><a href="#L2246">2246</a></th><td class="line-code"><pre>msgstr &quot;Bahrain&quot;
10112
+ </pre></td></tr>
10113
+
10114
+
10115
+ <tr><th class="line-num" id="L2247"><a href="#L2247">2247</a></th><td class="line-code"><pre>
10116
+ </pre></td></tr>
10117
+
10118
+
10119
+ <tr><th class="line-num" id="L2248"><a href="#L2248">2248</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:62
10120
+ </pre></td></tr>
10121
+
10122
+
10123
+ <tr><th class="line-num" id="L2249"><a href="#L2249">2249</a></th><td class="line-code"><pre>msgid &quot;Bangladesh&quot;
10124
+ </pre></td></tr>
10125
+
10126
+
10127
+ <tr><th class="line-num" id="L2250"><a href="#L2250">2250</a></th><td class="line-code"><pre>msgstr &quot;Bangladesh&quot;
10128
+ </pre></td></tr>
10129
+
10130
+
10131
+ <tr><th class="line-num" id="L2251"><a href="#L2251">2251</a></th><td class="line-code"><pre>
10132
+ </pre></td></tr>
10133
+
10134
+
10135
+ <tr><th class="line-num" id="L2252"><a href="#L2252">2252</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:63
10136
+ </pre></td></tr>
10137
+
10138
+
10139
+ <tr><th class="line-num" id="L2253"><a href="#L2253">2253</a></th><td class="line-code"><pre>msgid &quot;Barbados&quot;
10140
+ </pre></td></tr>
10141
+
10142
+
10143
+ <tr><th class="line-num" id="L2254"><a href="#L2254">2254</a></th><td class="line-code"><pre>msgstr &quot;Barbados&quot;
10144
+ </pre></td></tr>
10145
+
10146
+
10147
+ <tr><th class="line-num" id="L2255"><a href="#L2255">2255</a></th><td class="line-code"><pre>
10148
+ </pre></td></tr>
10149
+
10150
+
10151
+ <tr><th class="line-num" id="L2256"><a href="#L2256">2256</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:64
10152
+ </pre></td></tr>
10153
+
10154
+
10155
+ <tr><th class="line-num" id="L2257"><a href="#L2257">2257</a></th><td class="line-code"><pre>msgid &quot;Belarus&quot;
10156
+ </pre></td></tr>
10157
+
10158
+
10159
+ <tr><th class="line-num" id="L2258"><a href="#L2258">2258</a></th><td class="line-code"><pre>msgstr &quot;Hviterussland&quot;
10160
+ </pre></td></tr>
10161
+
10162
+
10163
+ <tr><th class="line-num" id="L2259"><a href="#L2259">2259</a></th><td class="line-code"><pre>
10164
+ </pre></td></tr>
10165
+
10166
+
10167
+ <tr><th class="line-num" id="L2260"><a href="#L2260">2260</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:65
10168
+ </pre></td></tr>
10169
+
10170
+
10171
+ <tr><th class="line-num" id="L2261"><a href="#L2261">2261</a></th><td class="line-code"><pre>msgid &quot;Belgium&quot;
10172
+ </pre></td></tr>
10173
+
10174
+
10175
+ <tr><th class="line-num" id="L2262"><a href="#L2262">2262</a></th><td class="line-code"><pre>msgstr &quot;Belgia&quot;
10176
+ </pre></td></tr>
10177
+
10178
+
10179
+ <tr><th class="line-num" id="L2263"><a href="#L2263">2263</a></th><td class="line-code"><pre>
10180
+ </pre></td></tr>
10181
+
10182
+
10183
+ <tr><th class="line-num" id="L2264"><a href="#L2264">2264</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:66
10184
+ </pre></td></tr>
10185
+
10186
+
10187
+ <tr><th class="line-num" id="L2265"><a href="#L2265">2265</a></th><td class="line-code"><pre>msgid &quot;Belize&quot;
10188
+ </pre></td></tr>
10189
+
10190
+
10191
+ <tr><th class="line-num" id="L2266"><a href="#L2266">2266</a></th><td class="line-code"><pre>msgstr &quot;Belize&quot;
10192
+ </pre></td></tr>
10193
+
10194
+
10195
+ <tr><th class="line-num" id="L2267"><a href="#L2267">2267</a></th><td class="line-code"><pre>
10196
+ </pre></td></tr>
10197
+
10198
+
10199
+ <tr><th class="line-num" id="L2268"><a href="#L2268">2268</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:67
10200
+ </pre></td></tr>
10201
+
10202
+
10203
+ <tr><th class="line-num" id="L2269"><a href="#L2269">2269</a></th><td class="line-code"><pre>msgid &quot;Benin&quot;
10204
+ </pre></td></tr>
10205
+
10206
+
10207
+ <tr><th class="line-num" id="L2270"><a href="#L2270">2270</a></th><td class="line-code"><pre>msgstr &quot;Benin&quot;
10208
+ </pre></td></tr>
10209
+
10210
+
10211
+ <tr><th class="line-num" id="L2271"><a href="#L2271">2271</a></th><td class="line-code"><pre>
10212
+ </pre></td></tr>
10213
+
10214
+
10215
+ <tr><th class="line-num" id="L2272"><a href="#L2272">2272</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:68
10216
+ </pre></td></tr>
10217
+
10218
+
10219
+ <tr><th class="line-num" id="L2273"><a href="#L2273">2273</a></th><td class="line-code"><pre>msgid &quot;Bermuda&quot;
10220
+ </pre></td></tr>
10221
+
10222
+
10223
+ <tr><th class="line-num" id="L2274"><a href="#L2274">2274</a></th><td class="line-code"><pre>msgstr &quot;Bermuda&quot;
10224
+ </pre></td></tr>
10225
+
10226
+
10227
+ <tr><th class="line-num" id="L2275"><a href="#L2275">2275</a></th><td class="line-code"><pre>
10228
+ </pre></td></tr>
10229
+
10230
+
10231
+ <tr><th class="line-num" id="L2276"><a href="#L2276">2276</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:69
10232
+ </pre></td></tr>
10233
+
10234
+
10235
+ <tr><th class="line-num" id="L2277"><a href="#L2277">2277</a></th><td class="line-code"><pre>msgid &quot;Bhutan&quot;
10236
+ </pre></td></tr>
10237
+
10238
+
10239
+ <tr><th class="line-num" id="L2278"><a href="#L2278">2278</a></th><td class="line-code"><pre>msgstr &quot;Bhutan&quot;
10240
+ </pre></td></tr>
10241
+
10242
+
10243
+ <tr><th class="line-num" id="L2279"><a href="#L2279">2279</a></th><td class="line-code"><pre>
10244
+ </pre></td></tr>
10245
+
10246
+
10247
+ <tr><th class="line-num" id="L2280"><a href="#L2280">2280</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:70
10248
+ </pre></td></tr>
10249
+
10250
+
10251
+ <tr><th class="line-num" id="L2281"><a href="#L2281">2281</a></th><td class="line-code"><pre>msgid &quot;Bolivia&quot;
10252
+ </pre></td></tr>
10253
+
10254
+
10255
+ <tr><th class="line-num" id="L2282"><a href="#L2282">2282</a></th><td class="line-code"><pre>msgstr &quot;Bolivia&quot;
10256
+ </pre></td></tr>
10257
+
10258
+
10259
+ <tr><th class="line-num" id="L2283"><a href="#L2283">2283</a></th><td class="line-code"><pre>
10260
+ </pre></td></tr>
10261
+
10262
+
10263
+ <tr><th class="line-num" id="L2284"><a href="#L2284">2284</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:71
10264
+ </pre></td></tr>
10265
+
10266
+
10267
+ <tr><th class="line-num" id="L2285"><a href="#L2285">2285</a></th><td class="line-code"><pre>msgid &quot;Bosnia And Herzegowina&quot;
10268
+ </pre></td></tr>
10269
+
10270
+
10271
+ <tr><th class="line-num" id="L2286"><a href="#L2286">2286</a></th><td class="line-code"><pre>msgstr &quot;Bosnia Herzegowina&quot;
10272
+ </pre></td></tr>
10273
+
10274
+
10275
+ <tr><th class="line-num" id="L2287"><a href="#L2287">2287</a></th><td class="line-code"><pre>
10276
+ </pre></td></tr>
10277
+
10278
+
10279
+ <tr><th class="line-num" id="L2288"><a href="#L2288">2288</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:72
10280
+ </pre></td></tr>
10281
+
10282
+
10283
+ <tr><th class="line-num" id="L2289"><a href="#L2289">2289</a></th><td class="line-code"><pre>msgid &quot;Botswana&quot;
10284
+ </pre></td></tr>
10285
+
10286
+
10287
+ <tr><th class="line-num" id="L2290"><a href="#L2290">2290</a></th><td class="line-code"><pre>msgstr &quot;Botswana&quot;
10288
+ </pre></td></tr>
10289
+
10290
+
10291
+ <tr><th class="line-num" id="L2291"><a href="#L2291">2291</a></th><td class="line-code"><pre>
10292
+ </pre></td></tr>
10293
+
10294
+
10295
+ <tr><th class="line-num" id="L2292"><a href="#L2292">2292</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:73
10296
+ </pre></td></tr>
10297
+
10298
+
10299
+ <tr><th class="line-num" id="L2293"><a href="#L2293">2293</a></th><td class="line-code"><pre>msgid &quot;Bouvet Island&quot;
10300
+ </pre></td></tr>
10301
+
10302
+
10303
+ <tr><th class="line-num" id="L2294"><a href="#L2294">2294</a></th><td class="line-code"><pre>msgstr &quot;Bouvetøya&quot;
10304
+ </pre></td></tr>
10305
+
10306
+
10307
+ <tr><th class="line-num" id="L2295"><a href="#L2295">2295</a></th><td class="line-code"><pre>
10308
+ </pre></td></tr>
10309
+
10310
+
10311
+ <tr><th class="line-num" id="L2296"><a href="#L2296">2296</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:74
10312
+ </pre></td></tr>
10313
+
10314
+
10315
+ <tr><th class="line-num" id="L2297"><a href="#L2297">2297</a></th><td class="line-code"><pre>msgid &quot;Brazil&quot;
10316
+ </pre></td></tr>
10317
+
10318
+
10319
+ <tr><th class="line-num" id="L2298"><a href="#L2298">2298</a></th><td class="line-code"><pre>msgstr &quot;Brasil&quot;
10320
+ </pre></td></tr>
10321
+
10322
+
10323
+ <tr><th class="line-num" id="L2299"><a href="#L2299">2299</a></th><td class="line-code"><pre>
10324
+ </pre></td></tr>
10325
+
10326
+
10327
+ <tr><th class="line-num" id="L2300"><a href="#L2300">2300</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:75
10328
+ </pre></td></tr>
10329
+
10330
+
10331
+ <tr><th class="line-num" id="L2301"><a href="#L2301">2301</a></th><td class="line-code"><pre>msgid &quot;British Indian Ocean Territory&quot;
10332
+ </pre></td></tr>
10333
+
10334
+
10335
+ <tr><th class="line-num" id="L2302"><a href="#L2302">2302</a></th><td class="line-code"><pre>msgstr &quot;Britisk territorium i det Indiske hav&quot;
10336
+ </pre></td></tr>
10337
+
10338
+
10339
+ <tr><th class="line-num" id="L2303"><a href="#L2303">2303</a></th><td class="line-code"><pre>
10340
+ </pre></td></tr>
10341
+
10342
+
10343
+ <tr><th class="line-num" id="L2304"><a href="#L2304">2304</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:76
10344
+ </pre></td></tr>
10345
+
10346
+
10347
+ <tr><th class="line-num" id="L2305"><a href="#L2305">2305</a></th><td class="line-code"><pre>msgid &quot;Brunei Darussalam&quot;
10348
+ </pre></td></tr>
10349
+
10350
+
10351
+ <tr><th class="line-num" id="L2306"><a href="#L2306">2306</a></th><td class="line-code"><pre>msgstr &quot;Brunei Darussalam&quot;
10352
+ </pre></td></tr>
10353
+
10354
+
10355
+ <tr><th class="line-num" id="L2307"><a href="#L2307">2307</a></th><td class="line-code"><pre>
10356
+ </pre></td></tr>
10357
+
10358
+
10359
+ <tr><th class="line-num" id="L2308"><a href="#L2308">2308</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:77
10360
+ </pre></td></tr>
10361
+
10362
+
10363
+ <tr><th class="line-num" id="L2309"><a href="#L2309">2309</a></th><td class="line-code"><pre>msgid &quot;Bulgaria&quot;
10364
+ </pre></td></tr>
10365
+
10366
+
10367
+ <tr><th class="line-num" id="L2310"><a href="#L2310">2310</a></th><td class="line-code"><pre>msgstr &quot;Bulgaria&quot;
10368
+ </pre></td></tr>
10369
+
10370
+
10371
+ <tr><th class="line-num" id="L2311"><a href="#L2311">2311</a></th><td class="line-code"><pre>
10372
+ </pre></td></tr>
10373
+
10374
+
10375
+ <tr><th class="line-num" id="L2312"><a href="#L2312">2312</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:78
10376
+ </pre></td></tr>
10377
+
10378
+
10379
+ <tr><th class="line-num" id="L2313"><a href="#L2313">2313</a></th><td class="line-code"><pre>msgid &quot;Burkina Faso&quot;
10380
+ </pre></td></tr>
10381
+
10382
+
10383
+ <tr><th class="line-num" id="L2314"><a href="#L2314">2314</a></th><td class="line-code"><pre>msgstr &quot;Burkina Faso&quot;
10384
+ </pre></td></tr>
10385
+
10386
+
10387
+ <tr><th class="line-num" id="L2315"><a href="#L2315">2315</a></th><td class="line-code"><pre>
10388
+ </pre></td></tr>
10389
+
10390
+
10391
+ <tr><th class="line-num" id="L2316"><a href="#L2316">2316</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:79
10392
+ </pre></td></tr>
10393
+
10394
+
10395
+ <tr><th class="line-num" id="L2317"><a href="#L2317">2317</a></th><td class="line-code"><pre>msgid &quot;Burundi&quot;
10396
+ </pre></td></tr>
10397
+
10398
+
10399
+ <tr><th class="line-num" id="L2318"><a href="#L2318">2318</a></th><td class="line-code"><pre>msgstr &quot;Burindi&quot;
10400
+ </pre></td></tr>
10401
+
10402
+
10403
+ <tr><th class="line-num" id="L2319"><a href="#L2319">2319</a></th><td class="line-code"><pre>
10404
+ </pre></td></tr>
10405
+
10406
+
10407
+ <tr><th class="line-num" id="L2320"><a href="#L2320">2320</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:80
10408
+ </pre></td></tr>
10409
+
10410
+
10411
+ <tr><th class="line-num" id="L2321"><a href="#L2321">2321</a></th><td class="line-code"><pre>msgid &quot;Cambodia&quot;
10412
+ </pre></td></tr>
10413
+
10414
+
10415
+ <tr><th class="line-num" id="L2322"><a href="#L2322">2322</a></th><td class="line-code"><pre>msgstr &quot;Kambodsja&quot;
10416
+ </pre></td></tr>
10417
+
10418
+
10419
+ <tr><th class="line-num" id="L2323"><a href="#L2323">2323</a></th><td class="line-code"><pre>
10420
+ </pre></td></tr>
10421
+
10422
+
10423
+ <tr><th class="line-num" id="L2324"><a href="#L2324">2324</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:81
10424
+ </pre></td></tr>
10425
+
10426
+
10427
+ <tr><th class="line-num" id="L2325"><a href="#L2325">2325</a></th><td class="line-code"><pre>msgid &quot;Cameroon&quot;
10428
+ </pre></td></tr>
10429
+
10430
+
10431
+ <tr><th class="line-num" id="L2326"><a href="#L2326">2326</a></th><td class="line-code"><pre>msgstr &quot;Kamerun&quot;
10432
+ </pre></td></tr>
10433
+
10434
+
10435
+ <tr><th class="line-num" id="L2327"><a href="#L2327">2327</a></th><td class="line-code"><pre>
10436
+ </pre></td></tr>
10437
+
10438
+
10439
+ <tr><th class="line-num" id="L2328"><a href="#L2328">2328</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:82
10440
+ </pre></td></tr>
10441
+
10442
+
10443
+ <tr><th class="line-num" id="L2329"><a href="#L2329">2329</a></th><td class="line-code"><pre>msgid &quot;Canada&quot;
10444
+ </pre></td></tr>
10445
+
10446
+
10447
+ <tr><th class="line-num" id="L2330"><a href="#L2330">2330</a></th><td class="line-code"><pre>msgstr &quot;Canada&quot;
10448
+ </pre></td></tr>
10449
+
10450
+
10451
+ <tr><th class="line-num" id="L2331"><a href="#L2331">2331</a></th><td class="line-code"><pre>
10452
+ </pre></td></tr>
10453
+
10454
+
10455
+ <tr><th class="line-num" id="L2332"><a href="#L2332">2332</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:83
10456
+ </pre></td></tr>
10457
+
10458
+
10459
+ <tr><th class="line-num" id="L2333"><a href="#L2333">2333</a></th><td class="line-code"><pre>msgid &quot;Cape Verde&quot;
10460
+ </pre></td></tr>
10461
+
10462
+
10463
+ <tr><th class="line-num" id="L2334"><a href="#L2334">2334</a></th><td class="line-code"><pre>msgstr &quot;Kapp Verde&quot;
10464
+ </pre></td></tr>
10465
+
10466
+
10467
+ <tr><th class="line-num" id="L2335"><a href="#L2335">2335</a></th><td class="line-code"><pre>
10468
+ </pre></td></tr>
10469
+
10470
+
10471
+ <tr><th class="line-num" id="L2336"><a href="#L2336">2336</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:84
10472
+ </pre></td></tr>
10473
+
10474
+
10475
+ <tr><th class="line-num" id="L2337"><a href="#L2337">2337</a></th><td class="line-code"><pre>msgid &quot;Cayman Islands&quot;
10476
+ </pre></td></tr>
10477
+
10478
+
10479
+ <tr><th class="line-num" id="L2338"><a href="#L2338">2338</a></th><td class="line-code"><pre>msgstr &quot;Cayman-øyene&quot;
10480
+ </pre></td></tr>
10481
+
10482
+
10483
+ <tr><th class="line-num" id="L2339"><a href="#L2339">2339</a></th><td class="line-code"><pre>
10484
+ </pre></td></tr>
10485
+
10486
+
10487
+ <tr><th class="line-num" id="L2340"><a href="#L2340">2340</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:85
10488
+ </pre></td></tr>
10489
+
10490
+
10491
+ <tr><th class="line-num" id="L2341"><a href="#L2341">2341</a></th><td class="line-code"><pre>msgid &quot;Central African Republic&quot;
10492
+ </pre></td></tr>
10493
+
10494
+
10495
+ <tr><th class="line-num" id="L2342"><a href="#L2342">2342</a></th><td class="line-code"><pre>msgstr &quot;Den sentralafrikanske republikk&quot;
10496
+ </pre></td></tr>
10497
+
10498
+
10499
+ <tr><th class="line-num" id="L2343"><a href="#L2343">2343</a></th><td class="line-code"><pre>
10500
+ </pre></td></tr>
10501
+
10502
+
10503
+ <tr><th class="line-num" id="L2344"><a href="#L2344">2344</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:86
10504
+ </pre></td></tr>
10505
+
10506
+
10507
+ <tr><th class="line-num" id="L2345"><a href="#L2345">2345</a></th><td class="line-code"><pre>msgid &quot;Chad&quot;
10508
+ </pre></td></tr>
10509
+
10510
+
10511
+ <tr><th class="line-num" id="L2346"><a href="#L2346">2346</a></th><td class="line-code"><pre>msgstr &quot;Chad&quot;
10512
+ </pre></td></tr>
10513
+
10514
+
10515
+ <tr><th class="line-num" id="L2347"><a href="#L2347">2347</a></th><td class="line-code"><pre>
10516
+ </pre></td></tr>
10517
+
10518
+
10519
+ <tr><th class="line-num" id="L2348"><a href="#L2348">2348</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:87
10520
+ </pre></td></tr>
10521
+
10522
+
10523
+ <tr><th class="line-num" id="L2349"><a href="#L2349">2349</a></th><td class="line-code"><pre>msgid &quot;Chile&quot;
10524
+ </pre></td></tr>
10525
+
10526
+
10527
+ <tr><th class="line-num" id="L2350"><a href="#L2350">2350</a></th><td class="line-code"><pre>msgstr &quot;Chile&quot;
10528
+ </pre></td></tr>
10529
+
10530
+
10531
+ <tr><th class="line-num" id="L2351"><a href="#L2351">2351</a></th><td class="line-code"><pre>
10532
+ </pre></td></tr>
10533
+
10534
+
10535
+ <tr><th class="line-num" id="L2352"><a href="#L2352">2352</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:88
10536
+ </pre></td></tr>
10537
+
10538
+
10539
+ <tr><th class="line-num" id="L2353"><a href="#L2353">2353</a></th><td class="line-code"><pre>msgid &quot;China&quot;
10540
+ </pre></td></tr>
10541
+
10542
+
10543
+ <tr><th class="line-num" id="L2354"><a href="#L2354">2354</a></th><td class="line-code"><pre>msgstr &quot;Kina&quot;
10544
+ </pre></td></tr>
10545
+
10546
+
10547
+ <tr><th class="line-num" id="L2355"><a href="#L2355">2355</a></th><td class="line-code"><pre>
10548
+ </pre></td></tr>
10549
+
10550
+
10551
+ <tr><th class="line-num" id="L2356"><a href="#L2356">2356</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:89
10552
+ </pre></td></tr>
10553
+
10554
+
10555
+ <tr><th class="line-num" id="L2357"><a href="#L2357">2357</a></th><td class="line-code"><pre>msgid &quot;Christmas Island&quot;
10556
+ </pre></td></tr>
10557
+
10558
+
10559
+ <tr><th class="line-num" id="L2358"><a href="#L2358">2358</a></th><td class="line-code"><pre>msgstr &quot;Christmas Island&quot;
10560
+ </pre></td></tr>
10561
+
10562
+
10563
+ <tr><th class="line-num" id="L2359"><a href="#L2359">2359</a></th><td class="line-code"><pre>
10564
+ </pre></td></tr>
10565
+
10566
+
10567
+ <tr><th class="line-num" id="L2360"><a href="#L2360">2360</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:90
10568
+ </pre></td></tr>
10569
+
10570
+
10571
+ <tr><th class="line-num" id="L2361"><a href="#L2361">2361</a></th><td class="line-code"><pre>msgid &quot;Cocos (Keeling) Islands&quot;
10572
+ </pre></td></tr>
10573
+
10574
+
10575
+ <tr><th class="line-num" id="L2362"><a href="#L2362">2362</a></th><td class="line-code"><pre>msgstr &quot;Kokosøyene&quot;
10576
+ </pre></td></tr>
10577
+
10578
+
10579
+ <tr><th class="line-num" id="L2363"><a href="#L2363">2363</a></th><td class="line-code"><pre>
10580
+ </pre></td></tr>
10581
+
10582
+
10583
+ <tr><th class="line-num" id="L2364"><a href="#L2364">2364</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:91
10584
+ </pre></td></tr>
10585
+
10586
+
10587
+ <tr><th class="line-num" id="L2365"><a href="#L2365">2365</a></th><td class="line-code"><pre>msgid &quot;Colombia&quot;
10588
+ </pre></td></tr>
10589
+
10590
+
10591
+ <tr><th class="line-num" id="L2366"><a href="#L2366">2366</a></th><td class="line-code"><pre>msgstr &quot;Colombia&quot;
10592
+ </pre></td></tr>
10593
+
10594
+
10595
+ <tr><th class="line-num" id="L2367"><a href="#L2367">2367</a></th><td class="line-code"><pre>
10596
+ </pre></td></tr>
10597
+
10598
+
10599
+ <tr><th class="line-num" id="L2368"><a href="#L2368">2368</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:92
10600
+ </pre></td></tr>
10601
+
10602
+
10603
+ <tr><th class="line-num" id="L2369"><a href="#L2369">2369</a></th><td class="line-code"><pre>msgid &quot;Comoros&quot;
10604
+ </pre></td></tr>
10605
+
10606
+
10607
+ <tr><th class="line-num" id="L2370"><a href="#L2370">2370</a></th><td class="line-code"><pre>msgstr &quot;Komorene&quot;
10608
+ </pre></td></tr>
10609
+
10610
+
10611
+ <tr><th class="line-num" id="L2371"><a href="#L2371">2371</a></th><td class="line-code"><pre>
10612
+ </pre></td></tr>
10613
+
10614
+
10615
+ <tr><th class="line-num" id="L2372"><a href="#L2372">2372</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:93
10616
+ </pre></td></tr>
10617
+
10618
+
10619
+ <tr><th class="line-num" id="L2373"><a href="#L2373">2373</a></th><td class="line-code"><pre>msgid &quot;Congo&quot;
10620
+ </pre></td></tr>
10621
+
10622
+
10623
+ <tr><th class="line-num" id="L2374"><a href="#L2374">2374</a></th><td class="line-code"><pre>msgstr &quot;Kongo&quot;
10624
+ </pre></td></tr>
10625
+
10626
+
10627
+ <tr><th class="line-num" id="L2375"><a href="#L2375">2375</a></th><td class="line-code"><pre>
10628
+ </pre></td></tr>
10629
+
10630
+
10631
+ <tr><th class="line-num" id="L2376"><a href="#L2376">2376</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:94
10632
+ </pre></td></tr>
10633
+
10634
+
10635
+ <tr><th class="line-num" id="L2377"><a href="#L2377">2377</a></th><td class="line-code"><pre>msgid &quot;Congo, The Democratic Republic Of The&quot;
10636
+ </pre></td></tr>
10637
+
10638
+
10639
+ <tr><th class="line-num" id="L2378"><a href="#L2378">2378</a></th><td class="line-code"><pre>msgstr &quot;Kongo, Den demokratiske republikken&quot;
10640
+ </pre></td></tr>
10641
+
10642
+
10643
+ <tr><th class="line-num" id="L2379"><a href="#L2379">2379</a></th><td class="line-code"><pre>
10644
+ </pre></td></tr>
10645
+
10646
+
10647
+ <tr><th class="line-num" id="L2380"><a href="#L2380">2380</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:95
10648
+ </pre></td></tr>
10649
+
10650
+
10651
+ <tr><th class="line-num" id="L2381"><a href="#L2381">2381</a></th><td class="line-code"><pre>msgid &quot;Cook Islands&quot;
10652
+ </pre></td></tr>
10653
+
10654
+
10655
+ <tr><th class="line-num" id="L2382"><a href="#L2382">2382</a></th><td class="line-code"><pre>msgstr &quot;Cook-øyene&quot;
10656
+ </pre></td></tr>
10657
+
10658
+
10659
+ <tr><th class="line-num" id="L2383"><a href="#L2383">2383</a></th><td class="line-code"><pre>
10660
+ </pre></td></tr>
10661
+
10662
+
10663
+ <tr><th class="line-num" id="L2384"><a href="#L2384">2384</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:96
10664
+ </pre></td></tr>
10665
+
10666
+
10667
+ <tr><th class="line-num" id="L2385"><a href="#L2385">2385</a></th><td class="line-code"><pre>msgid &quot;Costa Rica&quot;
10668
+ </pre></td></tr>
10669
+
10670
+
10671
+ <tr><th class="line-num" id="L2386"><a href="#L2386">2386</a></th><td class="line-code"><pre>msgstr &quot;Costa Rica&quot;
10672
+ </pre></td></tr>
10673
+
10674
+
10675
+ <tr><th class="line-num" id="L2387"><a href="#L2387">2387</a></th><td class="line-code"><pre>
10676
+ </pre></td></tr>
10677
+
10678
+
10679
+ <tr><th class="line-num" id="L2388"><a href="#L2388">2388</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:97
10680
+ </pre></td></tr>
10681
+
10682
+
10683
+ <tr><th class="line-num" id="L2389"><a href="#L2389">2389</a></th><td class="line-code"><pre>msgid &quot;Cote D&#39;Ivoire&quot;
10684
+ </pre></td></tr>
10685
+
10686
+
10687
+ <tr><th class="line-num" id="L2390"><a href="#L2390">2390</a></th><td class="line-code"><pre>msgstr &quot;Elfenbenskysten&quot;
10688
+ </pre></td></tr>
10689
+
10690
+
10691
+ <tr><th class="line-num" id="L2391"><a href="#L2391">2391</a></th><td class="line-code"><pre>
10692
+ </pre></td></tr>
10693
+
10694
+
10695
+ <tr><th class="line-num" id="L2392"><a href="#L2392">2392</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:98
10696
+ </pre></td></tr>
10697
+
10698
+
10699
+ <tr><th class="line-num" id="L2393"><a href="#L2393">2393</a></th><td class="line-code"><pre>msgid &quot;Croatia (Local Name: Hrvatska)&quot;
10700
+ </pre></td></tr>
10701
+
10702
+
10703
+ <tr><th class="line-num" id="L2394"><a href="#L2394">2394</a></th><td class="line-code"><pre>msgstr &quot;Kroatia&quot;
10704
+ </pre></td></tr>
10705
+
10706
+
10707
+ <tr><th class="line-num" id="L2395"><a href="#L2395">2395</a></th><td class="line-code"><pre>
10708
+ </pre></td></tr>
10709
+
10710
+
10711
+ <tr><th class="line-num" id="L2396"><a href="#L2396">2396</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:99
10712
+ </pre></td></tr>
10713
+
10714
+
10715
+ <tr><th class="line-num" id="L2397"><a href="#L2397">2397</a></th><td class="line-code"><pre>msgid &quot;Cuba&quot;
10716
+ </pre></td></tr>
10717
+
10718
+
10719
+ <tr><th class="line-num" id="L2398"><a href="#L2398">2398</a></th><td class="line-code"><pre>msgstr &quot;Cuba&quot;
10720
+ </pre></td></tr>
10721
+
10722
+
10723
+ <tr><th class="line-num" id="L2399"><a href="#L2399">2399</a></th><td class="line-code"><pre>
10724
+ </pre></td></tr>
10725
+
10726
+
10727
+ <tr><th class="line-num" id="L2400"><a href="#L2400">2400</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:100
10728
+ </pre></td></tr>
10729
+
10730
+
10731
+ <tr><th class="line-num" id="L2401"><a href="#L2401">2401</a></th><td class="line-code"><pre>msgid &quot;Cyprus&quot;
10732
+ </pre></td></tr>
10733
+
10734
+
10735
+ <tr><th class="line-num" id="L2402"><a href="#L2402">2402</a></th><td class="line-code"><pre>msgstr &quot;Kypros&quot;
10736
+ </pre></td></tr>
10737
+
10738
+
10739
+ <tr><th class="line-num" id="L2403"><a href="#L2403">2403</a></th><td class="line-code"><pre>
10740
+ </pre></td></tr>
10741
+
10742
+
10743
+ <tr><th class="line-num" id="L2404"><a href="#L2404">2404</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:101
10744
+ </pre></td></tr>
10745
+
10746
+
10747
+ <tr><th class="line-num" id="L2405"><a href="#L2405">2405</a></th><td class="line-code"><pre>msgid &quot;Czech Republic&quot;
10748
+ </pre></td></tr>
10749
+
10750
+
10751
+ <tr><th class="line-num" id="L2406"><a href="#L2406">2406</a></th><td class="line-code"><pre>msgstr &quot;Tjekkia&quot;
10752
+ </pre></td></tr>
10753
+
10754
+
10755
+ <tr><th class="line-num" id="L2407"><a href="#L2407">2407</a></th><td class="line-code"><pre>
10756
+ </pre></td></tr>
10757
+
10758
+
10759
+ <tr><th class="line-num" id="L2408"><a href="#L2408">2408</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:102
10760
+ </pre></td></tr>
10761
+
10762
+
10763
+ <tr><th class="line-num" id="L2409"><a href="#L2409">2409</a></th><td class="line-code"><pre>msgid &quot;Denmark&quot;
10764
+ </pre></td></tr>
10765
+
10766
+
10767
+ <tr><th class="line-num" id="L2410"><a href="#L2410">2410</a></th><td class="line-code"><pre>msgstr &quot;Danmark&quot;
10768
+ </pre></td></tr>
10769
+
10770
+
10771
+ <tr><th class="line-num" id="L2411"><a href="#L2411">2411</a></th><td class="line-code"><pre>
10772
+ </pre></td></tr>
10773
+
10774
+
10775
+ <tr><th class="line-num" id="L2412"><a href="#L2412">2412</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:103
10776
+ </pre></td></tr>
10777
+
10778
+
10779
+ <tr><th class="line-num" id="L2413"><a href="#L2413">2413</a></th><td class="line-code"><pre>msgid &quot;Djibouti&quot;
10780
+ </pre></td></tr>
10781
+
10782
+
10783
+ <tr><th class="line-num" id="L2414"><a href="#L2414">2414</a></th><td class="line-code"><pre>msgstr &quot;Djibouti&quot;
10784
+ </pre></td></tr>
10785
+
10786
+
10787
+ <tr><th class="line-num" id="L2415"><a href="#L2415">2415</a></th><td class="line-code"><pre>
10788
+ </pre></td></tr>
10789
+
10790
+
10791
+ <tr><th class="line-num" id="L2416"><a href="#L2416">2416</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:104
10792
+ </pre></td></tr>
10793
+
10794
+
10795
+ <tr><th class="line-num" id="L2417"><a href="#L2417">2417</a></th><td class="line-code"><pre>msgid &quot;Dominica&quot;
10796
+ </pre></td></tr>
10797
+
10798
+
10799
+ <tr><th class="line-num" id="L2418"><a href="#L2418">2418</a></th><td class="line-code"><pre>msgstr &quot;Dominica&quot;
10800
+ </pre></td></tr>
10801
+
10802
+
10803
+ <tr><th class="line-num" id="L2419"><a href="#L2419">2419</a></th><td class="line-code"><pre>
10804
+ </pre></td></tr>
10805
+
10806
+
10807
+ <tr><th class="line-num" id="L2420"><a href="#L2420">2420</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:105
10808
+ </pre></td></tr>
10809
+
10810
+
10811
+ <tr><th class="line-num" id="L2421"><a href="#L2421">2421</a></th><td class="line-code"><pre>msgid &quot;Dominican Republic&quot;
10812
+ </pre></td></tr>
10813
+
10814
+
10815
+ <tr><th class="line-num" id="L2422"><a href="#L2422">2422</a></th><td class="line-code"><pre>msgstr &quot;Dominikanske Republikk&quot;
10816
+ </pre></td></tr>
10817
+
10818
+
10819
+ <tr><th class="line-num" id="L2423"><a href="#L2423">2423</a></th><td class="line-code"><pre>
10820
+ </pre></td></tr>
10821
+
10822
+
10823
+ <tr><th class="line-num" id="L2424"><a href="#L2424">2424</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:106
10824
+ </pre></td></tr>
10825
+
10826
+
10827
+ <tr><th class="line-num" id="L2425"><a href="#L2425">2425</a></th><td class="line-code"><pre>msgid &quot;East Timor&quot;
10828
+ </pre></td></tr>
10829
+
10830
+
10831
+ <tr><th class="line-num" id="L2426"><a href="#L2426">2426</a></th><td class="line-code"><pre>msgstr &quot;Øst-Timor&quot;
10832
+ </pre></td></tr>
10833
+
10834
+
10835
+ <tr><th class="line-num" id="L2427"><a href="#L2427">2427</a></th><td class="line-code"><pre>
10836
+ </pre></td></tr>
10837
+
10838
+
10839
+ <tr><th class="line-num" id="L2428"><a href="#L2428">2428</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:107
10840
+ </pre></td></tr>
10841
+
10842
+
10843
+ <tr><th class="line-num" id="L2429"><a href="#L2429">2429</a></th><td class="line-code"><pre>msgid &quot;Ecuador&quot;
10844
+ </pre></td></tr>
10845
+
10846
+
10847
+ <tr><th class="line-num" id="L2430"><a href="#L2430">2430</a></th><td class="line-code"><pre>msgstr &quot;Ecuador&quot;
10848
+ </pre></td></tr>
10849
+
10850
+
10851
+ <tr><th class="line-num" id="L2431"><a href="#L2431">2431</a></th><td class="line-code"><pre>
10852
+ </pre></td></tr>
10853
+
10854
+
10855
+ <tr><th class="line-num" id="L2432"><a href="#L2432">2432</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:108
10856
+ </pre></td></tr>
10857
+
10858
+
10859
+ <tr><th class="line-num" id="L2433"><a href="#L2433">2433</a></th><td class="line-code"><pre>msgid &quot;Egypt&quot;
10860
+ </pre></td></tr>
10861
+
10862
+
10863
+ <tr><th class="line-num" id="L2434"><a href="#L2434">2434</a></th><td class="line-code"><pre>msgstr &quot;Egypt&quot;
10864
+ </pre></td></tr>
10865
+
10866
+
10867
+ <tr><th class="line-num" id="L2435"><a href="#L2435">2435</a></th><td class="line-code"><pre>
10868
+ </pre></td></tr>
10869
+
10870
+
10871
+ <tr><th class="line-num" id="L2436"><a href="#L2436">2436</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:109
10872
+ </pre></td></tr>
10873
+
10874
+
10875
+ <tr><th class="line-num" id="L2437"><a href="#L2437">2437</a></th><td class="line-code"><pre>msgid &quot;El Salvador&quot;
10876
+ </pre></td></tr>
10877
+
10878
+
10879
+ <tr><th class="line-num" id="L2438"><a href="#L2438">2438</a></th><td class="line-code"><pre>msgstr &quot;El Salvador&quot;
10880
+ </pre></td></tr>
10881
+
10882
+
10883
+ <tr><th class="line-num" id="L2439"><a href="#L2439">2439</a></th><td class="line-code"><pre>
10884
+ </pre></td></tr>
10885
+
10886
+
10887
+ <tr><th class="line-num" id="L2440"><a href="#L2440">2440</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:110
10888
+ </pre></td></tr>
10889
+
10890
+
10891
+ <tr><th class="line-num" id="L2441"><a href="#L2441">2441</a></th><td class="line-code"><pre>msgid &quot;Equatorial Guinea&quot;
10892
+ </pre></td></tr>
10893
+
10894
+
10895
+ <tr><th class="line-num" id="L2442"><a href="#L2442">2442</a></th><td class="line-code"><pre>msgstr &quot;Equatorial Guinea&quot;
10896
+ </pre></td></tr>
10897
+
10898
+
10899
+ <tr><th class="line-num" id="L2443"><a href="#L2443">2443</a></th><td class="line-code"><pre>
10900
+ </pre></td></tr>
10901
+
10902
+
10903
+ <tr><th class="line-num" id="L2444"><a href="#L2444">2444</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:111
10904
+ </pre></td></tr>
10905
+
10906
+
10907
+ <tr><th class="line-num" id="L2445"><a href="#L2445">2445</a></th><td class="line-code"><pre>msgid &quot;Eritrea&quot;
10908
+ </pre></td></tr>
10909
+
10910
+
10911
+ <tr><th class="line-num" id="L2446"><a href="#L2446">2446</a></th><td class="line-code"><pre>msgstr &quot;Eritrea&quot;
10912
+ </pre></td></tr>
10913
+
10914
+
10915
+ <tr><th class="line-num" id="L2447"><a href="#L2447">2447</a></th><td class="line-code"><pre>
10916
+ </pre></td></tr>
10917
+
10918
+
10919
+ <tr><th class="line-num" id="L2448"><a href="#L2448">2448</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:112
10920
+ </pre></td></tr>
10921
+
10922
+
10923
+ <tr><th class="line-num" id="L2449"><a href="#L2449">2449</a></th><td class="line-code"><pre>msgid &quot;Estonia&quot;
10924
+ </pre></td></tr>
10925
+
10926
+
10927
+ <tr><th class="line-num" id="L2450"><a href="#L2450">2450</a></th><td class="line-code"><pre>msgstr &quot;Estland&quot;
10928
+ </pre></td></tr>
10929
+
10930
+
10931
+ <tr><th class="line-num" id="L2451"><a href="#L2451">2451</a></th><td class="line-code"><pre>
10932
+ </pre></td></tr>
10933
+
10934
+
10935
+ <tr><th class="line-num" id="L2452"><a href="#L2452">2452</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:113
10936
+ </pre></td></tr>
10937
+
10938
+
10939
+ <tr><th class="line-num" id="L2453"><a href="#L2453">2453</a></th><td class="line-code"><pre>msgid &quot;Ethiopia&quot;
10940
+ </pre></td></tr>
10941
+
10942
+
10943
+ <tr><th class="line-num" id="L2454"><a href="#L2454">2454</a></th><td class="line-code"><pre>msgstr &quot;Etiopia&quot;
10944
+ </pre></td></tr>
10945
+
10946
+
10947
+ <tr><th class="line-num" id="L2455"><a href="#L2455">2455</a></th><td class="line-code"><pre>
10948
+ </pre></td></tr>
10949
+
10950
+
10951
+ <tr><th class="line-num" id="L2456"><a href="#L2456">2456</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:114
10952
+ </pre></td></tr>
10953
+
10954
+
10955
+ <tr><th class="line-num" id="L2457"><a href="#L2457">2457</a></th><td class="line-code"><pre>msgid &quot;Falkland Islands (Malvinas)&quot;
10956
+ </pre></td></tr>
10957
+
10958
+
10959
+ <tr><th class="line-num" id="L2458"><a href="#L2458">2458</a></th><td class="line-code"><pre>msgstr &quot;Falklandsøyene (Malvinas)&quot;
10960
+ </pre></td></tr>
10961
+
10962
+
10963
+ <tr><th class="line-num" id="L2459"><a href="#L2459">2459</a></th><td class="line-code"><pre>
10964
+ </pre></td></tr>
10965
+
10966
+
10967
+ <tr><th class="line-num" id="L2460"><a href="#L2460">2460</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:115
10968
+ </pre></td></tr>
10969
+
10970
+
10971
+ <tr><th class="line-num" id="L2461"><a href="#L2461">2461</a></th><td class="line-code"><pre>msgid &quot;Faroe Islands&quot;
10972
+ </pre></td></tr>
10973
+
10974
+
10975
+ <tr><th class="line-num" id="L2462"><a href="#L2462">2462</a></th><td class="line-code"><pre>msgstr &quot;Færøyene&quot;
10976
+ </pre></td></tr>
10977
+
10978
+
10979
+ <tr><th class="line-num" id="L2463"><a href="#L2463">2463</a></th><td class="line-code"><pre>
10980
+ </pre></td></tr>
10981
+
10982
+
10983
+ <tr><th class="line-num" id="L2464"><a href="#L2464">2464</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:116
10984
+ </pre></td></tr>
10985
+
10986
+
10987
+ <tr><th class="line-num" id="L2465"><a href="#L2465">2465</a></th><td class="line-code"><pre>msgid &quot;Fiji&quot;
10988
+ </pre></td></tr>
10989
+
10990
+
10991
+ <tr><th class="line-num" id="L2466"><a href="#L2466">2466</a></th><td class="line-code"><pre>msgstr &quot;Fiji&quot;
10992
+ </pre></td></tr>
10993
+
10994
+
10995
+ <tr><th class="line-num" id="L2467"><a href="#L2467">2467</a></th><td class="line-code"><pre>
10996
+ </pre></td></tr>
10997
+
10998
+
10999
+ <tr><th class="line-num" id="L2468"><a href="#L2468">2468</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:117
11000
+ </pre></td></tr>
11001
+
11002
+
11003
+ <tr><th class="line-num" id="L2469"><a href="#L2469">2469</a></th><td class="line-code"><pre>msgid &quot;Finland&quot;
11004
+ </pre></td></tr>
11005
+
11006
+
11007
+ <tr><th class="line-num" id="L2470"><a href="#L2470">2470</a></th><td class="line-code"><pre>msgstr &quot;Finland&quot;
11008
+ </pre></td></tr>
11009
+
11010
+
11011
+ <tr><th class="line-num" id="L2471"><a href="#L2471">2471</a></th><td class="line-code"><pre>
11012
+ </pre></td></tr>
11013
+
11014
+
11015
+ <tr><th class="line-num" id="L2472"><a href="#L2472">2472</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:118
11016
+ </pre></td></tr>
11017
+
11018
+
11019
+ <tr><th class="line-num" id="L2473"><a href="#L2473">2473</a></th><td class="line-code"><pre>msgid &quot;France&quot;
11020
+ </pre></td></tr>
11021
+
11022
+
11023
+ <tr><th class="line-num" id="L2474"><a href="#L2474">2474</a></th><td class="line-code"><pre>msgstr &quot;Frankrike&quot;
11024
+ </pre></td></tr>
11025
+
11026
+
11027
+ <tr><th class="line-num" id="L2475"><a href="#L2475">2475</a></th><td class="line-code"><pre>
11028
+ </pre></td></tr>
11029
+
11030
+
11031
+ <tr><th class="line-num" id="L2476"><a href="#L2476">2476</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:119
11032
+ </pre></td></tr>
11033
+
11034
+
11035
+ <tr><th class="line-num" id="L2477"><a href="#L2477">2477</a></th><td class="line-code"><pre>msgid &quot;France, Metropolitan&quot;
11036
+ </pre></td></tr>
11037
+
11038
+
11039
+ <tr><th class="line-num" id="L2478"><a href="#L2478">2478</a></th><td class="line-code"><pre>msgstr &quot;Frankrike, Metropolitan&quot;
11040
+ </pre></td></tr>
11041
+
11042
+
11043
+ <tr><th class="line-num" id="L2479"><a href="#L2479">2479</a></th><td class="line-code"><pre>
11044
+ </pre></td></tr>
11045
+
11046
+
11047
+ <tr><th class="line-num" id="L2480"><a href="#L2480">2480</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:120
11048
+ </pre></td></tr>
11049
+
11050
+
11051
+ <tr><th class="line-num" id="L2481"><a href="#L2481">2481</a></th><td class="line-code"><pre>msgid &quot;French Guiana&quot;
11052
+ </pre></td></tr>
11053
+
11054
+
11055
+ <tr><th class="line-num" id="L2482"><a href="#L2482">2482</a></th><td class="line-code"><pre>msgstr &quot;Fransk Guiana&quot;
11056
+ </pre></td></tr>
11057
+
11058
+
11059
+ <tr><th class="line-num" id="L2483"><a href="#L2483">2483</a></th><td class="line-code"><pre>
11060
+ </pre></td></tr>
11061
+
11062
+
11063
+ <tr><th class="line-num" id="L2484"><a href="#L2484">2484</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:121
11064
+ </pre></td></tr>
11065
+
11066
+
11067
+ <tr><th class="line-num" id="L2485"><a href="#L2485">2485</a></th><td class="line-code"><pre>msgid &quot;French Polynesia&quot;
11068
+ </pre></td></tr>
11069
+
11070
+
11071
+ <tr><th class="line-num" id="L2486"><a href="#L2486">2486</a></th><td class="line-code"><pre>msgstr &quot;Fransk-Polynesia&quot;
11072
+ </pre></td></tr>
11073
+
11074
+
11075
+ <tr><th class="line-num" id="L2487"><a href="#L2487">2487</a></th><td class="line-code"><pre>
11076
+ </pre></td></tr>
11077
+
11078
+
11079
+ <tr><th class="line-num" id="L2488"><a href="#L2488">2488</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:122
11080
+ </pre></td></tr>
11081
+
11082
+
11083
+ <tr><th class="line-num" id="L2489"><a href="#L2489">2489</a></th><td class="line-code"><pre>msgid &quot;French Southern Territories&quot;
11084
+ </pre></td></tr>
11085
+
11086
+
11087
+ <tr><th class="line-num" id="L2490"><a href="#L2490">2490</a></th><td class="line-code"><pre>msgstr &quot;Franske sørlige territorier&quot;
11088
+ </pre></td></tr>
11089
+
11090
+
11091
+ <tr><th class="line-num" id="L2491"><a href="#L2491">2491</a></th><td class="line-code"><pre>
11092
+ </pre></td></tr>
11093
+
11094
+
11095
+ <tr><th class="line-num" id="L2492"><a href="#L2492">2492</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:123
11096
+ </pre></td></tr>
11097
+
11098
+
11099
+ <tr><th class="line-num" id="L2493"><a href="#L2493">2493</a></th><td class="line-code"><pre>msgid &quot;Gabon&quot;
11100
+ </pre></td></tr>
11101
+
11102
+
11103
+ <tr><th class="line-num" id="L2494"><a href="#L2494">2494</a></th><td class="line-code"><pre>msgstr &quot;Gabon&quot;
11104
+ </pre></td></tr>
11105
+
11106
+
11107
+ <tr><th class="line-num" id="L2495"><a href="#L2495">2495</a></th><td class="line-code"><pre>
11108
+ </pre></td></tr>
11109
+
11110
+
11111
+ <tr><th class="line-num" id="L2496"><a href="#L2496">2496</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:124
11112
+ </pre></td></tr>
11113
+
11114
+
11115
+ <tr><th class="line-num" id="L2497"><a href="#L2497">2497</a></th><td class="line-code"><pre>msgid &quot;Gambia&quot;
11116
+ </pre></td></tr>
11117
+
11118
+
11119
+ <tr><th class="line-num" id="L2498"><a href="#L2498">2498</a></th><td class="line-code"><pre>msgstr &quot;Gambia&quot;
11120
+ </pre></td></tr>
11121
+
11122
+
11123
+ <tr><th class="line-num" id="L2499"><a href="#L2499">2499</a></th><td class="line-code"><pre>
11124
+ </pre></td></tr>
11125
+
11126
+
11127
+ <tr><th class="line-num" id="L2500"><a href="#L2500">2500</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:125
11128
+ </pre></td></tr>
11129
+
11130
+
11131
+ <tr><th class="line-num" id="L2501"><a href="#L2501">2501</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:318
11132
+ </pre></td></tr>
11133
+
11134
+
11135
+ <tr><th class="line-num" id="L2502"><a href="#L2502">2502</a></th><td class="line-code"><pre>msgid &quot;Georgia&quot;
11136
+ </pre></td></tr>
11137
+
11138
+
11139
+ <tr><th class="line-num" id="L2503"><a href="#L2503">2503</a></th><td class="line-code"><pre>msgstr &quot;Georgia&quot;
11140
+ </pre></td></tr>
11141
+
11142
+
11143
+ <tr><th class="line-num" id="L2504"><a href="#L2504">2504</a></th><td class="line-code"><pre>
11144
+ </pre></td></tr>
11145
+
11146
+
11147
+ <tr><th class="line-num" id="L2505"><a href="#L2505">2505</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:126
11148
+ </pre></td></tr>
11149
+
11150
+
11151
+ <tr><th class="line-num" id="L2506"><a href="#L2506">2506</a></th><td class="line-code"><pre>msgid &quot;Germany&quot;
11152
+ </pre></td></tr>
11153
+
11154
+
11155
+ <tr><th class="line-num" id="L2507"><a href="#L2507">2507</a></th><td class="line-code"><pre>msgstr &quot;Tyskland&quot;
11156
+ </pre></td></tr>
11157
+
11158
+
11159
+ <tr><th class="line-num" id="L2508"><a href="#L2508">2508</a></th><td class="line-code"><pre>
11160
+ </pre></td></tr>
11161
+
11162
+
11163
+ <tr><th class="line-num" id="L2509"><a href="#L2509">2509</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:127
11164
+ </pre></td></tr>
11165
+
11166
+
11167
+ <tr><th class="line-num" id="L2510"><a href="#L2510">2510</a></th><td class="line-code"><pre>msgid &quot;Ghana&quot;
11168
+ </pre></td></tr>
11169
+
11170
+
11171
+ <tr><th class="line-num" id="L2511"><a href="#L2511">2511</a></th><td class="line-code"><pre>msgstr &quot;Ghana&quot;
11172
+ </pre></td></tr>
11173
+
11174
+
11175
+ <tr><th class="line-num" id="L2512"><a href="#L2512">2512</a></th><td class="line-code"><pre>
11176
+ </pre></td></tr>
11177
+
11178
+
11179
+ <tr><th class="line-num" id="L2513"><a href="#L2513">2513</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:128
11180
+ </pre></td></tr>
11181
+
11182
+
11183
+ <tr><th class="line-num" id="L2514"><a href="#L2514">2514</a></th><td class="line-code"><pre>msgid &quot;Gibraltar&quot;
11184
+ </pre></td></tr>
11185
+
11186
+
11187
+ <tr><th class="line-num" id="L2515"><a href="#L2515">2515</a></th><td class="line-code"><pre>msgstr &quot;Gibraltar&quot;
11188
+ </pre></td></tr>
11189
+
11190
+
11191
+ <tr><th class="line-num" id="L2516"><a href="#L2516">2516</a></th><td class="line-code"><pre>
11192
+ </pre></td></tr>
11193
+
11194
+
11195
+ <tr><th class="line-num" id="L2517"><a href="#L2517">2517</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:129
11196
+ </pre></td></tr>
11197
+
11198
+
11199
+ <tr><th class="line-num" id="L2518"><a href="#L2518">2518</a></th><td class="line-code"><pre>msgid &quot;Greece&quot;
11200
+ </pre></td></tr>
11201
+
11202
+
11203
+ <tr><th class="line-num" id="L2519"><a href="#L2519">2519</a></th><td class="line-code"><pre>msgstr &quot;Hellas&quot;
11204
+ </pre></td></tr>
11205
+
11206
+
11207
+ <tr><th class="line-num" id="L2520"><a href="#L2520">2520</a></th><td class="line-code"><pre>
11208
+ </pre></td></tr>
11209
+
11210
+
11211
+ <tr><th class="line-num" id="L2521"><a href="#L2521">2521</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:130
11212
+ </pre></td></tr>
11213
+
11214
+
11215
+ <tr><th class="line-num" id="L2522"><a href="#L2522">2522</a></th><td class="line-code"><pre>msgid &quot;Greenland&quot;
11216
+ </pre></td></tr>
11217
+
11218
+
11219
+ <tr><th class="line-num" id="L2523"><a href="#L2523">2523</a></th><td class="line-code"><pre>msgstr &quot;Grønland&quot;
11220
+ </pre></td></tr>
11221
+
11222
+
11223
+ <tr><th class="line-num" id="L2524"><a href="#L2524">2524</a></th><td class="line-code"><pre>
11224
+ </pre></td></tr>
11225
+
11226
+
11227
+ <tr><th class="line-num" id="L2525"><a href="#L2525">2525</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:131
11228
+ </pre></td></tr>
11229
+
11230
+
11231
+ <tr><th class="line-num" id="L2526"><a href="#L2526">2526</a></th><td class="line-code"><pre>msgid &quot;Grenada&quot;
11232
+ </pre></td></tr>
11233
+
11234
+
11235
+ <tr><th class="line-num" id="L2527"><a href="#L2527">2527</a></th><td class="line-code"><pre>msgstr &quot;Grenada&quot;
11236
+ </pre></td></tr>
11237
+
11238
+
11239
+ <tr><th class="line-num" id="L2528"><a href="#L2528">2528</a></th><td class="line-code"><pre>
11240
+ </pre></td></tr>
11241
+
11242
+
11243
+ <tr><th class="line-num" id="L2529"><a href="#L2529">2529</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:132
11244
+ </pre></td></tr>
11245
+
11246
+
11247
+ <tr><th class="line-num" id="L2530"><a href="#L2530">2530</a></th><td class="line-code"><pre>msgid &quot;Guadeloupe&quot;
11248
+ </pre></td></tr>
11249
+
11250
+
11251
+ <tr><th class="line-num" id="L2531"><a href="#L2531">2531</a></th><td class="line-code"><pre>msgstr &quot;Guadeloupe&quot;
11252
+ </pre></td></tr>
11253
+
11254
+
11255
+ <tr><th class="line-num" id="L2532"><a href="#L2532">2532</a></th><td class="line-code"><pre>
11256
+ </pre></td></tr>
11257
+
11258
+
11259
+ <tr><th class="line-num" id="L2533"><a href="#L2533">2533</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:133
11260
+ </pre></td></tr>
11261
+
11262
+
11263
+ <tr><th class="line-num" id="L2534"><a href="#L2534">2534</a></th><td class="line-code"><pre>msgid &quot;Guam&quot;
11264
+ </pre></td></tr>
11265
+
11266
+
11267
+ <tr><th class="line-num" id="L2535"><a href="#L2535">2535</a></th><td class="line-code"><pre>msgstr &quot;Guam&quot;
11268
+ </pre></td></tr>
11269
+
11270
+
11271
+ <tr><th class="line-num" id="L2536"><a href="#L2536">2536</a></th><td class="line-code"><pre>
11272
+ </pre></td></tr>
11273
+
11274
+
11275
+ <tr><th class="line-num" id="L2537"><a href="#L2537">2537</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:134
11276
+ </pre></td></tr>
11277
+
11278
+
11279
+ <tr><th class="line-num" id="L2538"><a href="#L2538">2538</a></th><td class="line-code"><pre>msgid &quot;Guatemala&quot;
11280
+ </pre></td></tr>
11281
+
11282
+
11283
+ <tr><th class="line-num" id="L2539"><a href="#L2539">2539</a></th><td class="line-code"><pre>msgstr &quot;Guatemala&quot;
11284
+ </pre></td></tr>
11285
+
11286
+
11287
+ <tr><th class="line-num" id="L2540"><a href="#L2540">2540</a></th><td class="line-code"><pre>
11288
+ </pre></td></tr>
11289
+
11290
+
11291
+ <tr><th class="line-num" id="L2541"><a href="#L2541">2541</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:135
11292
+ </pre></td></tr>
11293
+
11294
+
11295
+ <tr><th class="line-num" id="L2542"><a href="#L2542">2542</a></th><td class="line-code"><pre>msgid &quot;Guinea&quot;
11296
+ </pre></td></tr>
11297
+
11298
+
11299
+ <tr><th class="line-num" id="L2543"><a href="#L2543">2543</a></th><td class="line-code"><pre>msgstr &quot;Guinea&quot;
11300
+ </pre></td></tr>
11301
+
11302
+
11303
+ <tr><th class="line-num" id="L2544"><a href="#L2544">2544</a></th><td class="line-code"><pre>
11304
+ </pre></td></tr>
11305
+
11306
+
11307
+ <tr><th class="line-num" id="L2545"><a href="#L2545">2545</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:136
11308
+ </pre></td></tr>
11309
+
11310
+
11311
+ <tr><th class="line-num" id="L2546"><a href="#L2546">2546</a></th><td class="line-code"><pre>msgid &quot;Guinea-Bissau&quot;
11312
+ </pre></td></tr>
11313
+
11314
+
11315
+ <tr><th class="line-num" id="L2547"><a href="#L2547">2547</a></th><td class="line-code"><pre>msgstr &quot;Guinea-Bissau&quot;
11316
+ </pre></td></tr>
11317
+
11318
+
11319
+ <tr><th class="line-num" id="L2548"><a href="#L2548">2548</a></th><td class="line-code"><pre>
11320
+ </pre></td></tr>
11321
+
11322
+
11323
+ <tr><th class="line-num" id="L2549"><a href="#L2549">2549</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:137
11324
+ </pre></td></tr>
11325
+
11326
+
11327
+ <tr><th class="line-num" id="L2550"><a href="#L2550">2550</a></th><td class="line-code"><pre>msgid &quot;Guyana&quot;
11328
+ </pre></td></tr>
11329
+
11330
+
11331
+ <tr><th class="line-num" id="L2551"><a href="#L2551">2551</a></th><td class="line-code"><pre>msgstr &quot;Guyana&quot;
11332
+ </pre></td></tr>
11333
+
11334
+
11335
+ <tr><th class="line-num" id="L2552"><a href="#L2552">2552</a></th><td class="line-code"><pre>
11336
+ </pre></td></tr>
11337
+
11338
+
11339
+ <tr><th class="line-num" id="L2553"><a href="#L2553">2553</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:138
11340
+ </pre></td></tr>
11341
+
11342
+
11343
+ <tr><th class="line-num" id="L2554"><a href="#L2554">2554</a></th><td class="line-code"><pre>msgid &quot;Haiti&quot;
11344
+ </pre></td></tr>
11345
+
11346
+
11347
+ <tr><th class="line-num" id="L2555"><a href="#L2555">2555</a></th><td class="line-code"><pre>msgstr &quot;Haiti&quot;
11348
+ </pre></td></tr>
11349
+
11350
+
11351
+ <tr><th class="line-num" id="L2556"><a href="#L2556">2556</a></th><td class="line-code"><pre>
11352
+ </pre></td></tr>
11353
+
11354
+
11355
+ <tr><th class="line-num" id="L2557"><a href="#L2557">2557</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:139
11356
+ </pre></td></tr>
11357
+
11358
+
11359
+ <tr><th class="line-num" id="L2558"><a href="#L2558">2558</a></th><td class="line-code"><pre>msgid &quot;Heard And Mc Donald Islands&quot;
11360
+ </pre></td></tr>
11361
+
11362
+
11363
+ <tr><th class="line-num" id="L2559"><a href="#L2559">2559</a></th><td class="line-code"><pre>msgstr &quot;Heard og McDonald-øyene&quot;
11364
+ </pre></td></tr>
11365
+
11366
+
11367
+ <tr><th class="line-num" id="L2560"><a href="#L2560">2560</a></th><td class="line-code"><pre>
11368
+ </pre></td></tr>
11369
+
11370
+
11371
+ <tr><th class="line-num" id="L2561"><a href="#L2561">2561</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:140
11372
+ </pre></td></tr>
11373
+
11374
+
11375
+ <tr><th class="line-num" id="L2562"><a href="#L2562">2562</a></th><td class="line-code"><pre>msgid &quot;Holy See (Vatican City State)&quot;
11376
+ </pre></td></tr>
11377
+
11378
+
11379
+ <tr><th class="line-num" id="L2563"><a href="#L2563">2563</a></th><td class="line-code"><pre>msgstr &quot;Hellige Stol (Vatikanstaten)&quot;
11380
+ </pre></td></tr>
11381
+
11382
+
11383
+ <tr><th class="line-num" id="L2564"><a href="#L2564">2564</a></th><td class="line-code"><pre>
11384
+ </pre></td></tr>
11385
+
11386
+
11387
+ <tr><th class="line-num" id="L2565"><a href="#L2565">2565</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:141
11388
+ </pre></td></tr>
11389
+
11390
+
11391
+ <tr><th class="line-num" id="L2566"><a href="#L2566">2566</a></th><td class="line-code"><pre>msgid &quot;Honduras&quot;
11392
+ </pre></td></tr>
11393
+
11394
+
11395
+ <tr><th class="line-num" id="L2567"><a href="#L2567">2567</a></th><td class="line-code"><pre>msgstr &quot;Honduras&quot;
11396
+ </pre></td></tr>
11397
+
11398
+
11399
+ <tr><th class="line-num" id="L2568"><a href="#L2568">2568</a></th><td class="line-code"><pre>
11400
+ </pre></td></tr>
11401
+
11402
+
11403
+ <tr><th class="line-num" id="L2569"><a href="#L2569">2569</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:142
11404
+ </pre></td></tr>
11405
+
11406
+
11407
+ <tr><th class="line-num" id="L2570"><a href="#L2570">2570</a></th><td class="line-code"><pre>msgid &quot;Hong Kong&quot;
11408
+ </pre></td></tr>
11409
+
11410
+
11411
+ <tr><th class="line-num" id="L2571"><a href="#L2571">2571</a></th><td class="line-code"><pre>msgstr &quot;Hong Kong&quot;
11412
+ </pre></td></tr>
11413
+
11414
+
11415
+ <tr><th class="line-num" id="L2572"><a href="#L2572">2572</a></th><td class="line-code"><pre>
11416
+ </pre></td></tr>
11417
+
11418
+
11419
+ <tr><th class="line-num" id="L2573"><a href="#L2573">2573</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:143
11420
+ </pre></td></tr>
11421
+
11422
+
11423
+ <tr><th class="line-num" id="L2574"><a href="#L2574">2574</a></th><td class="line-code"><pre>msgid &quot;Hungary&quot;
11424
+ </pre></td></tr>
11425
+
11426
+
11427
+ <tr><th class="line-num" id="L2575"><a href="#L2575">2575</a></th><td class="line-code"><pre>msgstr &quot;Ungarn&quot;
11428
+ </pre></td></tr>
11429
+
11430
+
11431
+ <tr><th class="line-num" id="L2576"><a href="#L2576">2576</a></th><td class="line-code"><pre>
11432
+ </pre></td></tr>
11433
+
11434
+
11435
+ <tr><th class="line-num" id="L2577"><a href="#L2577">2577</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:144
11436
+ </pre></td></tr>
11437
+
11438
+
11439
+ <tr><th class="line-num" id="L2578"><a href="#L2578">2578</a></th><td class="line-code"><pre>msgid &quot;Iceland&quot;
11440
+ </pre></td></tr>
11441
+
11442
+
11443
+ <tr><th class="line-num" id="L2579"><a href="#L2579">2579</a></th><td class="line-code"><pre>msgstr &quot;Island&quot;
11444
+ </pre></td></tr>
11445
+
11446
+
11447
+ <tr><th class="line-num" id="L2580"><a href="#L2580">2580</a></th><td class="line-code"><pre>
11448
+ </pre></td></tr>
11449
+
11450
+
11451
+ <tr><th class="line-num" id="L2581"><a href="#L2581">2581</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:145
11452
+ </pre></td></tr>
11453
+
11454
+
11455
+ <tr><th class="line-num" id="L2582"><a href="#L2582">2582</a></th><td class="line-code"><pre>msgid &quot;India&quot;
11456
+ </pre></td></tr>
11457
+
11458
+
11459
+ <tr><th class="line-num" id="L2583"><a href="#L2583">2583</a></th><td class="line-code"><pre>msgstr &quot;India&quot;
11460
+ </pre></td></tr>
11461
+
11462
+
11463
+ <tr><th class="line-num" id="L2584"><a href="#L2584">2584</a></th><td class="line-code"><pre>
11464
+ </pre></td></tr>
11465
+
11466
+
11467
+ <tr><th class="line-num" id="L2585"><a href="#L2585">2585</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:146
11468
+ </pre></td></tr>
11469
+
11470
+
11471
+ <tr><th class="line-num" id="L2586"><a href="#L2586">2586</a></th><td class="line-code"><pre>msgid &quot;Indonesia&quot;
11472
+ </pre></td></tr>
11473
+
11474
+
11475
+ <tr><th class="line-num" id="L2587"><a href="#L2587">2587</a></th><td class="line-code"><pre>msgstr &quot;Indonesia&quot;
11476
+ </pre></td></tr>
11477
+
11478
+
11479
+ <tr><th class="line-num" id="L2588"><a href="#L2588">2588</a></th><td class="line-code"><pre>
11480
+ </pre></td></tr>
11481
+
11482
+
11483
+ <tr><th class="line-num" id="L2589"><a href="#L2589">2589</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:147
11484
+ </pre></td></tr>
11485
+
11486
+
11487
+ <tr><th class="line-num" id="L2590"><a href="#L2590">2590</a></th><td class="line-code"><pre>msgid &quot;Iran (Islamic Republic Of)&quot;
11488
+ </pre></td></tr>
11489
+
11490
+
11491
+ <tr><th class="line-num" id="L2591"><a href="#L2591">2591</a></th><td class="line-code"><pre>msgstr &quot;Iran (Den Islamske Republik)&quot;
11492
+ </pre></td></tr>
11493
+
11494
+
11495
+ <tr><th class="line-num" id="L2592"><a href="#L2592">2592</a></th><td class="line-code"><pre>
11496
+ </pre></td></tr>
11497
+
11498
+
11499
+ <tr><th class="line-num" id="L2593"><a href="#L2593">2593</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:148
11500
+ </pre></td></tr>
11501
+
11502
+
11503
+ <tr><th class="line-num" id="L2594"><a href="#L2594">2594</a></th><td class="line-code"><pre>msgid &quot;Iraq&quot;
11504
+ </pre></td></tr>
11505
+
11506
+
11507
+ <tr><th class="line-num" id="L2595"><a href="#L2595">2595</a></th><td class="line-code"><pre>msgstr &quot;Irak&quot;
11508
+ </pre></td></tr>
11509
+
11510
+
11511
+ <tr><th class="line-num" id="L2596"><a href="#L2596">2596</a></th><td class="line-code"><pre>
11512
+ </pre></td></tr>
11513
+
11514
+
11515
+ <tr><th class="line-num" id="L2597"><a href="#L2597">2597</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:149
11516
+ </pre></td></tr>
11517
+
11518
+
11519
+ <tr><th class="line-num" id="L2598"><a href="#L2598">2598</a></th><td class="line-code"><pre>msgid &quot;Ireland&quot;
11520
+ </pre></td></tr>
11521
+
11522
+
11523
+ <tr><th class="line-num" id="L2599"><a href="#L2599">2599</a></th><td class="line-code"><pre>msgstr &quot;Irland&quot;
11524
+ </pre></td></tr>
11525
+
11526
+
11527
+ <tr><th class="line-num" id="L2600"><a href="#L2600">2600</a></th><td class="line-code"><pre>
11528
+ </pre></td></tr>
11529
+
11530
+
11531
+ <tr><th class="line-num" id="L2601"><a href="#L2601">2601</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:150
11532
+ </pre></td></tr>
11533
+
11534
+
11535
+ <tr><th class="line-num" id="L2602"><a href="#L2602">2602</a></th><td class="line-code"><pre>msgid &quot;Israel&quot;
11536
+ </pre></td></tr>
11537
+
11538
+
11539
+ <tr><th class="line-num" id="L2603"><a href="#L2603">2603</a></th><td class="line-code"><pre>msgstr &quot;Israel&quot;
11540
+ </pre></td></tr>
11541
+
11542
+
11543
+ <tr><th class="line-num" id="L2604"><a href="#L2604">2604</a></th><td class="line-code"><pre>
11544
+ </pre></td></tr>
11545
+
11546
+
11547
+ <tr><th class="line-num" id="L2605"><a href="#L2605">2605</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:151
11548
+ </pre></td></tr>
11549
+
11550
+
11551
+ <tr><th class="line-num" id="L2606"><a href="#L2606">2606</a></th><td class="line-code"><pre>msgid &quot;Italy&quot;
11552
+ </pre></td></tr>
11553
+
11554
+
11555
+ <tr><th class="line-num" id="L2607"><a href="#L2607">2607</a></th><td class="line-code"><pre>msgstr &quot;Italia&quot;
11556
+ </pre></td></tr>
11557
+
11558
+
11559
+ <tr><th class="line-num" id="L2608"><a href="#L2608">2608</a></th><td class="line-code"><pre>
11560
+ </pre></td></tr>
11561
+
11562
+
11563
+ <tr><th class="line-num" id="L2609"><a href="#L2609">2609</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:152
11564
+ </pre></td></tr>
11565
+
11566
+
11567
+ <tr><th class="line-num" id="L2610"><a href="#L2610">2610</a></th><td class="line-code"><pre>msgid &quot;Jamaica&quot;
11568
+ </pre></td></tr>
11569
+
11570
+
11571
+ <tr><th class="line-num" id="L2611"><a href="#L2611">2611</a></th><td class="line-code"><pre>msgstr &quot;Jamaica&quot;
11572
+ </pre></td></tr>
11573
+
11574
+
11575
+ <tr><th class="line-num" id="L2612"><a href="#L2612">2612</a></th><td class="line-code"><pre>
11576
+ </pre></td></tr>
11577
+
11578
+
11579
+ <tr><th class="line-num" id="L2613"><a href="#L2613">2613</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:153
11580
+ </pre></td></tr>
11581
+
11582
+
11583
+ <tr><th class="line-num" id="L2614"><a href="#L2614">2614</a></th><td class="line-code"><pre>msgid &quot;Japan&quot;
11584
+ </pre></td></tr>
11585
+
11586
+
11587
+ <tr><th class="line-num" id="L2615"><a href="#L2615">2615</a></th><td class="line-code"><pre>msgstr &quot;Japan&quot;
11588
+ </pre></td></tr>
11589
+
11590
+
11591
+ <tr><th class="line-num" id="L2616"><a href="#L2616">2616</a></th><td class="line-code"><pre>
11592
+ </pre></td></tr>
11593
+
11594
+
11595
+ <tr><th class="line-num" id="L2617"><a href="#L2617">2617</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:154
11596
+ </pre></td></tr>
11597
+
11598
+
11599
+ <tr><th class="line-num" id="L2618"><a href="#L2618">2618</a></th><td class="line-code"><pre>msgid &quot;Jordan&quot;
11600
+ </pre></td></tr>
11601
+
11602
+
11603
+ <tr><th class="line-num" id="L2619"><a href="#L2619">2619</a></th><td class="line-code"><pre>msgstr &quot;Jordan&quot;
11604
+ </pre></td></tr>
11605
+
11606
+
11607
+ <tr><th class="line-num" id="L2620"><a href="#L2620">2620</a></th><td class="line-code"><pre>
11608
+ </pre></td></tr>
11609
+
11610
+
11611
+ <tr><th class="line-num" id="L2621"><a href="#L2621">2621</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:155
11612
+ </pre></td></tr>
11613
+
11614
+
11615
+ <tr><th class="line-num" id="L2622"><a href="#L2622">2622</a></th><td class="line-code"><pre>msgid &quot;Kazakhstan&quot;
11616
+ </pre></td></tr>
11617
+
11618
+
11619
+ <tr><th class="line-num" id="L2623"><a href="#L2623">2623</a></th><td class="line-code"><pre>msgstr &quot;Kazakhstan&quot;
11620
+ </pre></td></tr>
11621
+
11622
+
11623
+ <tr><th class="line-num" id="L2624"><a href="#L2624">2624</a></th><td class="line-code"><pre>
11624
+ </pre></td></tr>
11625
+
11626
+
11627
+ <tr><th class="line-num" id="L2625"><a href="#L2625">2625</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:156
11628
+ </pre></td></tr>
11629
+
11630
+
11631
+ <tr><th class="line-num" id="L2626"><a href="#L2626">2626</a></th><td class="line-code"><pre>msgid &quot;Kenya&quot;
11632
+ </pre></td></tr>
11633
+
11634
+
11635
+ <tr><th class="line-num" id="L2627"><a href="#L2627">2627</a></th><td class="line-code"><pre>msgstr &quot;Kenya&quot;
11636
+ </pre></td></tr>
11637
+
11638
+
11639
+ <tr><th class="line-num" id="L2628"><a href="#L2628">2628</a></th><td class="line-code"><pre>
11640
+ </pre></td></tr>
11641
+
11642
+
11643
+ <tr><th class="line-num" id="L2629"><a href="#L2629">2629</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:157
11644
+ </pre></td></tr>
11645
+
11646
+
11647
+ <tr><th class="line-num" id="L2630"><a href="#L2630">2630</a></th><td class="line-code"><pre>msgid &quot;Kiribati&quot;
11648
+ </pre></td></tr>
11649
+
11650
+
11651
+ <tr><th class="line-num" id="L2631"><a href="#L2631">2631</a></th><td class="line-code"><pre>msgstr &quot;Kiribati&quot;
11652
+ </pre></td></tr>
11653
+
11654
+
11655
+ <tr><th class="line-num" id="L2632"><a href="#L2632">2632</a></th><td class="line-code"><pre>
11656
+ </pre></td></tr>
11657
+
11658
+
11659
+ <tr><th class="line-num" id="L2633"><a href="#L2633">2633</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:158
11660
+ </pre></td></tr>
11661
+
11662
+
11663
+ <tr><th class="line-num" id="L2634"><a href="#L2634">2634</a></th><td class="line-code"><pre>msgid &quot;Korea, Democratic People&#39;s Republic Of&quot;
11664
+ </pre></td></tr>
11665
+
11666
+
11667
+ <tr><th class="line-num" id="L2635"><a href="#L2635">2635</a></th><td class="line-code"><pre>msgstr &quot;Korea, Den Demokratiske Folkerepublikken&quot;
11668
+ </pre></td></tr>
11669
+
11670
+
11671
+ <tr><th class="line-num" id="L2636"><a href="#L2636">2636</a></th><td class="line-code"><pre>
11672
+ </pre></td></tr>
11673
+
11674
+
11675
+ <tr><th class="line-num" id="L2637"><a href="#L2637">2637</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:159
11676
+ </pre></td></tr>
11677
+
11678
+
11679
+ <tr><th class="line-num" id="L2638"><a href="#L2638">2638</a></th><td class="line-code"><pre>msgid &quot;Korea, Republic Of&quot;
11680
+ </pre></td></tr>
11681
+
11682
+
11683
+ <tr><th class="line-num" id="L2639"><a href="#L2639">2639</a></th><td class="line-code"><pre>msgstr &quot;Korea, Republikk av&quot;
11684
+ </pre></td></tr>
11685
+
11686
+
11687
+ <tr><th class="line-num" id="L2640"><a href="#L2640">2640</a></th><td class="line-code"><pre>
11688
+ </pre></td></tr>
11689
+
11690
+
11691
+ <tr><th class="line-num" id="L2641"><a href="#L2641">2641</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:160
11692
+ </pre></td></tr>
11693
+
11694
+
11695
+ <tr><th class="line-num" id="L2642"><a href="#L2642">2642</a></th><td class="line-code"><pre>msgid &quot;Kuwait&quot;
11696
+ </pre></td></tr>
11697
+
11698
+
11699
+ <tr><th class="line-num" id="L2643"><a href="#L2643">2643</a></th><td class="line-code"><pre>msgstr &quot;Kuwait&quot;
11700
+ </pre></td></tr>
11701
+
11702
+
11703
+ <tr><th class="line-num" id="L2644"><a href="#L2644">2644</a></th><td class="line-code"><pre>
11704
+ </pre></td></tr>
11705
+
11706
+
11707
+ <tr><th class="line-num" id="L2645"><a href="#L2645">2645</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:161
11708
+ </pre></td></tr>
11709
+
11710
+
11711
+ <tr><th class="line-num" id="L2646"><a href="#L2646">2646</a></th><td class="line-code"><pre>msgid &quot;Kyrgyzstan&quot;
11712
+ </pre></td></tr>
11713
+
11714
+
11715
+ <tr><th class="line-num" id="L2647"><a href="#L2647">2647</a></th><td class="line-code"><pre>msgstr &quot;Kirgizistan&quot;
11716
+ </pre></td></tr>
11717
+
11718
+
11719
+ <tr><th class="line-num" id="L2648"><a href="#L2648">2648</a></th><td class="line-code"><pre>
11720
+ </pre></td></tr>
11721
+
11722
+
11723
+ <tr><th class="line-num" id="L2649"><a href="#L2649">2649</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:162
11724
+ </pre></td></tr>
11725
+
11726
+
11727
+ <tr><th class="line-num" id="L2650"><a href="#L2650">2650</a></th><td class="line-code"><pre>msgid &quot;Lao People&#39;s Democratic Republic&quot;
11728
+ </pre></td></tr>
11729
+
11730
+
11731
+ <tr><th class="line-num" id="L2651"><a href="#L2651">2651</a></th><td class="line-code"><pre>msgstr &quot;Lao Folkets Demokratiske Republikk&quot;
11732
+ </pre></td></tr>
11733
+
11734
+
11735
+ <tr><th class="line-num" id="L2652"><a href="#L2652">2652</a></th><td class="line-code"><pre>
11736
+ </pre></td></tr>
11737
+
11738
+
11739
+ <tr><th class="line-num" id="L2653"><a href="#L2653">2653</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:163
11740
+ </pre></td></tr>
11741
+
11742
+
11743
+ <tr><th class="line-num" id="L2654"><a href="#L2654">2654</a></th><td class="line-code"><pre>msgid &quot;Latvia&quot;
11744
+ </pre></td></tr>
11745
+
11746
+
11747
+ <tr><th class="line-num" id="L2655"><a href="#L2655">2655</a></th><td class="line-code"><pre>msgstr &quot;Latvia&quot;
11748
+ </pre></td></tr>
11749
+
11750
+
11751
+ <tr><th class="line-num" id="L2656"><a href="#L2656">2656</a></th><td class="line-code"><pre>
11752
+ </pre></td></tr>
11753
+
11754
+
11755
+ <tr><th class="line-num" id="L2657"><a href="#L2657">2657</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:164
11756
+ </pre></td></tr>
11757
+
11758
+
11759
+ <tr><th class="line-num" id="L2658"><a href="#L2658">2658</a></th><td class="line-code"><pre>msgid &quot;Lebanon&quot;
11760
+ </pre></td></tr>
11761
+
11762
+
11763
+ <tr><th class="line-num" id="L2659"><a href="#L2659">2659</a></th><td class="line-code"><pre>msgstr &quot;Libanon&quot;
11764
+ </pre></td></tr>
11765
+
11766
+
11767
+ <tr><th class="line-num" id="L2660"><a href="#L2660">2660</a></th><td class="line-code"><pre>
11768
+ </pre></td></tr>
11769
+
11770
+
11771
+ <tr><th class="line-num" id="L2661"><a href="#L2661">2661</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:165
11772
+ </pre></td></tr>
11773
+
11774
+
11775
+ <tr><th class="line-num" id="L2662"><a href="#L2662">2662</a></th><td class="line-code"><pre>msgid &quot;Lesotho&quot;
11776
+ </pre></td></tr>
11777
+
11778
+
11779
+ <tr><th class="line-num" id="L2663"><a href="#L2663">2663</a></th><td class="line-code"><pre>msgstr &quot;Lesotho&quot;
11780
+ </pre></td></tr>
11781
+
11782
+
11783
+ <tr><th class="line-num" id="L2664"><a href="#L2664">2664</a></th><td class="line-code"><pre>
11784
+ </pre></td></tr>
11785
+
11786
+
11787
+ <tr><th class="line-num" id="L2665"><a href="#L2665">2665</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:166
11788
+ </pre></td></tr>
11789
+
11790
+
11791
+ <tr><th class="line-num" id="L2666"><a href="#L2666">2666</a></th><td class="line-code"><pre>msgid &quot;Liberia&quot;
11792
+ </pre></td></tr>
11793
+
11794
+
11795
+ <tr><th class="line-num" id="L2667"><a href="#L2667">2667</a></th><td class="line-code"><pre>msgstr &quot;Liberia&quot;
11796
+ </pre></td></tr>
11797
+
11798
+
11799
+ <tr><th class="line-num" id="L2668"><a href="#L2668">2668</a></th><td class="line-code"><pre>
11800
+ </pre></td></tr>
11801
+
11802
+
11803
+ <tr><th class="line-num" id="L2669"><a href="#L2669">2669</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:167
11804
+ </pre></td></tr>
11805
+
11806
+
11807
+ <tr><th class="line-num" id="L2670"><a href="#L2670">2670</a></th><td class="line-code"><pre>msgid &quot;Libya&quot;
11808
+ </pre></td></tr>
11809
+
11810
+
11811
+ <tr><th class="line-num" id="L2671"><a href="#L2671">2671</a></th><td class="line-code"><pre>msgstr &quot;Libya&quot;
11812
+ </pre></td></tr>
11813
+
11814
+
11815
+ <tr><th class="line-num" id="L2672"><a href="#L2672">2672</a></th><td class="line-code"><pre>
11816
+ </pre></td></tr>
11817
+
11818
+
11819
+ <tr><th class="line-num" id="L2673"><a href="#L2673">2673</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:168
11820
+ </pre></td></tr>
11821
+
11822
+
11823
+ <tr><th class="line-num" id="L2674"><a href="#L2674">2674</a></th><td class="line-code"><pre>msgid &quot;Liechtenstein&quot;
11824
+ </pre></td></tr>
11825
+
11826
+
11827
+ <tr><th class="line-num" id="L2675"><a href="#L2675">2675</a></th><td class="line-code"><pre>msgstr &quot;Liechtenstein&quot;
11828
+ </pre></td></tr>
11829
+
11830
+
11831
+ <tr><th class="line-num" id="L2676"><a href="#L2676">2676</a></th><td class="line-code"><pre>
11832
+ </pre></td></tr>
11833
+
11834
+
11835
+ <tr><th class="line-num" id="L2677"><a href="#L2677">2677</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:169
11836
+ </pre></td></tr>
11837
+
11838
+
11839
+ <tr><th class="line-num" id="L2678"><a href="#L2678">2678</a></th><td class="line-code"><pre>msgid &quot;Lithuania&quot;
11840
+ </pre></td></tr>
11841
+
11842
+
11843
+ <tr><th class="line-num" id="L2679"><a href="#L2679">2679</a></th><td class="line-code"><pre>msgstr &quot;Litauen&quot;
11844
+ </pre></td></tr>
11845
+
11846
+
11847
+ <tr><th class="line-num" id="L2680"><a href="#L2680">2680</a></th><td class="line-code"><pre>
11848
+ </pre></td></tr>
11849
+
11850
+
11851
+ <tr><th class="line-num" id="L2681"><a href="#L2681">2681</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:170
11852
+ </pre></td></tr>
11853
+
11854
+
11855
+ <tr><th class="line-num" id="L2682"><a href="#L2682">2682</a></th><td class="line-code"><pre>msgid &quot;Luxembourg&quot;
11856
+ </pre></td></tr>
11857
+
11858
+
11859
+ <tr><th class="line-num" id="L2683"><a href="#L2683">2683</a></th><td class="line-code"><pre>msgstr &quot;Luxembourg&quot;
11860
+ </pre></td></tr>
11861
+
11862
+
11863
+ <tr><th class="line-num" id="L2684"><a href="#L2684">2684</a></th><td class="line-code"><pre>
11864
+ </pre></td></tr>
11865
+
11866
+
11867
+ <tr><th class="line-num" id="L2685"><a href="#L2685">2685</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:171
11868
+ </pre></td></tr>
11869
+
11870
+
11871
+ <tr><th class="line-num" id="L2686"><a href="#L2686">2686</a></th><td class="line-code"><pre>msgid &quot;Macau&quot;
11872
+ </pre></td></tr>
11873
+
11874
+
11875
+ <tr><th class="line-num" id="L2687"><a href="#L2687">2687</a></th><td class="line-code"><pre>msgstr &quot;Macau&quot;
11876
+ </pre></td></tr>
11877
+
11878
+
11879
+ <tr><th class="line-num" id="L2688"><a href="#L2688">2688</a></th><td class="line-code"><pre>
11880
+ </pre></td></tr>
11881
+
11882
+
11883
+ <tr><th class="line-num" id="L2689"><a href="#L2689">2689</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:172
11884
+ </pre></td></tr>
11885
+
11886
+
11887
+ <tr><th class="line-num" id="L2690"><a href="#L2690">2690</a></th><td class="line-code"><pre>msgid &quot;Macedonia&quot;
11888
+ </pre></td></tr>
11889
+
11890
+
11891
+ <tr><th class="line-num" id="L2691"><a href="#L2691">2691</a></th><td class="line-code"><pre>msgstr &quot;Makedonia&quot;
11892
+ </pre></td></tr>
11893
+
11894
+
11895
+ <tr><th class="line-num" id="L2692"><a href="#L2692">2692</a></th><td class="line-code"><pre>
11896
+ </pre></td></tr>
11897
+
11898
+
11899
+ <tr><th class="line-num" id="L2693"><a href="#L2693">2693</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:173
11900
+ </pre></td></tr>
11901
+
11902
+
11903
+ <tr><th class="line-num" id="L2694"><a href="#L2694">2694</a></th><td class="line-code"><pre>msgid &quot;Madagascar&quot;
11904
+ </pre></td></tr>
11905
+
11906
+
11907
+ <tr><th class="line-num" id="L2695"><a href="#L2695">2695</a></th><td class="line-code"><pre>msgstr &quot;Madagaskar&quot;
11908
+ </pre></td></tr>
11909
+
11910
+
11911
+ <tr><th class="line-num" id="L2696"><a href="#L2696">2696</a></th><td class="line-code"><pre>
11912
+ </pre></td></tr>
11913
+
11914
+
11915
+ <tr><th class="line-num" id="L2697"><a href="#L2697">2697</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:174
11916
+ </pre></td></tr>
11917
+
11918
+
11919
+ <tr><th class="line-num" id="L2698"><a href="#L2698">2698</a></th><td class="line-code"><pre>msgid &quot;Malawi&quot;
11920
+ </pre></td></tr>
11921
+
11922
+
11923
+ <tr><th class="line-num" id="L2699"><a href="#L2699">2699</a></th><td class="line-code"><pre>msgstr &quot;Malawi&quot;
11924
+ </pre></td></tr>
11925
+
11926
+
11927
+ <tr><th class="line-num" id="L2700"><a href="#L2700">2700</a></th><td class="line-code"><pre>
11928
+ </pre></td></tr>
11929
+
11930
+
11931
+ <tr><th class="line-num" id="L2701"><a href="#L2701">2701</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:175
11932
+ </pre></td></tr>
11933
+
11934
+
11935
+ <tr><th class="line-num" id="L2702"><a href="#L2702">2702</a></th><td class="line-code"><pre>msgid &quot;Malaysia&quot;
11936
+ </pre></td></tr>
11937
+
11938
+
11939
+ <tr><th class="line-num" id="L2703"><a href="#L2703">2703</a></th><td class="line-code"><pre>msgstr &quot;Malaysia&quot;
11940
+ </pre></td></tr>
11941
+
11942
+
11943
+ <tr><th class="line-num" id="L2704"><a href="#L2704">2704</a></th><td class="line-code"><pre>
11944
+ </pre></td></tr>
11945
+
11946
+
11947
+ <tr><th class="line-num" id="L2705"><a href="#L2705">2705</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:176
11948
+ </pre></td></tr>
11949
+
11950
+
11951
+ <tr><th class="line-num" id="L2706"><a href="#L2706">2706</a></th><td class="line-code"><pre>msgid &quot;Maldives&quot;
11952
+ </pre></td></tr>
11953
+
11954
+
11955
+ <tr><th class="line-num" id="L2707"><a href="#L2707">2707</a></th><td class="line-code"><pre>msgstr &quot;Maldivene&quot;
11956
+ </pre></td></tr>
11957
+
11958
+
11959
+ <tr><th class="line-num" id="L2708"><a href="#L2708">2708</a></th><td class="line-code"><pre>
11960
+ </pre></td></tr>
11961
+
11962
+
11963
+ <tr><th class="line-num" id="L2709"><a href="#L2709">2709</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:177
11964
+ </pre></td></tr>
11965
+
11966
+
11967
+ <tr><th class="line-num" id="L2710"><a href="#L2710">2710</a></th><td class="line-code"><pre>msgid &quot;Mali&quot;
11968
+ </pre></td></tr>
11969
+
11970
+
11971
+ <tr><th class="line-num" id="L2711"><a href="#L2711">2711</a></th><td class="line-code"><pre>msgstr &quot;Mali&quot;
11972
+ </pre></td></tr>
11973
+
11974
+
11975
+ <tr><th class="line-num" id="L2712"><a href="#L2712">2712</a></th><td class="line-code"><pre>
11976
+ </pre></td></tr>
11977
+
11978
+
11979
+ <tr><th class="line-num" id="L2713"><a href="#L2713">2713</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:178
11980
+ </pre></td></tr>
11981
+
11982
+
11983
+ <tr><th class="line-num" id="L2714"><a href="#L2714">2714</a></th><td class="line-code"><pre>msgid &quot;Malta&quot;
11984
+ </pre></td></tr>
11985
+
11986
+
11987
+ <tr><th class="line-num" id="L2715"><a href="#L2715">2715</a></th><td class="line-code"><pre>msgstr &quot;Malta&quot;
11988
+ </pre></td></tr>
11989
+
11990
+
11991
+ <tr><th class="line-num" id="L2716"><a href="#L2716">2716</a></th><td class="line-code"><pre>
11992
+ </pre></td></tr>
11993
+
11994
+
11995
+ <tr><th class="line-num" id="L2717"><a href="#L2717">2717</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:179
11996
+ </pre></td></tr>
11997
+
11998
+
11999
+ <tr><th class="line-num" id="L2718"><a href="#L2718">2718</a></th><td class="line-code"><pre>msgid &quot;Marshall Islands&quot;
12000
+ </pre></td></tr>
12001
+
12002
+
12003
+ <tr><th class="line-num" id="L2719"><a href="#L2719">2719</a></th><td class="line-code"><pre>msgstr &quot;Marshall-øyene&quot;
12004
+ </pre></td></tr>
12005
+
12006
+
12007
+ <tr><th class="line-num" id="L2720"><a href="#L2720">2720</a></th><td class="line-code"><pre>
12008
+ </pre></td></tr>
12009
+
12010
+
12011
+ <tr><th class="line-num" id="L2721"><a href="#L2721">2721</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:180
12012
+ </pre></td></tr>
12013
+
12014
+
12015
+ <tr><th class="line-num" id="L2722"><a href="#L2722">2722</a></th><td class="line-code"><pre>msgid &quot;Martinique&quot;
12016
+ </pre></td></tr>
12017
+
12018
+
12019
+ <tr><th class="line-num" id="L2723"><a href="#L2723">2723</a></th><td class="line-code"><pre>msgstr &quot;Martinique&quot;
12020
+ </pre></td></tr>
12021
+
12022
+
12023
+ <tr><th class="line-num" id="L2724"><a href="#L2724">2724</a></th><td class="line-code"><pre>
12024
+ </pre></td></tr>
12025
+
12026
+
12027
+ <tr><th class="line-num" id="L2725"><a href="#L2725">2725</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:181
12028
+ </pre></td></tr>
12029
+
12030
+
12031
+ <tr><th class="line-num" id="L2726"><a href="#L2726">2726</a></th><td class="line-code"><pre>msgid &quot;Mauritania&quot;
12032
+ </pre></td></tr>
12033
+
12034
+
12035
+ <tr><th class="line-num" id="L2727"><a href="#L2727">2727</a></th><td class="line-code"><pre>msgstr &quot;Mauritania&quot;
12036
+ </pre></td></tr>
12037
+
12038
+
12039
+ <tr><th class="line-num" id="L2728"><a href="#L2728">2728</a></th><td class="line-code"><pre>
12040
+ </pre></td></tr>
12041
+
12042
+
12043
+ <tr><th class="line-num" id="L2729"><a href="#L2729">2729</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:182
12044
+ </pre></td></tr>
12045
+
12046
+
12047
+ <tr><th class="line-num" id="L2730"><a href="#L2730">2730</a></th><td class="line-code"><pre>msgid &quot;Mauritius&quot;
12048
+ </pre></td></tr>
12049
+
12050
+
12051
+ <tr><th class="line-num" id="L2731"><a href="#L2731">2731</a></th><td class="line-code"><pre>msgstr &quot;Mauritius&quot;
12052
+ </pre></td></tr>
12053
+
12054
+
12055
+ <tr><th class="line-num" id="L2732"><a href="#L2732">2732</a></th><td class="line-code"><pre>
12056
+ </pre></td></tr>
12057
+
12058
+
12059
+ <tr><th class="line-num" id="L2733"><a href="#L2733">2733</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:183
12060
+ </pre></td></tr>
12061
+
12062
+
12063
+ <tr><th class="line-num" id="L2734"><a href="#L2734">2734</a></th><td class="line-code"><pre>msgid &quot;Mayotte&quot;
12064
+ </pre></td></tr>
12065
+
12066
+
12067
+ <tr><th class="line-num" id="L2735"><a href="#L2735">2735</a></th><td class="line-code"><pre>msgstr &quot;Mayotte&quot;
12068
+ </pre></td></tr>
12069
+
12070
+
12071
+ <tr><th class="line-num" id="L2736"><a href="#L2736">2736</a></th><td class="line-code"><pre>
12072
+ </pre></td></tr>
12073
+
12074
+
12075
+ <tr><th class="line-num" id="L2737"><a href="#L2737">2737</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:184
12076
+ </pre></td></tr>
12077
+
12078
+
12079
+ <tr><th class="line-num" id="L2738"><a href="#L2738">2738</a></th><td class="line-code"><pre>msgid &quot;Mexico&quot;
12080
+ </pre></td></tr>
12081
+
12082
+
12083
+ <tr><th class="line-num" id="L2739"><a href="#L2739">2739</a></th><td class="line-code"><pre>msgstr &quot;Mexico&quot;
12084
+ </pre></td></tr>
12085
+
12086
+
12087
+ <tr><th class="line-num" id="L2740"><a href="#L2740">2740</a></th><td class="line-code"><pre>
12088
+ </pre></td></tr>
12089
+
12090
+
12091
+ <tr><th class="line-num" id="L2741"><a href="#L2741">2741</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:185
12092
+ </pre></td></tr>
12093
+
12094
+
12095
+ <tr><th class="line-num" id="L2742"><a href="#L2742">2742</a></th><td class="line-code"><pre>msgid &quot;Micronesia, Federated States Of&quot;
12096
+ </pre></td></tr>
12097
+
12098
+
12099
+ <tr><th class="line-num" id="L2743"><a href="#L2743">2743</a></th><td class="line-code"><pre>msgstr &quot;Micronesia, De Føderale Stater av&quot;
12100
+ </pre></td></tr>
12101
+
12102
+
12103
+ <tr><th class="line-num" id="L2744"><a href="#L2744">2744</a></th><td class="line-code"><pre>
12104
+ </pre></td></tr>
12105
+
12106
+
12107
+ <tr><th class="line-num" id="L2745"><a href="#L2745">2745</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:186
12108
+ </pre></td></tr>
12109
+
12110
+
12111
+ <tr><th class="line-num" id="L2746"><a href="#L2746">2746</a></th><td class="line-code"><pre>msgid &quot;Moldova, Republic Of&quot;
12112
+ </pre></td></tr>
12113
+
12114
+
12115
+ <tr><th class="line-num" id="L2747"><a href="#L2747">2747</a></th><td class="line-code"><pre>msgstr &quot;Moldova&quot;
12116
+ </pre></td></tr>
12117
+
12118
+
12119
+ <tr><th class="line-num" id="L2748"><a href="#L2748">2748</a></th><td class="line-code"><pre>
12120
+ </pre></td></tr>
12121
+
12122
+
12123
+ <tr><th class="line-num" id="L2749"><a href="#L2749">2749</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:187
12124
+ </pre></td></tr>
12125
+
12126
+
12127
+ <tr><th class="line-num" id="L2750"><a href="#L2750">2750</a></th><td class="line-code"><pre>msgid &quot;Monaco&quot;
12128
+ </pre></td></tr>
12129
+
12130
+
12131
+ <tr><th class="line-num" id="L2751"><a href="#L2751">2751</a></th><td class="line-code"><pre>msgstr &quot;Monaco&quot;
12132
+ </pre></td></tr>
12133
+
12134
+
12135
+ <tr><th class="line-num" id="L2752"><a href="#L2752">2752</a></th><td class="line-code"><pre>
12136
+ </pre></td></tr>
12137
+
12138
+
12139
+ <tr><th class="line-num" id="L2753"><a href="#L2753">2753</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:188
12140
+ </pre></td></tr>
12141
+
12142
+
12143
+ <tr><th class="line-num" id="L2754"><a href="#L2754">2754</a></th><td class="line-code"><pre>msgid &quot;Mongolia&quot;
12144
+ </pre></td></tr>
12145
+
12146
+
12147
+ <tr><th class="line-num" id="L2755"><a href="#L2755">2755</a></th><td class="line-code"><pre>msgstr &quot;Mongolia&quot;
12148
+ </pre></td></tr>
12149
+
12150
+
12151
+ <tr><th class="line-num" id="L2756"><a href="#L2756">2756</a></th><td class="line-code"><pre>
12152
+ </pre></td></tr>
12153
+
12154
+
12155
+ <tr><th class="line-num" id="L2757"><a href="#L2757">2757</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:189
12156
+ </pre></td></tr>
12157
+
12158
+
12159
+ <tr><th class="line-num" id="L2758"><a href="#L2758">2758</a></th><td class="line-code"><pre>msgid &quot;Montenegro&quot;
12160
+ </pre></td></tr>
12161
+
12162
+
12163
+ <tr><th class="line-num" id="L2759"><a href="#L2759">2759</a></th><td class="line-code"><pre>msgstr &quot;Montenegro&quot;
12164
+ </pre></td></tr>
12165
+
12166
+
12167
+ <tr><th class="line-num" id="L2760"><a href="#L2760">2760</a></th><td class="line-code"><pre>
12168
+ </pre></td></tr>
12169
+
12170
+
12171
+ <tr><th class="line-num" id="L2761"><a href="#L2761">2761</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:190
12172
+ </pre></td></tr>
12173
+
12174
+
12175
+ <tr><th class="line-num" id="L2762"><a href="#L2762">2762</a></th><td class="line-code"><pre>msgid &quot;Montserrat&quot;
12176
+ </pre></td></tr>
12177
+
12178
+
12179
+ <tr><th class="line-num" id="L2763"><a href="#L2763">2763</a></th><td class="line-code"><pre>msgstr &quot;Montserrat&quot;
12180
+ </pre></td></tr>
12181
+
12182
+
12183
+ <tr><th class="line-num" id="L2764"><a href="#L2764">2764</a></th><td class="line-code"><pre>
12184
+ </pre></td></tr>
12185
+
12186
+
12187
+ <tr><th class="line-num" id="L2765"><a href="#L2765">2765</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:191
12188
+ </pre></td></tr>
12189
+
12190
+
12191
+ <tr><th class="line-num" id="L2766"><a href="#L2766">2766</a></th><td class="line-code"><pre>msgid &quot;Morocco&quot;
12192
+ </pre></td></tr>
12193
+
12194
+
12195
+ <tr><th class="line-num" id="L2767"><a href="#L2767">2767</a></th><td class="line-code"><pre>msgstr &quot;Marokko&quot;
12196
+ </pre></td></tr>
12197
+
12198
+
12199
+ <tr><th class="line-num" id="L2768"><a href="#L2768">2768</a></th><td class="line-code"><pre>
12200
+ </pre></td></tr>
12201
+
12202
+
12203
+ <tr><th class="line-num" id="L2769"><a href="#L2769">2769</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:192
12204
+ </pre></td></tr>
12205
+
12206
+
12207
+ <tr><th class="line-num" id="L2770"><a href="#L2770">2770</a></th><td class="line-code"><pre>msgid &quot;Mozambique&quot;
12208
+ </pre></td></tr>
12209
+
12210
+
12211
+ <tr><th class="line-num" id="L2771"><a href="#L2771">2771</a></th><td class="line-code"><pre>msgstr &quot;Mosambik&quot;
12212
+ </pre></td></tr>
12213
+
12214
+
12215
+ <tr><th class="line-num" id="L2772"><a href="#L2772">2772</a></th><td class="line-code"><pre>
12216
+ </pre></td></tr>
12217
+
12218
+
12219
+ <tr><th class="line-num" id="L2773"><a href="#L2773">2773</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:193
12220
+ </pre></td></tr>
12221
+
12222
+
12223
+ <tr><th class="line-num" id="L2774"><a href="#L2774">2774</a></th><td class="line-code"><pre>msgid &quot;Myanmar&quot;
12224
+ </pre></td></tr>
12225
+
12226
+
12227
+ <tr><th class="line-num" id="L2775"><a href="#L2775">2775</a></th><td class="line-code"><pre>msgstr &quot;Myanmar&quot;
12228
+ </pre></td></tr>
12229
+
12230
+
12231
+ <tr><th class="line-num" id="L2776"><a href="#L2776">2776</a></th><td class="line-code"><pre>
12232
+ </pre></td></tr>
12233
+
12234
+
12235
+ <tr><th class="line-num" id="L2777"><a href="#L2777">2777</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:194
12236
+ </pre></td></tr>
12237
+
12238
+
12239
+ <tr><th class="line-num" id="L2778"><a href="#L2778">2778</a></th><td class="line-code"><pre>msgid &quot;Namibia&quot;
12240
+ </pre></td></tr>
12241
+
12242
+
12243
+ <tr><th class="line-num" id="L2779"><a href="#L2779">2779</a></th><td class="line-code"><pre>msgstr &quot;Namibia&quot;
12244
+ </pre></td></tr>
12245
+
12246
+
12247
+ <tr><th class="line-num" id="L2780"><a href="#L2780">2780</a></th><td class="line-code"><pre>
12248
+ </pre></td></tr>
12249
+
12250
+
12251
+ <tr><th class="line-num" id="L2781"><a href="#L2781">2781</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:195
12252
+ </pre></td></tr>
12253
+
12254
+
12255
+ <tr><th class="line-num" id="L2782"><a href="#L2782">2782</a></th><td class="line-code"><pre>msgid &quot;Nauru&quot;
12256
+ </pre></td></tr>
12257
+
12258
+
12259
+ <tr><th class="line-num" id="L2783"><a href="#L2783">2783</a></th><td class="line-code"><pre>msgstr &quot;Nauru&quot;
12260
+ </pre></td></tr>
12261
+
12262
+
12263
+ <tr><th class="line-num" id="L2784"><a href="#L2784">2784</a></th><td class="line-code"><pre>
12264
+ </pre></td></tr>
12265
+
12266
+
12267
+ <tr><th class="line-num" id="L2785"><a href="#L2785">2785</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:196
12268
+ </pre></td></tr>
12269
+
12270
+
12271
+ <tr><th class="line-num" id="L2786"><a href="#L2786">2786</a></th><td class="line-code"><pre>msgid &quot;Nepal&quot;
12272
+ </pre></td></tr>
12273
+
12274
+
12275
+ <tr><th class="line-num" id="L2787"><a href="#L2787">2787</a></th><td class="line-code"><pre>msgstr &quot;Nepal&quot;
12276
+ </pre></td></tr>
12277
+
12278
+
12279
+ <tr><th class="line-num" id="L2788"><a href="#L2788">2788</a></th><td class="line-code"><pre>
12280
+ </pre></td></tr>
12281
+
12282
+
12283
+ <tr><th class="line-num" id="L2789"><a href="#L2789">2789</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:197
12284
+ </pre></td></tr>
12285
+
12286
+
12287
+ <tr><th class="line-num" id="L2790"><a href="#L2790">2790</a></th><td class="line-code"><pre>msgid &quot;Netherlands&quot;
12288
+ </pre></td></tr>
12289
+
12290
+
12291
+ <tr><th class="line-num" id="L2791"><a href="#L2791">2791</a></th><td class="line-code"><pre>msgstr &quot;Nederland&quot;
12292
+ </pre></td></tr>
12293
+
12294
+
12295
+ <tr><th class="line-num" id="L2792"><a href="#L2792">2792</a></th><td class="line-code"><pre>
12296
+ </pre></td></tr>
12297
+
12298
+
12299
+ <tr><th class="line-num" id="L2793"><a href="#L2793">2793</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:198
12300
+ </pre></td></tr>
12301
+
12302
+
12303
+ <tr><th class="line-num" id="L2794"><a href="#L2794">2794</a></th><td class="line-code"><pre>msgid &quot;Netherlands Antilles&quot;
12304
+ </pre></td></tr>
12305
+
12306
+
12307
+ <tr><th class="line-num" id="L2795"><a href="#L2795">2795</a></th><td class="line-code"><pre>msgstr &quot;Nederlandske Antiller&quot;
12308
+ </pre></td></tr>
12309
+
12310
+
12311
+ <tr><th class="line-num" id="L2796"><a href="#L2796">2796</a></th><td class="line-code"><pre>
12312
+ </pre></td></tr>
12313
+
12314
+
12315
+ <tr><th class="line-num" id="L2797"><a href="#L2797">2797</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:199
12316
+ </pre></td></tr>
12317
+
12318
+
12319
+ <tr><th class="line-num" id="L2798"><a href="#L2798">2798</a></th><td class="line-code"><pre>msgid &quot;New Caledonia&quot;
12320
+ </pre></td></tr>
12321
+
12322
+
12323
+ <tr><th class="line-num" id="L2799"><a href="#L2799">2799</a></th><td class="line-code"><pre>msgstr &quot;Ny Caledonia&quot;
12324
+ </pre></td></tr>
12325
+
12326
+
12327
+ <tr><th class="line-num" id="L2800"><a href="#L2800">2800</a></th><td class="line-code"><pre>
12328
+ </pre></td></tr>
12329
+
12330
+
12331
+ <tr><th class="line-num" id="L2801"><a href="#L2801">2801</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:200
12332
+ </pre></td></tr>
12333
+
12334
+
12335
+ <tr><th class="line-num" id="L2802"><a href="#L2802">2802</a></th><td class="line-code"><pre>msgid &quot;New Zealand&quot;
12336
+ </pre></td></tr>
12337
+
12338
+
12339
+ <tr><th class="line-num" id="L2803"><a href="#L2803">2803</a></th><td class="line-code"><pre>msgstr &quot;New Zealand&quot;
12340
+ </pre></td></tr>
12341
+
12342
+
12343
+ <tr><th class="line-num" id="L2804"><a href="#L2804">2804</a></th><td class="line-code"><pre>
12344
+ </pre></td></tr>
12345
+
12346
+
12347
+ <tr><th class="line-num" id="L2805"><a href="#L2805">2805</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:201
12348
+ </pre></td></tr>
12349
+
12350
+
12351
+ <tr><th class="line-num" id="L2806"><a href="#L2806">2806</a></th><td class="line-code"><pre>msgid &quot;Nicaragua&quot;
12352
+ </pre></td></tr>
12353
+
12354
+
12355
+ <tr><th class="line-num" id="L2807"><a href="#L2807">2807</a></th><td class="line-code"><pre>msgstr &quot;Nicaragua&quot;
12356
+ </pre></td></tr>
12357
+
12358
+
12359
+ <tr><th class="line-num" id="L2808"><a href="#L2808">2808</a></th><td class="line-code"><pre>
12360
+ </pre></td></tr>
12361
+
12362
+
12363
+ <tr><th class="line-num" id="L2809"><a href="#L2809">2809</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:202
12364
+ </pre></td></tr>
12365
+
12366
+
12367
+ <tr><th class="line-num" id="L2810"><a href="#L2810">2810</a></th><td class="line-code"><pre>msgid &quot;Niger&quot;
12368
+ </pre></td></tr>
12369
+
12370
+
12371
+ <tr><th class="line-num" id="L2811"><a href="#L2811">2811</a></th><td class="line-code"><pre>msgstr &quot;Niger&quot;
12372
+ </pre></td></tr>
12373
+
12374
+
12375
+ <tr><th class="line-num" id="L2812"><a href="#L2812">2812</a></th><td class="line-code"><pre>
12376
+ </pre></td></tr>
12377
+
12378
+
12379
+ <tr><th class="line-num" id="L2813"><a href="#L2813">2813</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:203
12380
+ </pre></td></tr>
12381
+
12382
+
12383
+ <tr><th class="line-num" id="L2814"><a href="#L2814">2814</a></th><td class="line-code"><pre>msgid &quot;Nigeria&quot;
12384
+ </pre></td></tr>
12385
+
12386
+
12387
+ <tr><th class="line-num" id="L2815"><a href="#L2815">2815</a></th><td class="line-code"><pre>msgstr &quot;Nigeria&quot;
12388
+ </pre></td></tr>
12389
+
12390
+
12391
+ <tr><th class="line-num" id="L2816"><a href="#L2816">2816</a></th><td class="line-code"><pre>
12392
+ </pre></td></tr>
12393
+
12394
+
12395
+ <tr><th class="line-num" id="L2817"><a href="#L2817">2817</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:204
12396
+ </pre></td></tr>
12397
+
12398
+
12399
+ <tr><th class="line-num" id="L2818"><a href="#L2818">2818</a></th><td class="line-code"><pre>msgid &quot;Niue&quot;
12400
+ </pre></td></tr>
12401
+
12402
+
12403
+ <tr><th class="line-num" id="L2819"><a href="#L2819">2819</a></th><td class="line-code"><pre>msgstr &quot;Niue&quot;
12404
+ </pre></td></tr>
12405
+
12406
+
12407
+ <tr><th class="line-num" id="L2820"><a href="#L2820">2820</a></th><td class="line-code"><pre>
12408
+ </pre></td></tr>
12409
+
12410
+
12411
+ <tr><th class="line-num" id="L2821"><a href="#L2821">2821</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:205
12412
+ </pre></td></tr>
12413
+
12414
+
12415
+ <tr><th class="line-num" id="L2822"><a href="#L2822">2822</a></th><td class="line-code"><pre>msgid &quot;Norfolk Island&quot;
12416
+ </pre></td></tr>
12417
+
12418
+
12419
+ <tr><th class="line-num" id="L2823"><a href="#L2823">2823</a></th><td class="line-code"><pre>msgstr &quot;Norfolk Island&quot;
12420
+ </pre></td></tr>
12421
+
12422
+
12423
+ <tr><th class="line-num" id="L2824"><a href="#L2824">2824</a></th><td class="line-code"><pre>
12424
+ </pre></td></tr>
12425
+
12426
+
12427
+ <tr><th class="line-num" id="L2825"><a href="#L2825">2825</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:206
12428
+ </pre></td></tr>
12429
+
12430
+
12431
+ <tr><th class="line-num" id="L2826"><a href="#L2826">2826</a></th><td class="line-code"><pre>msgid &quot;Northern Mariana Islands&quot;
12432
+ </pre></td></tr>
12433
+
12434
+
12435
+ <tr><th class="line-num" id="L2827"><a href="#L2827">2827</a></th><td class="line-code"><pre>msgstr &quot;De Nordlige Mariana-øyene&quot;
12436
+ </pre></td></tr>
12437
+
12438
+
12439
+ <tr><th class="line-num" id="L2828"><a href="#L2828">2828</a></th><td class="line-code"><pre>
12440
+ </pre></td></tr>
12441
+
12442
+
12443
+ <tr><th class="line-num" id="L2829"><a href="#L2829">2829</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:207
12444
+ </pre></td></tr>
12445
+
12446
+
12447
+ <tr><th class="line-num" id="L2830"><a href="#L2830">2830</a></th><td class="line-code"><pre>msgid &quot;Norway&quot;
12448
+ </pre></td></tr>
12449
+
12450
+
12451
+ <tr><th class="line-num" id="L2831"><a href="#L2831">2831</a></th><td class="line-code"><pre>msgstr &quot;Norge&quot;
12452
+ </pre></td></tr>
12453
+
12454
+
12455
+ <tr><th class="line-num" id="L2832"><a href="#L2832">2832</a></th><td class="line-code"><pre>
12456
+ </pre></td></tr>
12457
+
12458
+
12459
+ <tr><th class="line-num" id="L2833"><a href="#L2833">2833</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:208
12460
+ </pre></td></tr>
12461
+
12462
+
12463
+ <tr><th class="line-num" id="L2834"><a href="#L2834">2834</a></th><td class="line-code"><pre>msgid &quot;Oman&quot;
12464
+ </pre></td></tr>
12465
+
12466
+
12467
+ <tr><th class="line-num" id="L2835"><a href="#L2835">2835</a></th><td class="line-code"><pre>msgstr &quot;Oman&quot;
12468
+ </pre></td></tr>
12469
+
12470
+
12471
+ <tr><th class="line-num" id="L2836"><a href="#L2836">2836</a></th><td class="line-code"><pre>
12472
+ </pre></td></tr>
12473
+
12474
+
12475
+ <tr><th class="line-num" id="L2837"><a href="#L2837">2837</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:209
12476
+ </pre></td></tr>
12477
+
12478
+
12479
+ <tr><th class="line-num" id="L2838"><a href="#L2838">2838</a></th><td class="line-code"><pre>msgid &quot;Pakistan&quot;
12480
+ </pre></td></tr>
12481
+
12482
+
12483
+ <tr><th class="line-num" id="L2839"><a href="#L2839">2839</a></th><td class="line-code"><pre>msgstr &quot;Pakistan&quot;
12484
+ </pre></td></tr>
12485
+
12486
+
12487
+ <tr><th class="line-num" id="L2840"><a href="#L2840">2840</a></th><td class="line-code"><pre>
12488
+ </pre></td></tr>
12489
+
12490
+
12491
+ <tr><th class="line-num" id="L2841"><a href="#L2841">2841</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:210
12492
+ </pre></td></tr>
12493
+
12494
+
12495
+ <tr><th class="line-num" id="L2842"><a href="#L2842">2842</a></th><td class="line-code"><pre>msgid &quot;Palau&quot;
12496
+ </pre></td></tr>
12497
+
12498
+
12499
+ <tr><th class="line-num" id="L2843"><a href="#L2843">2843</a></th><td class="line-code"><pre>msgstr &quot;Palau&quot;
12500
+ </pre></td></tr>
12501
+
12502
+
12503
+ <tr><th class="line-num" id="L2844"><a href="#L2844">2844</a></th><td class="line-code"><pre>
12504
+ </pre></td></tr>
12505
+
12506
+
12507
+ <tr><th class="line-num" id="L2845"><a href="#L2845">2845</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:211
12508
+ </pre></td></tr>
12509
+
12510
+
12511
+ <tr><th class="line-num" id="L2846"><a href="#L2846">2846</a></th><td class="line-code"><pre>msgid &quot;Panama&quot;
12512
+ </pre></td></tr>
12513
+
12514
+
12515
+ <tr><th class="line-num" id="L2847"><a href="#L2847">2847</a></th><td class="line-code"><pre>msgstr &quot;Panama&quot;
12516
+ </pre></td></tr>
12517
+
12518
+
12519
+ <tr><th class="line-num" id="L2848"><a href="#L2848">2848</a></th><td class="line-code"><pre>
12520
+ </pre></td></tr>
12521
+
12522
+
12523
+ <tr><th class="line-num" id="L2849"><a href="#L2849">2849</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:212
12524
+ </pre></td></tr>
12525
+
12526
+
12527
+ <tr><th class="line-num" id="L2850"><a href="#L2850">2850</a></th><td class="line-code"><pre>msgid &quot;Papua New Guinea&quot;
12528
+ </pre></td></tr>
12529
+
12530
+
12531
+ <tr><th class="line-num" id="L2851"><a href="#L2851">2851</a></th><td class="line-code"><pre>msgstr &quot;Papua Ny-Guinea&quot;
12532
+ </pre></td></tr>
12533
+
12534
+
12535
+ <tr><th class="line-num" id="L2852"><a href="#L2852">2852</a></th><td class="line-code"><pre>
12536
+ </pre></td></tr>
12537
+
12538
+
12539
+ <tr><th class="line-num" id="L2853"><a href="#L2853">2853</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:213
12540
+ </pre></td></tr>
12541
+
12542
+
12543
+ <tr><th class="line-num" id="L2854"><a href="#L2854">2854</a></th><td class="line-code"><pre>msgid &quot;Paraguay&quot;
12544
+ </pre></td></tr>
12545
+
12546
+
12547
+ <tr><th class="line-num" id="L2855"><a href="#L2855">2855</a></th><td class="line-code"><pre>msgstr &quot;Paraguay&quot;
12548
+ </pre></td></tr>
12549
+
12550
+
12551
+ <tr><th class="line-num" id="L2856"><a href="#L2856">2856</a></th><td class="line-code"><pre>
12552
+ </pre></td></tr>
12553
+
12554
+
12555
+ <tr><th class="line-num" id="L2857"><a href="#L2857">2857</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:214
12556
+ </pre></td></tr>
12557
+
12558
+
12559
+ <tr><th class="line-num" id="L2858"><a href="#L2858">2858</a></th><td class="line-code"><pre>msgid &quot;Peru&quot;
12560
+ </pre></td></tr>
12561
+
12562
+
12563
+ <tr><th class="line-num" id="L2859"><a href="#L2859">2859</a></th><td class="line-code"><pre>msgstr &quot;Peru&quot;
12564
+ </pre></td></tr>
12565
+
12566
+
12567
+ <tr><th class="line-num" id="L2860"><a href="#L2860">2860</a></th><td class="line-code"><pre>
12568
+ </pre></td></tr>
12569
+
12570
+
12571
+ <tr><th class="line-num" id="L2861"><a href="#L2861">2861</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:215
12572
+ </pre></td></tr>
12573
+
12574
+
12575
+ <tr><th class="line-num" id="L2862"><a href="#L2862">2862</a></th><td class="line-code"><pre>msgid &quot;Philippines&quot;
12576
+ </pre></td></tr>
12577
+
12578
+
12579
+ <tr><th class="line-num" id="L2863"><a href="#L2863">2863</a></th><td class="line-code"><pre>msgstr &quot;Filipinene&quot;
12580
+ </pre></td></tr>
12581
+
12582
+
12583
+ <tr><th class="line-num" id="L2864"><a href="#L2864">2864</a></th><td class="line-code"><pre>
12584
+ </pre></td></tr>
12585
+
12586
+
12587
+ <tr><th class="line-num" id="L2865"><a href="#L2865">2865</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:216
12588
+ </pre></td></tr>
12589
+
12590
+
12591
+ <tr><th class="line-num" id="L2866"><a href="#L2866">2866</a></th><td class="line-code"><pre>msgid &quot;Pitcairn&quot;
12592
+ </pre></td></tr>
12593
+
12594
+
12595
+ <tr><th class="line-num" id="L2867"><a href="#L2867">2867</a></th><td class="line-code"><pre>msgstr &quot;Pitcairn&quot;
12596
+ </pre></td></tr>
12597
+
12598
+
12599
+ <tr><th class="line-num" id="L2868"><a href="#L2868">2868</a></th><td class="line-code"><pre>
12600
+ </pre></td></tr>
12601
+
12602
+
12603
+ <tr><th class="line-num" id="L2869"><a href="#L2869">2869</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:217
12604
+ </pre></td></tr>
12605
+
12606
+
12607
+ <tr><th class="line-num" id="L2870"><a href="#L2870">2870</a></th><td class="line-code"><pre>msgid &quot;Poland&quot;
12608
+ </pre></td></tr>
12609
+
12610
+
12611
+ <tr><th class="line-num" id="L2871"><a href="#L2871">2871</a></th><td class="line-code"><pre>msgstr &quot;Polen&quot;
12612
+ </pre></td></tr>
12613
+
12614
+
12615
+ <tr><th class="line-num" id="L2872"><a href="#L2872">2872</a></th><td class="line-code"><pre>
12616
+ </pre></td></tr>
12617
+
12618
+
12619
+ <tr><th class="line-num" id="L2873"><a href="#L2873">2873</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:218
12620
+ </pre></td></tr>
12621
+
12622
+
12623
+ <tr><th class="line-num" id="L2874"><a href="#L2874">2874</a></th><td class="line-code"><pre>msgid &quot;Portugal&quot;
12624
+ </pre></td></tr>
12625
+
12626
+
12627
+ <tr><th class="line-num" id="L2875"><a href="#L2875">2875</a></th><td class="line-code"><pre>msgstr &quot;Portugal&quot;
12628
+ </pre></td></tr>
12629
+
12630
+
12631
+ <tr><th class="line-num" id="L2876"><a href="#L2876">2876</a></th><td class="line-code"><pre>
12632
+ </pre></td></tr>
12633
+
12634
+
12635
+ <tr><th class="line-num" id="L2877"><a href="#L2877">2877</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:219
12636
+ </pre></td></tr>
12637
+
12638
+
12639
+ <tr><th class="line-num" id="L2878"><a href="#L2878">2878</a></th><td class="line-code"><pre>msgid &quot;Puerto Rico&quot;
12640
+ </pre></td></tr>
12641
+
12642
+
12643
+ <tr><th class="line-num" id="L2879"><a href="#L2879">2879</a></th><td class="line-code"><pre>msgstr &quot;Puerto Rico&quot;
12644
+ </pre></td></tr>
12645
+
12646
+
12647
+ <tr><th class="line-num" id="L2880"><a href="#L2880">2880</a></th><td class="line-code"><pre>
12648
+ </pre></td></tr>
12649
+
12650
+
12651
+ <tr><th class="line-num" id="L2881"><a href="#L2881">2881</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:220
12652
+ </pre></td></tr>
12653
+
12654
+
12655
+ <tr><th class="line-num" id="L2882"><a href="#L2882">2882</a></th><td class="line-code"><pre>msgid &quot;Qatar&quot;
12656
+ </pre></td></tr>
12657
+
12658
+
12659
+ <tr><th class="line-num" id="L2883"><a href="#L2883">2883</a></th><td class="line-code"><pre>msgstr &quot;Qatar&quot;
12660
+ </pre></td></tr>
12661
+
12662
+
12663
+ <tr><th class="line-num" id="L2884"><a href="#L2884">2884</a></th><td class="line-code"><pre>
12664
+ </pre></td></tr>
12665
+
12666
+
12667
+ <tr><th class="line-num" id="L2885"><a href="#L2885">2885</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:221
12668
+ </pre></td></tr>
12669
+
12670
+
12671
+ <tr><th class="line-num" id="L2886"><a href="#L2886">2886</a></th><td class="line-code"><pre>msgid &quot;Reunion&quot;
12672
+ </pre></td></tr>
12673
+
12674
+
12675
+ <tr><th class="line-num" id="L2887"><a href="#L2887">2887</a></th><td class="line-code"><pre>msgstr &quot;Gjensammenkomst&quot;
12676
+ </pre></td></tr>
12677
+
12678
+
12679
+ <tr><th class="line-num" id="L2888"><a href="#L2888">2888</a></th><td class="line-code"><pre>
12680
+ </pre></td></tr>
12681
+
12682
+
12683
+ <tr><th class="line-num" id="L2889"><a href="#L2889">2889</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:222
12684
+ </pre></td></tr>
12685
+
12686
+
12687
+ <tr><th class="line-num" id="L2890"><a href="#L2890">2890</a></th><td class="line-code"><pre>msgid &quot;Romania&quot;
12688
+ </pre></td></tr>
12689
+
12690
+
12691
+ <tr><th class="line-num" id="L2891"><a href="#L2891">2891</a></th><td class="line-code"><pre>msgstr &quot;Romania&quot;
12692
+ </pre></td></tr>
12693
+
12694
+
12695
+ <tr><th class="line-num" id="L2892"><a href="#L2892">2892</a></th><td class="line-code"><pre>
12696
+ </pre></td></tr>
12697
+
12698
+
12699
+ <tr><th class="line-num" id="L2893"><a href="#L2893">2893</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:223
12700
+ </pre></td></tr>
12701
+
12702
+
12703
+ <tr><th class="line-num" id="L2894"><a href="#L2894">2894</a></th><td class="line-code"><pre>msgid &quot;Russian Federation&quot;
12704
+ </pre></td></tr>
12705
+
12706
+
12707
+ <tr><th class="line-num" id="L2895"><a href="#L2895">2895</a></th><td class="line-code"><pre>msgstr &quot;Russland&quot;
12708
+ </pre></td></tr>
12709
+
12710
+
12711
+ <tr><th class="line-num" id="L2896"><a href="#L2896">2896</a></th><td class="line-code"><pre>
12712
+ </pre></td></tr>
12713
+
12714
+
12715
+ <tr><th class="line-num" id="L2897"><a href="#L2897">2897</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:224
12716
+ </pre></td></tr>
12717
+
12718
+
12719
+ <tr><th class="line-num" id="L2898"><a href="#L2898">2898</a></th><td class="line-code"><pre>msgid &quot;Rwanda&quot;
12720
+ </pre></td></tr>
12721
+
12722
+
12723
+ <tr><th class="line-num" id="L2899"><a href="#L2899">2899</a></th><td class="line-code"><pre>msgstr &quot;Rwanda&quot;
12724
+ </pre></td></tr>
12725
+
12726
+
12727
+ <tr><th class="line-num" id="L2900"><a href="#L2900">2900</a></th><td class="line-code"><pre>
12728
+ </pre></td></tr>
12729
+
12730
+
12731
+ <tr><th class="line-num" id="L2901"><a href="#L2901">2901</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:225
12732
+ </pre></td></tr>
12733
+
12734
+
12735
+ <tr><th class="line-num" id="L2902"><a href="#L2902">2902</a></th><td class="line-code"><pre>msgid &quot;Saint Kitts And Nevis&quot;
12736
+ </pre></td></tr>
12737
+
12738
+
12739
+ <tr><th class="line-num" id="L2903"><a href="#L2903">2903</a></th><td class="line-code"><pre>msgstr &quot;Saint Kitts And Nevis&quot;
12740
+ </pre></td></tr>
12741
+
12742
+
12743
+ <tr><th class="line-num" id="L2904"><a href="#L2904">2904</a></th><td class="line-code"><pre>
12744
+ </pre></td></tr>
12745
+
12746
+
12747
+ <tr><th class="line-num" id="L2905"><a href="#L2905">2905</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:226
12748
+ </pre></td></tr>
12749
+
12750
+
12751
+ <tr><th class="line-num" id="L2906"><a href="#L2906">2906</a></th><td class="line-code"><pre>msgid &quot;Saint Lucia&quot;
12752
+ </pre></td></tr>
12753
+
12754
+
12755
+ <tr><th class="line-num" id="L2907"><a href="#L2907">2907</a></th><td class="line-code"><pre>msgstr &quot;Saint Lucia&quot;
12756
+ </pre></td></tr>
12757
+
12758
+
12759
+ <tr><th class="line-num" id="L2908"><a href="#L2908">2908</a></th><td class="line-code"><pre>
12760
+ </pre></td></tr>
12761
+
12762
+
12763
+ <tr><th class="line-num" id="L2909"><a href="#L2909">2909</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:227
12764
+ </pre></td></tr>
12765
+
12766
+
12767
+ <tr><th class="line-num" id="L2910"><a href="#L2910">2910</a></th><td class="line-code"><pre>msgid &quot;Saint Vincent And The Grenadines&quot;
12768
+ </pre></td></tr>
12769
+
12770
+
12771
+ <tr><th class="line-num" id="L2911"><a href="#L2911">2911</a></th><td class="line-code"><pre>msgstr &quot;Saint Vincent og Grenadinene&quot;
12772
+ </pre></td></tr>
12773
+
12774
+
12775
+ <tr><th class="line-num" id="L2912"><a href="#L2912">2912</a></th><td class="line-code"><pre>
12776
+ </pre></td></tr>
12777
+
12778
+
12779
+ <tr><th class="line-num" id="L2913"><a href="#L2913">2913</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:228
12780
+ </pre></td></tr>
12781
+
12782
+
12783
+ <tr><th class="line-num" id="L2914"><a href="#L2914">2914</a></th><td class="line-code"><pre>msgid &quot;Samoa&quot;
12784
+ </pre></td></tr>
12785
+
12786
+
12787
+ <tr><th class="line-num" id="L2915"><a href="#L2915">2915</a></th><td class="line-code"><pre>msgstr &quot;Samoa&quot;
12788
+ </pre></td></tr>
12789
+
12790
+
12791
+ <tr><th class="line-num" id="L2916"><a href="#L2916">2916</a></th><td class="line-code"><pre>
12792
+ </pre></td></tr>
12793
+
12794
+
12795
+ <tr><th class="line-num" id="L2917"><a href="#L2917">2917</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:229
12796
+ </pre></td></tr>
12797
+
12798
+
12799
+ <tr><th class="line-num" id="L2918"><a href="#L2918">2918</a></th><td class="line-code"><pre>msgid &quot;San Marino&quot;
12800
+ </pre></td></tr>
12801
+
12802
+
12803
+ <tr><th class="line-num" id="L2919"><a href="#L2919">2919</a></th><td class="line-code"><pre>msgstr &quot;San Marino&quot;
12804
+ </pre></td></tr>
12805
+
12806
+
12807
+ <tr><th class="line-num" id="L2920"><a href="#L2920">2920</a></th><td class="line-code"><pre>
12808
+ </pre></td></tr>
12809
+
12810
+
12811
+ <tr><th class="line-num" id="L2921"><a href="#L2921">2921</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:230
12812
+ </pre></td></tr>
12813
+
12814
+
12815
+ <tr><th class="line-num" id="L2922"><a href="#L2922">2922</a></th><td class="line-code"><pre>msgid &quot;Sao Tome And Principe&quot;
12816
+ </pre></td></tr>
12817
+
12818
+
12819
+ <tr><th class="line-num" id="L2923"><a href="#L2923">2923</a></th><td class="line-code"><pre>msgstr &quot;Sao Tome og Principe&quot;
12820
+ </pre></td></tr>
12821
+
12822
+
12823
+ <tr><th class="line-num" id="L2924"><a href="#L2924">2924</a></th><td class="line-code"><pre>
12824
+ </pre></td></tr>
12825
+
12826
+
12827
+ <tr><th class="line-num" id="L2925"><a href="#L2925">2925</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:231
12828
+ </pre></td></tr>
12829
+
12830
+
12831
+ <tr><th class="line-num" id="L2926"><a href="#L2926">2926</a></th><td class="line-code"><pre>msgid &quot;Saudi Arabia&quot;
12832
+ </pre></td></tr>
12833
+
12834
+
12835
+ <tr><th class="line-num" id="L2927"><a href="#L2927">2927</a></th><td class="line-code"><pre>msgstr &quot;Saudi Arabia&quot;
12836
+ </pre></td></tr>
12837
+
12838
+
12839
+ <tr><th class="line-num" id="L2928"><a href="#L2928">2928</a></th><td class="line-code"><pre>
12840
+ </pre></td></tr>
12841
+
12842
+
12843
+ <tr><th class="line-num" id="L2929"><a href="#L2929">2929</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:232
12844
+ </pre></td></tr>
12845
+
12846
+
12847
+ <tr><th class="line-num" id="L2930"><a href="#L2930">2930</a></th><td class="line-code"><pre>msgid &quot;Senegal&quot;
12848
+ </pre></td></tr>
12849
+
12850
+
12851
+ <tr><th class="line-num" id="L2931"><a href="#L2931">2931</a></th><td class="line-code"><pre>msgstr &quot;Senegal&quot;
12852
+ </pre></td></tr>
12853
+
12854
+
12855
+ <tr><th class="line-num" id="L2932"><a href="#L2932">2932</a></th><td class="line-code"><pre>
12856
+ </pre></td></tr>
12857
+
12858
+
12859
+ <tr><th class="line-num" id="L2933"><a href="#L2933">2933</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:233
12860
+ </pre></td></tr>
12861
+
12862
+
12863
+ <tr><th class="line-num" id="L2934"><a href="#L2934">2934</a></th><td class="line-code"><pre>msgid &quot;Serbia&quot;
12864
+ </pre></td></tr>
12865
+
12866
+
12867
+ <tr><th class="line-num" id="L2935"><a href="#L2935">2935</a></th><td class="line-code"><pre>msgstr &quot;Serbia&quot;
12868
+ </pre></td></tr>
12869
+
12870
+
12871
+ <tr><th class="line-num" id="L2936"><a href="#L2936">2936</a></th><td class="line-code"><pre>
12872
+ </pre></td></tr>
12873
+
12874
+
12875
+ <tr><th class="line-num" id="L2937"><a href="#L2937">2937</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:234
12876
+ </pre></td></tr>
12877
+
12878
+
12879
+ <tr><th class="line-num" id="L2938"><a href="#L2938">2938</a></th><td class="line-code"><pre>msgid &quot;Seychelles&quot;
12880
+ </pre></td></tr>
12881
+
12882
+
12883
+ <tr><th class="line-num" id="L2939"><a href="#L2939">2939</a></th><td class="line-code"><pre>msgstr &quot;Seychellene&quot;
12884
+ </pre></td></tr>
12885
+
12886
+
12887
+ <tr><th class="line-num" id="L2940"><a href="#L2940">2940</a></th><td class="line-code"><pre>
12888
+ </pre></td></tr>
12889
+
12890
+
12891
+ <tr><th class="line-num" id="L2941"><a href="#L2941">2941</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:235
12892
+ </pre></td></tr>
12893
+
12894
+
12895
+ <tr><th class="line-num" id="L2942"><a href="#L2942">2942</a></th><td class="line-code"><pre>msgid &quot;Sierra Leone&quot;
12896
+ </pre></td></tr>
12897
+
12898
+
12899
+ <tr><th class="line-num" id="L2943"><a href="#L2943">2943</a></th><td class="line-code"><pre>msgstr &quot;Sierra Leone&quot;
12900
+ </pre></td></tr>
12901
+
12902
+
12903
+ <tr><th class="line-num" id="L2944"><a href="#L2944">2944</a></th><td class="line-code"><pre>
12904
+ </pre></td></tr>
12905
+
12906
+
12907
+ <tr><th class="line-num" id="L2945"><a href="#L2945">2945</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:236
12908
+ </pre></td></tr>
12909
+
12910
+
12911
+ <tr><th class="line-num" id="L2946"><a href="#L2946">2946</a></th><td class="line-code"><pre>msgid &quot;Singapore&quot;
12912
+ </pre></td></tr>
12913
+
12914
+
12915
+ <tr><th class="line-num" id="L2947"><a href="#L2947">2947</a></th><td class="line-code"><pre>msgstr &quot;Singapor&quot;
12916
+ </pre></td></tr>
12917
+
12918
+
12919
+ <tr><th class="line-num" id="L2948"><a href="#L2948">2948</a></th><td class="line-code"><pre>
12920
+ </pre></td></tr>
12921
+
12922
+
12923
+ <tr><th class="line-num" id="L2949"><a href="#L2949">2949</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:237
12924
+ </pre></td></tr>
12925
+
12926
+
12927
+ <tr><th class="line-num" id="L2950"><a href="#L2950">2950</a></th><td class="line-code"><pre>msgid &quot;Slovakia (Slovak Republic)&quot;
12928
+ </pre></td></tr>
12929
+
12930
+
12931
+ <tr><th class="line-num" id="L2951"><a href="#L2951">2951</a></th><td class="line-code"><pre>msgstr &quot;Slovakia (Den Slovakiske Republikk)&quot;
12932
+ </pre></td></tr>
12933
+
12934
+
12935
+ <tr><th class="line-num" id="L2952"><a href="#L2952">2952</a></th><td class="line-code"><pre>
12936
+ </pre></td></tr>
12937
+
12938
+
12939
+ <tr><th class="line-num" id="L2953"><a href="#L2953">2953</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:238
12940
+ </pre></td></tr>
12941
+
12942
+
12943
+ <tr><th class="line-num" id="L2954"><a href="#L2954">2954</a></th><td class="line-code"><pre>msgid &quot;Slovenia&quot;
12944
+ </pre></td></tr>
12945
+
12946
+
12947
+ <tr><th class="line-num" id="L2955"><a href="#L2955">2955</a></th><td class="line-code"><pre>msgstr &quot;Slovenia&quot;
12948
+ </pre></td></tr>
12949
+
12950
+
12951
+ <tr><th class="line-num" id="L2956"><a href="#L2956">2956</a></th><td class="line-code"><pre>
12952
+ </pre></td></tr>
12953
+
12954
+
12955
+ <tr><th class="line-num" id="L2957"><a href="#L2957">2957</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:239
12956
+ </pre></td></tr>
12957
+
12958
+
12959
+ <tr><th class="line-num" id="L2958"><a href="#L2958">2958</a></th><td class="line-code"><pre>msgid &quot;Solomon Islands&quot;
12960
+ </pre></td></tr>
12961
+
12962
+
12963
+ <tr><th class="line-num" id="L2959"><a href="#L2959">2959</a></th><td class="line-code"><pre>msgstr &quot;Salomonøyene&quot;
12964
+ </pre></td></tr>
12965
+
12966
+
12967
+ <tr><th class="line-num" id="L2960"><a href="#L2960">2960</a></th><td class="line-code"><pre>
12968
+ </pre></td></tr>
12969
+
12970
+
12971
+ <tr><th class="line-num" id="L2961"><a href="#L2961">2961</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:240
12972
+ </pre></td></tr>
12973
+
12974
+
12975
+ <tr><th class="line-num" id="L2962"><a href="#L2962">2962</a></th><td class="line-code"><pre>msgid &quot;Somalia&quot;
12976
+ </pre></td></tr>
12977
+
12978
+
12979
+ <tr><th class="line-num" id="L2963"><a href="#L2963">2963</a></th><td class="line-code"><pre>msgstr &quot;Somalia&quot;
12980
+ </pre></td></tr>
12981
+
12982
+
12983
+ <tr><th class="line-num" id="L2964"><a href="#L2964">2964</a></th><td class="line-code"><pre>
12984
+ </pre></td></tr>
12985
+
12986
+
12987
+ <tr><th class="line-num" id="L2965"><a href="#L2965">2965</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:241
12988
+ </pre></td></tr>
12989
+
12990
+
12991
+ <tr><th class="line-num" id="L2966"><a href="#L2966">2966</a></th><td class="line-code"><pre>msgid &quot;South Africa&quot;
12992
+ </pre></td></tr>
12993
+
12994
+
12995
+ <tr><th class="line-num" id="L2967"><a href="#L2967">2967</a></th><td class="line-code"><pre>msgstr &quot;Sør-Afrika&quot;
12996
+ </pre></td></tr>
12997
+
12998
+
12999
+ <tr><th class="line-num" id="L2968"><a href="#L2968">2968</a></th><td class="line-code"><pre>
13000
+ </pre></td></tr>
13001
+
13002
+
13003
+ <tr><th class="line-num" id="L2969"><a href="#L2969">2969</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:242
13004
+ </pre></td></tr>
13005
+
13006
+
13007
+ <tr><th class="line-num" id="L2970"><a href="#L2970">2970</a></th><td class="line-code"><pre>msgid &quot;South Georgia, South Sandwich Islands&quot;
13008
+ </pre></td></tr>
13009
+
13010
+
13011
+ <tr><th class="line-num" id="L2971"><a href="#L2971">2971</a></th><td class="line-code"><pre>msgstr &quot;South Georgia, South Sandwich-øyene&quot;
13012
+ </pre></td></tr>
13013
+
13014
+
13015
+ <tr><th class="line-num" id="L2972"><a href="#L2972">2972</a></th><td class="line-code"><pre>
13016
+ </pre></td></tr>
13017
+
13018
+
13019
+ <tr><th class="line-num" id="L2973"><a href="#L2973">2973</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:243
13020
+ </pre></td></tr>
13021
+
13022
+
13023
+ <tr><th class="line-num" id="L2974"><a href="#L2974">2974</a></th><td class="line-code"><pre>msgid &quot;Spain&quot;
13024
+ </pre></td></tr>
13025
+
13026
+
13027
+ <tr><th class="line-num" id="L2975"><a href="#L2975">2975</a></th><td class="line-code"><pre>msgstr &quot;Spania&quot;
13028
+ </pre></td></tr>
13029
+
13030
+
13031
+ <tr><th class="line-num" id="L2976"><a href="#L2976">2976</a></th><td class="line-code"><pre>
13032
+ </pre></td></tr>
13033
+
13034
+
13035
+ <tr><th class="line-num" id="L2977"><a href="#L2977">2977</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:244
13036
+ </pre></td></tr>
13037
+
13038
+
13039
+ <tr><th class="line-num" id="L2978"><a href="#L2978">2978</a></th><td class="line-code"><pre>msgid &quot;Sri Lanka&quot;
13040
+ </pre></td></tr>
13041
+
13042
+
13043
+ <tr><th class="line-num" id="L2979"><a href="#L2979">2979</a></th><td class="line-code"><pre>msgstr &quot;Sri Lanka&quot;
13044
+ </pre></td></tr>
13045
+
13046
+
13047
+ <tr><th class="line-num" id="L2980"><a href="#L2980">2980</a></th><td class="line-code"><pre>
13048
+ </pre></td></tr>
13049
+
13050
+
13051
+ <tr><th class="line-num" id="L2981"><a href="#L2981">2981</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:245
13052
+ </pre></td></tr>
13053
+
13054
+
13055
+ <tr><th class="line-num" id="L2982"><a href="#L2982">2982</a></th><td class="line-code"><pre>msgid &quot;St. Helena&quot;
13056
+ </pre></td></tr>
13057
+
13058
+
13059
+ <tr><th class="line-num" id="L2983"><a href="#L2983">2983</a></th><td class="line-code"><pre>msgstr &quot;St. Helena&quot;
13060
+ </pre></td></tr>
13061
+
13062
+
13063
+ <tr><th class="line-num" id="L2984"><a href="#L2984">2984</a></th><td class="line-code"><pre>
13064
+ </pre></td></tr>
13065
+
13066
+
13067
+ <tr><th class="line-num" id="L2985"><a href="#L2985">2985</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:246
13068
+ </pre></td></tr>
13069
+
13070
+
13071
+ <tr><th class="line-num" id="L2986"><a href="#L2986">2986</a></th><td class="line-code"><pre>msgid &quot;St. Pierre And Miquelon&quot;
13072
+ </pre></td></tr>
13073
+
13074
+
13075
+ <tr><th class="line-num" id="L2987"><a href="#L2987">2987</a></th><td class="line-code"><pre>msgstr &quot;St. Pierre og Miquelon&quot;
13076
+ </pre></td></tr>
13077
+
13078
+
13079
+ <tr><th class="line-num" id="L2988"><a href="#L2988">2988</a></th><td class="line-code"><pre>
13080
+ </pre></td></tr>
13081
+
13082
+
13083
+ <tr><th class="line-num" id="L2989"><a href="#L2989">2989</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:247
13084
+ </pre></td></tr>
13085
+
13086
+
13087
+ <tr><th class="line-num" id="L2990"><a href="#L2990">2990</a></th><td class="line-code"><pre>msgid &quot;Sudan&quot;
13088
+ </pre></td></tr>
13089
+
13090
+
13091
+ <tr><th class="line-num" id="L2991"><a href="#L2991">2991</a></th><td class="line-code"><pre>msgstr &quot;Sudan&quot;
13092
+ </pre></td></tr>
13093
+
13094
+
13095
+ <tr><th class="line-num" id="L2992"><a href="#L2992">2992</a></th><td class="line-code"><pre>
13096
+ </pre></td></tr>
13097
+
13098
+
13099
+ <tr><th class="line-num" id="L2993"><a href="#L2993">2993</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:248
13100
+ </pre></td></tr>
13101
+
13102
+
13103
+ <tr><th class="line-num" id="L2994"><a href="#L2994">2994</a></th><td class="line-code"><pre>#, fuzzy
13104
+ </pre></td></tr>
13105
+
13106
+
13107
+ <tr><th class="line-num" id="L2995"><a href="#L2995">2995</a></th><td class="line-code"><pre>msgid &quot;Suriname&quot;
13108
+ </pre></td></tr>
13109
+
13110
+
13111
+ <tr><th class="line-num" id="L2996"><a href="#L2996">2996</a></th><td class="line-code"><pre>msgstr &quot;Etternavn&quot;
13112
+ </pre></td></tr>
13113
+
13114
+
13115
+ <tr><th class="line-num" id="L2997"><a href="#L2997">2997</a></th><td class="line-code"><pre>
13116
+ </pre></td></tr>
13117
+
13118
+
13119
+ <tr><th class="line-num" id="L2998"><a href="#L2998">2998</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:249
13120
+ </pre></td></tr>
13121
+
13122
+
13123
+ <tr><th class="line-num" id="L2999"><a href="#L2999">2999</a></th><td class="line-code"><pre>msgid &quot;Svalbard And Jan Mayen Islands&quot;
13124
+ </pre></td></tr>
13125
+
13126
+
13127
+ <tr><th class="line-num" id="L3000"><a href="#L3000">3000</a></th><td class="line-code"><pre>msgstr &quot;Svalbard og Jan Mayen&quot;
13128
+ </pre></td></tr>
13129
+
13130
+
13131
+ <tr><th class="line-num" id="L3001"><a href="#L3001">3001</a></th><td class="line-code"><pre>
13132
+ </pre></td></tr>
13133
+
13134
+
13135
+ <tr><th class="line-num" id="L3002"><a href="#L3002">3002</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:250
13136
+ </pre></td></tr>
13137
+
13138
+
13139
+ <tr><th class="line-num" id="L3003"><a href="#L3003">3003</a></th><td class="line-code"><pre>msgid &quot;Swaziland&quot;
13140
+ </pre></td></tr>
13141
+
13142
+
13143
+ <tr><th class="line-num" id="L3004"><a href="#L3004">3004</a></th><td class="line-code"><pre>msgstr &quot;Swaziland&quot;
13144
+ </pre></td></tr>
13145
+
13146
+
13147
+ <tr><th class="line-num" id="L3005"><a href="#L3005">3005</a></th><td class="line-code"><pre>
13148
+ </pre></td></tr>
13149
+
13150
+
13151
+ <tr><th class="line-num" id="L3006"><a href="#L3006">3006</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:251
13152
+ </pre></td></tr>
13153
+
13154
+
13155
+ <tr><th class="line-num" id="L3007"><a href="#L3007">3007</a></th><td class="line-code"><pre>msgid &quot;Sweden&quot;
13156
+ </pre></td></tr>
13157
+
13158
+
13159
+ <tr><th class="line-num" id="L3008"><a href="#L3008">3008</a></th><td class="line-code"><pre>msgstr &quot;Sverige&quot;
13160
+ </pre></td></tr>
13161
+
13162
+
13163
+ <tr><th class="line-num" id="L3009"><a href="#L3009">3009</a></th><td class="line-code"><pre>
13164
+ </pre></td></tr>
13165
+
13166
+
13167
+ <tr><th class="line-num" id="L3010"><a href="#L3010">3010</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:252
13168
+ </pre></td></tr>
13169
+
13170
+
13171
+ <tr><th class="line-num" id="L3011"><a href="#L3011">3011</a></th><td class="line-code"><pre>msgid &quot;Switzerland&quot;
13172
+ </pre></td></tr>
13173
+
13174
+
13175
+ <tr><th class="line-num" id="L3012"><a href="#L3012">3012</a></th><td class="line-code"><pre>msgstr &quot;Sveits&quot;
13176
+ </pre></td></tr>
13177
+
13178
+
13179
+ <tr><th class="line-num" id="L3013"><a href="#L3013">3013</a></th><td class="line-code"><pre>
13180
+ </pre></td></tr>
13181
+
13182
+
13183
+ <tr><th class="line-num" id="L3014"><a href="#L3014">3014</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:253
13184
+ </pre></td></tr>
13185
+
13186
+
13187
+ <tr><th class="line-num" id="L3015"><a href="#L3015">3015</a></th><td class="line-code"><pre>msgid &quot;Syrian Arab Republic&quot;
13188
+ </pre></td></tr>
13189
+
13190
+
13191
+ <tr><th class="line-num" id="L3016"><a href="#L3016">3016</a></th><td class="line-code"><pre>msgstr &quot;Syria&quot;
13192
+ </pre></td></tr>
13193
+
13194
+
13195
+ <tr><th class="line-num" id="L3017"><a href="#L3017">3017</a></th><td class="line-code"><pre>
13196
+ </pre></td></tr>
13197
+
13198
+
13199
+ <tr><th class="line-num" id="L3018"><a href="#L3018">3018</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:254
13200
+ </pre></td></tr>
13201
+
13202
+
13203
+ <tr><th class="line-num" id="L3019"><a href="#L3019">3019</a></th><td class="line-code"><pre>msgid &quot;Taiwan&quot;
13204
+ </pre></td></tr>
13205
+
13206
+
13207
+ <tr><th class="line-num" id="L3020"><a href="#L3020">3020</a></th><td class="line-code"><pre>msgstr &quot;Taiwan&quot;
13208
+ </pre></td></tr>
13209
+
13210
+
13211
+ <tr><th class="line-num" id="L3021"><a href="#L3021">3021</a></th><td class="line-code"><pre>
13212
+ </pre></td></tr>
13213
+
13214
+
13215
+ <tr><th class="line-num" id="L3022"><a href="#L3022">3022</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:255
13216
+ </pre></td></tr>
13217
+
13218
+
13219
+ <tr><th class="line-num" id="L3023"><a href="#L3023">3023</a></th><td class="line-code"><pre>msgid &quot;Tajikistan&quot;
13220
+ </pre></td></tr>
13221
+
13222
+
13223
+ <tr><th class="line-num" id="L3024"><a href="#L3024">3024</a></th><td class="line-code"><pre>msgstr &quot;Tajikistan&quot;
13224
+ </pre></td></tr>
13225
+
13226
+
13227
+ <tr><th class="line-num" id="L3025"><a href="#L3025">3025</a></th><td class="line-code"><pre>
13228
+ </pre></td></tr>
13229
+
13230
+
13231
+ <tr><th class="line-num" id="L3026"><a href="#L3026">3026</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:256
13232
+ </pre></td></tr>
13233
+
13234
+
13235
+ <tr><th class="line-num" id="L3027"><a href="#L3027">3027</a></th><td class="line-code"><pre>msgid &quot;Tanzania, United Republic Of&quot;
13236
+ </pre></td></tr>
13237
+
13238
+
13239
+ <tr><th class="line-num" id="L3028"><a href="#L3028">3028</a></th><td class="line-code"><pre>msgstr &quot;Tanzania&quot;
13240
+ </pre></td></tr>
13241
+
13242
+
13243
+ <tr><th class="line-num" id="L3029"><a href="#L3029">3029</a></th><td class="line-code"><pre>
13244
+ </pre></td></tr>
13245
+
13246
+
13247
+ <tr><th class="line-num" id="L3030"><a href="#L3030">3030</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:257
13248
+ </pre></td></tr>
13249
+
13250
+
13251
+ <tr><th class="line-num" id="L3031"><a href="#L3031">3031</a></th><td class="line-code"><pre>msgid &quot;Thailand&quot;
13252
+ </pre></td></tr>
13253
+
13254
+
13255
+ <tr><th class="line-num" id="L3032"><a href="#L3032">3032</a></th><td class="line-code"><pre>msgstr &quot;Thailand&quot;
13256
+ </pre></td></tr>
13257
+
13258
+
13259
+ <tr><th class="line-num" id="L3033"><a href="#L3033">3033</a></th><td class="line-code"><pre>
13260
+ </pre></td></tr>
13261
+
13262
+
13263
+ <tr><th class="line-num" id="L3034"><a href="#L3034">3034</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:258
13264
+ </pre></td></tr>
13265
+
13266
+
13267
+ <tr><th class="line-num" id="L3035"><a href="#L3035">3035</a></th><td class="line-code"><pre>msgid &quot;Togo&quot;
13268
+ </pre></td></tr>
13269
+
13270
+
13271
+ <tr><th class="line-num" id="L3036"><a href="#L3036">3036</a></th><td class="line-code"><pre>msgstr &quot;Togo&quot;
13272
+ </pre></td></tr>
13273
+
13274
+
13275
+ <tr><th class="line-num" id="L3037"><a href="#L3037">3037</a></th><td class="line-code"><pre>
13276
+ </pre></td></tr>
13277
+
13278
+
13279
+ <tr><th class="line-num" id="L3038"><a href="#L3038">3038</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:259
13280
+ </pre></td></tr>
13281
+
13282
+
13283
+ <tr><th class="line-num" id="L3039"><a href="#L3039">3039</a></th><td class="line-code"><pre>msgid &quot;Tokelau&quot;
13284
+ </pre></td></tr>
13285
+
13286
+
13287
+ <tr><th class="line-num" id="L3040"><a href="#L3040">3040</a></th><td class="line-code"><pre>msgstr &quot;Tokelau&quot;
13288
+ </pre></td></tr>
13289
+
13290
+
13291
+ <tr><th class="line-num" id="L3041"><a href="#L3041">3041</a></th><td class="line-code"><pre>
13292
+ </pre></td></tr>
13293
+
13294
+
13295
+ <tr><th class="line-num" id="L3042"><a href="#L3042">3042</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:260
13296
+ </pre></td></tr>
13297
+
13298
+
13299
+ <tr><th class="line-num" id="L3043"><a href="#L3043">3043</a></th><td class="line-code"><pre>msgid &quot;Tonga&quot;
13300
+ </pre></td></tr>
13301
+
13302
+
13303
+ <tr><th class="line-num" id="L3044"><a href="#L3044">3044</a></th><td class="line-code"><pre>msgstr &quot;Tonga&quot;
13304
+ </pre></td></tr>
13305
+
13306
+
13307
+ <tr><th class="line-num" id="L3045"><a href="#L3045">3045</a></th><td class="line-code"><pre>
13308
+ </pre></td></tr>
13309
+
13310
+
13311
+ <tr><th class="line-num" id="L3046"><a href="#L3046">3046</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:261
13312
+ </pre></td></tr>
13313
+
13314
+
13315
+ <tr><th class="line-num" id="L3047"><a href="#L3047">3047</a></th><td class="line-code"><pre>msgid &quot;Trinidad And Tobago&quot;
13316
+ </pre></td></tr>
13317
+
13318
+
13319
+ <tr><th class="line-num" id="L3048"><a href="#L3048">3048</a></th><td class="line-code"><pre>msgstr &quot;Trinidad og Tobago&quot;
13320
+ </pre></td></tr>
13321
+
13322
+
13323
+ <tr><th class="line-num" id="L3049"><a href="#L3049">3049</a></th><td class="line-code"><pre>
13324
+ </pre></td></tr>
13325
+
13326
+
13327
+ <tr><th class="line-num" id="L3050"><a href="#L3050">3050</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:262
13328
+ </pre></td></tr>
13329
+
13330
+
13331
+ <tr><th class="line-num" id="L3051"><a href="#L3051">3051</a></th><td class="line-code"><pre>msgid &quot;Tunisia&quot;
13332
+ </pre></td></tr>
13333
+
13334
+
13335
+ <tr><th class="line-num" id="L3052"><a href="#L3052">3052</a></th><td class="line-code"><pre>msgstr &quot;Tunisia&quot;
13336
+ </pre></td></tr>
13337
+
13338
+
13339
+ <tr><th class="line-num" id="L3053"><a href="#L3053">3053</a></th><td class="line-code"><pre>
13340
+ </pre></td></tr>
13341
+
13342
+
13343
+ <tr><th class="line-num" id="L3054"><a href="#L3054">3054</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:263
13344
+ </pre></td></tr>
13345
+
13346
+
13347
+ <tr><th class="line-num" id="L3055"><a href="#L3055">3055</a></th><td class="line-code"><pre>msgid &quot;Turkey&quot;
13348
+ </pre></td></tr>
13349
+
13350
+
13351
+ <tr><th class="line-num" id="L3056"><a href="#L3056">3056</a></th><td class="line-code"><pre>msgstr &quot;Tyrkia&quot;
13352
+ </pre></td></tr>
13353
+
13354
+
13355
+ <tr><th class="line-num" id="L3057"><a href="#L3057">3057</a></th><td class="line-code"><pre>
13356
+ </pre></td></tr>
13357
+
13358
+
13359
+ <tr><th class="line-num" id="L3058"><a href="#L3058">3058</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:264
13360
+ </pre></td></tr>
13361
+
13362
+
13363
+ <tr><th class="line-num" id="L3059"><a href="#L3059">3059</a></th><td class="line-code"><pre>msgid &quot;Turkmenistan&quot;
13364
+ </pre></td></tr>
13365
+
13366
+
13367
+ <tr><th class="line-num" id="L3060"><a href="#L3060">3060</a></th><td class="line-code"><pre>msgstr &quot;Turkmenistan&quot;
13368
+ </pre></td></tr>
13369
+
13370
+
13371
+ <tr><th class="line-num" id="L3061"><a href="#L3061">3061</a></th><td class="line-code"><pre>
13372
+ </pre></td></tr>
13373
+
13374
+
13375
+ <tr><th class="line-num" id="L3062"><a href="#L3062">3062</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:265
13376
+ </pre></td></tr>
13377
+
13378
+
13379
+ <tr><th class="line-num" id="L3063"><a href="#L3063">3063</a></th><td class="line-code"><pre>msgid &quot;Turks And Caicos Islands&quot;
13380
+ </pre></td></tr>
13381
+
13382
+
13383
+ <tr><th class="line-num" id="L3064"><a href="#L3064">3064</a></th><td class="line-code"><pre>msgstr &quot;Turks og Caicos øyene&quot;
13384
+ </pre></td></tr>
13385
+
13386
+
13387
+ <tr><th class="line-num" id="L3065"><a href="#L3065">3065</a></th><td class="line-code"><pre>
13388
+ </pre></td></tr>
13389
+
13390
+
13391
+ <tr><th class="line-num" id="L3066"><a href="#L3066">3066</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:266
13392
+ </pre></td></tr>
13393
+
13394
+
13395
+ <tr><th class="line-num" id="L3067"><a href="#L3067">3067</a></th><td class="line-code"><pre>msgid &quot;Tuvalu&quot;
13396
+ </pre></td></tr>
13397
+
13398
+
13399
+ <tr><th class="line-num" id="L3068"><a href="#L3068">3068</a></th><td class="line-code"><pre>msgstr &quot;Tuvalu&quot;
13400
+ </pre></td></tr>
13401
+
13402
+
13403
+ <tr><th class="line-num" id="L3069"><a href="#L3069">3069</a></th><td class="line-code"><pre>
13404
+ </pre></td></tr>
13405
+
13406
+
13407
+ <tr><th class="line-num" id="L3070"><a href="#L3070">3070</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:267
13408
+ </pre></td></tr>
13409
+
13410
+
13411
+ <tr><th class="line-num" id="L3071"><a href="#L3071">3071</a></th><td class="line-code"><pre>msgid &quot;Uganda&quot;
13412
+ </pre></td></tr>
13413
+
13414
+
13415
+ <tr><th class="line-num" id="L3072"><a href="#L3072">3072</a></th><td class="line-code"><pre>msgstr &quot;Uganda&quot;
13416
+ </pre></td></tr>
13417
+
13418
+
13419
+ <tr><th class="line-num" id="L3073"><a href="#L3073">3073</a></th><td class="line-code"><pre>
13420
+ </pre></td></tr>
13421
+
13422
+
13423
+ <tr><th class="line-num" id="L3074"><a href="#L3074">3074</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:268
13424
+ </pre></td></tr>
13425
+
13426
+
13427
+ <tr><th class="line-num" id="L3075"><a href="#L3075">3075</a></th><td class="line-code"><pre>msgid &quot;Ukraine&quot;
13428
+ </pre></td></tr>
13429
+
13430
+
13431
+ <tr><th class="line-num" id="L3076"><a href="#L3076">3076</a></th><td class="line-code"><pre>msgstr &quot;Ukraina&quot;
13432
+ </pre></td></tr>
13433
+
13434
+
13435
+ <tr><th class="line-num" id="L3077"><a href="#L3077">3077</a></th><td class="line-code"><pre>
13436
+ </pre></td></tr>
13437
+
13438
+
13439
+ <tr><th class="line-num" id="L3078"><a href="#L3078">3078</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:269
13440
+ </pre></td></tr>
13441
+
13442
+
13443
+ <tr><th class="line-num" id="L3079"><a href="#L3079">3079</a></th><td class="line-code"><pre>msgid &quot;United Arab Emirates&quot;
13444
+ </pre></td></tr>
13445
+
13446
+
13447
+ <tr><th class="line-num" id="L3080"><a href="#L3080">3080</a></th><td class="line-code"><pre>msgstr &quot;Forenede Arabiske Emirater&quot;
13448
+ </pre></td></tr>
13449
+
13450
+
13451
+ <tr><th class="line-num" id="L3081"><a href="#L3081">3081</a></th><td class="line-code"><pre>
13452
+ </pre></td></tr>
13453
+
13454
+
13455
+ <tr><th class="line-num" id="L3082"><a href="#L3082">3082</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:270
13456
+ </pre></td></tr>
13457
+
13458
+
13459
+ <tr><th class="line-num" id="L3083"><a href="#L3083">3083</a></th><td class="line-code"><pre>msgid &quot;United Kingdom&quot;
13460
+ </pre></td></tr>
13461
+
13462
+
13463
+ <tr><th class="line-num" id="L3084"><a href="#L3084">3084</a></th><td class="line-code"><pre>msgstr &quot;Storbrittania&quot;
13464
+ </pre></td></tr>
13465
+
13466
+
13467
+ <tr><th class="line-num" id="L3085"><a href="#L3085">3085</a></th><td class="line-code"><pre>
13468
+ </pre></td></tr>
13469
+
13470
+
13471
+ <tr><th class="line-num" id="L3086"><a href="#L3086">3086</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:271
13472
+ </pre></td></tr>
13473
+
13474
+
13475
+ <tr><th class="line-num" id="L3087"><a href="#L3087">3087</a></th><td class="line-code"><pre>msgid &quot;United States Minor Outlying Islands&quot;
13476
+ </pre></td></tr>
13477
+
13478
+
13479
+ <tr><th class="line-num" id="L3088"><a href="#L3088">3088</a></th><td class="line-code"><pre>msgstr &quot;USAs mindre utenforliggende øyer&quot;
13480
+ </pre></td></tr>
13481
+
13482
+
13483
+ <tr><th class="line-num" id="L3089"><a href="#L3089">3089</a></th><td class="line-code"><pre>
13484
+ </pre></td></tr>
13485
+
13486
+
13487
+ <tr><th class="line-num" id="L3090"><a href="#L3090">3090</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:272
13488
+ </pre></td></tr>
13489
+
13490
+
13491
+ <tr><th class="line-num" id="L3091"><a href="#L3091">3091</a></th><td class="line-code"><pre>msgid &quot;Uruguay&quot;
13492
+ </pre></td></tr>
13493
+
13494
+
13495
+ <tr><th class="line-num" id="L3092"><a href="#L3092">3092</a></th><td class="line-code"><pre>msgstr &quot;Uruguay&quot;
13496
+ </pre></td></tr>
13497
+
13498
+
13499
+ <tr><th class="line-num" id="L3093"><a href="#L3093">3093</a></th><td class="line-code"><pre>
13500
+ </pre></td></tr>
13501
+
13502
+
13503
+ <tr><th class="line-num" id="L3094"><a href="#L3094">3094</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:273
13504
+ </pre></td></tr>
13505
+
13506
+
13507
+ <tr><th class="line-num" id="L3095"><a href="#L3095">3095</a></th><td class="line-code"><pre>msgid &quot;Uzbekistan&quot;
13508
+ </pre></td></tr>
13509
+
13510
+
13511
+ <tr><th class="line-num" id="L3096"><a href="#L3096">3096</a></th><td class="line-code"><pre>msgstr &quot;Usbekistan&quot;
13512
+ </pre></td></tr>
13513
+
13514
+
13515
+ <tr><th class="line-num" id="L3097"><a href="#L3097">3097</a></th><td class="line-code"><pre>
13516
+ </pre></td></tr>
13517
+
13518
+
13519
+ <tr><th class="line-num" id="L3098"><a href="#L3098">3098</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:274
13520
+ </pre></td></tr>
13521
+
13522
+
13523
+ <tr><th class="line-num" id="L3099"><a href="#L3099">3099</a></th><td class="line-code"><pre>msgid &quot;Vanuatu&quot;
13524
+ </pre></td></tr>
13525
+
13526
+
13527
+ <tr><th class="line-num" id="L3100"><a href="#L3100">3100</a></th><td class="line-code"><pre>msgstr &quot;Vanuatu&quot;
13528
+ </pre></td></tr>
13529
+
13530
+
13531
+ <tr><th class="line-num" id="L3101"><a href="#L3101">3101</a></th><td class="line-code"><pre>
13532
+ </pre></td></tr>
13533
+
13534
+
13535
+ <tr><th class="line-num" id="L3102"><a href="#L3102">3102</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:275
13536
+ </pre></td></tr>
13537
+
13538
+
13539
+ <tr><th class="line-num" id="L3103"><a href="#L3103">3103</a></th><td class="line-code"><pre>msgid &quot;Venezuela&quot;
13540
+ </pre></td></tr>
13541
+
13542
+
13543
+ <tr><th class="line-num" id="L3104"><a href="#L3104">3104</a></th><td class="line-code"><pre>msgstr &quot;Venezuela&quot;
13544
+ </pre></td></tr>
13545
+
13546
+
13547
+ <tr><th class="line-num" id="L3105"><a href="#L3105">3105</a></th><td class="line-code"><pre>
13548
+ </pre></td></tr>
13549
+
13550
+
13551
+ <tr><th class="line-num" id="L3106"><a href="#L3106">3106</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:276
13552
+ </pre></td></tr>
13553
+
13554
+
13555
+ <tr><th class="line-num" id="L3107"><a href="#L3107">3107</a></th><td class="line-code"><pre>msgid &quot;Viet Nam&quot;
13556
+ </pre></td></tr>
13557
+
13558
+
13559
+ <tr><th class="line-num" id="L3108"><a href="#L3108">3108</a></th><td class="line-code"><pre>msgstr &quot;Vietnam&quot;
13560
+ </pre></td></tr>
13561
+
13562
+
13563
+ <tr><th class="line-num" id="L3109"><a href="#L3109">3109</a></th><td class="line-code"><pre>
13564
+ </pre></td></tr>
13565
+
13566
+
13567
+ <tr><th class="line-num" id="L3110"><a href="#L3110">3110</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:277
13568
+ </pre></td></tr>
13569
+
13570
+
13571
+ <tr><th class="line-num" id="L3111"><a href="#L3111">3111</a></th><td class="line-code"><pre>msgid &quot;Virgin Islands (British)&quot;
13572
+ </pre></td></tr>
13573
+
13574
+
13575
+ <tr><th class="line-num" id="L3112"><a href="#L3112">3112</a></th><td class="line-code"><pre>msgstr &quot;Virgin Islands (British)&quot;
13576
+ </pre></td></tr>
13577
+
13578
+
13579
+ <tr><th class="line-num" id="L3113"><a href="#L3113">3113</a></th><td class="line-code"><pre>
13580
+ </pre></td></tr>
13581
+
13582
+
13583
+ <tr><th class="line-num" id="L3114"><a href="#L3114">3114</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:278
13584
+ </pre></td></tr>
13585
+
13586
+
13587
+ <tr><th class="line-num" id="L3115"><a href="#L3115">3115</a></th><td class="line-code"><pre>msgid &quot;Virgin Islands (U.S.)&quot;
13588
+ </pre></td></tr>
13589
+
13590
+
13591
+ <tr><th class="line-num" id="L3116"><a href="#L3116">3116</a></th><td class="line-code"><pre>msgstr &quot;Virgin Islands (U.S.)&quot;
13592
+ </pre></td></tr>
13593
+
13594
+
13595
+ <tr><th class="line-num" id="L3117"><a href="#L3117">3117</a></th><td class="line-code"><pre>
13596
+ </pre></td></tr>
13597
+
13598
+
13599
+ <tr><th class="line-num" id="L3118"><a href="#L3118">3118</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:279
13600
+ </pre></td></tr>
13601
+
13602
+
13603
+ <tr><th class="line-num" id="L3119"><a href="#L3119">3119</a></th><td class="line-code"><pre>msgid &quot;Wallis And Futuna Islands&quot;
13604
+ </pre></td></tr>
13605
+
13606
+
13607
+ <tr><th class="line-num" id="L3120"><a href="#L3120">3120</a></th><td class="line-code"><pre>msgstr &quot;Wallis og Futuna øyene&quot;
13608
+ </pre></td></tr>
13609
+
13610
+
13611
+ <tr><th class="line-num" id="L3121"><a href="#L3121">3121</a></th><td class="line-code"><pre>
13612
+ </pre></td></tr>
13613
+
13614
+
13615
+ <tr><th class="line-num" id="L3122"><a href="#L3122">3122</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:280
13616
+ </pre></td></tr>
13617
+
13618
+
13619
+ <tr><th class="line-num" id="L3123"><a href="#L3123">3123</a></th><td class="line-code"><pre>msgid &quot;Western Sahara&quot;
13620
+ </pre></td></tr>
13621
+
13622
+
13623
+ <tr><th class="line-num" id="L3124"><a href="#L3124">3124</a></th><td class="line-code"><pre>msgstr &quot;Vest-Sahara&quot;
13624
+ </pre></td></tr>
13625
+
13626
+
13627
+ <tr><th class="line-num" id="L3125"><a href="#L3125">3125</a></th><td class="line-code"><pre>
13628
+ </pre></td></tr>
13629
+
13630
+
13631
+ <tr><th class="line-num" id="L3126"><a href="#L3126">3126</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:281
13632
+ </pre></td></tr>
13633
+
13634
+
13635
+ <tr><th class="line-num" id="L3127"><a href="#L3127">3127</a></th><td class="line-code"><pre>msgid &quot;Yemen&quot;
13636
+ </pre></td></tr>
13637
+
13638
+
13639
+ <tr><th class="line-num" id="L3128"><a href="#L3128">3128</a></th><td class="line-code"><pre>msgstr &quot;Yemen&quot;
13640
+ </pre></td></tr>
13641
+
13642
+
13643
+ <tr><th class="line-num" id="L3129"><a href="#L3129">3129</a></th><td class="line-code"><pre>
13644
+ </pre></td></tr>
13645
+
13646
+
13647
+ <tr><th class="line-num" id="L3130"><a href="#L3130">3130</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:282
13648
+ </pre></td></tr>
13649
+
13650
+
13651
+ <tr><th class="line-num" id="L3131"><a href="#L3131">3131</a></th><td class="line-code"><pre>msgid &quot;Zambia&quot;
13652
+ </pre></td></tr>
13653
+
13654
+
13655
+ <tr><th class="line-num" id="L3132"><a href="#L3132">3132</a></th><td class="line-code"><pre>msgstr &quot;Zambia&quot;
13656
+ </pre></td></tr>
13657
+
13658
+
13659
+ <tr><th class="line-num" id="L3133"><a href="#L3133">3133</a></th><td class="line-code"><pre>
13660
+ </pre></td></tr>
13661
+
13662
+
13663
+ <tr><th class="line-num" id="L3134"><a href="#L3134">3134</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:283
13664
+ </pre></td></tr>
13665
+
13666
+
13667
+ <tr><th class="line-num" id="L3135"><a href="#L3135">3135</a></th><td class="line-code"><pre>msgid &quot;Zimbabwe&quot;
13668
+ </pre></td></tr>
13669
+
13670
+
13671
+ <tr><th class="line-num" id="L3136"><a href="#L3136">3136</a></th><td class="line-code"><pre>msgstr &quot;Zimbabwe&quot;
13672
+ </pre></td></tr>
13673
+
13674
+
13675
+ <tr><th class="line-num" id="L3137"><a href="#L3137">3137</a></th><td class="line-code"><pre>
13676
+ </pre></td></tr>
13677
+
13678
+
13679
+ <tr><th class="line-num" id="L3138"><a href="#L3138">3138</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:308
13680
+ </pre></td></tr>
13681
+
13682
+
13683
+ <tr><th class="line-num" id="L3139"><a href="#L3139">3139</a></th><td class="line-code"><pre>msgid &quot;Alabama&quot;
13684
+ </pre></td></tr>
13685
+
13686
+
13687
+ <tr><th class="line-num" id="L3140"><a href="#L3140">3140</a></th><td class="line-code"><pre>msgstr &quot;Alabama&quot;
13688
+ </pre></td></tr>
13689
+
13690
+
13691
+ <tr><th class="line-num" id="L3141"><a href="#L3141">3141</a></th><td class="line-code"><pre>
13692
+ </pre></td></tr>
13693
+
13694
+
13695
+ <tr><th class="line-num" id="L3142"><a href="#L3142">3142</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:309
13696
+ </pre></td></tr>
13697
+
13698
+
13699
+ <tr><th class="line-num" id="L3143"><a href="#L3143">3143</a></th><td class="line-code"><pre>msgid &quot;Alaska&quot;
13700
+ </pre></td></tr>
13701
+
13702
+
13703
+ <tr><th class="line-num" id="L3144"><a href="#L3144">3144</a></th><td class="line-code"><pre>msgstr &quot;Alaska&quot;
13704
+ </pre></td></tr>
13705
+
13706
+
13707
+ <tr><th class="line-num" id="L3145"><a href="#L3145">3145</a></th><td class="line-code"><pre>
13708
+ </pre></td></tr>
13709
+
13710
+
13711
+ <tr><th class="line-num" id="L3146"><a href="#L3146">3146</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:310
13712
+ </pre></td></tr>
13713
+
13714
+
13715
+ <tr><th class="line-num" id="L3147"><a href="#L3147">3147</a></th><td class="line-code"><pre>msgid &quot;Arizona&quot;
13716
+ </pre></td></tr>
13717
+
13718
+
13719
+ <tr><th class="line-num" id="L3148"><a href="#L3148">3148</a></th><td class="line-code"><pre>msgstr &quot;Arizona&quot;
13720
+ </pre></td></tr>
13721
+
13722
+
13723
+ <tr><th class="line-num" id="L3149"><a href="#L3149">3149</a></th><td class="line-code"><pre>
13724
+ </pre></td></tr>
13725
+
13726
+
13727
+ <tr><th class="line-num" id="L3150"><a href="#L3150">3150</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:311
13728
+ </pre></td></tr>
13729
+
13730
+
13731
+ <tr><th class="line-num" id="L3151"><a href="#L3151">3151</a></th><td class="line-code"><pre>msgid &quot;Arkansas&quot;
13732
+ </pre></td></tr>
13733
+
13734
+
13735
+ <tr><th class="line-num" id="L3152"><a href="#L3152">3152</a></th><td class="line-code"><pre>msgstr &quot;Arkansas&quot;
13736
+ </pre></td></tr>
13737
+
13738
+
13739
+ <tr><th class="line-num" id="L3153"><a href="#L3153">3153</a></th><td class="line-code"><pre>
13740
+ </pre></td></tr>
13741
+
13742
+
13743
+ <tr><th class="line-num" id="L3154"><a href="#L3154">3154</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:312
13744
+ </pre></td></tr>
13745
+
13746
+
13747
+ <tr><th class="line-num" id="L3155"><a href="#L3155">3155</a></th><td class="line-code"><pre>msgid &quot;California&quot;
13748
+ </pre></td></tr>
13749
+
13750
+
13751
+ <tr><th class="line-num" id="L3156"><a href="#L3156">3156</a></th><td class="line-code"><pre>msgstr &quot;California&quot;
13752
+ </pre></td></tr>
13753
+
13754
+
13755
+ <tr><th class="line-num" id="L3157"><a href="#L3157">3157</a></th><td class="line-code"><pre>
13756
+ </pre></td></tr>
13757
+
13758
+
13759
+ <tr><th class="line-num" id="L3158"><a href="#L3158">3158</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:313
13760
+ </pre></td></tr>
13761
+
13762
+
13763
+ <tr><th class="line-num" id="L3159"><a href="#L3159">3159</a></th><td class="line-code"><pre>msgid &quot;Colorado&quot;
13764
+ </pre></td></tr>
13765
+
13766
+
13767
+ <tr><th class="line-num" id="L3160"><a href="#L3160">3160</a></th><td class="line-code"><pre>msgstr &quot;Colorado&quot;
13768
+ </pre></td></tr>
13769
+
13770
+
13771
+ <tr><th class="line-num" id="L3161"><a href="#L3161">3161</a></th><td class="line-code"><pre>
13772
+ </pre></td></tr>
13773
+
13774
+
13775
+ <tr><th class="line-num" id="L3162"><a href="#L3162">3162</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:314
13776
+ </pre></td></tr>
13777
+
13778
+
13779
+ <tr><th class="line-num" id="L3163"><a href="#L3163">3163</a></th><td class="line-code"><pre>msgid &quot;Connecticut&quot;
13780
+ </pre></td></tr>
13781
+
13782
+
13783
+ <tr><th class="line-num" id="L3164"><a href="#L3164">3164</a></th><td class="line-code"><pre>msgstr &quot;Connecticut&quot;
13784
+ </pre></td></tr>
13785
+
13786
+
13787
+ <tr><th class="line-num" id="L3165"><a href="#L3165">3165</a></th><td class="line-code"><pre>
13788
+ </pre></td></tr>
13789
+
13790
+
13791
+ <tr><th class="line-num" id="L3166"><a href="#L3166">3166</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:315
13792
+ </pre></td></tr>
13793
+
13794
+
13795
+ <tr><th class="line-num" id="L3167"><a href="#L3167">3167</a></th><td class="line-code"><pre>msgid &quot;Delaware&quot;
13796
+ </pre></td></tr>
13797
+
13798
+
13799
+ <tr><th class="line-num" id="L3168"><a href="#L3168">3168</a></th><td class="line-code"><pre>msgstr &quot;Delaware&quot;
13800
+ </pre></td></tr>
13801
+
13802
+
13803
+ <tr><th class="line-num" id="L3169"><a href="#L3169">3169</a></th><td class="line-code"><pre>
13804
+ </pre></td></tr>
13805
+
13806
+
13807
+ <tr><th class="line-num" id="L3170"><a href="#L3170">3170</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:316
13808
+ </pre></td></tr>
13809
+
13810
+
13811
+ <tr><th class="line-num" id="L3171"><a href="#L3171">3171</a></th><td class="line-code"><pre>msgid &quot;District of Columbia&quot;
13812
+ </pre></td></tr>
13813
+
13814
+
13815
+ <tr><th class="line-num" id="L3172"><a href="#L3172">3172</a></th><td class="line-code"><pre>msgstr &quot;District of Columbia&quot;
13816
+ </pre></td></tr>
13817
+
13818
+
13819
+ <tr><th class="line-num" id="L3173"><a href="#L3173">3173</a></th><td class="line-code"><pre>
13820
+ </pre></td></tr>
13821
+
13822
+
13823
+ <tr><th class="line-num" id="L3174"><a href="#L3174">3174</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:317
13824
+ </pre></td></tr>
13825
+
13826
+
13827
+ <tr><th class="line-num" id="L3175"><a href="#L3175">3175</a></th><td class="line-code"><pre>msgid &quot;Florida&quot;
13828
+ </pre></td></tr>
13829
+
13830
+
13831
+ <tr><th class="line-num" id="L3176"><a href="#L3176">3176</a></th><td class="line-code"><pre>msgstr &quot;Florida&quot;
13832
+ </pre></td></tr>
13833
+
13834
+
13835
+ <tr><th class="line-num" id="L3177"><a href="#L3177">3177</a></th><td class="line-code"><pre>
13836
+ </pre></td></tr>
13837
+
13838
+
13839
+ <tr><th class="line-num" id="L3178"><a href="#L3178">3178</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:319
13840
+ </pre></td></tr>
13841
+
13842
+
13843
+ <tr><th class="line-num" id="L3179"><a href="#L3179">3179</a></th><td class="line-code"><pre>msgid &quot;Hawaii&quot;
13844
+ </pre></td></tr>
13845
+
13846
+
13847
+ <tr><th class="line-num" id="L3180"><a href="#L3180">3180</a></th><td class="line-code"><pre>msgstr &quot;Hawaii&quot;
13848
+ </pre></td></tr>
13849
+
13850
+
13851
+ <tr><th class="line-num" id="L3181"><a href="#L3181">3181</a></th><td class="line-code"><pre>
13852
+ </pre></td></tr>
13853
+
13854
+
13855
+ <tr><th class="line-num" id="L3182"><a href="#L3182">3182</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:320
13856
+ </pre></td></tr>
13857
+
13858
+
13859
+ <tr><th class="line-num" id="L3183"><a href="#L3183">3183</a></th><td class="line-code"><pre>msgid &quot;Idaho&quot;
13860
+ </pre></td></tr>
13861
+
13862
+
13863
+ <tr><th class="line-num" id="L3184"><a href="#L3184">3184</a></th><td class="line-code"><pre>msgstr &quot;Idaho&quot;
13864
+ </pre></td></tr>
13865
+
13866
+
13867
+ <tr><th class="line-num" id="L3185"><a href="#L3185">3185</a></th><td class="line-code"><pre>
13868
+ </pre></td></tr>
13869
+
13870
+
13871
+ <tr><th class="line-num" id="L3186"><a href="#L3186">3186</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:321
13872
+ </pre></td></tr>
13873
+
13874
+
13875
+ <tr><th class="line-num" id="L3187"><a href="#L3187">3187</a></th><td class="line-code"><pre>msgid &quot;Illinois&quot;
13876
+ </pre></td></tr>
13877
+
13878
+
13879
+ <tr><th class="line-num" id="L3188"><a href="#L3188">3188</a></th><td class="line-code"><pre>msgstr &quot;Illinois&quot;
13880
+ </pre></td></tr>
13881
+
13882
+
13883
+ <tr><th class="line-num" id="L3189"><a href="#L3189">3189</a></th><td class="line-code"><pre>
13884
+ </pre></td></tr>
13885
+
13886
+
13887
+ <tr><th class="line-num" id="L3190"><a href="#L3190">3190</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:322
13888
+ </pre></td></tr>
13889
+
13890
+
13891
+ <tr><th class="line-num" id="L3191"><a href="#L3191">3191</a></th><td class="line-code"><pre>msgid &quot;Indiana&quot;
13892
+ </pre></td></tr>
13893
+
13894
+
13895
+ <tr><th class="line-num" id="L3192"><a href="#L3192">3192</a></th><td class="line-code"><pre>msgstr &quot;Indiana&quot;
13896
+ </pre></td></tr>
13897
+
13898
+
13899
+ <tr><th class="line-num" id="L3193"><a href="#L3193">3193</a></th><td class="line-code"><pre>
13900
+ </pre></td></tr>
13901
+
13902
+
13903
+ <tr><th class="line-num" id="L3194"><a href="#L3194">3194</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:323
13904
+ </pre></td></tr>
13905
+
13906
+
13907
+ <tr><th class="line-num" id="L3195"><a href="#L3195">3195</a></th><td class="line-code"><pre>msgid &quot;Iowa&quot;
13908
+ </pre></td></tr>
13909
+
13910
+
13911
+ <tr><th class="line-num" id="L3196"><a href="#L3196">3196</a></th><td class="line-code"><pre>msgstr &quot;Iowa&quot;
13912
+ </pre></td></tr>
13913
+
13914
+
13915
+ <tr><th class="line-num" id="L3197"><a href="#L3197">3197</a></th><td class="line-code"><pre>
13916
+ </pre></td></tr>
13917
+
13918
+
13919
+ <tr><th class="line-num" id="L3198"><a href="#L3198">3198</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:324
13920
+ </pre></td></tr>
13921
+
13922
+
13923
+ <tr><th class="line-num" id="L3199"><a href="#L3199">3199</a></th><td class="line-code"><pre>msgid &quot;Kansas&quot;
13924
+ </pre></td></tr>
13925
+
13926
+
13927
+ <tr><th class="line-num" id="L3200"><a href="#L3200">3200</a></th><td class="line-code"><pre>msgstr &quot;Kansas&quot;
13928
+ </pre></td></tr>
13929
+
13930
+
13931
+ <tr><th class="line-num" id="L3201"><a href="#L3201">3201</a></th><td class="line-code"><pre>
13932
+ </pre></td></tr>
13933
+
13934
+
13935
+ <tr><th class="line-num" id="L3202"><a href="#L3202">3202</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:325
13936
+ </pre></td></tr>
13937
+
13938
+
13939
+ <tr><th class="line-num" id="L3203"><a href="#L3203">3203</a></th><td class="line-code"><pre>msgid &quot;Kentucky&quot;
13940
+ </pre></td></tr>
13941
+
13942
+
13943
+ <tr><th class="line-num" id="L3204"><a href="#L3204">3204</a></th><td class="line-code"><pre>msgstr &quot;Kentucky&quot;
13944
+ </pre></td></tr>
13945
+
13946
+
13947
+ <tr><th class="line-num" id="L3205"><a href="#L3205">3205</a></th><td class="line-code"><pre>
13948
+ </pre></td></tr>
13949
+
13950
+
13951
+ <tr><th class="line-num" id="L3206"><a href="#L3206">3206</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:326
13952
+ </pre></td></tr>
13953
+
13954
+
13955
+ <tr><th class="line-num" id="L3207"><a href="#L3207">3207</a></th><td class="line-code"><pre>msgid &quot;Louisiana&quot;
13956
+ </pre></td></tr>
13957
+
13958
+
13959
+ <tr><th class="line-num" id="L3208"><a href="#L3208">3208</a></th><td class="line-code"><pre>msgstr &quot;Louisiana&quot;
13960
+ </pre></td></tr>
13961
+
13962
+
13963
+ <tr><th class="line-num" id="L3209"><a href="#L3209">3209</a></th><td class="line-code"><pre>
13964
+ </pre></td></tr>
13965
+
13966
+
13967
+ <tr><th class="line-num" id="L3210"><a href="#L3210">3210</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:327
13968
+ </pre></td></tr>
13969
+
13970
+
13971
+ <tr><th class="line-num" id="L3211"><a href="#L3211">3211</a></th><td class="line-code"><pre>msgid &quot;Maine&quot;
13972
+ </pre></td></tr>
13973
+
13974
+
13975
+ <tr><th class="line-num" id="L3212"><a href="#L3212">3212</a></th><td class="line-code"><pre>msgstr &quot;Maine&quot;
13976
+ </pre></td></tr>
13977
+
13978
+
13979
+ <tr><th class="line-num" id="L3213"><a href="#L3213">3213</a></th><td class="line-code"><pre>
13980
+ </pre></td></tr>
13981
+
13982
+
13983
+ <tr><th class="line-num" id="L3214"><a href="#L3214">3214</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:328
13984
+ </pre></td></tr>
13985
+
13986
+
13987
+ <tr><th class="line-num" id="L3215"><a href="#L3215">3215</a></th><td class="line-code"><pre>msgid &quot;Maryland&quot;
13988
+ </pre></td></tr>
13989
+
13990
+
13991
+ <tr><th class="line-num" id="L3216"><a href="#L3216">3216</a></th><td class="line-code"><pre>msgstr &quot;Maryland&quot;
13992
+ </pre></td></tr>
13993
+
13994
+
13995
+ <tr><th class="line-num" id="L3217"><a href="#L3217">3217</a></th><td class="line-code"><pre>
13996
+ </pre></td></tr>
13997
+
13998
+
13999
+ <tr><th class="line-num" id="L3218"><a href="#L3218">3218</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:329
14000
+ </pre></td></tr>
14001
+
14002
+
14003
+ <tr><th class="line-num" id="L3219"><a href="#L3219">3219</a></th><td class="line-code"><pre>msgid &quot;Massachusetts&quot;
14004
+ </pre></td></tr>
14005
+
14006
+
14007
+ <tr><th class="line-num" id="L3220"><a href="#L3220">3220</a></th><td class="line-code"><pre>msgstr &quot;Massachusetts&quot;
14008
+ </pre></td></tr>
14009
+
14010
+
14011
+ <tr><th class="line-num" id="L3221"><a href="#L3221">3221</a></th><td class="line-code"><pre>
14012
+ </pre></td></tr>
14013
+
14014
+
14015
+ <tr><th class="line-num" id="L3222"><a href="#L3222">3222</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:330
14016
+ </pre></td></tr>
14017
+
14018
+
14019
+ <tr><th class="line-num" id="L3223"><a href="#L3223">3223</a></th><td class="line-code"><pre>msgid &quot;Michigan&quot;
14020
+ </pre></td></tr>
14021
+
14022
+
14023
+ <tr><th class="line-num" id="L3224"><a href="#L3224">3224</a></th><td class="line-code"><pre>msgstr &quot;Michigan&quot;
14024
+ </pre></td></tr>
14025
+
14026
+
14027
+ <tr><th class="line-num" id="L3225"><a href="#L3225">3225</a></th><td class="line-code"><pre>
14028
+ </pre></td></tr>
14029
+
14030
+
14031
+ <tr><th class="line-num" id="L3226"><a href="#L3226">3226</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:331
14032
+ </pre></td></tr>
14033
+
14034
+
14035
+ <tr><th class="line-num" id="L3227"><a href="#L3227">3227</a></th><td class="line-code"><pre>msgid &quot;Minnesota&quot;
14036
+ </pre></td></tr>
14037
+
14038
+
14039
+ <tr><th class="line-num" id="L3228"><a href="#L3228">3228</a></th><td class="line-code"><pre>msgstr &quot;Minnesota&quot;
14040
+ </pre></td></tr>
14041
+
14042
+
14043
+ <tr><th class="line-num" id="L3229"><a href="#L3229">3229</a></th><td class="line-code"><pre>
14044
+ </pre></td></tr>
14045
+
14046
+
14047
+ <tr><th class="line-num" id="L3230"><a href="#L3230">3230</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:332
14048
+ </pre></td></tr>
14049
+
14050
+
14051
+ <tr><th class="line-num" id="L3231"><a href="#L3231">3231</a></th><td class="line-code"><pre>msgid &quot;Mississippi&quot;
14052
+ </pre></td></tr>
14053
+
14054
+
14055
+ <tr><th class="line-num" id="L3232"><a href="#L3232">3232</a></th><td class="line-code"><pre>msgstr &quot;Mississippi&quot;
14056
+ </pre></td></tr>
14057
+
14058
+
14059
+ <tr><th class="line-num" id="L3233"><a href="#L3233">3233</a></th><td class="line-code"><pre>
14060
+ </pre></td></tr>
14061
+
14062
+
14063
+ <tr><th class="line-num" id="L3234"><a href="#L3234">3234</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:333
14064
+ </pre></td></tr>
14065
+
14066
+
14067
+ <tr><th class="line-num" id="L3235"><a href="#L3235">3235</a></th><td class="line-code"><pre>msgid &quot;Missouri&quot;
14068
+ </pre></td></tr>
14069
+
14070
+
14071
+ <tr><th class="line-num" id="L3236"><a href="#L3236">3236</a></th><td class="line-code"><pre>msgstr &quot;Missouri&quot;
14072
+ </pre></td></tr>
14073
+
14074
+
14075
+ <tr><th class="line-num" id="L3237"><a href="#L3237">3237</a></th><td class="line-code"><pre>
14076
+ </pre></td></tr>
14077
+
14078
+
14079
+ <tr><th class="line-num" id="L3238"><a href="#L3238">3238</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:334
14080
+ </pre></td></tr>
14081
+
14082
+
14083
+ <tr><th class="line-num" id="L3239"><a href="#L3239">3239</a></th><td class="line-code"><pre>msgid &quot;Montana&quot;
14084
+ </pre></td></tr>
14085
+
14086
+
14087
+ <tr><th class="line-num" id="L3240"><a href="#L3240">3240</a></th><td class="line-code"><pre>msgstr &quot;Montana&quot;
14088
+ </pre></td></tr>
14089
+
14090
+
14091
+ <tr><th class="line-num" id="L3241"><a href="#L3241">3241</a></th><td class="line-code"><pre>
14092
+ </pre></td></tr>
14093
+
14094
+
14095
+ <tr><th class="line-num" id="L3242"><a href="#L3242">3242</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:335
14096
+ </pre></td></tr>
14097
+
14098
+
14099
+ <tr><th class="line-num" id="L3243"><a href="#L3243">3243</a></th><td class="line-code"><pre>msgid &quot;Nebraska&quot;
14100
+ </pre></td></tr>
14101
+
14102
+
14103
+ <tr><th class="line-num" id="L3244"><a href="#L3244">3244</a></th><td class="line-code"><pre>msgstr &quot;Nebraska&quot;
14104
+ </pre></td></tr>
14105
+
14106
+
14107
+ <tr><th class="line-num" id="L3245"><a href="#L3245">3245</a></th><td class="line-code"><pre>
14108
+ </pre></td></tr>
14109
+
14110
+
14111
+ <tr><th class="line-num" id="L3246"><a href="#L3246">3246</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:336
14112
+ </pre></td></tr>
14113
+
14114
+
14115
+ <tr><th class="line-num" id="L3247"><a href="#L3247">3247</a></th><td class="line-code"><pre>msgid &quot;Nevada&quot;
14116
+ </pre></td></tr>
14117
+
14118
+
14119
+ <tr><th class="line-num" id="L3248"><a href="#L3248">3248</a></th><td class="line-code"><pre>msgstr &quot;Nevada&quot;
14120
+ </pre></td></tr>
14121
+
14122
+
14123
+ <tr><th class="line-num" id="L3249"><a href="#L3249">3249</a></th><td class="line-code"><pre>
14124
+ </pre></td></tr>
14125
+
14126
+
14127
+ <tr><th class="line-num" id="L3250"><a href="#L3250">3250</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:337
14128
+ </pre></td></tr>
14129
+
14130
+
14131
+ <tr><th class="line-num" id="L3251"><a href="#L3251">3251</a></th><td class="line-code"><pre>msgid &quot;New Hampshire&quot;
14132
+ </pre></td></tr>
14133
+
14134
+
14135
+ <tr><th class="line-num" id="L3252"><a href="#L3252">3252</a></th><td class="line-code"><pre>msgstr &quot;New Hampshire&quot;
14136
+ </pre></td></tr>
14137
+
14138
+
14139
+ <tr><th class="line-num" id="L3253"><a href="#L3253">3253</a></th><td class="line-code"><pre>
14140
+ </pre></td></tr>
14141
+
14142
+
14143
+ <tr><th class="line-num" id="L3254"><a href="#L3254">3254</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:338
14144
+ </pre></td></tr>
14145
+
14146
+
14147
+ <tr><th class="line-num" id="L3255"><a href="#L3255">3255</a></th><td class="line-code"><pre>msgid &quot;New Jersey&quot;
14148
+ </pre></td></tr>
14149
+
14150
+
14151
+ <tr><th class="line-num" id="L3256"><a href="#L3256">3256</a></th><td class="line-code"><pre>msgstr &quot;New Jersey&quot;
14152
+ </pre></td></tr>
14153
+
14154
+
14155
+ <tr><th class="line-num" id="L3257"><a href="#L3257">3257</a></th><td class="line-code"><pre>
14156
+ </pre></td></tr>
14157
+
14158
+
14159
+ <tr><th class="line-num" id="L3258"><a href="#L3258">3258</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:339
14160
+ </pre></td></tr>
14161
+
14162
+
14163
+ <tr><th class="line-num" id="L3259"><a href="#L3259">3259</a></th><td class="line-code"><pre>msgid &quot;New Mexico&quot;
14164
+ </pre></td></tr>
14165
+
14166
+
14167
+ <tr><th class="line-num" id="L3260"><a href="#L3260">3260</a></th><td class="line-code"><pre>msgstr &quot;New Mexico&quot;
14168
+ </pre></td></tr>
14169
+
14170
+
14171
+ <tr><th class="line-num" id="L3261"><a href="#L3261">3261</a></th><td class="line-code"><pre>
14172
+ </pre></td></tr>
14173
+
14174
+
14175
+ <tr><th class="line-num" id="L3262"><a href="#L3262">3262</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:340
14176
+ </pre></td></tr>
14177
+
14178
+
14179
+ <tr><th class="line-num" id="L3263"><a href="#L3263">3263</a></th><td class="line-code"><pre>msgid &quot;New York&quot;
14180
+ </pre></td></tr>
14181
+
14182
+
14183
+ <tr><th class="line-num" id="L3264"><a href="#L3264">3264</a></th><td class="line-code"><pre>msgstr &quot;New York&quot;
14184
+ </pre></td></tr>
14185
+
14186
+
14187
+ <tr><th class="line-num" id="L3265"><a href="#L3265">3265</a></th><td class="line-code"><pre>
14188
+ </pre></td></tr>
14189
+
14190
+
14191
+ <tr><th class="line-num" id="L3266"><a href="#L3266">3266</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:341
14192
+ </pre></td></tr>
14193
+
14194
+
14195
+ <tr><th class="line-num" id="L3267"><a href="#L3267">3267</a></th><td class="line-code"><pre>msgid &quot;North Carolina&quot;
14196
+ </pre></td></tr>
14197
+
14198
+
14199
+ <tr><th class="line-num" id="L3268"><a href="#L3268">3268</a></th><td class="line-code"><pre>msgstr &quot;North Carolina&quot;
14200
+ </pre></td></tr>
14201
+
14202
+
14203
+ <tr><th class="line-num" id="L3269"><a href="#L3269">3269</a></th><td class="line-code"><pre>
14204
+ </pre></td></tr>
14205
+
14206
+
14207
+ <tr><th class="line-num" id="L3270"><a href="#L3270">3270</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:342
14208
+ </pre></td></tr>
14209
+
14210
+
14211
+ <tr><th class="line-num" id="L3271"><a href="#L3271">3271</a></th><td class="line-code"><pre>msgid &quot;North Dakota&quot;
14212
+ </pre></td></tr>
14213
+
14214
+
14215
+ <tr><th class="line-num" id="L3272"><a href="#L3272">3272</a></th><td class="line-code"><pre>msgstr &quot;North Dakota&quot;
14216
+ </pre></td></tr>
14217
+
14218
+
14219
+ <tr><th class="line-num" id="L3273"><a href="#L3273">3273</a></th><td class="line-code"><pre>
14220
+ </pre></td></tr>
14221
+
14222
+
14223
+ <tr><th class="line-num" id="L3274"><a href="#L3274">3274</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:343
14224
+ </pre></td></tr>
14225
+
14226
+
14227
+ <tr><th class="line-num" id="L3275"><a href="#L3275">3275</a></th><td class="line-code"><pre>msgid &quot;Ohio&quot;
14228
+ </pre></td></tr>
14229
+
14230
+
14231
+ <tr><th class="line-num" id="L3276"><a href="#L3276">3276</a></th><td class="line-code"><pre>msgstr &quot;Ohio&quot;
14232
+ </pre></td></tr>
14233
+
14234
+
14235
+ <tr><th class="line-num" id="L3277"><a href="#L3277">3277</a></th><td class="line-code"><pre>
14236
+ </pre></td></tr>
14237
+
14238
+
14239
+ <tr><th class="line-num" id="L3278"><a href="#L3278">3278</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:344
14240
+ </pre></td></tr>
14241
+
14242
+
14243
+ <tr><th class="line-num" id="L3279"><a href="#L3279">3279</a></th><td class="line-code"><pre>msgid &quot;Oklahoma&quot;
14244
+ </pre></td></tr>
14245
+
14246
+
14247
+ <tr><th class="line-num" id="L3280"><a href="#L3280">3280</a></th><td class="line-code"><pre>msgstr &quot;Oklahoma&quot;
14248
+ </pre></td></tr>
14249
+
14250
+
14251
+ <tr><th class="line-num" id="L3281"><a href="#L3281">3281</a></th><td class="line-code"><pre>
14252
+ </pre></td></tr>
14253
+
14254
+
14255
+ <tr><th class="line-num" id="L3282"><a href="#L3282">3282</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:345
14256
+ </pre></td></tr>
14257
+
14258
+
14259
+ <tr><th class="line-num" id="L3283"><a href="#L3283">3283</a></th><td class="line-code"><pre>msgid &quot;Oregon&quot;
14260
+ </pre></td></tr>
14261
+
14262
+
14263
+ <tr><th class="line-num" id="L3284"><a href="#L3284">3284</a></th><td class="line-code"><pre>msgstr &quot;Oregon&quot;
14264
+ </pre></td></tr>
14265
+
14266
+
14267
+ <tr><th class="line-num" id="L3285"><a href="#L3285">3285</a></th><td class="line-code"><pre>
14268
+ </pre></td></tr>
14269
+
14270
+
14271
+ <tr><th class="line-num" id="L3286"><a href="#L3286">3286</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:346
14272
+ </pre></td></tr>
14273
+
14274
+
14275
+ <tr><th class="line-num" id="L3287"><a href="#L3287">3287</a></th><td class="line-code"><pre>msgid &quot;Pennsylvania&quot;
14276
+ </pre></td></tr>
14277
+
14278
+
14279
+ <tr><th class="line-num" id="L3288"><a href="#L3288">3288</a></th><td class="line-code"><pre>msgstr &quot;Pennsylvania&quot;
14280
+ </pre></td></tr>
14281
+
14282
+
14283
+ <tr><th class="line-num" id="L3289"><a href="#L3289">3289</a></th><td class="line-code"><pre>
14284
+ </pre></td></tr>
14285
+
14286
+
14287
+ <tr><th class="line-num" id="L3290"><a href="#L3290">3290</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:347
14288
+ </pre></td></tr>
14289
+
14290
+
14291
+ <tr><th class="line-num" id="L3291"><a href="#L3291">3291</a></th><td class="line-code"><pre>msgid &quot;Rhode Island&quot;
14292
+ </pre></td></tr>
14293
+
14294
+
14295
+ <tr><th class="line-num" id="L3292"><a href="#L3292">3292</a></th><td class="line-code"><pre>msgstr &quot;Rhode Island&quot;
14296
+ </pre></td></tr>
14297
+
14298
+
14299
+ <tr><th class="line-num" id="L3293"><a href="#L3293">3293</a></th><td class="line-code"><pre>
14300
+ </pre></td></tr>
14301
+
14302
+
14303
+ <tr><th class="line-num" id="L3294"><a href="#L3294">3294</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:348
14304
+ </pre></td></tr>
14305
+
14306
+
14307
+ <tr><th class="line-num" id="L3295"><a href="#L3295">3295</a></th><td class="line-code"><pre>msgid &quot;South Carolina&quot;
14308
+ </pre></td></tr>
14309
+
14310
+
14311
+ <tr><th class="line-num" id="L3296"><a href="#L3296">3296</a></th><td class="line-code"><pre>msgstr &quot;South Carolina&quot;
14312
+ </pre></td></tr>
14313
+
14314
+
14315
+ <tr><th class="line-num" id="L3297"><a href="#L3297">3297</a></th><td class="line-code"><pre>
14316
+ </pre></td></tr>
14317
+
14318
+
14319
+ <tr><th class="line-num" id="L3298"><a href="#L3298">3298</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:349
14320
+ </pre></td></tr>
14321
+
14322
+
14323
+ <tr><th class="line-num" id="L3299"><a href="#L3299">3299</a></th><td class="line-code"><pre>msgid &quot;South Dakota&quot;
14324
+ </pre></td></tr>
14325
+
14326
+
14327
+ <tr><th class="line-num" id="L3300"><a href="#L3300">3300</a></th><td class="line-code"><pre>msgstr &quot;South Dakota&quot;
14328
+ </pre></td></tr>
14329
+
14330
+
14331
+ <tr><th class="line-num" id="L3301"><a href="#L3301">3301</a></th><td class="line-code"><pre>
14332
+ </pre></td></tr>
14333
+
14334
+
14335
+ <tr><th class="line-num" id="L3302"><a href="#L3302">3302</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:350
14336
+ </pre></td></tr>
14337
+
14338
+
14339
+ <tr><th class="line-num" id="L3303"><a href="#L3303">3303</a></th><td class="line-code"><pre>msgid &quot;Tennessee&quot;
14340
+ </pre></td></tr>
14341
+
14342
+
14343
+ <tr><th class="line-num" id="L3304"><a href="#L3304">3304</a></th><td class="line-code"><pre>msgstr &quot;Tennessee&quot;
14344
+ </pre></td></tr>
14345
+
14346
+
14347
+ <tr><th class="line-num" id="L3305"><a href="#L3305">3305</a></th><td class="line-code"><pre>
14348
+ </pre></td></tr>
14349
+
14350
+
14351
+ <tr><th class="line-num" id="L3306"><a href="#L3306">3306</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:351
14352
+ </pre></td></tr>
14353
+
14354
+
14355
+ <tr><th class="line-num" id="L3307"><a href="#L3307">3307</a></th><td class="line-code"><pre>msgid &quot;Texas&quot;
14356
+ </pre></td></tr>
14357
+
14358
+
14359
+ <tr><th class="line-num" id="L3308"><a href="#L3308">3308</a></th><td class="line-code"><pre>msgstr &quot;Texas&quot;
14360
+ </pre></td></tr>
14361
+
14362
+
14363
+ <tr><th class="line-num" id="L3309"><a href="#L3309">3309</a></th><td class="line-code"><pre>
14364
+ </pre></td></tr>
14365
+
14366
+
14367
+ <tr><th class="line-num" id="L3310"><a href="#L3310">3310</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:352
14368
+ </pre></td></tr>
14369
+
14370
+
14371
+ <tr><th class="line-num" id="L3311"><a href="#L3311">3311</a></th><td class="line-code"><pre>msgid &quot;Utah&quot;
14372
+ </pre></td></tr>
14373
+
14374
+
14375
+ <tr><th class="line-num" id="L3312"><a href="#L3312">3312</a></th><td class="line-code"><pre>msgstr &quot;Utah&quot;
14376
+ </pre></td></tr>
14377
+
14378
+
14379
+ <tr><th class="line-num" id="L3313"><a href="#L3313">3313</a></th><td class="line-code"><pre>
14380
+ </pre></td></tr>
14381
+
14382
+
14383
+ <tr><th class="line-num" id="L3314"><a href="#L3314">3314</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:353
14384
+ </pre></td></tr>
14385
+
14386
+
14387
+ <tr><th class="line-num" id="L3315"><a href="#L3315">3315</a></th><td class="line-code"><pre>msgid &quot;Vermont&quot;
14388
+ </pre></td></tr>
14389
+
14390
+
14391
+ <tr><th class="line-num" id="L3316"><a href="#L3316">3316</a></th><td class="line-code"><pre>msgstr &quot;Vermont&quot;
14392
+ </pre></td></tr>
14393
+
14394
+
14395
+ <tr><th class="line-num" id="L3317"><a href="#L3317">3317</a></th><td class="line-code"><pre>
14396
+ </pre></td></tr>
14397
+
14398
+
14399
+ <tr><th class="line-num" id="L3318"><a href="#L3318">3318</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:354
14400
+ </pre></td></tr>
14401
+
14402
+
14403
+ <tr><th class="line-num" id="L3319"><a href="#L3319">3319</a></th><td class="line-code"><pre>msgid &quot;Virginia&quot;
14404
+ </pre></td></tr>
14405
+
14406
+
14407
+ <tr><th class="line-num" id="L3320"><a href="#L3320">3320</a></th><td class="line-code"><pre>msgstr &quot;Virginia&quot;
14408
+ </pre></td></tr>
14409
+
14410
+
14411
+ <tr><th class="line-num" id="L3321"><a href="#L3321">3321</a></th><td class="line-code"><pre>
14412
+ </pre></td></tr>
14413
+
14414
+
14415
+ <tr><th class="line-num" id="L3322"><a href="#L3322">3322</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:355
14416
+ </pre></td></tr>
14417
+
14418
+
14419
+ <tr><th class="line-num" id="L3323"><a href="#L3323">3323</a></th><td class="line-code"><pre>msgid &quot;Washington&quot;
14420
+ </pre></td></tr>
14421
+
14422
+
14423
+ <tr><th class="line-num" id="L3324"><a href="#L3324">3324</a></th><td class="line-code"><pre>msgstr &quot;Washington&quot;
14424
+ </pre></td></tr>
14425
+
14426
+
14427
+ <tr><th class="line-num" id="L3325"><a href="#L3325">3325</a></th><td class="line-code"><pre>
14428
+ </pre></td></tr>
14429
+
14430
+
14431
+ <tr><th class="line-num" id="L3326"><a href="#L3326">3326</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:356
14432
+ </pre></td></tr>
14433
+
14434
+
14435
+ <tr><th class="line-num" id="L3327"><a href="#L3327">3327</a></th><td class="line-code"><pre>msgid &quot;West Virginia&quot;
14436
+ </pre></td></tr>
14437
+
14438
+
14439
+ <tr><th class="line-num" id="L3328"><a href="#L3328">3328</a></th><td class="line-code"><pre>msgstr &quot;West Virginia&quot;
14440
+ </pre></td></tr>
14441
+
14442
+
14443
+ <tr><th class="line-num" id="L3329"><a href="#L3329">3329</a></th><td class="line-code"><pre>
14444
+ </pre></td></tr>
14445
+
14446
+
14447
+ <tr><th class="line-num" id="L3330"><a href="#L3330">3330</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:357
14448
+ </pre></td></tr>
14449
+
14450
+
14451
+ <tr><th class="line-num" id="L3331"><a href="#L3331">3331</a></th><td class="line-code"><pre>msgid &quot;Wisconsin&quot;
14452
+ </pre></td></tr>
14453
+
14454
+
14455
+ <tr><th class="line-num" id="L3332"><a href="#L3332">3332</a></th><td class="line-code"><pre>msgstr &quot;Wisconsin&quot;
14456
+ </pre></td></tr>
14457
+
14458
+
14459
+ <tr><th class="line-num" id="L3333"><a href="#L3333">3333</a></th><td class="line-code"><pre>
14460
+ </pre></td></tr>
14461
+
14462
+
14463
+ <tr><th class="line-num" id="L3334"><a href="#L3334">3334</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:358
14464
+ </pre></td></tr>
14465
+
14466
+
14467
+ <tr><th class="line-num" id="L3335"><a href="#L3335">3335</a></th><td class="line-code"><pre>msgid &quot;Wyoming&quot;
14468
+ </pre></td></tr>
14469
+
14470
+
14471
+ <tr><th class="line-num" id="L3336"><a href="#L3336">3336</a></th><td class="line-code"><pre>msgstr &quot;Wyoming&quot;
14472
+ </pre></td></tr>
14473
+
14474
+
14475
+ <tr><th class="line-num" id="L3337"><a href="#L3337">3337</a></th><td class="line-code"><pre>
14476
+ </pre></td></tr>
14477
+
14478
+
14479
+ <tr><th class="line-num" id="L3338"><a href="#L3338">3338</a></th><td class="line-code"><pre>#
14480
+ </pre></td></tr>
14481
+
14482
+
14483
+ <tr><th class="line-num" id="L3339"><a href="#L3339">3339</a></th><td class="line-code"><pre>#: ../lib/widget-list.class.php:21
14484
+ </pre></td></tr>
14485
+
14486
+
14487
+ <tr><th class="line-num" id="L3340"><a href="#L3340">3340</a></th><td class="line-code"><pre>msgid &quot;A widget that displays upcoming events.&quot;
14488
+ </pre></td></tr>
14489
+
14490
+
14491
+ <tr><th class="line-num" id="L3341"><a href="#L3341">3341</a></th><td class="line-code"><pre>msgstr &quot;En widget som viser kommende aktiviteter&quot;
14492
+ </pre></td></tr>
14493
+
14494
+
14495
+ <tr><th class="line-num" id="L3342"><a href="#L3342">3342</a></th><td class="line-code"><pre>
14496
+ </pre></td></tr>
14497
+
14498
+
14499
+ <tr><th class="line-num" id="L3343"><a href="#L3343">3343</a></th><td class="line-code"><pre>#: ../lib/widget-list.class.php:27
14500
+ </pre></td></tr>
14501
+
14502
+
14503
+ <tr><th class="line-num" id="L3344"><a href="#L3344">3344</a></th><td class="line-code"><pre>msgid &quot;Events List&quot;
14504
+ </pre></td></tr>
14505
+
14506
+
14507
+ <tr><th class="line-num" id="L3345"><a href="#L3345">3345</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetsliste&quot;
14508
+ </pre></td></tr>
14509
+
14510
+
14511
+ <tr><th class="line-num" id="L3346"><a href="#L3346">3346</a></th><td class="line-code"><pre>
14512
+ </pre></td></tr>
14513
+
14514
+
14515
+ <tr><th class="line-num" id="L3347"><a href="#L3347">3347</a></th><td class="line-code"><pre>#: ../lib/widget-list.class.php:124
14516
+ </pre></td></tr>
14517
+
14518
+
14519
+ <tr><th class="line-num" id="L3348"><a href="#L3348">3348</a></th><td class="line-code"><pre>msgid &quot;View All Events&quot;
14520
+ </pre></td></tr>
14521
+
14522
+
14523
+ <tr><th class="line-num" id="L3349"><a href="#L3349">3349</a></th><td class="line-code"><pre>msgstr &quot;Vis alle Aktiviteter&quot;
14524
+ </pre></td></tr>
14525
+
14526
+
14527
+ <tr><th class="line-num" id="L3350"><a href="#L3350">3350</a></th><td class="line-code"><pre>
14528
+ </pre></td></tr>
14529
+
14530
+
14531
+ <tr><th class="line-num" id="L3351"><a href="#L3351">3351</a></th><td class="line-code"><pre>#: ../lib/widget-list.class.php:127
14532
+ </pre></td></tr>
14533
+
14534
+
14535
+ <tr><th class="line-num" id="L3352"><a href="#L3352">3352</a></th><td class="line-code"><pre>msgid &quot;There are no upcoming events at this time.&quot;
14536
+ </pre></td></tr>
14537
+
14538
+
14539
+ <tr><th class="line-num" id="L3353"><a href="#L3353">3353</a></th><td class="line-code"><pre>msgstr &quot;Det finnes for tiden ingen kommende aktiviteter&quot;
14540
+ </pre></td></tr>
14541
+
14542
+
14543
+ <tr><th class="line-num" id="L3354"><a href="#L3354">3354</a></th><td class="line-code"><pre>
14544
+ </pre></td></tr>
14545
+
14546
+
14547
+ <tr><th class="line-num" id="L3355"><a href="#L3355">3355</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/columns.php:22
14548
+ </pre></td></tr>
14549
+
14550
+
14551
+ <tr><th class="line-num" id="L3356"><a href="#L3356">3356</a></th><td class="line-code"><pre>#, php-format
14552
+ </pre></td></tr>
14553
+
14554
+
14555
+ <tr><th class="line-num" id="L3357"><a href="#L3357">3357</a></th><td class="line-code"><pre>msgid &quot;Column Mapping: %s&quot;
14556
+ </pre></td></tr>
14557
+
14558
+
14559
+ <tr><th class="line-num" id="L3358"><a href="#L3358">3358</a></th><td class="line-code"><pre>msgstr &quot;Kolonnevalg: %s&quot;
14560
+ </pre></td></tr>
14561
+
14562
+
14563
+ <tr><th class="line-num" id="L3359"><a href="#L3359">3359</a></th><td class="line-code"><pre>
14564
+ </pre></td></tr>
14565
+
14566
+
14567
+ <tr><th class="line-num" id="L3360"><a href="#L3360">3360</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/columns.php:28
14568
+ </pre></td></tr>
14569
+
14570
+
14571
+ <tr><th class="line-num" id="L3361"><a href="#L3361">3361</a></th><td class="line-code"><pre>msgid &quot;Please choose the fields that best match the columns in your CSV file.&quot;
14572
+ </pre></td></tr>
14573
+
14574
+
14575
+ <tr><th class="line-num" id="L3362"><a href="#L3362">3362</a></th><td class="line-code"><pre>msgstr &quot;Velg det feltet som stemmer best med kolonnen i CSV-filen.&quot;
14576
+ </pre></td></tr>
14577
+
14578
+
14579
+ <tr><th class="line-num" id="L3363"><a href="#L3363">3363</a></th><td class="line-code"><pre>
14580
+ </pre></td></tr>
14581
+
14582
+
14583
+ <tr><th class="line-num" id="L3364"><a href="#L3364">3364</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/columns.php:33
14584
+ </pre></td></tr>
14585
+
14586
+
14587
+ <tr><th class="line-num" id="L3365"><a href="#L3365">3365</a></th><td class="line-code"><pre>#, fuzzy
14588
+ </pre></td></tr>
14589
+
14590
+
14591
+ <tr><th class="line-num" id="L3366"><a href="#L3366">3366</a></th><td class="line-code"><pre>msgid &quot;Column Headings&quot;
14592
+ </pre></td></tr>
14593
+
14594
+
14595
+ <tr><th class="line-num" id="L3367"><a href="#L3367">3367</a></th><td class="line-code"><pre>msgstr &quot;Kolonner&quot;
14596
+ </pre></td></tr>
14597
+
14598
+
14599
+ <tr><th class="line-num" id="L3368"><a href="#L3368">3368</a></th><td class="line-code"><pre>
14600
+ </pre></td></tr>
14601
+
14602
+
14603
+ <tr><th class="line-num" id="L3369"><a href="#L3369">3369</a></th><td class="line-code"><pre>#
14604
+ </pre></td></tr>
14605
+
14606
+
14607
+ <tr><th class="line-num" id="L3370"><a href="#L3370">3370</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/columns.php:34
14608
+ </pre></td></tr>
14609
+
14610
+
14611
+ <tr><th class="line-num" id="L3371"><a href="#L3371">3371</a></th><td class="line-code"><pre>#, fuzzy
14612
+ </pre></td></tr>
14613
+
14614
+
14615
+ <tr><th class="line-num" id="L3372"><a href="#L3372">3372</a></th><td class="line-code"><pre>msgid &quot;Event Fields&quot;
14616
+ </pre></td></tr>
14617
+
14618
+
14619
+ <tr><th class="line-num" id="L3373"><a href="#L3373">3373</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetsdetaljer&quot;
14620
+ </pre></td></tr>
14621
+
14622
+
14623
+ <tr><th class="line-num" id="L3374"><a href="#L3374">3374</a></th><td class="line-code"><pre>
14624
+ </pre></td></tr>
14625
+
14626
+
14627
+ <tr><th class="line-num" id="L3375"><a href="#L3375">3375</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/columns.php:45
14628
+ </pre></td></tr>
14629
+
14630
+
14631
+ <tr><th class="line-num" id="L3376"><a href="#L3376">3376</a></th><td class="line-code"><pre>msgid &quot;Perform Import&quot;
14632
+ </pre></td></tr>
14633
+
14634
+
14635
+ <tr><th class="line-num" id="L3377"><a href="#L3377">3377</a></th><td class="line-code"><pre>msgstr &quot;Start import&quot;
14636
+ </pre></td></tr>
14637
+
14638
+
14639
+ <tr><th class="line-num" id="L3378"><a href="#L3378">3378</a></th><td class="line-code"><pre>
14640
+ </pre></td></tr>
14641
+
14642
+
14643
+ <tr><th class="line-num" id="L3379"><a href="#L3379">3379</a></th><td class="line-code"><pre>#
14644
+ </pre></td></tr>
14645
+
14646
+
14647
+ <tr><th class="line-num" id="L3380"><a href="#L3380">3380</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/header.php:11
14648
+ </pre></td></tr>
14649
+
14650
+
14651
+ <tr><th class="line-num" id="L3381"><a href="#L3381">3381</a></th><td class="line-code"><pre>msgid &quot;Events Import (CSV)&quot;
14652
+ </pre></td></tr>
14653
+
14654
+
14655
+ <tr><th class="line-num" id="L3382"><a href="#L3382">3382</a></th><td class="line-code"><pre>msgstr &quot;Import av aktivitet (CSV)&quot;
14656
+ </pre></td></tr>
14657
+
14658
+
14659
+ <tr><th class="line-num" id="L3383"><a href="#L3383">3383</a></th><td class="line-code"><pre>
14660
+ </pre></td></tr>
14661
+
14662
+
14663
+ <tr><th class="line-num" id="L3384"><a href="#L3384">3384</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/import.php:17
14664
+ </pre></td></tr>
14665
+
14666
+
14667
+ <tr><th class="line-num" id="L3385"><a href="#L3385">3385</a></th><td class="line-code"><pre>msgid &quot;Please import venues and organizers &lt;i&gt;before&lt;/i&gt; events.&quot;
14668
+ </pre></td></tr>
14669
+
14670
+
14671
+ <tr><th class="line-num" id="L3386"><a href="#L3386">3386</a></th><td class="line-code"><pre>msgstr &quot;Importer sted/plassering og arrangør &lt;i&gt;før&lt;/i&gt; aktiviteter.&quot;
14672
+ </pre></td></tr>
14673
+
14674
+
14675
+ <tr><th class="line-num" id="L3387"><a href="#L3387">3387</a></th><td class="line-code"><pre>
14676
+ </pre></td></tr>
14677
+
14678
+
14679
+ <tr><th class="line-num" id="L3388"><a href="#L3388">3388</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/import.php:19
14680
+ </pre></td></tr>
14681
+
14682
+
14683
+ <tr><th class="line-num" id="L3389"><a href="#L3389">3389</a></th><td class="line-code"><pre>msgid &quot;&quot;
14684
+ </pre></td></tr>
14685
+
14686
+
14687
+ <tr><th class="line-num" id="L3390"><a href="#L3390">3390</a></th><td class="line-code"><pre>&quot;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Organizer import requires:&lt;/strong&gt; Organizer Name&lt;/&quot;
14688
+ </pre></td></tr>
14689
+
14690
+
14691
+ <tr><th class="line-num" id="L3391"><a href="#L3391">3391</a></th><td class="line-code"><pre>&quot;li&gt;&lt;li&gt;&lt;strong&gt;Venue import requires:&lt;/strong&gt; Venue Name&lt;/&quot;
14692
+ </pre></td></tr>
14693
+
14694
+
14695
+ <tr><th class="line-num" id="L3392"><a href="#L3392">3392</a></th><td class="line-code"><pre>&quot;li&gt;&lt;li&gt;&lt;strong&gt;Event import requires:&lt;/strong&gt; Event Name and Event Start &quot;
14696
+ </pre></td></tr>
14697
+
14698
+
14699
+ <tr><th class="line-num" id="L3393"><a href="#L3393">3393</a></th><td class="line-code"><pre>&quot;Date&lt;/li&gt;&lt;/ol&gt;&quot;
14700
+ </pre></td></tr>
14701
+
14702
+
14703
+ <tr><th class="line-num" id="L3394"><a href="#L3394">3394</a></th><td class="line-code"><pre>msgstr &quot;&quot;
14704
+ </pre></td></tr>
14705
+
14706
+
14707
+ <tr><th class="line-num" id="L3395"><a href="#L3395">3395</a></th><td class="line-code"><pre>&quot;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Krav til import av arrangør:&lt;/strong&gt; Navn på arrangør&lt;/&quot;
14708
+ </pre></td></tr>
14709
+
14710
+
14711
+ <tr><th class="line-num" id="L3396"><a href="#L3396">3396</a></th><td class="line-code"><pre>&quot;li&gt;&lt;li&gt;&lt;strong&gt;Krav til import av sted/plassering:&lt;/strong&gt; Navn på sted/&quot;
14712
+ </pre></td></tr>
14713
+
14714
+
14715
+ <tr><th class="line-num" id="L3397"><a href="#L3397">3397</a></th><td class="line-code"><pre>&quot;plassering&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Krav til import av aktiviteter:&lt;/strong&gt; Tittel &quot;
14716
+ </pre></td></tr>
14717
+
14718
+
14719
+ <tr><th class="line-num" id="L3398"><a href="#L3398">3398</a></th><td class="line-code"><pre>&quot;på aktivitet og Startdato&lt;/li&gt;&lt;/ol&gt;&quot;
14720
+ </pre></td></tr>
14721
+
14722
+
14723
+ <tr><th class="line-num" id="L3399"><a href="#L3399">3399</a></th><td class="line-code"><pre>
14724
+ </pre></td></tr>
14725
+
14726
+
14727
+ <tr><th class="line-num" id="L3400"><a href="#L3400">3400</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/import.php:20
14728
+ </pre></td></tr>
14729
+
14730
+
14731
+ <tr><th class="line-num" id="L3401"><a href="#L3401">3401</a></th><td class="line-code"><pre>msgid &quot;&quot;
14732
+ </pre></td></tr>
14733
+
14734
+
14735
+ <tr><th class="line-num" id="L3402"><a href="#L3402">3402</a></th><td class="line-code"><pre>&quot;To begin importing data, please choose the type of import and the CSV file.&quot;
14736
+ </pre></td></tr>
14737
+
14738
+
14739
+ <tr><th class="line-num" id="L3403"><a href="#L3403">3403</a></th><td class="line-code"><pre>msgstr &quot;Velg importtype og angi CSV-fil for å starte import av data.&quot;
14740
+ </pre></td></tr>
14741
+
14742
+
14743
+ <tr><th class="line-num" id="L3404"><a href="#L3404">3404</a></th><td class="line-code"><pre>
14744
+ </pre></td></tr>
14745
+
14746
+
14747
+ <tr><th class="line-num" id="L3405"><a href="#L3405">3405</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/import.php:27
14748
+ </pre></td></tr>
14749
+
14750
+
14751
+ <tr><th class="line-num" id="L3406"><a href="#L3406">3406</a></th><td class="line-code"><pre>msgid &quot;Import Type:&quot;
14752
+ </pre></td></tr>
14753
+
14754
+
14755
+ <tr><th class="line-num" id="L3407"><a href="#L3407">3407</a></th><td class="line-code"><pre>msgstr &quot;Importtype:&quot;
14756
+ </pre></td></tr>
14757
+
14758
+
14759
+ <tr><th class="line-num" id="L3408"><a href="#L3408">3408</a></th><td class="line-code"><pre>
14760
+ </pre></td></tr>
14761
+
14762
+
14763
+ <tr><th class="line-num" id="L3409"><a href="#L3409">3409</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/import.php:39
14764
+ </pre></td></tr>
14765
+
14766
+
14767
+ <tr><th class="line-num" id="L3410"><a href="#L3410">3410</a></th><td class="line-code"><pre>msgid &quot;CSV File:&quot;
14768
+ </pre></td></tr>
14769
+
14770
+
14771
+ <tr><th class="line-num" id="L3411"><a href="#L3411">3411</a></th><td class="line-code"><pre>msgstr &quot;CSV-fil:&quot;
14772
+ </pre></td></tr>
14773
+
14774
+
14775
+ <tr><th class="line-num" id="L3412"><a href="#L3412">3412</a></th><td class="line-code"><pre>
14776
+ </pre></td></tr>
14777
+
14778
+
14779
+ <tr><th class="line-num" id="L3413"><a href="#L3413">3413</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/import.php:42
14780
+ </pre></td></tr>
14781
+
14782
+
14783
+ <tr><th class="line-num" id="L3414"><a href="#L3414">3414</a></th><td class="line-code"><pre>msgid &quot;&quot;
14784
+ </pre></td></tr>
14785
+
14786
+
14787
+ <tr><th class="line-num" id="L3415"><a href="#L3415">3415</a></th><td class="line-code"><pre>&quot;Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file &quot;
14788
+ </pre></td></tr>
14789
+
14790
+
14791
+ <tr><th class="line-num" id="L3416"><a href="#L3416">3416</a></th><td class="line-code"><pre>&quot;is UTF-8 encoded? Make sure to specify the character encoding when you save &quot;
14792
+ </pre></td></tr>
14793
+
14794
+
14795
+ <tr><th class="line-num" id="L3417"><a href="#L3417">3417</a></th><td class="line-code"><pre>&quot;the file, or pass it through a &lt;a href=&#39;http://i-tools.org/charset/exec?&quot;
14796
+ </pre></td></tr>
14797
+
14798
+
14799
+ <tr><th class="line-num" id="L3418"><a href="#L3418">3418</a></th><td class="line-code"><pre>&quot;dest=utf-8&amp;src=auto&amp;download=1&#39;&gt;conversion tool&lt;/a&gt;.&quot;
14800
+ </pre></td></tr>
14801
+
14802
+
14803
+ <tr><th class="line-num" id="L3419"><a href="#L3419">3419</a></th><td class="line-code"><pre>msgstr &quot;&quot;
14804
+ </pre></td></tr>
14805
+
14806
+
14807
+ <tr><th class="line-num" id="L3420"><a href="#L3420">3420</a></th><td class="line-code"><pre>&quot;Last opp en riktig formatert CSV-fil lagret med kodesettet UTF-8. Hvis du er &quot;
14808
+ </pre></td></tr>
14809
+
14810
+
14811
+ <tr><th class="line-num" id="L3421"><a href="#L3421">3421</a></th><td class="line-code"><pre>&quot;usikker på om filen er kodet i UTF-8; spesifiser kodesettet når du lagrer &quot;
14812
+ </pre></td></tr>
14813
+
14814
+
14815
+ <tr><th class="line-num" id="L3422"><a href="#L3422">3422</a></th><td class="line-code"><pre>&quot;filen, eller bruk et &lt;a href=&#39;http://i-tools.org/charset/exec?&quot;
14816
+ </pre></td></tr>
14817
+
14818
+
14819
+ <tr><th class="line-num" id="L3423"><a href="#L3423">3423</a></th><td class="line-code"><pre>&quot;dest=utf-8&amp;src=auto&amp;download=1&#39;&gt;konverteringsverktøy&lt;/a&gt;.&quot;
14820
+ </pre></td></tr>
14821
+
14822
+
14823
+ <tr><th class="line-num" id="L3424"><a href="#L3424">3424</a></th><td class="line-code"><pre>
14824
+ </pre></td></tr>
14825
+
14826
+
14827
+ <tr><th class="line-num" id="L3425"><a href="#L3425">3425</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/import.php:50
14828
+ </pre></td></tr>
14829
+
14830
+
14831
+ <tr><th class="line-num" id="L3426"><a href="#L3426">3426</a></th><td class="line-code"><pre>msgid &quot;This file has column names in the first row&quot;
14832
+ </pre></td></tr>
14833
+
14834
+
14835
+ <tr><th class="line-num" id="L3427"><a href="#L3427">3427</a></th><td class="line-code"><pre>msgstr &quot;Denne filen har kolonnenavn på første rad&quot;
14836
+ </pre></td></tr>
14837
+
14838
+
14839
+ <tr><th class="line-num" id="L3428"><a href="#L3428">3428</a></th><td class="line-code"><pre>
14840
+ </pre></td></tr>
14841
+
14842
+
14843
+ <tr><th class="line-num" id="L3429"><a href="#L3429">3429</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/import.php:61
14844
+ </pre></td></tr>
14845
+
14846
+
14847
+ <tr><th class="line-num" id="L3430"><a href="#L3430">3430</a></th><td class="line-code"><pre>msgid &quot;Import CSV File&quot;
14848
+ </pre></td></tr>
14849
+
14850
+
14851
+ <tr><th class="line-num" id="L3431"><a href="#L3431">3431</a></th><td class="line-code"><pre>msgstr &quot;Importer CSV-fil&quot;
14852
+ </pre></td></tr>
14853
+
14854
+
14855
+ <tr><th class="line-num" id="L3432"><a href="#L3432">3432</a></th><td class="line-code"><pre>
14856
+ </pre></td></tr>
14857
+
14858
+
14859
+ <tr><th class="line-num" id="L3433"><a href="#L3433">3433</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/result.php:13
14860
+ </pre></td></tr>
14861
+
14862
+
14863
+ <tr><th class="line-num" id="L3434"><a href="#L3434">3434</a></th><td class="line-code"><pre>msgid &quot;Import Result&quot;
14864
+ </pre></td></tr>
14865
+
14866
+
14867
+ <tr><th class="line-num" id="L3435"><a href="#L3435">3435</a></th><td class="line-code"><pre>msgstr &quot;Resultat av import&quot;
14868
+ </pre></td></tr>
14869
+
14870
+
14871
+ <tr><th class="line-num" id="L3436"><a href="#L3436">3436</a></th><td class="line-code"><pre>
14872
+ </pre></td></tr>
14873
+
14874
+
14875
+ <tr><th class="line-num" id="L3437"><a href="#L3437">3437</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/result.php:15
14876
+ </pre></td></tr>
14877
+
14878
+
14879
+ <tr><th class="line-num" id="L3438"><a href="#L3438">3438</a></th><td class="line-code"><pre>msgid &quot;Import complete!&quot;
14880
+ </pre></td></tr>
14881
+
14882
+
14883
+ <tr><th class="line-num" id="L3439"><a href="#L3439">3439</a></th><td class="line-code"><pre>msgstr &quot;Importen er fullført!&quot;
14884
+ </pre></td></tr>
14885
+
14886
+
14887
+ <tr><th class="line-num" id="L3440"><a href="#L3440">3440</a></th><td class="line-code"><pre>
14888
+ </pre></td></tr>
14889
+
14890
+
14891
+ <tr><th class="line-num" id="L3441"><a href="#L3441">3441</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/result.php:17
14892
+ </pre></td></tr>
14893
+
14894
+
14895
+ <tr><th class="line-num" id="L3442"><a href="#L3442">3442</a></th><td class="line-code"><pre>#, php-format
14896
+ </pre></td></tr>
14897
+
14898
+
14899
+ <tr><th class="line-num" id="L3443"><a href="#L3443">3443</a></th><td class="line-code"><pre>msgid &quot;Inserted: %d&quot;
14900
+ </pre></td></tr>
14901
+
14902
+
14903
+ <tr><th class="line-num" id="L3444"><a href="#L3444">3444</a></th><td class="line-code"><pre>msgstr &quot;Satt inn: %d&quot;
14904
+ </pre></td></tr>
14905
+
14906
+
14907
+ <tr><th class="line-num" id="L3445"><a href="#L3445">3445</a></th><td class="line-code"><pre>
14908
+ </pre></td></tr>
14909
+
14910
+
14911
+ <tr><th class="line-num" id="L3446"><a href="#L3446">3446</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/result.php:18
14912
+ </pre></td></tr>
14913
+
14914
+
14915
+ <tr><th class="line-num" id="L3447"><a href="#L3447">3447</a></th><td class="line-code"><pre>#, php-format
14916
+ </pre></td></tr>
14917
+
14918
+
14919
+ <tr><th class="line-num" id="L3448"><a href="#L3448">3448</a></th><td class="line-code"><pre>msgid &quot;Updated: %d&quot;
14920
+ </pre></td></tr>
14921
+
14922
+
14923
+ <tr><th class="line-num" id="L3449"><a href="#L3449">3449</a></th><td class="line-code"><pre>msgstr &quot;Oppdatert: %d&quot;
14924
+ </pre></td></tr>
14925
+
14926
+
14927
+ <tr><th class="line-num" id="L3450"><a href="#L3450">3450</a></th><td class="line-code"><pre>
14928
+ </pre></td></tr>
14929
+
14930
+
14931
+ <tr><th class="line-num" id="L3451"><a href="#L3451">3451</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/result.php:19
14932
+ </pre></td></tr>
14933
+
14934
+
14935
+ <tr><th class="line-num" id="L3452"><a href="#L3452">3452</a></th><td class="line-code"><pre>#, php-format
14936
+ </pre></td></tr>
14937
+
14938
+
14939
+ <tr><th class="line-num" id="L3453"><a href="#L3453">3453</a></th><td class="line-code"><pre>msgid &quot;Skipped: %d&quot;
14940
+ </pre></td></tr>
14941
+
14942
+
14943
+ <tr><th class="line-num" id="L3454"><a href="#L3454">3454</a></th><td class="line-code"><pre>msgstr &quot;Ignorert: %d&quot;
14944
+ </pre></td></tr>
14945
+
14946
+
14947
+ <tr><th class="line-num" id="L3455"><a href="#L3455">3455</a></th><td class="line-code"><pre>
14948
+ </pre></td></tr>
14949
+
14950
+
14951
+ <tr><th class="line-num" id="L3456"><a href="#L3456">3456</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/result.php:23
14952
+ </pre></td></tr>
14953
+
14954
+
14955
+ <tr><th class="line-num" id="L3457"><a href="#L3457">3457</a></th><td class="line-code"><pre>msgid &quot;The import statistics above have the following meaning:&quot;
14956
+ </pre></td></tr>
14957
+
14958
+
14959
+ <tr><th class="line-num" id="L3458"><a href="#L3458">3458</a></th><td class="line-code"><pre>msgstr &quot;Importstatistikken skal leses på følgende måte:&quot;
14960
+ </pre></td></tr>
14961
+
14962
+
14963
+ <tr><th class="line-num" id="L3459"><a href="#L3459">3459</a></th><td class="line-code"><pre>
14964
+ </pre></td></tr>
14965
+
14966
+
14967
+ <tr><th class="line-num" id="L3460"><a href="#L3460">3460</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/result.php:24
14968
+ </pre></td></tr>
14969
+
14970
+
14971
+ <tr><th class="line-num" id="L3461"><a href="#L3461">3461</a></th><td class="line-code"><pre>msgid &quot;&quot;
14972
+ </pre></td></tr>
14973
+
14974
+
14975
+ <tr><th class="line-num" id="L3462"><a href="#L3462">3462</a></th><td class="line-code"><pre>&quot;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Inserted:&lt;/strong&gt; A new item was inserted successfully.&lt;/&quot;
14976
+ </pre></td></tr>
14977
+
14978
+
14979
+ <tr><th class="line-num" id="L3463"><a href="#L3463">3463</a></th><td class="line-code"><pre>&quot;li&gt;&lt;li&gt;&lt;strong&gt;Updated:&lt;/strong&gt; An item was found with the same name and/or &quot;
14980
+ </pre></td></tr>
14981
+
14982
+
14983
+ <tr><th class="line-num" id="L3464"><a href="#L3464">3464</a></th><td class="line-code"><pre>&quot;start date. The existing item was updated with the new value from the file.&lt;/&quot;
14984
+ </pre></td></tr>
14985
+
14986
+
14987
+ <tr><th class="line-num" id="L3465"><a href="#L3465">3465</a></th><td class="line-code"><pre>&quot;li&gt;&lt;li&gt;&lt;strong&gt;Skipped:&lt;/strong&gt; A row was found in the CSV file that could &quot;
14988
+ </pre></td></tr>
14989
+
14990
+
14991
+ <tr><th class="line-num" id="L3466"><a href="#L3466">3466</a></th><td class="line-code"><pre>&quot;not be imported. Please see below for the invalid rows.&lt;/li&gt;&lt;/ol&gt;&quot;
14992
+ </pre></td></tr>
14993
+
14994
+
14995
+ <tr><th class="line-num" id="L3467"><a href="#L3467">3467</a></th><td class="line-code"><pre>msgstr &quot;&quot;
14996
+ </pre></td></tr>
14997
+
14998
+
14999
+ <tr><th class="line-num" id="L3468"><a href="#L3468">3468</a></th><td class="line-code"><pre>&quot;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Satt inn:&lt;/strong&gt; Et nytt objekt ble satt inn.&lt;/&quot;
15000
+ </pre></td></tr>
15001
+
15002
+
15003
+ <tr><th class="line-num" id="L3469"><a href="#L3469">3469</a></th><td class="line-code"><pre>&quot;li&gt;&lt;li&gt;&lt;strong&gt;Oppdatert:&lt;/strong&gt; Systemet fant et objekt med samme navn og/&quot;
15004
+ </pre></td></tr>
15005
+
15006
+
15007
+ <tr><th class="line-num" id="L3470"><a href="#L3470">3470</a></th><td class="line-code"><pre>&quot;eller oppstartsdato. Det eksisterende objektet ble oppdatert med nye verdier &quot;
15008
+ </pre></td></tr>
15009
+
15010
+
15011
+ <tr><th class="line-num" id="L3471"><a href="#L3471">3471</a></th><td class="line-code"><pre>&quot;fra filen.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Ignorert:&lt;/strong&gt; En eller flere av radene i CSV-&quot;
15012
+ </pre></td></tr>
15013
+
15014
+
15015
+ <tr><th class="line-num" id="L3472"><a href="#L3472">3472</a></th><td class="line-code"><pre>&quot;filen kunne ikke importeres. Ignorererte rader er angitt nedenfor.&lt;/li&gt;&lt;/ol&gt;&quot;
15016
+ </pre></td></tr>
15017
+
15018
+
15019
+ <tr><th class="line-num" id="L3473"><a href="#L3473">3473</a></th><td class="line-code"><pre>
15020
+ </pre></td></tr>
15021
+
15022
+
15023
+ <tr><th class="line-num" id="L3474"><a href="#L3474">3474</a></th><td class="line-code"><pre>#: ../lib/io/csv/admin-views/result.php:27
15024
+ </pre></td></tr>
15025
+
15026
+
15027
+ <tr><th class="line-num" id="L3475"><a href="#L3475">3475</a></th><td class="line-code"><pre>#, php-format
15028
+ </pre></td></tr>
15029
+
15030
+
15031
+ <tr><th class="line-num" id="L3476"><a href="#L3476">3476</a></th><td class="line-code"><pre>msgid &quot;Skipped row numbers: %s&quot;
15032
+ </pre></td></tr>
15033
+
15034
+
15035
+ <tr><th class="line-num" id="L3477"><a href="#L3477">3477</a></th><td class="line-code"><pre>msgstr &quot;Følgende rader ble ignorert: %s&quot;
15036
+ </pre></td></tr>
15037
+
15038
+
15039
+ <tr><th class="line-num" id="L3478"><a href="#L3478">3478</a></th><td class="line-code"><pre>
15040
+ </pre></td></tr>
15041
+
15042
+
15043
+ <tr><th class="line-num" id="L3479"><a href="#L3479">3479</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
15044
+ </pre></td></tr>
15045
+
15046
+
15047
+ <tr><th class="line-num" id="L3480"><a href="#L3480">3480</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
15048
+ </pre></td></tr>
15049
+
15050
+
15051
+ <tr><th class="line-num" id="L3481"><a href="#L3481">3481</a></th><td class="line-code"><pre>msgid &quot;CSV Import&quot;
15052
+ </pre></td></tr>
15053
+
15054
+
15055
+ <tr><th class="line-num" id="L3482"><a href="#L3482">3482</a></th><td class="line-code"><pre>msgstr &quot;CSV-import&quot;
15056
+ </pre></td></tr>
15057
+
15058
+
15059
+ <tr><th class="line-num" id="L3483"><a href="#L3483">3483</a></th><td class="line-code"><pre>
15060
+ </pre></td></tr>
15061
+
15062
+
15063
+ <tr><th class="line-num" id="L3484"><a href="#L3484">3484</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
15064
+ </pre></td></tr>
15065
+
15066
+
15067
+ <tr><th class="line-num" id="L3485"><a href="#L3485">3485</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
15068
+ </pre></td></tr>
15069
+
15070
+
15071
+ <tr><th class="line-num" id="L3486"><a href="#L3486">3486</a></th><td class="line-code"><pre>msgid &quot;The file went away. Please try again.&quot;
15072
+ </pre></td></tr>
15073
+
15074
+
15075
+ <tr><th class="line-num" id="L3487"><a href="#L3487">3487</a></th><td class="line-code"><pre>msgstr &quot;Ingen av innstillingene dine ble lagret. Vennligst prøv igjen.&quot;
15076
+ </pre></td></tr>
15077
+
15078
+
15079
+ <tr><th class="line-num" id="L3488"><a href="#L3488">3488</a></th><td class="line-code"><pre>
15080
+ </pre></td></tr>
15081
+
15082
+
15083
+ <tr><th class="line-num" id="L3489"><a href="#L3489">3489</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
15084
+ </pre></td></tr>
15085
+
15086
+
15087
+ <tr><th class="line-num" id="L3490"><a href="#L3490">3490</a></th><td class="line-code"><pre>msgid &quot;We were unable to process your request. Please try again.&quot;
15088
+ </pre></td></tr>
15089
+
15090
+
15091
+ <tr><th class="line-num" id="L3491"><a href="#L3491">3491</a></th><td class="line-code"><pre>msgstr &quot;Vi kunne ikke behandle forespørselen. Vennligst prøv igjen.&quot;
15092
+ </pre></td></tr>
15093
+
15094
+
15095
+ <tr><th class="line-num" id="L3492"><a href="#L3492">3492</a></th><td class="line-code"><pre>
15096
+ </pre></td></tr>
15097
+
15098
+
15099
+ <tr><th class="line-num" id="L3493"><a href="#L3493">3493</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
15100
+ </pre></td></tr>
15101
+
15102
+
15103
+ <tr><th class="line-num" id="L3494"><a href="#L3494">3494</a></th><td class="line-code"><pre>msgid &quot;&lt;p&gt;The following fields are required for a successful import:&lt;/p&gt;&quot;
15104
+ </pre></td></tr>
15105
+
15106
+
15107
+ <tr><th class="line-num" id="L3495"><a href="#L3495">3495</a></th><td class="line-code"><pre>msgstr &quot;&lt;p&gt; Følgende felter er nødvendig for import:&lt;/p&gt;&quot;
15108
+ </pre></td></tr>
15109
+
15110
+
15111
+ <tr><th class="line-num" id="L3496"><a href="#L3496">3496</a></th><td class="line-code"><pre>
15112
+ </pre></td></tr>
15113
+
15114
+
15115
+ <tr><th class="line-num" id="L3497"><a href="#L3497">3497</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
15116
+ </pre></td></tr>
15117
+
15118
+
15119
+ <tr><th class="line-num" id="L3498"><a href="#L3498">3498</a></th><td class="line-code"><pre>msgid &quot;Do Not Import&quot;
15120
+ </pre></td></tr>
15121
+
15122
+
15123
+ <tr><th class="line-num" id="L3499"><a href="#L3499">3499</a></th><td class="line-code"><pre>msgstr &quot;Ikke importer&quot;
15124
+ </pre></td></tr>
15125
+
15126
+
15127
+ <tr><th class="line-num" id="L3500"><a href="#L3500">3500</a></th><td class="line-code"><pre>
15128
+ </pre></td></tr>
15129
+
15130
+
15131
+ <tr><th class="line-num" id="L3501"><a href="#L3501">3501</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
15132
+ </pre></td></tr>
15133
+
15134
+
15135
+ <tr><th class="line-num" id="L3502"><a href="#L3502">3502</a></th><td class="line-code"><pre>msgid &quot;Event Name&quot;
15136
+ </pre></td></tr>
15137
+
15138
+
15139
+ <tr><th class="line-num" id="L3503"><a href="#L3503">3503</a></th><td class="line-code"><pre>msgstr &quot;Navn på aktivitet&quot;
15140
+ </pre></td></tr>
15141
+
15142
+
15143
+ <tr><th class="line-num" id="L3504"><a href="#L3504">3504</a></th><td class="line-code"><pre>
15144
+ </pre></td></tr>
15145
+
15146
+
15147
+ <tr><th class="line-num" id="L3505"><a href="#L3505">3505</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
15148
+ </pre></td></tr>
15149
+
15150
+
15151
+ <tr><th class="line-num" id="L3506"><a href="#L3506">3506</a></th><td class="line-code"><pre>msgid &quot;Event Description&quot;
15152
+ </pre></td></tr>
15153
+
15154
+
15155
+ <tr><th class="line-num" id="L3507"><a href="#L3507">3507</a></th><td class="line-code"><pre>msgstr &quot;Arrangementsbeskrivelse&quot;
15156
+ </pre></td></tr>
15157
+
15158
+
15159
+ <tr><th class="line-num" id="L3508"><a href="#L3508">3508</a></th><td class="line-code"><pre>
15160
+ </pre></td></tr>
15161
+
15162
+
15163
+ <tr><th class="line-num" id="L3509"><a href="#L3509">3509</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
15164
+ </pre></td></tr>
15165
+
15166
+
15167
+ <tr><th class="line-num" id="L3510"><a href="#L3510">3510</a></th><td class="line-code"><pre>msgid &quot;Event Start Date&quot;
15168
+ </pre></td></tr>
15169
+
15170
+
15171
+ <tr><th class="line-num" id="L3511"><a href="#L3511">3511</a></th><td class="line-code"><pre>msgstr &quot;Startdato&quot;
15172
+ </pre></td></tr>
15173
+
15174
+
15175
+ <tr><th class="line-num" id="L3512"><a href="#L3512">3512</a></th><td class="line-code"><pre>
15176
+ </pre></td></tr>
15177
+
15178
+
15179
+ <tr><th class="line-num" id="L3513"><a href="#L3513">3513</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
15180
+ </pre></td></tr>
15181
+
15182
+
15183
+ <tr><th class="line-num" id="L3514"><a href="#L3514">3514</a></th><td class="line-code"><pre>msgid &quot;Event Start Time&quot;
15184
+ </pre></td></tr>
15185
+
15186
+
15187
+ <tr><th class="line-num" id="L3515"><a href="#L3515">3515</a></th><td class="line-code"><pre>msgstr &quot;Starttid&quot;
15188
+ </pre></td></tr>
15189
+
15190
+
15191
+ <tr><th class="line-num" id="L3516"><a href="#L3516">3516</a></th><td class="line-code"><pre>
15192
+ </pre></td></tr>
15193
+
15194
+
15195
+ <tr><th class="line-num" id="L3517"><a href="#L3517">3517</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
15196
+ </pre></td></tr>
15197
+
15198
+
15199
+ <tr><th class="line-num" id="L3518"><a href="#L3518">3518</a></th><td class="line-code"><pre>msgid &quot;Event End Date&quot;
15200
+ </pre></td></tr>
15201
+
15202
+
15203
+ <tr><th class="line-num" id="L3519"><a href="#L3519">3519</a></th><td class="line-code"><pre>msgstr &quot;Sluttdato&quot;
15204
+ </pre></td></tr>
15205
+
15206
+
15207
+ <tr><th class="line-num" id="L3520"><a href="#L3520">3520</a></th><td class="line-code"><pre>
15208
+ </pre></td></tr>
15209
+
15210
+
15211
+ <tr><th class="line-num" id="L3521"><a href="#L3521">3521</a></th><td class="line-code"><pre>#
15212
+ </pre></td></tr>
15213
+
15214
+
15215
+ <tr><th class="line-num" id="L3522"><a href="#L3522">3522</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
15216
+ </pre></td></tr>
15217
+
15218
+
15219
+ <tr><th class="line-num" id="L3523"><a href="#L3523">3523</a></th><td class="line-code"><pre>msgid &quot;Event End Time&quot;
15220
+ </pre></td></tr>
15221
+
15222
+
15223
+ <tr><th class="line-num" id="L3524"><a href="#L3524">3524</a></th><td class="line-code"><pre>msgstr &quot;Sluttid&quot;
15224
+ </pre></td></tr>
15225
+
15226
+
15227
+ <tr><th class="line-num" id="L3525"><a href="#L3525">3525</a></th><td class="line-code"><pre>
15228
+ </pre></td></tr>
15229
+
15230
+
15231
+ <tr><th class="line-num" id="L3526"><a href="#L3526">3526</a></th><td class="line-code"><pre>#
15232
+ </pre></td></tr>
15233
+
15234
+
15235
+ <tr><th class="line-num" id="L3527"><a href="#L3527">3527</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
15236
+ </pre></td></tr>
15237
+
15238
+
15239
+ <tr><th class="line-num" id="L3528"><a href="#L3528">3528</a></th><td class="line-code"><pre>msgid &quot;All Day Event&quot;
15240
+ </pre></td></tr>
15241
+
15242
+
15243
+ <tr><th class="line-num" id="L3529"><a href="#L3529">3529</a></th><td class="line-code"><pre>msgstr &quot;Heldagsaktivitet&quot;
15244
+ </pre></td></tr>
15245
+
15246
+
15247
+ <tr><th class="line-num" id="L3530"><a href="#L3530">3530</a></th><td class="line-code"><pre>
15248
+ </pre></td></tr>
15249
+
15250
+
15251
+ <tr><th class="line-num" id="L3531"><a href="#L3531">3531</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
15252
+ </pre></td></tr>
15253
+
15254
+
15255
+ <tr><th class="line-num" id="L3532"><a href="#L3532">3532</a></th><td class="line-code"><pre>msgid &quot;Event Venue Name&quot;
15256
+ </pre></td></tr>
15257
+
15258
+
15259
+ <tr><th class="line-num" id="L3533"><a href="#L3533">3533</a></th><td class="line-code"><pre>msgstr &quot;Navn på Sted/Plassering&quot;
15260
+ </pre></td></tr>
15261
+
15262
+
15263
+ <tr><th class="line-num" id="L3534"><a href="#L3534">3534</a></th><td class="line-code"><pre>
15264
+ </pre></td></tr>
15265
+
15266
+
15267
+ <tr><th class="line-num" id="L3535"><a href="#L3535">3535</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
15268
+ </pre></td></tr>
15269
+
15270
+
15271
+ <tr><th class="line-num" id="L3536"><a href="#L3536">3536</a></th><td class="line-code"><pre>msgid &quot;Event Organizer Name&quot;
15272
+ </pre></td></tr>
15273
+
15274
+
15275
+ <tr><th class="line-num" id="L3537"><a href="#L3537">3537</a></th><td class="line-code"><pre>msgstr &quot;Arrangørens navn&quot;
15276
+ </pre></td></tr>
15277
+
15278
+
15279
+ <tr><th class="line-num" id="L3538"><a href="#L3538">3538</a></th><td class="line-code"><pre>
15280
+ </pre></td></tr>
15281
+
15282
+
15283
+ <tr><th class="line-num" id="L3539"><a href="#L3539">3539</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
15284
+ </pre></td></tr>
15285
+
15286
+
15287
+ <tr><th class="line-num" id="L3540"><a href="#L3540">3540</a></th><td class="line-code"><pre>msgid &quot;Event Show Map Link&quot;
15288
+ </pre></td></tr>
15289
+
15290
+
15291
+ <tr><th class="line-num" id="L3541"><a href="#L3541">3541</a></th><td class="line-code"><pre>msgstr &quot;Vis lenke til kart fra Google Maps&quot;
15292
+ </pre></td></tr>
15293
+
15294
+
15295
+ <tr><th class="line-num" id="L3542"><a href="#L3542">3542</a></th><td class="line-code"><pre>
15296
+ </pre></td></tr>
15297
+
15298
+
15299
+ <tr><th class="line-num" id="L3543"><a href="#L3543">3543</a></th><td class="line-code"><pre>#
15300
+ </pre></td></tr>
15301
+
15302
+
15303
+ <tr><th class="line-num" id="L3544"><a href="#L3544">3544</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
15304
+ </pre></td></tr>
15305
+
15306
+
15307
+ <tr><th class="line-num" id="L3545"><a href="#L3545">3545</a></th><td class="line-code"><pre>msgid &quot;Event Show Map&quot;
15308
+ </pre></td></tr>
15309
+
15310
+
15311
+ <tr><th class="line-num" id="L3546"><a href="#L3546">3546</a></th><td class="line-code"><pre>msgstr &quot;Vis kart for aktivitet&quot;
15312
+ </pre></td></tr>
15313
+
15314
+
15315
+ <tr><th class="line-num" id="L3547"><a href="#L3547">3547</a></th><td class="line-code"><pre>
15316
+ </pre></td></tr>
15317
+
15318
+
15319
+ <tr><th class="line-num" id="L3548"><a href="#L3548">3548</a></th><td class="line-code"><pre>#
15320
+ </pre></td></tr>
15321
+
15322
+
15323
+ <tr><th class="line-num" id="L3549"><a href="#L3549">3549</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
15324
+ </pre></td></tr>
15325
+
15326
+
15327
+ <tr><th class="line-num" id="L3550"><a href="#L3550">3550</a></th><td class="line-code"><pre>msgid &quot;Event Phone&quot;
15328
+ </pre></td></tr>
15329
+
15330
+
15331
+ <tr><th class="line-num" id="L3551"><a href="#L3551">3551</a></th><td class="line-code"><pre>msgstr &quot;Telefonnummer&quot;
15332
+ </pre></td></tr>
15333
+
15334
+
15335
+ <tr><th class="line-num" id="L3552"><a href="#L3552">3552</a></th><td class="line-code"><pre>
15336
+ </pre></td></tr>
15337
+
15338
+
15339
+ <tr><th class="line-num" id="L3553"><a href="#L3553">3553</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
15340
+ </pre></td></tr>
15341
+
15342
+
15343
+ <tr><th class="line-num" id="L3554"><a href="#L3554">3554</a></th><td class="line-code"><pre>msgid &quot;Venue Name&quot;
15344
+ </pre></td></tr>
15345
+
15346
+
15347
+ <tr><th class="line-num" id="L3555"><a href="#L3555">3555</a></th><td class="line-code"><pre>msgstr &quot;Navn på Sted/Plassering&quot;
15348
+ </pre></td></tr>
15349
+
15350
+
15351
+ <tr><th class="line-num" id="L3556"><a href="#L3556">3556</a></th><td class="line-code"><pre>
15352
+ </pre></td></tr>
15353
+
15354
+
15355
+ <tr><th class="line-num" id="L3557"><a href="#L3557">3557</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
15356
+ </pre></td></tr>
15357
+
15358
+
15359
+ <tr><th class="line-num" id="L3558"><a href="#L3558">3558</a></th><td class="line-code"><pre>msgid &quot;Venue Country&quot;
15360
+ </pre></td></tr>
15361
+
15362
+
15363
+ <tr><th class="line-num" id="L3559"><a href="#L3559">3559</a></th><td class="line-code"><pre>msgstr &quot;Velg et land&quot;
15364
+ </pre></td></tr>
15365
+
15366
+
15367
+ <tr><th class="line-num" id="L3560"><a href="#L3560">3560</a></th><td class="line-code"><pre>
15368
+ </pre></td></tr>
15369
+
15370
+
15371
+ <tr><th class="line-num" id="L3561"><a href="#L3561">3561</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
15372
+ </pre></td></tr>
15373
+
15374
+
15375
+ <tr><th class="line-num" id="L3562"><a href="#L3562">3562</a></th><td class="line-code"><pre>msgid &quot;Venue Address&quot;
15376
+ </pre></td></tr>
15377
+
15378
+
15379
+ <tr><th class="line-num" id="L3563"><a href="#L3563">3563</a></th><td class="line-code"><pre>msgstr &quot;Adresse&quot;
15380
+ </pre></td></tr>
15381
+
15382
+
15383
+ <tr><th class="line-num" id="L3564"><a href="#L3564">3564</a></th><td class="line-code"><pre>
15384
+ </pre></td></tr>
15385
+
15386
+
15387
+ <tr><th class="line-num" id="L3565"><a href="#L3565">3565</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
15388
+ </pre></td></tr>
15389
+
15390
+
15391
+ <tr><th class="line-num" id="L3566"><a href="#L3566">3566</a></th><td class="line-code"><pre>msgid &quot;Venue Addres 2&quot;
15392
+ </pre></td></tr>
15393
+
15394
+
15395
+ <tr><th class="line-num" id="L3567"><a href="#L3567">3567</a></th><td class="line-code"><pre>msgstr &quot;Adresse 2&quot;
15396
+ </pre></td></tr>
15397
+
15398
+
15399
+ <tr><th class="line-num" id="L3568"><a href="#L3568">3568</a></th><td class="line-code"><pre>
15400
+ </pre></td></tr>
15401
+
15402
+
15403
+ <tr><th class="line-num" id="L3569"><a href="#L3569">3569</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
15404
+ </pre></td></tr>
15405
+
15406
+
15407
+ <tr><th class="line-num" id="L3570"><a href="#L3570">3570</a></th><td class="line-code"><pre>msgid &quot;Venue City&quot;
15408
+ </pre></td></tr>
15409
+
15410
+
15411
+ <tr><th class="line-num" id="L3571"><a href="#L3571">3571</a></th><td class="line-code"><pre>msgstr &quot;Sted&quot;
15412
+ </pre></td></tr>
15413
+
15414
+
15415
+ <tr><th class="line-num" id="L3572"><a href="#L3572">3572</a></th><td class="line-code"><pre>
15416
+ </pre></td></tr>
15417
+
15418
+
15419
+ <tr><th class="line-num" id="L3573"><a href="#L3573">3573</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
15420
+ </pre></td></tr>
15421
+
15422
+
15423
+ <tr><th class="line-num" id="L3574"><a href="#L3574">3574</a></th><td class="line-code"><pre>#, fuzzy
15424
+ </pre></td></tr>
15425
+
15426
+
15427
+ <tr><th class="line-num" id="L3575"><a href="#L3575">3575</a></th><td class="line-code"><pre>msgid &quot;Venue State/Province&quot;
15428
+ </pre></td></tr>
15429
+
15430
+
15431
+ <tr><th class="line-num" id="L3576"><a href="#L3576">3576</a></th><td class="line-code"><pre>msgstr &quot;Fylke eller kommune:&quot;
15432
+ </pre></td></tr>
15433
+
15434
+
15435
+ <tr><th class="line-num" id="L3577"><a href="#L3577">3577</a></th><td class="line-code"><pre>
15436
+ </pre></td></tr>
15437
+
15438
+
15439
+ <tr><th class="line-num" id="L3578"><a href="#L3578">3578</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
15440
+ </pre></td></tr>
15441
+
15442
+
15443
+ <tr><th class="line-num" id="L3579"><a href="#L3579">3579</a></th><td class="line-code"><pre>msgid &quot;Venue Zip&quot;
15444
+ </pre></td></tr>
15445
+
15446
+
15447
+ <tr><th class="line-num" id="L3580"><a href="#L3580">3580</a></th><td class="line-code"><pre>msgstr &quot;Postnummer&quot;
15448
+ </pre></td></tr>
15449
+
15450
+
15451
+ <tr><th class="line-num" id="L3581"><a href="#L3581">3581</a></th><td class="line-code"><pre>
15452
+ </pre></td></tr>
15453
+
15454
+
15455
+ <tr><th class="line-num" id="L3582"><a href="#L3582">3582</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
15456
+ </pre></td></tr>
15457
+
15458
+
15459
+ <tr><th class="line-num" id="L3583"><a href="#L3583">3583</a></th><td class="line-code"><pre>msgid &quot;Venue Phone&quot;
15460
+ </pre></td></tr>
15461
+
15462
+
15463
+ <tr><th class="line-num" id="L3584"><a href="#L3584">3584</a></th><td class="line-code"><pre>msgstr &quot;Telefon Sted/Plassering:&quot;
15464
+ </pre></td></tr>
15465
+
15466
+
15467
+ <tr><th class="line-num" id="L3585"><a href="#L3585">3585</a></th><td class="line-code"><pre>
15468
+ </pre></td></tr>
15469
+
15470
+
15471
+ <tr><th class="line-num" id="L3586"><a href="#L3586">3586</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
15472
+ </pre></td></tr>
15473
+
15474
+
15475
+ <tr><th class="line-num" id="L3587"><a href="#L3587">3587</a></th><td class="line-code"><pre>msgid &quot;Organizer Name&quot;
15476
+ </pre></td></tr>
15477
+
15478
+
15479
+ <tr><th class="line-num" id="L3588"><a href="#L3588">3588</a></th><td class="line-code"><pre>msgstr &quot;Arrangørens navn:&quot;
15480
+ </pre></td></tr>
15481
+
15482
+
15483
+ <tr><th class="line-num" id="L3589"><a href="#L3589">3589</a></th><td class="line-code"><pre>
15484
+ </pre></td></tr>
15485
+
15486
+
15487
+ <tr><th class="line-num" id="L3590"><a href="#L3590">3590</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
15488
+ </pre></td></tr>
15489
+
15490
+
15491
+ <tr><th class="line-num" id="L3591"><a href="#L3591">3591</a></th><td class="line-code"><pre>msgid &quot;Organizer Email&quot;
15492
+ </pre></td></tr>
15493
+
15494
+
15495
+ <tr><th class="line-num" id="L3592"><a href="#L3592">3592</a></th><td class="line-code"><pre>msgstr &quot;Arrangørens e-post&quot;
15496
+ </pre></td></tr>
15497
+
15498
+
15499
+ <tr><th class="line-num" id="L3593"><a href="#L3593">3593</a></th><td class="line-code"><pre>
15500
+ </pre></td></tr>
15501
+
15502
+
15503
+ <tr><th class="line-num" id="L3594"><a href="#L3594">3594</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
15504
+ </pre></td></tr>
15505
+
15506
+
15507
+ <tr><th class="line-num" id="L3595"><a href="#L3595">3595</a></th><td class="line-code"><pre>msgid &quot;Organizer Website&quot;
15508
+ </pre></td></tr>
15509
+
15510
+
15511
+ <tr><th class="line-num" id="L3596"><a href="#L3596">3596</a></th><td class="line-code"><pre>msgstr &quot;Arrangørens nettadresse&quot;
15512
+ </pre></td></tr>
15513
+
15514
+
15515
+ <tr><th class="line-num" id="L3597"><a href="#L3597">3597</a></th><td class="line-code"><pre>
15516
+ </pre></td></tr>
15517
+
15518
+
15519
+ <tr><th class="line-num" id="L3598"><a href="#L3598">3598</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
15520
+ </pre></td></tr>
15521
+
15522
+
15523
+ <tr><th class="line-num" id="L3599"><a href="#L3599">3599</a></th><td class="line-code"><pre>msgid &quot;Organizer Phone&quot;
15524
+ </pre></td></tr>
15525
+
15526
+
15527
+ <tr><th class="line-num" id="L3600"><a href="#L3600">3600</a></th><td class="line-code"><pre>msgstr &quot;Arrangørens tlf-nr&quot;
15528
+ </pre></td></tr>
15529
+
15530
+
15531
+ <tr><th class="line-num" id="L3601"><a href="#L3601">3601</a></th><td class="line-code"><pre>
15532
+ </pre></td></tr>
15533
+
15534
+
15535
+ <tr><th class="line-num" id="L3602"><a href="#L3602">3602</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
15536
+ </pre></td></tr>
15537
+
15538
+
15539
+ <tr><th class="line-num" id="L3603"><a href="#L3603">3603</a></th><td class="line-code"><pre>#, php-format
15540
+ </pre></td></tr>
15541
+
15542
+
15543
+ <tr><th class="line-num" id="L3604"><a href="#L3604">3604</a></th><td class="line-code"><pre>msgid &quot;No importer defined for %s&quot;
15544
+ </pre></td></tr>
15545
+
15546
+
15547
+ <tr><th class="line-num" id="L3605"><a href="#L3605">3605</a></th><td class="line-code"><pre>msgstr &quot;Ingen importprosess er definert for %s&quot;
15548
+ </pre></td></tr>
15549
+
15550
+
15551
+ <tr><th class="line-num" id="L3606"><a href="#L3606">3606</a></th><td class="line-code"><pre>
15552
+ </pre></td></tr>
15553
+
15554
+
15555
+ <tr><th class="line-num" id="L3607"><a href="#L3607">3607</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
15556
+ </pre></td></tr>
15557
+
15558
+
15559
+ <tr><th class="line-num" id="L3608"><a href="#L3608">3608</a></th><td class="line-code"><pre>#, php-format
15560
+ </pre></td></tr>
15561
+
15562
+
15563
+ <tr><th class="line-num" id="L3609"><a href="#L3609">3609</a></th><td class="line-code"><pre>msgid &quot;Missing required fields in row %d.&quot;
15564
+ </pre></td></tr>
15565
+
15566
+
15567
+ <tr><th class="line-num" id="L3610"><a href="#L3610">3610</a></th><td class="line-code"><pre>msgstr &quot;Mangler påkrevde felt i rad %d.&quot;
15568
+ </pre></td></tr>
15569
+
15570
+
15571
+ <tr><th class="line-num" id="L3611"><a href="#L3611">3611</a></th><td class="line-code"><pre>
15572
+ </pre></td></tr>
15573
+
15574
+
15575
+ <tr><th class="line-num" id="L3612"><a href="#L3612">3612</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
15576
+ </pre></td></tr>
15577
+
15578
+
15579
+ <tr><th class="line-num" id="L3613"><a href="#L3613">3613</a></th><td class="line-code"><pre>#, php-format
15580
+ </pre></td></tr>
15581
+
15582
+
15583
+ <tr><th class="line-num" id="L3614"><a href="#L3614">3614</a></th><td class="line-code"><pre>msgid &quot;Failed to import record in row %d.&quot;
15584
+ </pre></td></tr>
15585
+
15586
+
15587
+ <tr><th class="line-num" id="L3615"><a href="#L3615">3615</a></th><td class="line-code"><pre>msgstr &quot;Kunne ikke importere oppføring i rad %d.&quot;
15588
+ </pre></td></tr>
15589
+
15590
+
15591
+ <tr><th class="line-num" id="L3616"><a href="#L3616">3616</a></th><td class="line-code"><pre>
15592
+ </pre></td></tr>
15593
+
15594
+
15595
+ <tr><th class="line-num" id="L3617"><a href="#L3617">3617</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
15596
+ </pre></td></tr>
15597
+
15598
+
15599
+ <tr><th class="line-num" id="L3618"><a href="#L3618">3618</a></th><td class="line-code"><pre>#, php-format
15600
+ </pre></td></tr>
15601
+
15602
+
15603
+ <tr><th class="line-num" id="L3619"><a href="#L3619">3619</a></th><td class="line-code"><pre>msgid &quot;%s (post ID %d) updated.&quot;
15604
+ </pre></td></tr>
15605
+
15606
+
15607
+ <tr><th class="line-num" id="L3620"><a href="#L3620">3620</a></th><td class="line-code"><pre>msgstr &quot;%s (post ID %d) ble oppdatert.&quot;
15608
+ </pre></td></tr>
15609
+
15610
+
15611
+ <tr><th class="line-num" id="L3621"><a href="#L3621">3621</a></th><td class="line-code"><pre>
15612
+ </pre></td></tr>
15613
+
15614
+
15615
+ <tr><th class="line-num" id="L3622"><a href="#L3622">3622</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
15616
+ </pre></td></tr>
15617
+
15618
+
15619
+ <tr><th class="line-num" id="L3623"><a href="#L3623">3623</a></th><td class="line-code"><pre>#, php-format
15620
+ </pre></td></tr>
15621
+
15622
+
15623
+ <tr><th class="line-num" id="L3624"><a href="#L3624">3624</a></th><td class="line-code"><pre>msgid &quot;%s (post ID %d) created.&quot;
15624
+ </pre></td></tr>
15625
+
15626
+
15627
+ <tr><th class="line-num" id="L3625"><a href="#L3625">3625</a></th><td class="line-code"><pre>msgstr &quot;%s (post ID %d) ble opprettet.&quot;
15628
+ </pre></td></tr>
15629
+
15630
+
15631
+ <tr><th class="line-num" id="L3626"><a href="#L3626">3626</a></th><td class="line-code"><pre>
15632
+ </pre></td></tr>
15633
+
15634
+
15635
+ <tr><th class="line-num" id="L3627"><a href="#L3627">3627</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
15636
+ </pre></td></tr>
15637
+
15638
+
15639
+ <tr><th class="line-num" id="L3628"><a href="#L3628">3628</a></th><td class="line-code"><pre>#, php-format
15640
+ </pre></td></tr>
15641
+
15642
+
15643
+ <tr><th class="line-num" id="L3629"><a href="#L3629">3629</a></th><td class="line-code"><pre>msgid &quot;Temporary file not found. Could not save %s.&quot;
15644
+ </pre></td></tr>
15645
+
15646
+
15647
+ <tr><th class="line-num" id="L3630"><a href="#L3630">3630</a></th><td class="line-code"><pre>msgstr &quot;Midlertidig fil ble ikke funnet. Kunne ikke lagre %s.&quot;
15648
+ </pre></td></tr>
15649
+
15650
+
15651
+ <tr><th class="line-num" id="L3631"><a href="#L3631">3631</a></th><td class="line-code"><pre>
15652
+ </pre></td></tr>
15653
+
15654
+
15655
+ <tr><th class="line-num" id="L3632"><a href="#L3632">3632</a></th><td class="line-code"><pre>#: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
15656
+ </pre></td></tr>
15657
+
15658
+
15659
+ <tr><th class="line-num" id="L3633"><a href="#L3633">3633</a></th><td class="line-code"><pre>#, php-format
15660
+ </pre></td></tr>
15661
+
15662
+
15663
+ <tr><th class="line-num" id="L3634"><a href="#L3634">3634</a></th><td class="line-code"><pre>msgid &quot;Could not save %s.&quot;
15664
+ </pre></td></tr>
15665
+
15666
+
15667
+ <tr><th class="line-num" id="L3635"><a href="#L3635">3635</a></th><td class="line-code"><pre>msgstr &quot;Kunne ikke lagre %s.&quot;
15668
+ </pre></td></tr>
15669
+
15670
+
15671
+ <tr><th class="line-num" id="L3636"><a href="#L3636">3636</a></th><td class="line-code"><pre>
15672
+ </pre></td></tr>
15673
+
15674
+
15675
+ <tr><th class="line-num" id="L3637"><a href="#L3637">3637</a></th><td class="line-code"><pre>#: ../lib/template-classes/month.php:112
15676
+ </pre></td></tr>
15677
+
15678
+
15679
+ <tr><th class="line-num" id="L3638"><a href="#L3638">3638</a></th><td class="line-code"><pre>#, php-format
15680
+ </pre></td></tr>
15681
+
15682
+
15683
+ <tr><th class="line-num" id="L3639"><a href="#L3639">3639</a></th><td class="line-code"><pre>msgid &quot;&quot;
15684
+ </pre></td></tr>
15685
+
15686
+
15687
+ <tr><th class="line-num" id="L3640"><a href="#L3640">3640</a></th><td class="line-code"><pre>&quot;There were no results found for &lt;strong&gt;\&quot;%s\&quot;&lt;/strong&gt; this month. Try &quot;
15688
+ </pre></td></tr>
15689
+
15690
+
15691
+ <tr><th class="line-num" id="L3641"><a href="#L3641">3641</a></th><td class="line-code"><pre>&quot;searching next month.&quot;
15692
+ </pre></td></tr>
15693
+
15694
+
15695
+ <tr><th class="line-num" id="L3642"><a href="#L3642">3642</a></th><td class="line-code"><pre>msgstr &quot;&quot;
15696
+ </pre></td></tr>
15697
+
15698
+
15699
+ <tr><th class="line-num" id="L3643"><a href="#L3643">3643</a></th><td class="line-code"><pre>&quot;Ingen resultater funnet for &lt;strong&gt;\&quot;% s\&quot;&lt;/ strong&gt; denne måneden. Prøv å &quot;
15700
+ </pre></td></tr>
15701
+
15702
+
15703
+ <tr><th class="line-num" id="L3644"><a href="#L3644">3644</a></th><td class="line-code"><pre>&quot;søke på neste måned.&quot;
15704
+ </pre></td></tr>
15705
+
15706
+
15707
+ <tr><th class="line-num" id="L3645"><a href="#L3645">3645</a></th><td class="line-code"><pre>
15708
+ </pre></td></tr>
15709
+
15710
+
15711
+ <tr><th class="line-num" id="L3646"><a href="#L3646">3646</a></th><td class="line-code"><pre>#: ../lib/template-classes/single-event.php:101
15712
+ </pre></td></tr>
15713
+
15714
+
15715
+ <tr><th class="line-num" id="L3647"><a href="#L3647">3647</a></th><td class="line-code"><pre>msgid &quot;This event has passed.&quot;
15716
+ </pre></td></tr>
15717
+
15718
+
15719
+ <tr><th class="line-num" id="L3648"><a href="#L3648">3648</a></th><td class="line-code"><pre>msgstr &quot;Denne aktiviteten er avsluttet.&quot;
15720
+ </pre></td></tr>
15721
+
15722
+
15723
+ <tr><th class="line-num" id="L3649"><a href="#L3649">3649</a></th><td class="line-code"><pre>
15724
+ </pre></td></tr>
15725
+
15726
+
15727
+ <tr><th class="line-num" id="L3650"><a href="#L3650">3650</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:67
15728
+ </pre></td></tr>
15729
+
15730
+
15731
+ <tr><th class="line-num" id="L3651"><a href="#L3651">3651</a></th><td class="line-code"><pre>msgid &quot;Order #&quot;
15732
+ </pre></td></tr>
15733
+
15734
+
15735
+ <tr><th class="line-num" id="L3652"><a href="#L3652">3652</a></th><td class="line-code"><pre>msgstr &quot;Bestilling #&quot;
15736
+ </pre></td></tr>
15737
+
15738
+
15739
+ <tr><th class="line-num" id="L3653"><a href="#L3653">3653</a></th><td class="line-code"><pre>
15740
+ </pre></td></tr>
15741
+
15742
+
15743
+ <tr><th class="line-num" id="L3654"><a href="#L3654">3654</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:68
15744
+ </pre></td></tr>
15745
+
15746
+
15747
+ <tr><th class="line-num" id="L3655"><a href="#L3655">3655</a></th><td class="line-code"><pre>msgid &quot;Order Status&quot;
15748
+ </pre></td></tr>
15749
+
15750
+
15751
+ <tr><th class="line-num" id="L3656"><a href="#L3656">3656</a></th><td class="line-code"><pre>msgstr &quot;Ordrestatus&quot;
15752
+ </pre></td></tr>
15753
+
15754
+
15755
+ <tr><th class="line-num" id="L3657"><a href="#L3657">3657</a></th><td class="line-code"><pre>
15756
+ </pre></td></tr>
15757
+
15758
+
15759
+ <tr><th class="line-num" id="L3658"><a href="#L3658">3658</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:69
15760
+ </pre></td></tr>
15761
+
15762
+
15763
+ <tr><th class="line-num" id="L3659"><a href="#L3659">3659</a></th><td class="line-code"><pre>msgid &quot;Purchaser name&quot;
15764
+ </pre></td></tr>
15765
+
15766
+
15767
+ <tr><th class="line-num" id="L3660"><a href="#L3660">3660</a></th><td class="line-code"><pre>msgstr &quot;Kjøpers navn&quot;
15768
+ </pre></td></tr>
15769
+
15770
+
15771
+ <tr><th class="line-num" id="L3661"><a href="#L3661">3661</a></th><td class="line-code"><pre>
15772
+ </pre></td></tr>
15773
+
15774
+
15775
+ <tr><th class="line-num" id="L3662"><a href="#L3662">3662</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:70
15776
+ </pre></td></tr>
15777
+
15778
+
15779
+ <tr><th class="line-num" id="L3663"><a href="#L3663">3663</a></th><td class="line-code"><pre>msgid &quot;Purchaser email&quot;
15780
+ </pre></td></tr>
15781
+
15782
+
15783
+ <tr><th class="line-num" id="L3664"><a href="#L3664">3664</a></th><td class="line-code"><pre>msgstr &quot;Kjøpers e-post&quot;
15784
+ </pre></td></tr>
15785
+
15786
+
15787
+ <tr><th class="line-num" id="L3665"><a href="#L3665">3665</a></th><td class="line-code"><pre>
15788
+ </pre></td></tr>
15789
+
15790
+
15791
+ <tr><th class="line-num" id="L3666"><a href="#L3666">3666</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:71
15792
+ </pre></td></tr>
15793
+
15794
+
15795
+ <tr><th class="line-num" id="L3667"><a href="#L3667">3667</a></th><td class="line-code"><pre>msgid &quot;Ticket type&quot;
15796
+ </pre></td></tr>
15797
+
15798
+
15799
+ <tr><th class="line-num" id="L3668"><a href="#L3668">3668</a></th><td class="line-code"><pre>msgstr &quot;Billettype&quot;
15800
+ </pre></td></tr>
15801
+
15802
+
15803
+ <tr><th class="line-num" id="L3669"><a href="#L3669">3669</a></th><td class="line-code"><pre>
15804
+ </pre></td></tr>
15805
+
15806
+
15807
+ <tr><th class="line-num" id="L3670"><a href="#L3670">3670</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:72
15808
+ </pre></td></tr>
15809
+
15810
+
15811
+ <tr><th class="line-num" id="L3671"><a href="#L3671">3671</a></th><td class="line-code"><pre>msgid &quot;Ticket #&quot;
15812
+ </pre></td></tr>
15813
+
15814
+
15815
+ <tr><th class="line-num" id="L3672"><a href="#L3672">3672</a></th><td class="line-code"><pre>msgstr &quot;Billett #&quot;
15816
+ </pre></td></tr>
15817
+
15818
+
15819
+ <tr><th class="line-num" id="L3673"><a href="#L3673">3673</a></th><td class="line-code"><pre>
15820
+ </pre></td></tr>
15821
+
15822
+
15823
+ <tr><th class="line-num" id="L3674"><a href="#L3674">3674</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:73
15824
+ </pre></td></tr>
15825
+
15826
+
15827
+ <tr><th class="line-num" id="L3675"><a href="#L3675">3675</a></th><td class="line-code"><pre>msgid &quot;Security Code&quot;
15828
+ </pre></td></tr>
15829
+
15830
+
15831
+ <tr><th class="line-num" id="L3676"><a href="#L3676">3676</a></th><td class="line-code"><pre>msgstr &quot;Sikkerhets kode&quot;
15832
+ </pre></td></tr>
15833
+
15834
+
15835
+ <tr><th class="line-num" id="L3677"><a href="#L3677">3677</a></th><td class="line-code"><pre>
15836
+ </pre></td></tr>
15837
+
15838
+
15839
+ <tr><th class="line-num" id="L3678"><a href="#L3678">3678</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:74
15840
+ </pre></td></tr>
15841
+
15842
+
15843
+ <tr><th class="line-num" id="L3679"><a href="#L3679">3679</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:151
15844
+ </pre></td></tr>
15845
+
15846
+
15847
+ <tr><th class="line-num" id="L3680"><a href="#L3680">3680</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:207
15848
+ </pre></td></tr>
15849
+
15850
+
15851
+ <tr><th class="line-num" id="L3681"><a href="#L3681">3681</a></th><td class="line-code"><pre>msgid &quot;Check in&quot;
15852
+ </pre></td></tr>
15853
+
15854
+
15855
+ <tr><th class="line-num" id="L3682"><a href="#L3682">3682</a></th><td class="line-code"><pre>msgstr &quot;Sjekk inn&quot;
15856
+ </pre></td></tr>
15857
+
15858
+
15859
+ <tr><th class="line-num" id="L3683"><a href="#L3683">3683</a></th><td class="line-code"><pre>
15860
+ </pre></td></tr>
15861
+
15862
+
15863
+ <tr><th class="line-num" id="L3684"><a href="#L3684">3684</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:152
15864
+ </pre></td></tr>
15865
+
15866
+
15867
+ <tr><th class="line-num" id="L3685"><a href="#L3685">3685</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:207
15868
+ </pre></td></tr>
15869
+
15870
+
15871
+ <tr><th class="line-num" id="L3686"><a href="#L3686">3686</a></th><td class="line-code"><pre>msgid &quot;Undo Check in&quot;
15872
+ </pre></td></tr>
15873
+
15874
+
15875
+ <tr><th class="line-num" id="L3687"><a href="#L3687">3687</a></th><td class="line-code"><pre>msgstr &quot;Angre Innsjekking&quot;
15876
+ </pre></td></tr>
15877
+
15878
+
15879
+ <tr><th class="line-num" id="L3688"><a href="#L3688">3688</a></th><td class="line-code"><pre>
15880
+ </pre></td></tr>
15881
+
15882
+
15883
+ <tr><th class="line-num" id="L3689"><a href="#L3689">3689</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:186
15884
+ </pre></td></tr>
15885
+
15886
+
15887
+ <tr><th class="line-num" id="L3690"><a href="#L3690">3690</a></th><td class="line-code"><pre>msgid &quot;Print&quot;
15888
+ </pre></td></tr>
15889
+
15890
+
15891
+ <tr><th class="line-num" id="L3691"><a href="#L3691">3691</a></th><td class="line-code"><pre>msgstr &quot;Skriv ut&quot;
15892
+ </pre></td></tr>
15893
+
15894
+
15895
+ <tr><th class="line-num" id="L3692"><a href="#L3692">3692</a></th><td class="line-code"><pre>
15896
+ </pre></td></tr>
15897
+
15898
+
15899
+ <tr><th class="line-num" id="L3693"><a href="#L3693">3693</a></th><td class="line-code"><pre>#
15900
+ </pre></td></tr>
15901
+
15902
+
15903
+ <tr><th class="line-num" id="L3694"><a href="#L3694">3694</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:187
15904
+ </pre></td></tr>
15905
+
15906
+
15907
+ <tr><th class="line-num" id="L3695"><a href="#L3695">3695</a></th><td class="line-code"><pre>msgid &quot;Email&quot;
15908
+ </pre></td></tr>
15909
+
15910
+
15911
+ <tr><th class="line-num" id="L3696"><a href="#L3696">3696</a></th><td class="line-code"><pre>msgstr &quot;E-post&quot;
15912
+ </pre></td></tr>
15913
+
15914
+
15915
+ <tr><th class="line-num" id="L3697"><a href="#L3697">3697</a></th><td class="line-code"><pre>
15916
+ </pre></td></tr>
15917
+
15918
+
15919
+ <tr><th class="line-num" id="L3698"><a href="#L3698">3698</a></th><td class="line-code"><pre>#
15920
+ </pre></td></tr>
15921
+
15922
+
15923
+ <tr><th class="line-num" id="L3699"><a href="#L3699">3699</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:188
15924
+ </pre></td></tr>
15925
+
15926
+
15927
+ <tr><th class="line-num" id="L3700"><a href="#L3700">3700</a></th><td class="line-code"><pre>msgid &quot;Export&quot;
15928
+ </pre></td></tr>
15929
+
15930
+
15931
+ <tr><th class="line-num" id="L3701"><a href="#L3701">3701</a></th><td class="line-code"><pre>msgstr &quot;Eksportering&quot;
15932
+ </pre></td></tr>
15933
+
15934
+
15935
+ <tr><th class="line-num" id="L3702"><a href="#L3702">3702</a></th><td class="line-code"><pre>
15936
+ </pre></td></tr>
15937
+
15938
+
15939
+ <tr><th class="line-num" id="L3703"><a href="#L3703">3703</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:194
15940
+ </pre></td></tr>
15941
+
15942
+
15943
+ <tr><th class="line-num" id="L3704"><a href="#L3704">3704</a></th><td class="line-code"><pre>msgid &quot;Filter by ticket #, order # or security code&quot;
15944
+ </pre></td></tr>
15945
+
15946
+
15947
+ <tr><th class="line-num" id="L3705"><a href="#L3705">3705</a></th><td class="line-code"><pre>msgstr &quot;Filtrér etter billett #, ordre # eller sikkerhetskode&quot;
15948
+ </pre></td></tr>
15949
+
15950
+
15951
+ <tr><th class="line-num" id="L3706"><a href="#L3706">3706</a></th><td class="line-code"><pre>
15952
+ </pre></td></tr>
15953
+
15954
+
15955
+ <tr><th class="line-num" id="L3707"><a href="#L3707">3707</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-metabox.php:24
15956
+ </pre></td></tr>
15957
+
15958
+
15959
+ <tr><th class="line-num" id="L3708"><a href="#L3708">3708</a></th><td class="line-code"><pre>msgid &quot;Tickets&quot;
15960
+ </pre></td></tr>
15961
+
15962
+
15963
+ <tr><th class="line-num" id="L3709"><a href="#L3709">3709</a></th><td class="line-code"><pre>msgstr &quot;Billetter&quot;
15964
+ </pre></td></tr>
15965
+
15966
+
15967
+ <tr><th class="line-num" id="L3710"><a href="#L3710">3710</a></th><td class="line-code"><pre>
15968
+ </pre></td></tr>
15969
+
15970
+
15971
+ <tr><th class="line-num" id="L3711"><a href="#L3711">3711</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-metabox.php:62
15972
+ </pre></td></tr>
15973
+
15974
+
15975
+ <tr><th class="line-num" id="L3712"><a href="#L3712">3712</a></th><td class="line-code"><pre>msgid &quot;Ticket header image&quot;
15976
+ </pre></td></tr>
15977
+
15978
+
15979
+ <tr><th class="line-num" id="L3713"><a href="#L3713">3713</a></th><td class="line-code"><pre>msgstr &quot;Billett Hovedbilde&quot;
15980
+ </pre></td></tr>
15981
+
15982
+
15983
+ <tr><th class="line-num" id="L3714"><a href="#L3714">3714</a></th><td class="line-code"><pre>
15984
+ </pre></td></tr>
15985
+
15986
+
15987
+ <tr><th class="line-num" id="L3715"><a href="#L3715">3715</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-metabox.php:62
15988
+ </pre></td></tr>
15989
+
15990
+
15991
+ <tr><th class="line-num" id="L3716"><a href="#L3716">3716</a></th><td class="line-code"><pre>msgid &quot;Set as ticket header&quot;
15992
+ </pre></td></tr>
15993
+
15994
+
15995
+ <tr><th class="line-num" id="L3717"><a href="#L3717">3717</a></th><td class="line-code"><pre>msgstr &quot;Bruk som overskrift på billett&quot;
15996
+ </pre></td></tr>
15997
+
15998
+
15999
+ <tr><th class="line-num" id="L3718"><a href="#L3718">3718</a></th><td class="line-code"><pre>
16000
+ </pre></td></tr>
16001
+
16002
+
16003
+ <tr><th class="line-num" id="L3719"><a href="#L3719">3719</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:107
16004
+ </pre></td></tr>
16005
+
16006
+
16007
+ <tr><th class="line-num" id="L3720"><a href="#L3720">3720</a></th><td class="line-code"><pre>msgid &quot;You need to select a user or type a valid email address&quot;
16008
+ </pre></td></tr>
16009
+
16010
+
16011
+ <tr><th class="line-num" id="L3721"><a href="#L3721">3721</a></th><td class="line-code"><pre>msgstr &quot;Du må velge en bruker eller taste inn en gyldig e-postadresse&quot;
16012
+ </pre></td></tr>
16013
+
16014
+
16015
+ <tr><th class="line-num" id="L3722"><a href="#L3722">3722</a></th><td class="line-code"><pre>
16016
+ </pre></td></tr>
16017
+
16018
+
16019
+ <tr><th class="line-num" id="L3723"><a href="#L3723">3723</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:108
16020
+ </pre></td></tr>
16021
+
16022
+
16023
+ <tr><th class="line-num" id="L3724"><a href="#L3724">3724</a></th><td class="line-code"><pre>msgid &quot;Sending...&quot;
16024
+ </pre></td></tr>
16025
+
16026
+
16027
+ <tr><th class="line-num" id="L3725"><a href="#L3725">3725</a></th><td class="line-code"><pre>msgstr &quot;Sender…&quot;
16028
+ </pre></td></tr>
16029
+
16030
+
16031
+ <tr><th class="line-num" id="L3726"><a href="#L3726">3726</a></th><td class="line-code"><pre>
16032
+ </pre></td></tr>
16033
+
16034
+
16035
+ <tr><th class="line-num" id="L3727"><a href="#L3727">3727</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:136
16036
+ </pre></td></tr>
16037
+
16038
+
16039
+ <tr><th class="line-num" id="L3728"><a href="#L3728">3728</a></th><td class="line-code"><pre>msgid &quot;Columns&quot;
16040
+ </pre></td></tr>
16041
+
16042
+
16043
+ <tr><th class="line-num" id="L3729"><a href="#L3729">3729</a></th><td class="line-code"><pre>msgstr &quot;Kolonner&quot;
16044
+ </pre></td></tr>
16045
+
16046
+
16047
+ <tr><th class="line-num" id="L3730"><a href="#L3730">3730</a></th><td class="line-code"><pre>
16048
+ </pre></td></tr>
16049
+
16050
+
16051
+ <tr><th class="line-num" id="L3731"><a href="#L3731">3731</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:137
16052
+ </pre></td></tr>
16053
+
16054
+
16055
+ <tr><th class="line-num" id="L3732"><a href="#L3732">3732</a></th><td class="line-code"><pre>msgid &quot;&quot;
16056
+ </pre></td></tr>
16057
+
16058
+
16059
+ <tr><th class="line-num" id="L3733"><a href="#L3733">3733</a></th><td class="line-code"><pre>&quot;You can use Screen Options to select which columns you want to see. The &quot;
16060
+ </pre></td></tr>
16061
+
16062
+
16063
+ <tr><th class="line-num" id="L3734"><a href="#L3734">3734</a></th><td class="line-code"><pre>&quot;selection works in the table below, in the email, for print and for the CSV &quot;
16064
+ </pre></td></tr>
16065
+
16066
+
16067
+ <tr><th class="line-num" id="L3735"><a href="#L3735">3735</a></th><td class="line-code"><pre>&quot;export.&quot;
16068
+ </pre></td></tr>
16069
+
16070
+
16071
+ <tr><th class="line-num" id="L3736"><a href="#L3736">3736</a></th><td class="line-code"><pre>msgstr &quot;&quot;
16072
+ </pre></td></tr>
16073
+
16074
+
16075
+ <tr><th class="line-num" id="L3737"><a href="#L3737">3737</a></th><td class="line-code"><pre>&quot;Du kan benytte Skjerminnstillinger for å velge hvilke kolonner du vil vise. &quot;
16076
+ </pre></td></tr>
16077
+
16078
+
16079
+ <tr><th class="line-num" id="L3738"><a href="#L3738">3738</a></th><td class="line-code"><pre>&quot;Valget vil gjelde i tabellen under, i e-posten, for utskrift og CSV-&quot;
16080
+ </pre></td></tr>
16081
+
16082
+
16083
+ <tr><th class="line-num" id="L3739"><a href="#L3739">3739</a></th><td class="line-code"><pre>&quot;eksportering.&quot;
16084
+ </pre></td></tr>
16085
+
16086
+
16087
+ <tr><th class="line-num" id="L3740"><a href="#L3740">3740</a></th><td class="line-code"><pre>
16088
+ </pre></td></tr>
16089
+
16090
+
16091
+ <tr><th class="line-num" id="L3741"><a href="#L3741">3741</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:258
16092
+ </pre></td></tr>
16093
+
16094
+
16095
+ <tr><th class="line-num" id="L3742"><a href="#L3742">3742</a></th><td class="line-code"><pre>msgid &quot;attendees&quot;
16096
+ </pre></td></tr>
16097
+
16098
+
16099
+ <tr><th class="line-num" id="L3743"><a href="#L3743">3743</a></th><td class="line-code"><pre>msgstr &quot;deltakere&quot;
16100
+ </pre></td></tr>
16101
+
16102
+
16103
+ <tr><th class="line-num" id="L3744"><a href="#L3744">3744</a></th><td class="line-code"><pre>
16104
+ </pre></td></tr>
16105
+
16106
+
16107
+ <tr><th class="line-num" id="L3745"><a href="#L3745">3745</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:308
16108
+ </pre></td></tr>
16109
+
16110
+
16111
+ <tr><th class="line-num" id="L3746"><a href="#L3746">3746</a></th><td class="line-code"><pre>#, php-format
16112
+ </pre></td></tr>
16113
+
16114
+
16115
+ <tr><th class="line-num" id="L3747"><a href="#L3747">3747</a></th><td class="line-code"><pre>msgid &quot;Attendee List for: %s&quot;
16116
+ </pre></td></tr>
16117
+
16118
+
16119
+ <tr><th class="line-num" id="L3748"><a href="#L3748">3748</a></th><td class="line-code"><pre>msgstr &quot;Oppmøteliste for: %s&quot;
16120
+ </pre></td></tr>
16121
+
16122
+
16123
+ <tr><th class="line-num" id="L3749"><a href="#L3749">3749</a></th><td class="line-code"><pre>
16124
+ </pre></td></tr>
16125
+
16126
+
16127
+ <tr><th class="line-num" id="L3750"><a href="#L3750">3750</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets.php:298
16128
+ </pre></td></tr>
16129
+
16130
+
16131
+ <tr><th class="line-num" id="L3751"><a href="#L3751">3751</a></th><td class="line-code"><pre>msgid &quot;Your ticket has been saved.&quot;
16132
+ </pre></td></tr>
16133
+
16134
+
16135
+ <tr><th class="line-num" id="L3752"><a href="#L3752">3752</a></th><td class="line-code"><pre>msgstr &quot;Din billett er nå lagret&quot;
16136
+ </pre></td></tr>
16137
+
16138
+
16139
+ <tr><th class="line-num" id="L3753"><a href="#L3753">3753</a></th><td class="line-code"><pre>
16140
+ </pre></td></tr>
16141
+
16142
+
16143
+ <tr><th class="line-num" id="L3754"><a href="#L3754">3754</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets.php:375
16144
+ </pre></td></tr>
16145
+
16146
+
16147
+ <tr><th class="line-num" id="L3755"><a href="#L3755">3755</a></th><td class="line-code"><pre>msgid &quot;Your ticket has been deleted.&quot;
16148
+ </pre></td></tr>
16149
+
16150
+
16151
+ <tr><th class="line-num" id="L3756"><a href="#L3756">3756</a></th><td class="line-code"><pre>msgstr &quot;Din billett er nå slettet&quot;
16152
+ </pre></td></tr>
16153
+
16154
+
16155
+ <tr><th class="line-num" id="L3757"><a href="#L3757">3757</a></th><td class="line-code"><pre>
16156
+ </pre></td></tr>
16157
+
16158
+
16159
+ <tr><th class="line-num" id="L3758"><a href="#L3758">3758</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:39
16160
+ </pre></td></tr>
16161
+
16162
+
16163
+ <tr><th class="line-num" id="L3759"><a href="#L3759">3759</a></th><td class="line-code"><pre>msgid &quot;Start:&quot;
16164
+ </pre></td></tr>
16165
+
16166
+
16167
+ <tr><th class="line-num" id="L3760"><a href="#L3760">3760</a></th><td class="line-code"><pre>msgstr &quot;Start:&quot;
16168
+ </pre></td></tr>
16169
+
16170
+
16171
+ <tr><th class="line-num" id="L3761"><a href="#L3761">3761</a></th><td class="line-code"><pre>
16172
+ </pre></td></tr>
16173
+
16174
+
16175
+ <tr><th class="line-num" id="L3762"><a href="#L3762">3762</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:46
16176
+ </pre></td></tr>
16177
+
16178
+
16179
+ <tr><th class="line-num" id="L3763"><a href="#L3763">3763</a></th><td class="line-code"><pre>msgid &quot;End:&quot;
16180
+ </pre></td></tr>
16181
+
16182
+
16183
+ <tr><th class="line-num" id="L3764"><a href="#L3764">3764</a></th><td class="line-code"><pre>msgstr &quot;Slutt:&quot;
16184
+ </pre></td></tr>
16185
+
16186
+
16187
+ <tr><th class="line-num" id="L3765"><a href="#L3765">3765</a></th><td class="line-code"><pre>
16188
+ </pre></td></tr>
16189
+
16190
+
16191
+ <tr><th class="line-num" id="L3766"><a href="#L3766">3766</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:57
16192
+ </pre></td></tr>
16193
+
16194
+
16195
+ <tr><th class="line-num" id="L3767"><a href="#L3767">3767</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:67
16196
+ </pre></td></tr>
16197
+
16198
+
16199
+ <tr><th class="line-num" id="L3768"><a href="#L3768">3768</a></th><td class="line-code"><pre>msgid &quot;Date:&quot;
16200
+ </pre></td></tr>
16201
+
16202
+
16203
+ <tr><th class="line-num" id="L3769"><a href="#L3769">3769</a></th><td class="line-code"><pre>msgstr &quot;Dato:&quot;
16204
+ </pre></td></tr>
16205
+
16206
+
16207
+ <tr><th class="line-num" id="L3770"><a href="#L3770">3770</a></th><td class="line-code"><pre>
16208
+ </pre></td></tr>
16209
+
16210
+
16211
+ <tr><th class="line-num" id="L3771"><a href="#L3771">3771</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:76
16212
+ </pre></td></tr>
16213
+
16214
+
16215
+ <tr><th class="line-num" id="L3772"><a href="#L3772">3772</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:85
16216
+ </pre></td></tr>
16217
+
16218
+
16219
+ <tr><th class="line-num" id="L3773"><a href="#L3773">3773</a></th><td class="line-code"><pre>msgid &quot;Time:&quot;
16220
+ </pre></td></tr>
16221
+
16222
+
16223
+ <tr><th class="line-num" id="L3774"><a href="#L3774">3774</a></th><td class="line-code"><pre>msgstr &quot;Tid:&quot;
16224
+ </pre></td></tr>
16225
+
16226
+
16227
+ <tr><th class="line-num" id="L3775"><a href="#L3775">3775</a></th><td class="line-code"><pre>
16228
+ </pre></td></tr>
16229
+
16230
+
16231
+ <tr><th class="line-num" id="L3776"><a href="#L3776">3776</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:270
16232
+ </pre></td></tr>
16233
+
16234
+
16235
+ <tr><th class="line-num" id="L3777"><a href="#L3777">3777</a></th><td class="line-code"><pre>msgid &quot;Click to view a Google Map&quot;
16236
+ </pre></td></tr>
16237
+
16238
+
16239
+ <tr><th class="line-num" id="L3778"><a href="#L3778">3778</a></th><td class="line-code"><pre>msgstr &quot;Klikk for å se Google-kart&quot;
16240
+ </pre></td></tr>
16241
+
16242
+
16243
+ <tr><th class="line-num" id="L3779"><a href="#L3779">3779</a></th><td class="line-code"><pre>
16244
+ </pre></td></tr>
16245
+
16246
+
16247
+ <tr><th class="line-num" id="L3780"><a href="#L3780">3780</a></th><td class="line-code"><pre>#
16248
+ </pre></td></tr>
16249
+
16250
+
16251
+ <tr><th class="line-num" id="L3781"><a href="#L3781">3781</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:271
16252
+ </pre></td></tr>
16253
+
16254
+
16255
+ <tr><th class="line-num" id="L3782"><a href="#L3782">3782</a></th><td class="line-code"><pre>msgid &quot;+ Google Map&quot;
16256
+ </pre></td></tr>
16257
+
16258
+
16259
+ <tr><th class="line-num" id="L3783"><a href="#L3783">3783</a></th><td class="line-code"><pre>msgstr &quot;+ Google Map&quot;
16260
+ </pre></td></tr>
16261
+
16262
+
16263
+ <tr><th class="line-num" id="L3784"><a href="#L3784">3784</a></th><td class="line-code"><pre>
16264
+ </pre></td></tr>
16265
+
16266
+
16267
+ <tr><th class="line-num" id="L3785"><a href="#L3785">3785</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:282
16268
+ </pre></td></tr>
16269
+
16270
+
16271
+ <tr><th class="line-num" id="L3786"><a href="#L3786">3786</a></th><td class="line-code"><pre>msgid &quot;Details&quot;
16272
+ </pre></td></tr>
16273
+
16274
+
16275
+ <tr><th class="line-num" id="L3787"><a href="#L3787">3787</a></th><td class="line-code"><pre>msgstr &quot;Detaljer&quot;
16276
+ </pre></td></tr>
16277
+
16278
+
16279
+ <tr><th class="line-num" id="L3788"><a href="#L3788">3788</a></th><td class="line-code"><pre>
16280
+ </pre></td></tr>
16281
+
16282
+
16283
+ <tr><th class="line-num" id="L3789"><a href="#L3789">3789</a></th><td class="line-code"><pre>#
16284
+ </pre></td></tr>
16285
+
16286
+
16287
+ <tr><th class="line-num" id="L3790"><a href="#L3790">3790</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:333
16288
+ </pre></td></tr>
16289
+
16290
+
16291
+ <tr><th class="line-num" id="L3791"><a href="#L3791">3791</a></th><td class="line-code"><pre>msgid &quot;Event Tags:&quot;
16292
+ </pre></td></tr>
16293
+
16294
+
16295
+ <tr><th class="line-num" id="L3792"><a href="#L3792">3792</a></th><td class="line-code"><pre>msgstr &quot;Merkelapper (tags) for Aktivitet:&quot;
16296
+ </pre></td></tr>
16297
+
16298
+
16299
+ <tr><th class="line-num" id="L3793"><a href="#L3793">3793</a></th><td class="line-code"><pre>
16300
+ </pre></td></tr>
16301
+
16302
+
16303
+ <tr><th class="line-num" id="L3794"><a href="#L3794">3794</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:359
16304
+ </pre></td></tr>
16305
+
16306
+
16307
+ <tr><th class="line-num" id="L3795"><a href="#L3795">3795</a></th><td class="line-code"><pre>msgid &quot;Origin:&quot;
16308
+ </pre></td></tr>
16309
+
16310
+
16311
+ <tr><th class="line-num" id="L3796"><a href="#L3796">3796</a></th><td class="line-code"><pre>msgstr &quot;Opprinnelse:&quot;
16312
+ </pre></td></tr>
16313
+
16314
+
16315
+ <tr><th class="line-num" id="L3797"><a href="#L3797">3797</a></th><td class="line-code"><pre>
16316
+ </pre></td></tr>
16317
+
16318
+
16319
+ <tr><th class="line-num" id="L3798"><a href="#L3798">3798</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:496
16320
+ </pre></td></tr>
16321
+
16322
+
16323
+ <tr><th class="line-num" id="L3799"><a href="#L3799">3799</a></th><td class="line-code"><pre>msgid &quot;Event:&quot;
16324
+ </pre></td></tr>
16325
+
16326
+
16327
+ <tr><th class="line-num" id="L3800"><a href="#L3800">3800</a></th><td class="line-code"><pre>msgstr &quot;Aktivitet:&quot;
16328
+ </pre></td></tr>
16329
+
16330
+
16331
+ <tr><th class="line-num" id="L3801"><a href="#L3801">3801</a></th><td class="line-code"><pre>
16332
+ </pre></td></tr>
16333
+
16334
+
16335
+ <tr><th class="line-num" id="L3802"><a href="#L3802">3802</a></th><td class="line-code"><pre>#
16336
+ </pre></td></tr>
16337
+
16338
+
16339
+ <tr><th class="line-num" id="L3803"><a href="#L3803">3803</a></th><td class="line-code"><pre>#: ../public/template-tags/deprecated.php:1143
16340
+ </pre></td></tr>
16341
+
16342
+
16343
+ <tr><th class="line-num" id="L3804"><a href="#L3804">3804</a></th><td class="line-code"><pre>msgid &quot;Category&quot;
16344
+ </pre></td></tr>
16345
+
16346
+
16347
+ <tr><th class="line-num" id="L3805"><a href="#L3805">3805</a></th><td class="line-code"><pre>msgstr &quot;Kategori&quot;
16348
+ </pre></td></tr>
16349
+
16350
+
16351
+ <tr><th class="line-num" id="L3806"><a href="#L3806">3806</a></th><td class="line-code"><pre>
16352
+ </pre></td></tr>
16353
+
16354
+
16355
+ <tr><th class="line-num" id="L3807"><a href="#L3807">3807</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:307
16356
+ </pre></td></tr>
16357
+
16358
+
16359
+ <tr><th class="line-num" id="L3808"><a href="#L3808">3808</a></th><td class="line-code"><pre>msgid &quot;Tags:&quot;
16360
+ </pre></td></tr>
16361
+
16362
+
16363
+ <tr><th class="line-num" id="L3809"><a href="#L3809">3809</a></th><td class="line-code"><pre>msgstr &quot;Merknad:&quot;
16364
+ </pre></td></tr>
16365
+
16366
+
16367
+ <tr><th class="line-num" id="L3810"><a href="#L3810">3810</a></th><td class="line-code"><pre>
16368
+ </pre></td></tr>
16369
+
16370
+
16371
+ <tr><th class="line-num" id="L3811"><a href="#L3811">3811</a></th><td class="line-code"><pre>#
16372
+ </pre></td></tr>
16373
+
16374
+
16375
+ <tr><th class="line-num" id="L3812"><a href="#L3812">3812</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:408
16376
+ </pre></td></tr>
16377
+
16378
+
16379
+ <tr><th class="line-num" id="L3813"><a href="#L3813">3813</a></th><td class="line-code"><pre>msgid &quot;Loading Events&quot;
16380
+ </pre></td></tr>
16381
+
16382
+
16383
+ <tr><th class="line-num" id="L3814"><a href="#L3814">3814</a></th><td class="line-code"><pre>msgstr &quot;Laster inn Aktiviteter&quot;
16384
+ </pre></td></tr>
16385
+
16386
+
16387
+ <tr><th class="line-num" id="L3815"><a href="#L3815">3815</a></th><td class="line-code"><pre>
16388
+ </pre></td></tr>
16389
+
16390
+
16391
+ <tr><th class="line-num" id="L3816"><a href="#L3816">3816</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:544
16392
+ </pre></td></tr>
16393
+
16394
+
16395
+ <tr><th class="line-num" id="L3817"><a href="#L3817">3817</a></th><td class="line-code"><pre>msgid &quot;Free&quot;
16396
+ </pre></td></tr>
16397
+
16398
+
16399
+ <tr><th class="line-num" id="L3818"><a href="#L3818">3818</a></th><td class="line-code"><pre>msgstr &quot;Gratis&quot;
16400
+ </pre></td></tr>
16401
+
16402
+
16403
+ <tr><th class="line-num" id="L3819"><a href="#L3819">3819</a></th><td class="line-code"><pre>
16404
+ </pre></td></tr>
16405
+
16406
+
16407
+ <tr><th class="line-num" id="L3820"><a href="#L3820">3820</a></th><td class="line-code"><pre>#
16408
+ </pre></td></tr>
16409
+
16410
+
16411
+ <tr><th class="line-num" id="L3821"><a href="#L3821">3821</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:729
16412
+ </pre></td></tr>
16413
+
16414
+
16415
+ <tr><th class="line-num" id="L3822"><a href="#L3822">3822</a></th><td class="line-code"><pre>msgid &quot;Recurring Event&quot;
16416
+ </pre></td></tr>
16417
+
16418
+
16419
+ <tr><th class="line-num" id="L3823"><a href="#L3823">3823</a></th><td class="line-code"><pre>msgstr &quot;Gjentakende Aktivitet&quot;
16420
+ </pre></td></tr>
16421
+
16422
+
16423
+ <tr><th class="line-num" id="L3824"><a href="#L3824">3824</a></th><td class="line-code"><pre>
16424
+ </pre></td></tr>
16425
+
16426
+
16427
+ <tr><th class="line-num" id="L3825"><a href="#L3825">3825</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:732
16428
+ </pre></td></tr>
16429
+
16430
+
16431
+ <tr><th class="line-num" id="L3826"><a href="#L3826">3826</a></th><td class="line-code"><pre>msgid &quot;(See all)&quot;
16432
+ </pre></td></tr>
16433
+
16434
+
16435
+ <tr><th class="line-num" id="L3827"><a href="#L3827">3827</a></th><td class="line-code"><pre>msgstr &quot;(Vis alle)&quot;
16436
+ </pre></td></tr>
16437
+
16438
+
16439
+ <tr><th class="line-num" id="L3828"><a href="#L3828">3828</a></th><td class="line-code"><pre>
16440
+ </pre></td></tr>
16441
+
16442
+
16443
+ <tr><th class="line-num" id="L3829"><a href="#L3829">3829</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:1044
16444
+ </pre></td></tr>
16445
+
16446
+
16447
+ <tr><th class="line-num" id="L3830"><a href="#L3830">3830</a></th><td class="line-code"><pre>#, php-format
16448
+ </pre></td></tr>
16449
+
16450
+
16451
+ <tr><th class="line-num" id="L3831"><a href="#L3831">3831</a></th><td class="line-code"><pre>msgid &quot;Calendar powered by %sThe Events Calendar%s&quot;
16452
+ </pre></td></tr>
16453
+
16454
+
16455
+ <tr><th class="line-num" id="L3832"><a href="#L3832">3832</a></th><td class="line-code"><pre>msgstr &quot;Kalender drives av %sThe Events Calendar%s&quot;
16456
+ </pre></td></tr>
16457
+
16458
+
16459
+ <tr><th class="line-num" id="L3833"><a href="#L3833">3833</a></th><td class="line-code"><pre>
16460
+ </pre></td></tr>
16461
+
16462
+
16463
+ <tr><th class="line-num" id="L3834"><a href="#L3834">3834</a></th><td class="line-code"><pre>#: ../public/template-tags/options.php:20
16464
+ </pre></td></tr>
16465
+
16466
+
16467
+ <tr><th class="line-num" id="L3835"><a href="#L3835">3835</a></th><td class="line-code"><pre>#, php-format
16468
+ </pre></td></tr>
16469
+
16470
+
16471
+ <tr><th class="line-num" id="L3836"><a href="#L3836">3836</a></th><td class="line-code"><pre>msgid &quot;Your current Events URL is %s&quot;
16472
+ </pre></td></tr>
16473
+
16474
+
16475
+ <tr><th class="line-num" id="L3837"><a href="#L3837">3837</a></th><td class="line-code"><pre>msgstr &quot;Din nåværende Aktivitets-URL er %s&quot;
16476
+ </pre></td></tr>
16477
+
16478
+
16479
+ <tr><th class="line-num" id="L3838"><a href="#L3838">3838</a></th><td class="line-code"><pre>
16480
+ </pre></td></tr>
16481
+
16482
+
16483
+ <tr><th class="line-num" id="L3839"><a href="#L3839">3839</a></th><td class="line-code"><pre>#: ../public/template-tags/options.php:31
16484
+ </pre></td></tr>
16485
+
16486
+
16487
+ <tr><th class="line-num" id="L3840"><a href="#L3840">3840</a></th><td class="line-code"><pre>#, php-format
16488
+ </pre></td></tr>
16489
+
16490
+
16491
+ <tr><th class="line-num" id="L3841"><a href="#L3841">3841</a></th><td class="line-code"><pre>msgid &quot;&quot;
16492
+ </pre></td></tr>
16493
+
16494
+
16495
+ <tr><th class="line-num" id="L3842"><a href="#L3842">3842</a></th><td class="line-code"><pre>&quot;You &lt;strong&gt;cannot&lt;/strong&gt; use the same slug as above. The above should &quot;
16496
+ </pre></td></tr>
16497
+
16498
+
16499
+ <tr><th class="line-num" id="L3843"><a href="#L3843">3843</a></th><td class="line-code"><pre>&quot;ideally be plural, and this singular.&lt;br /&gt;Your single Event URL is like: %s&quot;
16500
+ </pre></td></tr>
16501
+
16502
+
16503
+ <tr><th class="line-num" id="L3844"><a href="#L3844">3844</a></th><td class="line-code"><pre>msgstr &quot;&quot;
16504
+ </pre></td></tr>
16505
+
16506
+
16507
+ <tr><th class="line-num" id="L3845"><a href="#L3845">3845</a></th><td class="line-code"><pre>&quot;Du &lt;strong&gt;kan ikke&lt;/strong&gt; benytte samme kortlenke som vist over. Ordet du &quot;
16508
+ </pre></td></tr>
16509
+
16510
+
16511
+ <tr><th class="line-num" id="L3846"><a href="#L3846">3846</a></th><td class="line-code"><pre>&quot;ser over burde idéelt sett være flertallsbøyd, og den aktuelle i entall.&lt;br /&quot;
16512
+ </pre></td></tr>
16513
+
16514
+
16515
+ <tr><th class="line-num" id="L3847"><a href="#L3847">3847</a></th><td class="line-code"><pre>&quot;&gt;Din enkle Aktivitets-URL er: %s&quot;
16516
+ </pre></td></tr>
16517
+
16518
+
16519
+ <tr><th class="line-num" id="L3848"><a href="#L3848">3848</a></th><td class="line-code"><pre>
16520
+ </pre></td></tr>
16521
+
16522
+
16523
+ <tr><th class="line-num" id="L3849"><a href="#L3849">3849</a></th><td class="line-code"><pre>#
16524
+ </pre></td></tr>
16525
+
16526
+
16527
+ <tr><th class="line-num" id="L3850"><a href="#L3850">3850</a></th><td class="line-code"><pre>#: ../views/single-event.php:23
16528
+ </pre></td></tr>
16529
+
16530
+
16531
+ <tr><th class="line-num" id="L3851"><a href="#L3851">3851</a></th><td class="line-code"><pre>msgid &quot;&amp;laquo; All Events&quot;
16532
+ </pre></td></tr>
16533
+
16534
+
16535
+ <tr><th class="line-num" id="L3852"><a href="#L3852">3852</a></th><td class="line-code"><pre>msgstr &quot;&amp;laquo; Alle Aktiviteter&quot;
16536
+ </pre></td></tr>
16537
+
16538
+
16539
+ <tr><th class="line-num" id="L3853"><a href="#L3853">3853</a></th><td class="line-code"><pre>
16540
+ </pre></td></tr>
16541
+
16542
+
16543
+ <tr><th class="line-num" id="L3854"><a href="#L3854">3854</a></th><td class="line-code"><pre>#
16544
+ </pre></td></tr>
16545
+
16546
+
16547
+ <tr><th class="line-num" id="L3855"><a href="#L3855">3855</a></th><td class="line-code"><pre>#: ../views/single-event.php:42 ../views/single-event.php:73
16548
+ </pre></td></tr>
16549
+
16550
+
16551
+ <tr><th class="line-num" id="L3856"><a href="#L3856">3856</a></th><td class="line-code"><pre>msgid &quot;Event Navigation&quot;
16552
+ </pre></td></tr>
16553
+
16554
+
16555
+ <tr><th class="line-num" id="L3857"><a href="#L3857">3857</a></th><td class="line-code"><pre>msgstr &quot;Aktivitetsnavigering&quot;
16556
+ </pre></td></tr>
16557
+
16558
+
16559
+ <tr><th class="line-num" id="L3858"><a href="#L3858">3858</a></th><td class="line-code"><pre>
16560
+ </pre></td></tr>
16561
+
16562
+
16563
+ <tr><th class="line-num" id="L3859"><a href="#L3859">3859</a></th><td class="line-code"><pre>#
16564
+ </pre></td></tr>
16565
+
16566
+
16567
+ <tr><th class="line-num" id="L3860"><a href="#L3860">3860</a></th><td class="line-code"><pre>#: ../views/list/nav.php:17
16568
+ </pre></td></tr>
16569
+
16570
+
16571
+ <tr><th class="line-num" id="L3861"><a href="#L3861">3861</a></th><td class="line-code"><pre>msgid &quot;Events List Navigation&quot;
16572
+ </pre></td></tr>
16573
+
16574
+
16575
+ <tr><th class="line-num" id="L3862"><a href="#L3862">3862</a></th><td class="line-code"><pre>msgstr &quot;Navigering i Aktivitetslisten&quot;
16576
+ </pre></td></tr>
16577
+
16578
+
16579
+ <tr><th class="line-num" id="L3863"><a href="#L3863">3863</a></th><td class="line-code"><pre>
16580
+ </pre></td></tr>
16581
+
16582
+
16583
+ <tr><th class="line-num" id="L3864"><a href="#L3864">3864</a></th><td class="line-code"><pre>#: ../views/list/single-event.php:76
16584
+ </pre></td></tr>
16585
+
16586
+
16587
+ <tr><th class="line-num" id="L3865"><a href="#L3865">3865</a></th><td class="line-code"><pre>msgid &quot;Find out more&quot;
16588
+ </pre></td></tr>
16589
+
16590
+
16591
+ <tr><th class="line-num" id="L3866"><a href="#L3866">3866</a></th><td class="line-code"><pre>msgstr &quot;Finn ut mer&quot;
16592
+ </pre></td></tr>
16593
+
16594
+
16595
+ <tr><th class="line-num" id="L3867"><a href="#L3867">3867</a></th><td class="line-code"><pre>
16596
+ </pre></td></tr>
16597
+
16598
+
16599
+ <tr><th class="line-num" id="L3868"><a href="#L3868">3868</a></th><td class="line-code"><pre>#
16600
+ </pre></td></tr>
16601
+
16602
+
16603
+ <tr><th class="line-num" id="L3869"><a href="#L3869">3869</a></th><td class="line-code"><pre>#: ../views/modules/bar.php:34 ../views/modules/bar.php:64
16604
+ </pre></td></tr>
16605
+
16606
+
16607
+ <tr><th class="line-num" id="L3870"><a href="#L3870">3870</a></th><td class="line-code"><pre>msgid &quot;Find Events&quot;
16608
+ </pre></td></tr>
16609
+
16610
+
16611
+ <tr><th class="line-num" id="L3871"><a href="#L3871">3871</a></th><td class="line-code"><pre>msgstr &quot;Finn Aktivitet&quot;
16612
+ </pre></td></tr>
16613
+
16614
+
16615
+ <tr><th class="line-num" id="L3872"><a href="#L3872">3872</a></th><td class="line-code"><pre>
16616
+ </pre></td></tr>
16617
+
16618
+
16619
+ <tr><th class="line-num" id="L3873"><a href="#L3873">3873</a></th><td class="line-code"><pre>#: ../views/modules/bar.php:41
16620
+ </pre></td></tr>
16621
+
16622
+
16623
+ <tr><th class="line-num" id="L3874"><a href="#L3874">3874</a></th><td class="line-code"><pre>msgid &quot;Event Views Navigation&quot;
16624
+ </pre></td></tr>
16625
+
16626
+
16627
+ <tr><th class="line-num" id="L3875"><a href="#L3875">3875</a></th><td class="line-code"><pre>msgstr &quot;Navigering i Aktivitetsvisning&quot;
16628
+ </pre></td></tr>
16629
+
16630
+
16631
+ <tr><th class="line-num" id="L3876"><a href="#L3876">3876</a></th><td class="line-code"><pre>
16632
+ </pre></td></tr>
16633
+
16634
+
16635
+ <tr><th class="line-num" id="L3877"><a href="#L3877">3877</a></th><td class="line-code"><pre>#
16636
+ </pre></td></tr>
16637
+
16638
+
16639
+ <tr><th class="line-num" id="L3878"><a href="#L3878">3878</a></th><td class="line-code"><pre>#: ../views/modules/bar.php:42
16640
+ </pre></td></tr>
16641
+
16642
+
16643
+ <tr><th class="line-num" id="L3879"><a href="#L3879">3879</a></th><td class="line-code"><pre>msgid &quot;View As&quot;
16644
+ </pre></td></tr>
16645
+
16646
+
16647
+ <tr><th class="line-num" id="L3880"><a href="#L3880">3880</a></th><td class="line-code"><pre>msgstr &quot;Vis som&quot;
16648
+ </pre></td></tr>
16649
+
16650
+
16651
+ <tr><th class="line-num" id="L3881"><a href="#L3881">3881</a></th><td class="line-code"><pre>
16652
+ </pre></td></tr>
16653
+
16654
+
16655
+ <tr><th class="line-num" id="L3882"><a href="#L3882">3882</a></th><td class="line-code"><pre>#
16656
+ </pre></td></tr>
16657
+
16658
+
16659
+ <tr><th class="line-num" id="L3883"><a href="#L3883">3883</a></th><td class="line-code"><pre>#: ../views/month/nav.php:18
16660
+ </pre></td></tr>
16661
+
16662
+
16663
+ <tr><th class="line-num" id="L3884"><a href="#L3884">3884</a></th><td class="line-code"><pre>msgid &quot;Calendar Month Navigation&quot;
16664
+ </pre></td></tr>
16665
+
16666
+
16667
+ <tr><th class="line-num" id="L3885"><a href="#L3885">3885</a></th><td class="line-code"><pre>msgstr &quot;Navigering etter Kalendermåned&quot;
16668
+ </pre></td></tr>
16669
+
16670
+
16671
+ <tr><th class="line-num" id="L3886"><a href="#L3886">3886</a></th><td class="line-code"><pre>
16672
+ </pre></td></tr>
16673
+
16674
+
16675
+ <tr><th class="line-num" id="L3887"><a href="#L3887">3887</a></th><td class="line-code"><pre>#
16676
+ </pre></td></tr>
16677
+
16678
+
16679
+ <tr><th class="line-num" id="L3888"><a href="#L3888">3888</a></th><td class="line-code"><pre>#: ../views/tickets/attendees-email.php:25
16680
+ </pre></td></tr>
16681
+
16682
+
16683
+ <tr><th class="line-num" id="L3889"><a href="#L3889">3889</a></th><td class="line-code"><pre>msgid &quot;Attendee List&quot;
16684
+ </pre></td></tr>
16685
+
16686
+
16687
+ <tr><th class="line-num" id="L3890"><a href="#L3890">3890</a></th><td class="line-code"><pre>msgstr &quot;Deltakerliste&quot;
16688
+ </pre></td></tr>
16689
+
16690
+
16691
+ <tr><th class="line-num" id="L3891"><a href="#L3891">3891</a></th><td class="line-code"><pre>
16692
+ </pre></td></tr>
16693
+
16694
+
16695
+ <tr><th class="line-num" id="L3892"><a href="#L3892">3892</a></th><td class="line-code"><pre>#: ../views/tickets/email.php:39
16696
+ </pre></td></tr>
16697
+
16698
+
16699
+ <tr><th class="line-num" id="L3893"><a href="#L3893">3893</a></th><td class="line-code"><pre>msgid &quot;Your tickets&quot;
16700
+ </pre></td></tr>
16701
+
16702
+
16703
+ <tr><th class="line-num" id="L3894"><a href="#L3894">3894</a></th><td class="line-code"><pre>msgstr &quot;Dine billetter&quot;
16704
+ </pre></td></tr>
16705
+
16706
+
16707
+ <tr><th class="line-num" id="L3895"><a href="#L3895">3895</a></th><td class="line-code"><pre>
16708
+ </pre></td></tr>
16709
+
16710
+
16711
+ <tr><th class="line-num" id="L3896"><a href="#L3896">3896</a></th><td class="line-code"><pre>#: ../views/tickets/email.php:320
16712
+ </pre></td></tr>
16713
+
16714
+
16715
+ <tr><th class="line-num" id="L3897"><a href="#L3897">3897</a></th><td class="line-code"><pre>msgid &quot;Ticket Type&quot;
16716
+ </pre></td></tr>
16717
+
16718
+
16719
+ <tr><th class="line-num" id="L3898"><a href="#L3898">3898</a></th><td class="line-code"><pre>msgstr &quot;Billettype&quot;
16720
+ </pre></td></tr>
16721
+
16722
+
16723
+ <tr><th class="line-num" id="L3899"><a href="#L3899">3899</a></th><td class="line-code"><pre>
16724
+ </pre></td></tr>
16725
+
16726
+
16727
+ <tr><th class="line-num" id="L3900"><a href="#L3900">3900</a></th><td class="line-code"><pre>#: ../views/tickets/email.php:324
16728
+ </pre></td></tr>
16729
+
16730
+
16731
+ <tr><th class="line-num" id="L3901"><a href="#L3901">3901</a></th><td class="line-code"><pre>msgid &quot;Purchaser&quot;
16732
+ </pre></td></tr>
16733
+
16734
+
16735
+ <tr><th class="line-num" id="L3902"><a href="#L3902">3902</a></th><td class="line-code"><pre>msgstr &quot;Kjøper&quot;
16736
+ </pre></td></tr>
16737
+
16738
+
16739
+ <tr><th class="line-num" id="L3903"><a href="#L3903">3903</a></th><td class="line-code"><pre>
16740
+ </pre></td></tr>
16741
+
16742
+
16743
+ <tr><th class="line-num" id="L3904"><a href="#L3904">3904</a></th><td class="line-code"><pre>#~ msgid &quot;Enable ajax to live refresh content.&quot;
16744
+ </pre></td></tr>
16745
+
16746
+
16747
+ <tr><th class="line-num" id="L3905"><a href="#L3905">3905</a></th><td class="line-code"><pre>#~ msgstr &quot;Aktiver ajax å oppdatere innhold i sanntid.&quot;
16748
+ </pre></td></tr>
16749
+
16750
+
16751
+ <tr><th class="line-num" id="L3906"><a href="#L3906">3906</a></th><td class="line-code"><pre>
16752
+ </pre></td></tr>
16753
+
16754
+
16755
+ <tr><th class="line-num" id="L3907"><a href="#L3907">3907</a></th><td class="line-code"><pre>#~ msgctxt &quot;not available&quot;
16756
+ </pre></td></tr>
16757
+
16758
+
16759
+ <tr><th class="line-num" id="L3908"><a href="#L3908">3908</a></th><td class="line-code"><pre>#~ msgid &quot;n/a&quot;
16760
+ </pre></td></tr>
16761
+
16762
+
16763
+ <tr><th class="line-num" id="L3909"><a href="#L3909">3909</a></th><td class="line-code"><pre>#~ msgstr &quot;Ikke tilgjengelig&quot;
16764
+ </pre></td></tr>
16765
+
16766
+
16767
+ <tr><th class="line-num" id="L3910"><a href="#L3910">3910</a></th><td class="line-code"><pre>
16768
+ </pre></td></tr>
16769
+
16770
+
16771
+ <tr><th class="line-num" id="L3911"><a href="#L3911">3911</a></th><td class="line-code"><pre>#~ msgid &quot;Based on %d rating&quot;
16772
+ </pre></td></tr>
16773
+
16774
+
16775
+ <tr><th class="line-num" id="L3912"><a href="#L3912">3912</a></th><td class="line-code"><pre>#~ msgid_plural &quot;Based on %d ratings&quot;
16776
+ </pre></td></tr>
16777
+
16778
+
16779
+ <tr><th class="line-num" id="L3913"><a href="#L3913">3913</a></th><td class="line-code"><pre>#~ msgstr[0] &quot;Basert på %d vurdering&quot;
16780
+ </pre></td></tr>
16781
+
16782
+
16783
+ <tr><th class="line-num" id="L3914"><a href="#L3914">3914</a></th><td class="line-code"><pre>#~ msgstr[1] &quot;Basert på %d rangeringer&quot;
16784
+ </pre></td></tr>
16785
+
16786
+
16787
+ <tr><th class="line-num" id="L3915"><a href="#L3915">3915</a></th><td class="line-code"><pre>
16788
+ </pre></td></tr>
16789
+
16790
+
16791
+ <tr><th class="line-num" id="L3916"><a href="#L3916">3916</a></th><td class="line-code"><pre>#~ msgid &quot;&quot;
16792
+ </pre></td></tr>
16793
+
16794
+
16795
+ <tr><th class="line-num" id="L3917"><a href="#L3917">3917</a></th><td class="line-code"><pre>#~ &quot;The above setting was not saved. Other settings were successfully saved.&quot;
16796
+ </pre></td></tr>
16797
+
16798
+
16799
+ <tr><th class="line-num" id="L3918"><a href="#L3918">3918</a></th><td class="line-code"><pre>#~ msgid_plural &quot;&quot;
16800
+ </pre></td></tr>
16801
+
16802
+
16803
+ <tr><th class="line-num" id="L3919"><a href="#L3919">3919</a></th><td class="line-code"><pre>#~ &quot;The above settings were not saved. Other settings were successfully saved.&quot;
16804
+ </pre></td></tr>
16805
+
16806
+
16807
+ <tr><th class="line-num" id="L3920"><a href="#L3920">3920</a></th><td class="line-code"><pre>#~ msgstr[0] &quot;&quot;
16808
+ </pre></td></tr>
16809
+
16810
+
16811
+ <tr><th class="line-num" id="L3921"><a href="#L3921">3921</a></th><td class="line-code"><pre>#~ &quot;Innstillingen over ble ikke lagret. Andre innstillinger ble vellykket &quot;
16812
+ </pre></td></tr>
16813
+
16814
+
16815
+ <tr><th class="line-num" id="L3922"><a href="#L3922">3922</a></th><td class="line-code"><pre>#~ &quot;lagret.&quot;
16816
+ </pre></td></tr>
16817
+
16818
+
16819
+ <tr><th class="line-num" id="L3923"><a href="#L3923">3923</a></th><td class="line-code"><pre>#~ msgstr[1] &quot;&quot;
16820
+ </pre></td></tr>
16821
+
16822
+
16823
+ <tr><th class="line-num" id="L3924"><a href="#L3924">3924</a></th><td class="line-code"><pre>#~ &quot;Innstillingene over ble ikke lagret. Andre innstillinger ble vellykket &quot;
16824
+ </pre></td></tr>
16825
+
16826
+
16827
+ <tr><th class="line-num" id="L3925"><a href="#L3925">3925</a></th><td class="line-code"><pre>#~ &quot;lagret.&quot;
16828
+ </pre></td></tr>
16829
+
16830
+
16831
+ <tr><th class="line-num" id="L3926"><a href="#L3926">3926</a></th><td class="line-code"><pre>
16832
+ </pre></td></tr>
16833
+
16834
+
16835
+ <tr><th class="line-num" id="L3927"><a href="#L3927">3927</a></th><td class="line-code"><pre>#~ msgid &quot;&quot;
16836
+ </pre></td></tr>
16837
+
16838
+
16839
+ <tr><th class="line-num" id="L3928"><a href="#L3928">3928</a></th><td class="line-code"><pre>#~ &quot;listed under %s. Check out past events for this category or view the full &quot;
16840
+ </pre></td></tr>
16841
+
16842
+
16843
+ <tr><th class="line-num" id="L3929"><a href="#L3929">3929</a></th><td class="line-code"><pre>#~ &quot;calendar.&quot;
16844
+ </pre></td></tr>
16845
+
16846
+
16847
+ <tr><th class="line-num" id="L3930"><a href="#L3930">3930</a></th><td class="line-code"><pre>#~ msgstr &quot;&quot;
16848
+ </pre></td></tr>
16849
+
16850
+
16851
+ <tr><th class="line-num" id="L3931"><a href="#L3931">3931</a></th><td class="line-code"><pre>#~ &quot;oppført under % s. Sjekk ut tidligere hendelser for denne kategorien, &quot;
16852
+ </pre></td></tr>
16853
+
16854
+
16855
+ <tr><th class="line-num" id="L3932"><a href="#L3932">3932</a></th><td class="line-code"><pre>#~ &quot;eller se hele kalenderen.&quot;
16856
+ </pre></td></tr>
16857
+
16858
+
16859
+ <tr><th class="line-num" id="L3933"><a href="#L3933">3933</a></th><td class="line-code"><pre>
16860
+ </pre></td></tr>
16861
+
16862
+
16863
+ <tr><th class="line-num" id="L3934"><a href="#L3934">3934</a></th><td class="line-code"><pre>#~ msgid &quot;No events scheduled for &lt;strong&gt;%s&lt;/strong&gt;. Please try another day.&quot;
16864
+ </pre></td></tr>
16865
+
16866
+
16867
+ <tr><th class="line-num" id="L3935"><a href="#L3935">3935</a></th><td class="line-code"><pre>#~ msgstr &quot;&quot;
16868
+ </pre></td></tr>
16869
+
16870
+
16871
+ <tr><th class="line-num" id="L3936"><a href="#L3936">3936</a></th><td class="line-code"><pre>#~ &quot;Ingen aktiviteter planlagt for &lt;strong&gt;%s&lt;/strong&gt;. Vennligst forsøk &quot;
16872
+ </pre></td></tr>
16873
+
16874
+
16875
+ <tr><th class="line-num" id="L3937"><a href="#L3937">3937</a></th><td class="line-code"><pre>#~ &quot;igjen med en annen dag.&quot;
16876
+ </pre></td></tr>
16877
+
16878
+
16879
+ </tbody>
16880
+ </table>
16881
+ </div>
16882
+
16883
+
16884
+
16885
+
16886
+
16887
+
16888
+ <div style="clear:both;">&nbsp;</div>
16889
+ </div>
16890
+ </div>
16891
+
16892
+ <div id="footer">
16893
+ <div class="bgl"><div class="bgr">
16894
+ Powered by <a href="https://www.chiliproject.org/">ChiliProject</a>
16895
+ </div></div>
16896
+ </div>
16897
+
16898
+ <div id="ajax-indicator" style="display:none;"><span>Loading...</span></div>
16899
+ <div id="dialog-window" style="display:none;"></div>
16900
+
16901
+ </div>
16902
+ <script type="text/javascript">
16903
+ var clockingConfig = {
16904
+ createUrl: '/time_entries.json',
16905
+ rootUrl: '/',
16906
+ currentUserName: "Leah Koerper",
16907
+ apiKey: '68894ad079b73a86dc9eade9065a6db65d89edff',
16908
+ images: {
16909
+ refresh: '/plugin_assets/chiliproject_clocking/images/arrow_refresh.png?1360645204',
16910
+ window: '/plugin_assets/chiliproject_clocking/images/window.png?1360645204',
16911
+ loading: '/images/loading.gif?1360645048'
16912
+ },
16913
+ embedded: true,
16914
+ helpUrl: '/help/wiki_syntax'
16915
+ };
16916
+
16917
+ var clockingTool = new ClockingTool(clockingConfig);
16918
+
16919
+ // Sent the CSRF token with any ajax requests
16920
+ jQuery(document).ajaxSend(function(e, xhr, options) {
16921
+ var token = jQuery("meta[name='csrf-token']").attr("content");
16922
+ if (token) {
16923
+ xhr.setRequestHeader("X-CSRF-Token", token);
16924
+ }
16925
+ });
16926
+
16927
+ jQuery(document).ready(function() {
16928
+ jQuery('#more-menu').after('<li class="clocking-tool-trigger"><a href="/clocking_tool" class="clocking-tool-menu" onclick="return false">Clocking tool</a></li>');
16929
+ clockingTool.draw();
16930
+
16931
+ // Use an event the html element to handle clicks
16932
+ // outside the tool to close the tool
16933
+ //
16934
+ // Adapted from ChiliProject 3.0.0's handleClickEventOnPageToCloseOpenMenu()
16935
+ jQuery('html').live("click", function(htmlEvent) {
16936
+ var clockingToolEle = jQuery('#clocking-tool');
16937
+
16938
+ // Was the trigger clicked?
16939
+ if (jQuery('.clocking-tool-trigger').has(htmlEvent.target).length > 0) {
16940
+ // Clicked on the trigger, let it bubble up (thus close)
16941
+ } else if (clockingToolEle.has(htmlEvent.target).length > 0) {
16942
+ // Clicked on the open tool, let it bubble up
16943
+ } else {
16944
+ // Clicked elsewhere, close tool
16945
+ clockingToolEle.hide().removeClass('open');
16946
+ }
16947
+ });
16948
+
16949
+ jQuery('.clocking-tool-trigger').live('click', function() {
16950
+ clockingTool.getProjects();
16951
+
16952
+ var clockingToolEle = jQuery('#clocking-tool');
16953
+ if (clockingToolEle.hasClass('open')) {
16954
+ // Close tool
16955
+ clockingToolEle.hide().removeClass('open');
16956
+ } else {
16957
+ // Open tool
16958
+ clockingToolEle.show().addClass('open');
16959
+ }
16960
+
16961
+ });
16962
+ });
16963
+ </script>
16964
+
16965
+ <div id="clocking-tool" class="embed" style="display: none;"></div>
16966
+
16967
+ <script type="text/x-jquery-tmpl" id="clocking-tool-template">
16968
+ <div class="clocking-tool-inner">
16969
+ <div class="header">
16970
+ <div class="message-box"></div>
16971
+ <div class="popout"></div>
16972
+ <div class="ajax-loading" style="display:none;"></div>
16973
+ </div>
16974
+ <div class="form-container">
16975
+ <form action="${ formUrl }" class="" method="post">
16976
+ <p>
16977
+ <select class="project_id" name="project_id">
16978
+ </select>
16979
+ </p>
16980
+ <p class="issue-fields">
16981
+ <input class="time_entry_issue_id" name="time_entry[issue_id]" type="hidden">
16982
+ <input class="issue_search" name="issue_search" type="text" placeholder="--- Issue search ---">
16983
+ <img alt="Refresh" class="refresh-data" src="${ refreshImage }" height="16" width="16">
16984
+ </p>
16985
+ <p>
16986
+ <select class="time_entry_activity_id" name="time_entry[activity_id]">
16987
+ </select>
16988
+ </p>
16989
+ <p class="hours-section">
16990
+ <input class="time_entry_hours" name="time_entry[hours]" size="3" type="text" placeholder="0:00">
16991
+ <input id="time_entry_spent_on_${ randomId }" class="time_entry_spent_on" name="time_entry[spent_on]" size="10" type="text" value="${ today }">
16992
+ <img alt="Calendar" id="time_entry_spent_on_${ randomId }_trigger" class="calendar-trigger time_entry_spent_on_trigger" src="/images/calendar.png?1323882096" height="16" width="16" style="float: right;"><br>
16993
+ <a class="formatting-help" href="${ helpUrl }" tabindex="-1" target="_blank">Formatting Help</a>
16994
+ </p>
16995
+ <p style="clear:left;">
16996
+ <input class="time_entry_comments" name="time_entry[comments]" type="text" placeholder="--- Describe what you did here.---">
16997
+ </p>
16998
+
16999
+ <p>
17000
+ <input name="commit" type="submit" value="Save">
17001
+ <a class="jump-to-issue" href="#">Go to this issue...</a>
17002
+ </p>
17003
+ </form>
17004
+
17005
+ </div>
17006
+ <div class="issues-container">
17007
+ <h3>Recent Issues</h3>
17008
+ <ul class="issue-results">
17009
+ </ul>
17010
+ </div>
17011
+ </div>
17012
+ </script>
17013
+
17014
+
17015
+ <div id='dialog-window'></div> <script type="text/javascript">
17016
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
17017
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
17018
+ </script>
17019
+ <script type="text/javascript">
17020
+ try {
17021
+ var pageTracker = _gat._getTracker("UA-8411715-1");
17022
+ pageTracker._trackPageview();
17023
+ } catch(err) {}</script>
17024
+ </body>
17025
+ </html>
lang/tribe-events-calendar-nl_NL.mo CHANGED
Binary file
lang/tribe-events-calendar-nl_NL.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:29-0800\n"
9
- "PO-Revision-Date: 2013-08-27 23:45+0200\n"
10
- "Last-Translator: Erik Massop <e.massop@hccnet.nl>\n"
11
  "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
  "Language: nl_NL\n"
13
  "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@ 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.5\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
  #: ../admin-views/app-shop.php:4
@@ -101,6 +101,7 @@ msgid "URL:"
101
  msgstr "URL:"
102
 
103
  #: ../admin-views/events-meta-box.php:115
 
104
  msgid "Event Cost"
105
  msgstr "Evenementkosten"
106
 
@@ -108,12 +109,12 @@ msgstr "Evenementkosten"
108
  msgid "Currency Symbol:"
109
  msgstr "Valutasymbool:"
110
 
111
- #: ../admin-views/events-meta-box.php:122
112
- #: ../public/advanced-functions/meta.php:270
113
  msgid "Cost:"
114
  msgstr "Kosten:"
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 "Voer 0 in voor gratis evenementen of laat leeg om niet weer te geven."
119
 
@@ -124,25 +125,35 @@ msgstr "Naam van de organisator:"
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 "Telefoon:"
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 "Website:"
140
 
141
  #: ../admin-views/organizer-meta-box.php:27
142
- #: ../public/advanced-functions/meta.php:432
143
  msgid "Email:"
144
  msgstr "E-mail:"
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 "
@@ -291,14 +302,23 @@ msgid "Check this to use the classic header."
291
  msgstr "Zet het vinkje aan om de klassieke header te gebruiken."
292
 
293
  #: ../admin-views/tribe-options-display.php:105
 
 
 
 
 
 
 
 
 
294
  msgid "Advanced Template Settings"
295
  msgstr "Geavanceerde template-instellingen"
296
 
297
- #: ../admin-views/tribe-options-display.php:109
298
  msgid "Add HTML before event content"
299
  msgstr "Voeg HTML toe voor de evenementinhoud"
300
 
301
- #: ../admin-views/tribe-options-display.php:110
302
  msgid ""
303
  "If you are familiar with HTML, you can add additional code before the event "
304
  "template. Some themes may require this to help with styling or layout."
@@ -306,11 +326,11 @@ msgstr ""
306
  "Als je vertrouwd bent met HTML kun je extra code toevoegen vóór het "
307
  "evenementtemplate. Sommige thema's hebben dit nodig voor styling of layout."
308
 
309
- #: ../admin-views/tribe-options-display.php:115
310
  msgid "Add HTML after event content"
311
  msgstr "Voeg HTML toe na de evenementinhoud"
312
 
313
- #: ../admin-views/tribe-options-display.php:116
314
  msgid ""
315
  "If you are familiar with HTML, you can add additional code after the event "
316
  "template. Some themes may require this to help with styling or layout."
@@ -393,26 +413,37 @@ msgid "Number of events to show per page"
393
  msgstr "Aantal evenementen per pagina"
394
 
395
  #: ../admin-views/tribe-options-general.php:72
396
- msgid "Use Javascript to control page load"
397
- msgstr "Gebruik javascript om pagina te laden"
 
 
 
 
 
 
 
 
398
 
399
  #: ../admin-views/tribe-options-general.php:73
400
- msgid "Enable ajax to live refresh content."
401
- msgstr "Gebruik ajax om de inhoud live te verversen."
 
 
 
402
 
403
- #: ../admin-views/tribe-options-general.php:79
404
  msgid "Show comments"
405
  msgstr "Laat reacties zien"
406
 
407
- #: ../admin-views/tribe-options-general.php:80
408
  msgid "Enable comments on event pages."
409
  msgstr "Sta reacties op evenementenpagina's toe."
410
 
411
- #: ../admin-views/tribe-options-general.php:86
412
  msgid "Include events in main blog loop"
413
  msgstr "Gebruik evenementen in de blog loop"
414
 
415
- #: ../admin-views/tribe-options-general.php:87
416
  msgid ""
417
  "Show events with the site's other posts. When this box is checked, events "
418
  "will also continue to appear on the default events page."
@@ -420,12 +451,12 @@ msgstr ""
420
  "Laat evenementen zien met de overige berichten. Als dit is aangevinkt zullen "
421
  "de evenementen nog steeds op de standaardevenementenpagina verschijnen."
422
 
423
- #: ../admin-views/tribe-options-general.php:93
424
- #: ../admin-views/tribe-options-general.php:99
425
  msgid "Events URL slug"
426
  msgstr "Evenementenslug"
427
 
428
- #: ../admin-views/tribe-options-general.php:94
429
  #, php-format
430
  msgid ""
431
  "You cannot edit the slug for your events page as you do not have pretty "
@@ -438,26 +469,26 @@ msgstr ""
438
  "%s</a>. Om de slug te bewerken, <a href=\"%soptions-permalink.php\">vink "
439
  "hier de aangepaste structuur aan.</a>."
440
 
441
- #: ../admin-views/tribe-options-general.php:106
442
  #: ../public/template-tags/options.php:20
443
  msgid "The slug used for building the events URL."
444
  msgstr "De slug gebruikt voor het opbouwen van de evenementen-URL."
445
 
446
- #: ../admin-views/tribe-options-general.php:106
447
  #, php-format
448
  msgid "Your current events URL is: %s"
449
  msgstr "Je huidige evenementen-URL is: %s"
450
 
451
- #: ../admin-views/tribe-options-general.php:111
452
  #: ../public/template-tags/options.php:43
453
  msgid "Here is the iCal feed URL for your events:"
454
  msgstr "Hier is de URL van de iCal-feed voor je evenementen:"
455
 
456
- #: ../admin-views/tribe-options-general.php:116
457
  msgid "Single event URL slug"
458
  msgstr "Slug voor afzonderlijke evenementen"
459
 
460
- #: ../admin-views/tribe-options-general.php:123
461
  #, php-format
462
  msgid ""
463
  "The above should ideally be plural, and this singular.<br />Your single "
@@ -466,23 +497,24 @@ msgstr ""
466
  "Bovenstaande is idealiter meervoud en dit enkelvoud.<br />Je evenement-URL "
467
  "is: %s"
468
 
469
- #: ../admin-views/tribe-options-general.php:128
470
  msgid "End of day cutoff"
471
  msgstr "Eindedagbegrenzing"
472
 
473
- #: ../admin-views/tribe-options-general.php:136
474
  msgid ""
475
- "Have events that run past midnight? Control when your day official ends to "
476
- "avoid awkwardly adding your event to the next day."
477
  msgstr ""
478
- "Heb je evenementen die doorgaan na middernacht? Stel het einde van de dag "
479
- "uit om te voorkomen dat je evenementen ook op de volgende dag verschijnen."
 
480
 
481
- #: ../admin-views/tribe-options-general.php:141
482
  msgid "Default currency symbol"
483
  msgstr "Standaardvalutasymbool"
484
 
485
- #: ../admin-views/tribe-options-general.php:142
486
  msgid ""
487
  "Set the default currency symbol for event costs. Note that this only impacts "
488
  "future events, and changes made will not apply retroactively."
@@ -490,40 +522,52 @@ msgstr ""
490
  "Stel het standaardvalutasymbool voor evenementskosten in. Dit geldt vanaf nu "
491
  "en heeft geen wijzigingen van eerdere evenementen tot gevolg."
492
 
493
- #: ../admin-views/tribe-options-general.php:149
 
 
 
 
 
 
 
 
 
 
 
 
494
  msgid "Map Settings"
495
  msgstr "Kaartinstellingen"
496
 
497
- #: ../admin-views/tribe-options-general.php:153
498
  msgid "Enable Google Maps"
499
  msgstr "Gebruik Google Maps"
500
 
501
- #: ../admin-views/tribe-options-general.php:154
502
  msgid "Check to enable maps for events and venues."
503
  msgstr "Vink aan om kaarten te laten zien bij evenementen en locaties."
504
 
505
- #: ../admin-views/tribe-options-general.php:161
506
  msgid "Google Maps default zoom level"
507
  msgstr "Standaardzoomlevel voor Google Maps"
508
 
509
- #: ../admin-views/tribe-options-general.php:162
510
  msgid "0 = zoomed out; 21 = zoomed in."
511
  msgstr "0 = uitgezoomd (wereld); 21 = ingezoomd (straat)."
512
 
513
- #: ../admin-views/tribe-options-general.php:170
514
  msgid "Miscellaneous Settings"
515
  msgstr "Overige instellingen"
516
 
517
- #: ../admin-views/tribe-options-general.php:174
518
  msgid "Duplicate Venues &amp; Organizers"
519
  msgstr "Duplicaatlocaties &amp; -organisatoren"
520
 
521
- #: ../admin-views/tribe-options-general.php:174
522
  #: ../lib/tribe-amalgamator.php:252
523
  msgid "Merge Duplicates"
524
  msgstr "Duplicaten samenvoegen"
525
 
526
- #: ../admin-views/tribe-options-general.php:174
527
  msgid ""
528
  "You might find duplicate venues and organizers when updating The Events "
529
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
@@ -533,11 +577,11 @@ msgstr ""
533
  "Calendar upgradet van een eerdere versie. Klik op deze knop om identieke "
534
  "locaties en organisatoren samen te voegen."
535
 
536
- #: ../admin-views/tribe-options-general.php:179
537
  msgid "Debug mode"
538
  msgstr "Debugmodus"
539
 
540
- #: ../admin-views/tribe-options-general.php:185
541
  #, php-format
542
  msgid ""
543
  "Enable this option to log debug information. By default this will log to "
@@ -550,15 +594,10 @@ msgstr ""
550
  "stellen we voor dat je %s installeert en de \"Tribe\"-tab in de debuguitvoer "
551
  "bekijkt."
552
 
553
- #: ../admin-views/tribe-options-general.php:185
554
  msgid "Debug Bar Plugin"
555
  msgstr "Debug Bar Plugin"
556
 
557
- #: ../admin-views/tribe-options-help.php:18
558
- msgctxt "not available"
559
- msgid "n/a"
560
- msgstr ""
561
-
562
  #: ../admin-views/tribe-options-help.php:19
563
  msgid "You need to upgrade!"
564
  msgstr "Je moet upgraden!"
@@ -572,60 +611,48 @@ msgid "The Events Calendar PRO"
572
  msgstr "The Events Calendar PRO"
573
 
574
  #: ../admin-views/tribe-options-help.php:46
575
- msgid "Eventbrite Tickets"
576
- msgstr "Eventbrite Tickets"
577
 
578
  #: ../admin-views/tribe-options-help.php:50
579
- msgid "Community Events"
580
- msgstr "Community Events"
581
 
582
  #: ../admin-views/tribe-options-help.php:54
583
- msgid "Facebook Events"
584
- msgstr "Facebook Events"
585
 
586
  #: ../admin-views/tribe-options-help.php:58
587
- msgid "WooTickets"
588
- msgstr "WooTickets"
589
 
590
  #: ../admin-views/tribe-options-help.php:63
591
- msgid "Faceted Filters"
592
- msgstr "Faceted Filters"
593
-
594
- #: ../admin-views/tribe-options-help.php:71
595
- msgid "Documentation"
596
- msgstr "Documentatie"
597
 
598
- #: ../admin-views/tribe-options-help.php:75
599
- msgid "FAQ"
600
- msgstr "FAQ"
601
 
602
- #: ../admin-views/tribe-options-help.php:79
603
- #: ../lib/the-events-calendar.class.php:743
604
- #: ../lib/the-events-calendar.class.php:3889
605
- #: ../lib/the-events-calendar.class.php:3980
606
- msgid "Help"
607
- msgstr "Help"
608
 
609
- #: ../admin-views/tribe-options-help.php:83
610
- msgid "Tutorials"
611
- msgstr "Tutorials"
612
 
613
  #: ../admin-views/tribe-options-help.php:87
614
- msgid "Release Notes"
615
- msgstr "Release Notes"
616
-
617
- #: ../admin-views/tribe-options-help.php:91
618
- msgid "Forums"
619
- msgstr "Forums"
620
-
621
- #: ../admin-views/tribe-options-help.php:99
622
  msgid ""
623
  "If this is your first time using The Events Calendar, you're in for a treat "
624
  "and are already well on your way to creating a first event. Here are some "
625
  "basics we've found helpful for users jumping into it for the first time:"
626
  msgstr ""
 
 
 
627
 
628
- #: ../admin-views/tribe-options-help.php:102
629
  #, php-format
630
  msgid ""
631
  "%sOur New User Primer%s was designed for folks in your exact position. "
@@ -633,8 +660,12 @@ msgid ""
633
  "accompanying screenshots, the primer aims to take you from zero to hero in "
634
  "no time."
635
  msgstr ""
 
 
 
 
636
 
637
- #: ../admin-views/tribe-options-help.php:104
638
  #, php-format
639
  msgid ""
640
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
@@ -642,66 +673,90 @@ msgid ""
642
  "helpful as it aims to address any basic install questions not addressed by "
643
  "the new user primer."
644
  msgstr ""
 
 
 
 
645
 
646
- #: ../admin-views/tribe-options-help.php:106
647
  #, php-format
648
  msgid ""
649
  "Are you developer looking to build your own frontend view? We created an "
650
  "example plugin that demonstrates how to register a new view. You can "
651
  "%sdownload the plugin at GitHub%s to get started."
652
  msgstr ""
 
 
 
653
 
654
- #: ../admin-views/tribe-options-help.php:108
655
  msgid ""
656
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
657
  "the Events menu and adding your first event."
658
  msgstr ""
 
 
659
 
660
- #: ../admin-views/tribe-options-help.php:112
661
  #, php-format
662
  msgid ""
663
  "We've redone our support page from the ground up in an effort to better help "
664
  "our users. Head over to our %sSupport Page%s and you'll find lots of great "
665
  "resources, including:"
666
  msgstr ""
 
 
 
667
 
668
- #: ../admin-views/tribe-options-help.php:114
669
  #, php-format
670
  msgid ""
671
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
672
  "&amp; Events Calendar PRO"
673
  msgstr ""
 
 
674
 
675
- #: ../admin-views/tribe-options-help.php:116
676
  #, php-format
677
  msgid ""
678
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
679
  "to advanced themer tweaks"
680
  msgstr ""
 
 
681
 
682
- #: ../admin-views/tribe-options-help.php:118
683
  #, php-format
684
  msgid ""
685
  "%sTutorials%s written by both members of our team and users from the "
686
  "community, covering custom queries, integration with third-party themes and "
687
  "plugins, etc."
688
  msgstr ""
 
 
 
689
 
690
- #: ../admin-views/tribe-options-help.php:120
691
  msgid ""
692
  "Release notes for painting an overall picture of the plugin's lifecycle and "
693
  "when features/bug fixes were introduced."
694
  msgstr ""
 
 
695
 
696
- #: ../admin-views/tribe-options-help.php:122
697
  #, php-format
698
  msgid ""
699
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
700
  "The Events Calendar (including WooTickets, Community Events, Eventbrite "
701
  "Tickets, Facebook Events, etc)"
702
  msgstr ""
 
 
 
703
 
704
- #: ../admin-views/tribe-options-help.php:124
705
  #, php-format
706
  msgid ""
707
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
@@ -711,15 +766,24 @@ msgid ""
711
  "add your own, and help us shape the future of the products business in a way "
712
  "that best meets the community's needs."
713
  msgstr ""
 
 
 
 
 
 
714
 
715
- #: ../admin-views/tribe-options-help.php:128
716
  #, php-format
717
  msgid ""
718
  "Written documentation can only take things so far...sometimes, you need help "
719
  "from a real person. This is where our %ssupport forums%s come into play."
720
  msgstr ""
 
 
 
721
 
722
- #: ../admin-views/tribe-options-help.php:129
723
  #, php-format
724
  msgid ""
725
  "Users of the free The Events Calendar should post their support concerns to "
@@ -728,8 +792,14 @@ msgid ""
728
  "to read our %ssupport expectations sticky thread%s before posting so you "
729
  "understand our limitations."
730
  msgstr ""
 
 
 
 
 
 
731
 
732
- #: ../admin-views/tribe-options-help.php:130
733
  msgid ""
734
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
735
  "you report a legitimate bug that we're able to reproduce, we will log it and "
@@ -737,8 +807,13 @@ msgid ""
737
  "provide customization tips or assist in integrating with 3rd party plugins "
738
  "or themes."
739
  msgstr ""
 
 
 
 
 
740
 
741
- #: ../admin-views/tribe-options-help.php:131
742
  #, php-format
743
  msgid ""
744
  "If you're a user of The Events Calendar and would like more support, please "
@@ -746,20 +821,27 @@ msgid ""
746
  "deeper level of customization/integration support for paying users than we "
747
  "can on WordPress.org."
748
  msgstr ""
 
 
 
 
749
 
750
- #: ../admin-views/tribe-options-help.php:135
751
  #, php-format
752
  msgid ""
753
  "If you find that you aren't getting the level of service you've come to "
754
  "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
755
  "why. We'll do what we can to make it right."
756
  msgstr ""
 
 
 
757
 
758
- #: ../admin-views/tribe-options-help.php:136
759
  msgid "More..."
760
  msgstr "Meer..."
761
 
762
- #: ../admin-views/tribe-options-help.php:144
763
  msgid ""
764
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
765
  "for installing our labor of love!"
@@ -767,76 +849,69 @@ msgstr ""
767
  "Hi! Wij zijn Modern Tribe en we zorgen voor die extra wow. Bedankt dat je "
768
  "ons liefdeswerk hebt geïnstalleerd!"
769
 
770
- #: ../admin-views/tribe-options-help.php:150
771
  msgid "Getting Started"
772
  msgstr "Aan de slag"
773
 
774
- #: ../admin-views/tribe-options-help.php:153
775
  msgid "Support Resources To Help You Kick Ass"
776
- msgstr ""
777
 
778
- #: ../admin-views/tribe-options-help.php:156
779
  msgid "Forums: Because Everyone Needs A Buddy"
780
  msgstr "Forums: Iedereen heeft een buddy nodig"
781
 
782
- #: ../admin-views/tribe-options-help.php:159
783
  msgid "Not getting help?"
784
- msgstr ""
785
 
786
- #: ../admin-views/tribe-options-help.php:169
787
- #: ../lib/the-events-calendar.class.php:486
788
  #: ../lib/tribe-settings.class.php:135
789
  msgid "The Events Calendar"
790
  msgstr "The Events Calendar"
791
 
792
- #: ../admin-views/tribe-options-help.php:173
793
  msgid "Latest Version:"
794
  msgstr "Laatste versie:"
795
 
796
- #: ../admin-views/tribe-options-help.php:174
797
  msgid "Author:"
798
  msgstr "Auteur:"
799
 
800
- #: ../admin-views/tribe-options-help.php:174
801
  msgid "Modern Tribe Inc"
802
  msgstr "Modern Tribe Inc"
803
 
804
- #: ../admin-views/tribe-options-help.php:175
805
  msgid "Requires:"
806
  msgstr "Benodigd:"
807
 
808
- #: ../admin-views/tribe-options-help.php:175
809
  msgid "WordPress "
810
  msgstr "Wordpress "
811
 
812
- #: ../admin-views/tribe-options-help.php:176
813
  msgid "Wordpress.org Plugin Page"
814
  msgstr "Wordpress.org Plugin Page"
815
 
816
- #: ../admin-views/tribe-options-help.php:181
817
  msgid "Average Rating"
818
  msgstr "Gemiddelde beoordeling"
819
 
820
- #: ../admin-views/tribe-options-help.php:185
821
- #, php-format
822
- msgid "Based on %d rating"
823
- msgid_plural "Based on %d ratings"
824
- msgstr[0] "Gebaseerd op %d beoordeling"
825
- msgstr[1] "Gebaseerd op %d beoordelingen"
826
-
827
- #: ../admin-views/tribe-options-help.php:186
828
  msgid "Give us 5 stars!"
829
  msgstr "Geef ons 5 sterren!"
830
 
831
- #: ../admin-views/tribe-options-help.php:189
832
  msgid "Premium Add-Ons"
833
  msgstr "Premium Add-Ons"
834
 
835
- #: ../admin-views/tribe-options-help.php:195
836
  msgid "(Coming Soon!)"
837
  msgstr "(Komt binnenkort!)"
838
 
839
- #: ../admin-views/tribe-options-help.php:202
840
  msgid "News and Tutorials"
841
  msgstr "Nieuws en tutorials"
842
 
@@ -861,7 +936,7 @@ msgid "Venue Name:"
861
  msgstr "Naam van de locatie:"
862
 
863
  #: ../admin-views/venue-meta-box.php:27
864
- #: ../public/advanced-functions/meta.php:371
865
  msgid "Address:"
866
  msgstr "Adres:"
867
 
@@ -1049,6 +1124,10 @@ msgstr "Ticketbeschrijving:"
1049
  msgid "Price:"
1050
  msgstr "Prijs:"
1051
 
 
 
 
 
1052
  #: ../admin-views/tickets/meta-box.php:124
1053
  msgid "Start sale:"
1054
  msgstr "Begin verkoop:"
@@ -1065,28 +1144,28 @@ msgstr ""
1065
  "Wanneer is ticketverkoop mogelijk? Als je géén start-/einddatum kiest zijn "
1066
  "tickets beschikbaar vanaf nu totdat het evenement is afgelopen."
1067
 
1068
- #: ../lib/the-events-calendar.class.php:491
1069
  msgid "month"
1070
  msgstr "maand"
1071
 
1072
- #: ../lib/the-events-calendar.class.php:492
1073
  msgid "upcoming"
1074
  msgstr "toekomstig"
1075
 
1076
- #: ../lib/the-events-calendar.class.php:493
1077
  msgid "past"
1078
  msgstr "afgelopen"
1079
 
1080
- #: ../lib/the-events-calendar.class.php:495
1081
  msgid "venue"
1082
  msgstr "locatie"
1083
 
1084
- #: ../lib/the-events-calendar.class.php:509
1085
  #, php-format
1086
  msgid "Initializing Tribe Events on %s"
1087
  msgstr "Tribe Events initialiseren op %s"
1088
 
1089
- #: ../lib/the-events-calendar.class.php:622
1090
  #, php-format
1091
  msgid ""
1092
  "Your version of The Events Calendar is not up-to-date with one of your The "
@@ -1095,7 +1174,7 @@ msgstr ""
1095
  "Jouw versie van The Events Calendar is niet up-to-date met één van je The "
1096
  "Events Calendar add-ons. Daarom graag %snu updaten.%s"
1097
 
1098
- #: ../lib/the-events-calendar.class.php:639
1099
  #, php-format
1100
  msgid ""
1101
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
@@ -1107,13 +1186,13 @@ msgstr ""
1107
  "de juiste versie van The Events Calendar. %sWil je samewerken met een ouder "
1108
  "versie%s?"
1109
 
1110
- #: ../lib/the-events-calendar.class.php:703
1111
- #: ../lib/the-events-calendar.class.php:738
1112
- #: ../lib/the-events-calendar.class.php:740
1113
  msgid "Licenses"
1114
  msgstr "Licenties"
1115
 
1116
- #: ../lib/the-events-calendar.class.php:707
1117
  #, php-format
1118
  msgid ""
1119
  "<p>The license key you received when completing your purchase from %s will "
@@ -1144,15 +1223,21 @@ msgstr ""
1144
  "update maar verwacht je er wel één? In Wordpress, ga naar <a href=\"%s"
1145
  "\">Dashboard > Updates</a> en klik \"Check Nogmaals\".</p>"
1146
 
1147
- #: ../lib/the-events-calendar.class.php:730
1148
  msgid "General"
1149
  msgstr "Algemeen"
1150
 
1151
- #: ../lib/the-events-calendar.class.php:731
1152
  msgid "Display"
1153
  msgstr "Weergave"
1154
 
1155
- #: ../lib/the-events-calendar.class.php:782
 
 
 
 
 
 
1156
  #, php-format
1157
  msgid ""
1158
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
@@ -1161,7 +1246,7 @@ msgstr ""
1161
  "Sorry, The Events Calendat heeft Wordpress %s of hoger nodig. Upgrade je "
1162
  "Wordpressinstallatie."
1163
 
1164
- #: ../lib/the-events-calendar.class.php:785
1165
  #, php-format
1166
  msgid ""
1167
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
@@ -1170,247 +1255,251 @@ msgstr ""
1170
  "Sorry, The Events Calendar heeft PHP %s of hoger nodig. Bespreek met je "
1171
  "webhost de mogelijkheid om een nieuwere versie te gebruiken."
1172
 
1173
- #: ../lib/the-events-calendar.class.php:1000 ../lib/widget-list.class.php:151
1174
- #: ../public/template-tags/loop.php:137
1175
  msgid "Upcoming Events"
1176
  msgstr "Toekomstige evenementen"
1177
 
1178
- #: ../lib/the-events-calendar.class.php:1003
1179
- #: ../public/template-tags/loop.php:165
1180
  msgid "Past Events"
1181
  msgstr "Afgelopen evenementen"
1182
 
1183
- #: ../lib/the-events-calendar.class.php:1008
1184
- #: ../lib/the-events-calendar.class.php:1015
 
1185
  #, php-format
1186
  msgid "Events for %s"
1187
  msgstr "Evenementen voor %s"
1188
 
1189
- #: ../lib/the-events-calendar.class.php:1010
1190
  msgid "Events this month"
1191
  msgstr "Evenementen deze maand"
1192
 
1193
- #: ../lib/the-events-calendar.class.php:1022
1194
  #, php-format
1195
  msgid "Events at %s"
1196
  msgstr "Evenementen bij %s"
1197
 
1198
- #: ../lib/the-events-calendar.class.php:1041
1199
  msgid "No description has been entered for this event."
1200
  msgstr "Voor dit evenement is geen beschrijving ingevoerd."
1201
 
1202
- #: ../lib/the-events-calendar.class.php:1303
1203
  msgid "category"
1204
  msgstr "categorie"
1205
 
1206
- #: ../lib/the-events-calendar.class.php:1313
1207
  msgid "tag"
1208
  msgstr "tag"
1209
 
1210
- #: ../lib/the-events-calendar.class.php:1340
1211
- #: ../lib/the-events-calendar.class.php:3820
1212
- #: ../lib/the-events-calendar.class.php:3880
 
1213
  msgid "Events"
1214
  msgstr "Evenementen"
1215
 
1216
- #: ../lib/the-events-calendar.class.php:1341
1217
  msgid "Event"
1218
  msgstr "Evenement"
1219
 
1220
- #: ../lib/the-events-calendar.class.php:1342
1221
- #: ../lib/the-events-calendar.class.php:1355
1222
- #: ../lib/the-events-calendar.class.php:1368
1223
  msgid "Add New"
1224
  msgstr "Nieuwe toevoegen"
1225
 
1226
- #: ../lib/the-events-calendar.class.php:1343
1227
  msgid "Add New Event"
1228
  msgstr "Voeg een nieuw evenement toe"
1229
 
1230
- #: ../lib/the-events-calendar.class.php:1344
1231
  msgid "Edit Event"
1232
  msgstr "Bewerk evenement"
1233
 
1234
- #: ../lib/the-events-calendar.class.php:1345
1235
  msgid "New Event"
1236
  msgstr "Nieuw evenement"
1237
 
1238
- #: ../lib/the-events-calendar.class.php:1346
1239
  msgid "View Event"
1240
  msgstr "Bekijk evenement"
1241
 
1242
- #: ../lib/the-events-calendar.class.php:1347
1243
  msgid "Search Events"
1244
  msgstr "Doorzoek evenementen"
1245
 
1246
- #: ../lib/the-events-calendar.class.php:1348
1247
  msgid "No events found"
1248
  msgstr "Geen evenementen gevonden"
1249
 
1250
- #: ../lib/the-events-calendar.class.php:1349
1251
  msgid "No events found in Trash"
1252
  msgstr "Geen evenementen gevonden in de prullenbak"
1253
 
1254
- #: ../lib/the-events-calendar.class.php:1353
1255
- #: ../lib/the-events-calendar.class.php:1465
 
1256
  msgid "Venues"
1257
  msgstr "Locaties"
1258
 
1259
- #: ../lib/the-events-calendar.class.php:1354
1260
- #: ../public/advanced-functions/meta.php:331 ../views/tickets/email.php:343
1261
  msgid "Venue"
1262
  msgstr "Locatie"
1263
 
1264
- #: ../lib/the-events-calendar.class.php:1356
1265
  msgid "Add New Venue"
1266
  msgstr "Voeg nieuwe locatie toe"
1267
 
1268
- #: ../lib/the-events-calendar.class.php:1357
1269
  msgid "Edit Venue"
1270
  msgstr "Bewerk locatie"
1271
 
1272
- #: ../lib/the-events-calendar.class.php:1358
1273
  msgid "New Venue"
1274
  msgstr "Nieuwe locatie"
1275
 
1276
- #: ../lib/the-events-calendar.class.php:1359
1277
  msgid "View Venue"
1278
  msgstr "Bekijk locatie"
1279
 
1280
- #: ../lib/the-events-calendar.class.php:1360
1281
  msgid "Search Venues"
1282
  msgstr "Doorzoek locaties"
1283
 
1284
- #: ../lib/the-events-calendar.class.php:1361
1285
  msgid "No venue found"
1286
  msgstr "Geen locatie gevonden"
1287
 
1288
- #: ../lib/the-events-calendar.class.php:1362
1289
  msgid "No venues found in Trash"
1290
  msgstr "Geen locaties gevonden in de prullenbak"
1291
 
1292
- #: ../lib/the-events-calendar.class.php:1366
1293
- #: ../lib/the-events-calendar.class.php:1466
 
1294
  msgid "Organizers"
1295
  msgstr "Organisatoren"
1296
 
1297
- #: ../lib/the-events-calendar.class.php:1367
1298
- #: ../public/advanced-functions/meta.php:393 ../views/tickets/email.php:362
1299
  msgid "Organizer"
1300
  msgstr "Organisator"
1301
 
1302
- #: ../lib/the-events-calendar.class.php:1369
1303
  msgid "Add New Organizer"
1304
  msgstr "Een nieuwe organisator toevoegen"
1305
 
1306
- #: ../lib/the-events-calendar.class.php:1370
1307
  msgid "Edit Organizer"
1308
  msgstr "Bewerk organisator"
1309
 
1310
- #: ../lib/the-events-calendar.class.php:1371
1311
  msgid "New Organizer"
1312
  msgstr "Nieuwe organisator"
1313
 
1314
- #: ../lib/the-events-calendar.class.php:1372
1315
  msgid "View Organizer"
1316
  msgstr "Bekijk organisator"
1317
 
1318
- #: ../lib/the-events-calendar.class.php:1373
1319
  msgid "Search Organizers"
1320
  msgstr "Doorzoek organisatoren"
1321
 
1322
- #: ../lib/the-events-calendar.class.php:1374
1323
  msgid "No organizer found"
1324
  msgstr "Geen organisator gevonden"
1325
 
1326
- #: ../lib/the-events-calendar.class.php:1375
1327
  msgid "No organizers found in Trash"
1328
  msgstr "Geen organisator gevonden in de prullenbak"
1329
 
1330
- #: ../lib/the-events-calendar.class.php:1379
1331
- #: ../lib/tribe-admin-events-list.class.php:217
1332
  msgid "Event Categories"
1333
  msgstr "Evenementcategorieën"
1334
 
1335
- #: ../lib/the-events-calendar.class.php:1380
1336
- #: ../public/template-tags/general.php:276
1337
  msgid "Event Category"
1338
  msgstr "Evenementencategorie"
1339
 
1340
- #: ../lib/the-events-calendar.class.php:1381
1341
  msgid "Search Event Categories"
1342
  msgstr "Doorzoek evenementencategorieën"
1343
 
1344
- #: ../lib/the-events-calendar.class.php:1382
1345
  msgid "All Event Categories"
1346
  msgstr "Alle evenementencategorieën"
1347
 
1348
- #: ../lib/the-events-calendar.class.php:1383
1349
  msgid "Parent Event Category"
1350
  msgstr "Bovenliggende evenementencategorie"
1351
 
1352
- #: ../lib/the-events-calendar.class.php:1384
1353
  msgid "Parent Event Category:"
1354
  msgstr "Bovenliggende evenementencategorie:"
1355
 
1356
- #: ../lib/the-events-calendar.class.php:1385
1357
  msgid "Edit Event Category"
1358
  msgstr "Bewerk evenementencategorie"
1359
 
1360
- #: ../lib/the-events-calendar.class.php:1386
1361
  msgid "Update Event Category"
1362
  msgstr "Update evenementencategorie"
1363
 
1364
- #: ../lib/the-events-calendar.class.php:1387
1365
  msgid "Add New Event Category"
1366
  msgstr "Voeg nieuwe evenementencategorie toe"
1367
 
1368
- #: ../lib/the-events-calendar.class.php:1388
1369
  msgid "New Event Category Name"
1370
  msgstr "Naam van de nieuwe evenementencategorie"
1371
 
1372
- #: ../lib/the-events-calendar.class.php:1404
1373
  #, php-format
1374
  msgid "Event updated. <a href=\"%s\">View event</a>"
1375
  msgstr "Evenement geüpdatet. <a href=\"%s\">Bekijk evenement</a>"
1376
 
1377
- #: ../lib/the-events-calendar.class.php:1405
1378
- #: ../lib/the-events-calendar.class.php:1422
1379
- #: ../lib/the-events-calendar.class.php:1439
1380
  msgid "Custom field updated."
1381
  msgstr "Extra veld geüpdatet."
1382
 
1383
- #: ../lib/the-events-calendar.class.php:1406
1384
- #: ../lib/the-events-calendar.class.php:1423
1385
- #: ../lib/the-events-calendar.class.php:1440
1386
  msgid "Custom field deleted."
1387
  msgstr "Extra veld verwijderd."
1388
 
1389
- #: ../lib/the-events-calendar.class.php:1407
1390
  msgid "Event updated."
1391
  msgstr "Evenement geüpdatet"
1392
 
1393
- #: ../lib/the-events-calendar.class.php:1409
1394
  #, php-format
1395
  msgid "Event restored to revision from %s"
1396
  msgstr "Evenement teruggezet naar de versie van %s"
1397
 
1398
- #: ../lib/the-events-calendar.class.php:1410
1399
  #, php-format
1400
  msgid "Event published. <a href=\"%s\">View event</a>"
1401
  msgstr "Evenement gepubliceerd. <a href=\"%s\">Bekijk evenement</a>"
1402
 
1403
- #: ../lib/the-events-calendar.class.php:1411
1404
  msgid "Event saved."
1405
  msgstr "Evenement opgeslagen."
1406
 
1407
- #: ../lib/the-events-calendar.class.php:1412
1408
  #, php-format
1409
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1410
  msgstr ""
1411
  "Evenement toegevoegd. <a target=\"_blank\" href=\"%s\">Preview evenement</a>"
1412
 
1413
- #: ../lib/the-events-calendar.class.php:1413
1414
  #, php-format
1415
  msgid ""
1416
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -1419,49 +1508,49 @@ msgstr ""
1419
  "Evenement ingepland voor: <strong>%1$s</strong>. <a target=\"_blank\" href="
1420
  "\"%2$s\">Preview evenement</a>"
1421
 
1422
- #: ../lib/the-events-calendar.class.php:1415
1423
- #: ../lib/the-events-calendar.class.php:1432
1424
- #: ../lib/the-events-calendar.class.php:1449
1425
  msgid "M j, Y @ G:i"
1426
  msgstr "D j M Y @ G:i"
1427
 
1428
- #: ../lib/the-events-calendar.class.php:1416
1429
  #, php-format
1430
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1431
  msgstr ""
1432
  "Conceptevenement geüpdatet. <a target=\"_blank\" href=\"%s\">Preview "
1433
  "evenement</a>"
1434
 
1435
- #: ../lib/the-events-calendar.class.php:1421
1436
  #, php-format
1437
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
1438
  msgstr "Locatie geüpdatet. <a href=\"%s\">Bekijk locatie</a>"
1439
 
1440
- #: ../lib/the-events-calendar.class.php:1424
1441
  msgid "Venue updated."
1442
  msgstr "Locatie geüpdatet."
1443
 
1444
- #: ../lib/the-events-calendar.class.php:1426
1445
  #, php-format
1446
  msgid "Venue restored to revision from %s"
1447
  msgstr "Locatie teruggezet naar de versie van %s"
1448
 
1449
- #: ../lib/the-events-calendar.class.php:1427
1450
  #, php-format
1451
  msgid "Venue published. <a href=\"%s\">View venue</a>"
1452
  msgstr "Locatie gepubliceerd. <a href=\"%s\">Bekijk locatie</a>"
1453
 
1454
- #: ../lib/the-events-calendar.class.php:1428
1455
  msgid "Venue saved."
1456
  msgstr "Locatie opgeslagen."
1457
 
1458
- #: ../lib/the-events-calendar.class.php:1429
1459
  #, php-format
1460
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1461
  msgstr ""
1462
  "Locatie toegevoegd. <a target=\"_blank\" href=\"%s\">Preview locatie</a>"
1463
 
1464
- #: ../lib/the-events-calendar.class.php:1430
1465
  #, php-format
1466
  msgid ""
1467
  "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -1470,37 +1559,37 @@ msgstr ""
1470
  "Locatie ingepland voor: <strong>%1$s</strong>. <a target=\"_blank\" href="
1471
  "\"%2$s\">Preview locatie</a>"
1472
 
1473
- #: ../lib/the-events-calendar.class.php:1433
1474
  #, php-format
1475
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1476
  msgstr ""
1477
  "Concept locatie geüpdatet. <a target=\"_blank\" href=\"%s\">Preview locatie</"
1478
  "a>"
1479
 
1480
- #: ../lib/the-events-calendar.class.php:1438
1481
  #, php-format
1482
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1483
  msgstr "Organisator geüpdatet. <a href=\"%s\">Bekijk organisator</a>"
1484
 
1485
- #: ../lib/the-events-calendar.class.php:1441
1486
  msgid "Organizer updated."
1487
  msgstr "Organisator geüpdatet."
1488
 
1489
- #: ../lib/the-events-calendar.class.php:1443
1490
  #, php-format
1491
  msgid "Organizer restored to revision from %s"
1492
  msgstr "Organisator teruggezet naar de versie van %s"
1493
 
1494
- #: ../lib/the-events-calendar.class.php:1444
1495
  #, php-format
1496
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1497
  msgstr "Organisator gepubliceerd. <a href=\"%s\">Bekijk organisator</a>"
1498
 
1499
- #: ../lib/the-events-calendar.class.php:1445
1500
  msgid "Organizer saved."
1501
  msgstr "Organisator opgeslagen."
1502
 
1503
- #: ../lib/the-events-calendar.class.php:1446
1504
  #, php-format
1505
  msgid ""
1506
  "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
@@ -1508,7 +1597,7 @@ msgstr ""
1508
  "Organisator verzonden. <a target=\"_blank\" href=\"%s\">Preview organisator</"
1509
  "a>"
1510
 
1511
- #: ../lib/the-events-calendar.class.php:1447
1512
  #, php-format
1513
  msgid ""
1514
  "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
@@ -1517,7 +1606,7 @@ msgstr ""
1517
  "Organisator ingeplanned voor: <strong>%1$s</strong>. <a target=\"_blank\" "
1518
  "href=\"%2$s\">Preview organisator</a>"
1519
 
1520
- #: ../lib/the-events-calendar.class.php:1450
1521
  #, php-format
1522
  msgid ""
1523
  "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
@@ -1526,103 +1615,108 @@ msgstr ""
1526
  "Conceptorganisator geüpdatet. <a target=\"_blank\" href=\"%s\">Preview "
1527
  "organisator</a>"
1528
 
1529
- #: ../lib/the-events-calendar.class.php:1491
1530
  msgid "Use Saved Venue:"
1531
  msgstr "Gebruik opgeslagen locatie:"
1532
 
1533
- #: ../lib/the-events-calendar.class.php:1520
1534
  msgid "Use Saved Organizer:"
1535
  msgstr "Gebruik opgeslagen organisator:"
1536
 
1537
- #: ../lib/the-events-calendar.class.php:1556
1538
  msgid "Use New Venue"
1539
  msgstr "Gebruik nieuwe locatie"
1540
 
1541
- #: ../lib/the-events-calendar.class.php:1558
1542
  msgid "My Venues"
1543
  msgstr "Mijn locaties"
1544
 
1545
- #: ../lib/the-events-calendar.class.php:1563
1546
  msgid "Available Venues"
1547
  msgstr "Beschikbare locaties"
1548
 
1549
- #: ../lib/the-events-calendar.class.php:1574
1550
  msgid "No saved venue exists."
1551
  msgstr "Er is geen opgeslagen locatie."
1552
 
1553
- #: ../lib/the-events-calendar.class.php:1608
1554
  msgid "Use New Organizer"
1555
  msgstr "Gebruik nieuwe organisator"
1556
 
1557
- #: ../lib/the-events-calendar.class.php:1610
1558
  msgid "My Organizers"
1559
  msgstr "Mijn organisatoren"
1560
 
1561
- #: ../lib/the-events-calendar.class.php:1615
1562
  msgid "Available Organizers"
1563
  msgstr "Beschikbare organisatoren"
1564
 
1565
- #: ../lib/the-events-calendar.class.php:1626
1566
  msgid "No saved organizer exists."
1567
  msgstr "Er is geen opgeslagen organisator."
1568
 
1569
- #: ../lib/the-events-calendar.class.php:1753
1570
  msgid "Next"
1571
  msgstr "Volgende"
1572
 
1573
- #: ../lib/the-events-calendar.class.php:1754
1574
  msgid "Prev"
1575
  msgstr "Vorige"
1576
 
1577
- #: ../lib/the-events-calendar.class.php:1755
1578
  msgid "Today"
1579
  msgstr "Vandaag"
1580
 
1581
- #: ../lib/the-events-calendar.class.php:1756
1582
  msgid "Done"
1583
  msgstr "Gereed"
1584
 
1585
- #: ../lib/the-events-calendar.class.php:1965
1586
  msgid "Network"
1587
  msgstr "Netwerk"
1588
 
1589
- #: ../lib/the-events-calendar.class.php:2902
1590
  msgid "Unnamed Venue"
1591
  msgstr "Onbenoemde locatie"
1592
 
1593
- #: ../lib/the-events-calendar.class.php:2992
1594
  msgid "Unnamed Organizer"
1595
  msgstr "Onbenoemde organisator"
1596
 
1597
- #: ../lib/the-events-calendar.class.php:3467
 
 
 
 
 
1598
  msgid "Event Options"
1599
  msgstr "Evenementenopties"
1600
 
1601
- #: ../lib/the-events-calendar.class.php:3469
1602
  msgid "Venue Information"
1603
  msgstr "Locatie-informatie"
1604
 
1605
- #: ../lib/the-events-calendar.class.php:3474
1606
  msgid "Organizer Information"
1607
  msgstr "Organisatorinformatie"
1608
 
1609
- #: ../lib/the-events-calendar.class.php:3669
1610
  msgid "Support"
1611
  msgstr "Support"
1612
 
1613
- #: ../lib/the-events-calendar.class.php:3672
1614
  msgid "View All Add-Ons"
1615
  msgstr "Bekijk alle add-ons"
1616
 
1617
- #: ../lib/the-events-calendar.class.php:3689
1618
  msgid "News from Modern Tribe"
1619
  msgstr "Nieuws van Modern Tribe"
1620
 
1621
- #: ../lib/the-events-calendar.class.php:3770
1622
  msgid "Additional Functionality"
1623
  msgstr "Extra functionaliteit"
1624
 
1625
- #: ../lib/the-events-calendar.class.php:3775
1626
  msgid ""
1627
  "Looking for additional functionality including recurring events, ticket "
1628
  "sales, publicly submitted events, new views and more?"
@@ -1630,32 +1724,32 @@ msgstr ""
1630
  "Opzoek naar extra functionaliteit zoals terugkerende evenementen, "
1631
  "ticketverkoop, gebruikersevenementen, nieuwe views en meer?"
1632
 
1633
- #: ../lib/the-events-calendar.class.php:3775
1634
  #, php-format
1635
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1636
  msgstr "Check out de <a href=\"%s\">beschikbare add-ons</a>."
1637
 
1638
- #: ../lib/the-events-calendar.class.php:3846
1639
- #: ../lib/the-events-calendar.class.php:3937
1640
  msgid "View Calendar"
1641
  msgstr "Bekijk kalender"
1642
 
1643
- #: ../lib/the-events-calendar.class.php:3854
1644
  msgid "Add Event"
1645
  msgstr "Evenement toevoegen"
1646
 
1647
- #: ../lib/the-events-calendar.class.php:3863
1648
  msgid "Edit Events"
1649
  msgstr "Evenement bewerken"
1650
 
1651
- #: ../lib/the-events-calendar.class.php:3872
1652
- #: ../lib/the-events-calendar.class.php:3973
1653
  #: ../lib/tribe-settings.class.php:164
1654
  msgid "Settings"
1655
  msgstr "Instellingen"
1656
 
1657
  # cehck out the link events-esettings
1658
- #: ../lib/the-events-calendar.class.php:3908
1659
  #, php-format
1660
  msgid ""
1661
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
@@ -1664,37 +1758,43 @@ msgstr ""
1664
  "Welkom bij The Events Calender! Jouw evenementenkalender is beschikbaar via "
1665
  "%s. Om deze slug te veranderen ga je naar %sEvenementen -> Instellingen%s."
1666
 
1667
- #: ../lib/the-events-calendar.class.php:3974
1668
  msgid "Calendar"
1669
  msgstr "Kalender"
1670
 
1671
- #: ../lib/the-events-calendar.class.php:4037
1672
  msgid "List"
1673
  msgstr "Lijst"
1674
 
1675
- #: ../lib/the-events-calendar.class.php:4048
1676
  msgid "Month"
1677
  msgstr "Maand"
1678
 
1679
- #: ../lib/the-events-calendar.class.php:4088
 
 
 
 
 
 
1680
  msgid "Date"
1681
  msgstr "Datum"
1682
 
1683
- #: ../lib/the-events-calendar.class.php:4091
1684
  msgid "Events In"
1685
  msgstr "Evenementen in"
1686
 
1687
- #: ../lib/the-events-calendar.class.php:4093
1688
  msgid "Events From"
1689
  msgstr "Evenementen op"
1690
 
1691
- #: ../lib/the-events-calendar.class.php:4276 ../views/list/nav.php:22
1692
- #: ../views/list/nav.php:28 ../views/list/nav.php:31
1693
  msgid "&laquo; Previous Events"
1694
  msgstr "&laquo; Eerdere evenementen "
1695
 
1696
- #: ../lib/the-events-calendar.class.php:4277 ../views/list/nav.php:40
1697
- #: ../views/list/nav.php:43 ../views/list/nav.php:49
1698
  msgid "Next Events &raquo;"
1699
  msgstr "Latere evenementen &raquo;"
1700
 
@@ -1703,34 +1803,34 @@ msgstr "Latere evenementen &raquo;"
1703
  msgid "View &#8220;%s&#8221;"
1704
  msgstr "View &#8220;%s&#8221;"
1705
 
1706
- #: ../lib/tribe-admin-events-list.class.php:222
1707
  msgid "Start Date"
1708
  msgstr "Begindatum"
1709
 
1710
- #: ../lib/tribe-admin-events-list.class.php:223
1711
  msgid "End Date"
1712
  msgstr "Einddatum"
1713
 
1714
- #: ../lib/tribe-admin-events-list.class.php:225
1715
  msgid "Recurring?"
1716
  msgstr "Terugkerend?"
1717
 
1718
- #: ../lib/tribe-admin-events-list.class.php:282
1719
  #: ../lib/tickets/tribe-tickets-pro.php:229
1720
  msgid "Yes"
1721
  msgstr "Ja"
1722
 
1723
- #: ../lib/tribe-admin-events-list.class.php:282
1724
  msgid "No"
1725
  msgstr "Nee"
1726
 
1727
- #: ../lib/tribe-admin-events-list.class.php:360
1728
  #, php-format
1729
  msgid "All %s"
1730
  msgstr "Alle %s"
1731
 
1732
  #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1733
- #: ../lib/tribe-app-shop.class.php:84
1734
  msgid "Event Add-Ons"
1735
  msgstr "Event Add-Ons"
1736
 
@@ -1738,7 +1838,7 @@ msgstr "Event Add-Ons"
1738
  msgid "Tribe"
1739
  msgstr "Tribe"
1740
 
1741
- #: ../lib/tribe-event-api.class.php:372 ../lib/tribe-view-helpers.class.php:44
1742
  #: ../public/template-tags/venue.php:240
1743
  msgid "United States"
1744
  msgstr "Verenigde Staten"
@@ -1748,19 +1848,19 @@ msgstr "Verenigde Staten"
1748
  msgid "Error"
1749
  msgstr "Fout"
1750
 
1751
- #: ../lib/tribe-field.class.php:161
1752
  msgid "Invalid field type specified"
1753
  msgstr "Ongeldig veldtype gegeven"
1754
 
1755
- #: ../lib/tribe-field.class.php:414
1756
  msgid "No radio options specified"
1757
  msgstr "Geen radio-opties gegeven"
1758
 
1759
- #: ../lib/tribe-field.class.php:451
1760
  msgid "No checkbox options specified"
1761
  msgstr "Geen checkboxopties gegeven"
1762
 
1763
- #: ../lib/tribe-field.class.php:505
1764
  msgid "No select options specified"
1765
  msgstr "Geen selectopties gegeven"
1766
 
@@ -1809,62 +1909,63 @@ msgstr "Je formulier heeft de volgende fouten:"
1809
  msgid "None of your settings were saved. Please try again."
1810
  msgstr "Geen van je instellingen is opgeslagen. Probeer het nogmaals."
1811
 
1812
- #: ../lib/tribe-settings.class.php:485
1813
- msgid ""
1814
- "The above setting was not saved. Other settings were successfully saved."
1815
- msgid_plural ""
1816
- "The above settings were not saved. Other settings were successfully saved."
1817
- msgstr[0] ""
1818
- "De bovenstaande instelling is niet opgeslagen. De overige instellingen zijn "
1819
- "met succes opgeslagen."
1820
- msgstr[1] ""
1821
- "De bovenstaande instellingen zijn niet opgeslagen. De overige instellingen "
1822
- "zijn met succes opgeslagen."
1823
-
1824
  #: ../lib/tribe-settings.class.php:509
1825
  msgid "Settings saved."
1826
  msgstr "Instellingen opgeslagen"
1827
 
1828
- #: ../lib/tribe-template-factory.class.php:225
1829
  #, php-format
1830
- msgid "There were no results found for <strong>\"%s\"</strong>."
1831
- msgstr "Er zijn geen resultaten voor <strong>\"%s\"</strong>."
1832
 
1833
  #: ../lib/tribe-template-factory.class.php:235
1834
  #, php-format
1835
- msgid ""
1836
- "listed under %s. Check out past events for this category or view the full "
1837
- "calendar."
1838
  msgstr ""
1839
- "in de categorie %s. Probeer de afgelopen evenementen voor deze categorie of "
1840
- "bekijk de volledige kalender."
1841
 
1842
- #: ../lib/tribe-template-factory.class.php:237
1843
  #, php-format
1844
  msgid ""
1845
- "listed under %s. Check out upcoming events for this category or view the "
1846
- "full calendar."
1847
  msgstr ""
1848
- "in de categorie %s. Probeer de toekomstige evenementen voor deze categorie "
1849
- "of bekijk de volledige kalender."
1850
 
1851
  #: ../lib/tribe-template-factory.class.php:241
1852
  #, php-format
1853
- msgid "No events scheduled for <strong>%s</strong>. Please try another day."
 
 
1854
  msgstr ""
1855
- "Geen evenementen gepland voor <strong>%s</strong>. Probeer een andere dag."
 
1856
 
1857
- #: ../lib/tribe-template-factory.class.php:245
1858
- msgid "No upcoming events "
1859
- msgstr "Geen toekomstige evenementen "
1860
 
1861
  #: ../lib/tribe-template-factory.class.php:247
1862
- msgid "No matching events "
1863
- msgstr "Geen overeenkomende evenementen "
 
1864
 
1865
- #: ../lib/tribe-template-factory.class.php:250
1866
- msgid "No previous events "
1867
- msgstr "Geen afgelopen evenementen "
 
 
 
 
 
 
 
 
 
 
 
1868
 
1869
  #: ../lib/tribe-the-events-calendar-import.class.php:64
1870
  #, php-format
@@ -1881,6 +1982,18 @@ msgid ""
1881
  "><br/> You have events that need to be migrated. Please visit the bottom of "
1882
  "the <a href=\"%s\">settings page</a> to perform the migration."
1883
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
1884
 
1885
  #: ../lib/tribe-the-events-calendar-import.class.php:86
1886
  msgid "Upgrade from The Events Calendar"
@@ -1922,11 +2035,6 @@ msgstr "Veld-ID:"
1922
  msgid "Non-existant field validation function passed"
1923
  msgstr "Niet-bestaande veldvalidatiefunctie gegeven"
1924
 
1925
- #: ../lib/tribe-validate.class.php:110
1926
- msgctxt "non-existant function name passed for field validation"
1927
- msgid "with function name:"
1928
- msgstr "met functienaam:"
1929
-
1930
  #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
1931
  #, php-format
1932
  msgid "%s must contain numbers and letters only"
@@ -3189,15 +3297,336 @@ msgstr "Een widget die toekomstige evenementen weergeeft."
3189
  msgid "Events List"
3190
  msgstr "Evenementenlijst"
3191
 
3192
- #: ../lib/widget-list.class.php:114
3193
  msgid "View All Events"
3194
  msgstr "Bekijk alle evenementen"
3195
 
3196
- #: ../lib/widget-list.class.php:117
 
 
 
 
3197
  msgid "There are no upcoming events at this time."
3198
  msgstr "Op dit moment zijn er geen toekomstige evenementen."
3199
 
3200
- #: ../lib/template-classes/month.php:75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-02-24 09:39+0100\n"
10
+ "Last-Translator: Frans Pronk <beheer@ifra.nl>\n"
11
  "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
  "Language: nl_NL\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.4\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
  #: ../admin-views/app-shop.php:4
101
  msgstr "URL:"
102
 
103
  #: ../admin-views/events-meta-box.php:115
104
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
105
  msgid "Event Cost"
106
  msgstr "Evenementkosten"
107
 
109
  msgid "Currency Symbol:"
110
  msgstr "Valutasymbool:"
111
 
112
+ #: ../admin-views/events-meta-box.php:134
113
+ #: ../public/advanced-functions/meta.php:319
114
  msgid "Cost:"
115
  msgstr "Kosten:"
116
 
117
+ #: ../admin-views/events-meta-box.php:139
118
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
119
  msgstr "Voer 0 in voor gratis evenementen of laat leeg om niet weer te geven."
120
 
125
  #: ../admin-views/organizer-meta-box.php:19
126
  #: ../admin-views/venue-meta-box.php:93
127
  #: ../admin-views/tickets/attendees.php:39
128
+ #: ../public/advanced-functions/meta.php:407
129
+ #: ../public/advanced-functions/meta.php:469
130
  msgid "Phone:"
131
  msgstr "Telefoon:"
132
 
133
  #: ../admin-views/organizer-meta-box.php:23
134
  #: ../admin-views/venue-meta-box.php:97
135
  #: ../admin-views/tickets/attendees.php:45
136
+ #: ../public/advanced-functions/meta.php:358
137
+ #: ../public/advanced-functions/meta.php:433
138
+ #: ../public/advanced-functions/meta.php:495
139
  msgid "Website:"
140
  msgstr "Website:"
141
 
142
  #: ../admin-views/organizer-meta-box.php:27
143
+ #: ../public/advanced-functions/meta.php:482
144
  msgid "Email:"
145
  msgstr "E-mail:"
146
 
147
+ #: ../admin-views/organizer-meta-box.php:28
148
+ msgid ""
149
+ "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
150
+ "obfuscate\">obfuscating</a> any e-mail address published on your site to "
151
+ "best avoid it getting harvested by spammers."
152
+ msgstr ""
153
+ "Wellicht wilt u elk e-mailadres die op uw site gepubliceerd is te <a href="
154
+ "\"http://wordpress.org/plugins/tags/obfuscate\"> verbergen</a> om spamming "
155
+ "te voorkomen."
156
+
157
  #: ../admin-views/recurrence-dialog.php:13
158
  msgid ""
159
  "Would you like to change only this instance of the event, or all future "
302
  msgstr "Zet het vinkje aan om de klassieke header te gebruiken."
303
 
304
  #: ../admin-views/tribe-options-display.php:105
305
+ msgid "Month view events per day"
306
+ msgstr "Evenementen per dag in maandweergave"
307
+
308
+ #: ../admin-views/tribe-options-display.php:106
309
+ msgid "Allow more than the default 3 events per day in month view."
310
+ msgstr ""
311
+ "Sta meer dan de standaard drie evenementen per dag toe in de maandweergave."
312
+
313
+ #: ../admin-views/tribe-options-display.php:113
314
  msgid "Advanced Template Settings"
315
  msgstr "Geavanceerde template-instellingen"
316
 
317
+ #: ../admin-views/tribe-options-display.php:117
318
  msgid "Add HTML before event content"
319
  msgstr "Voeg HTML toe voor de evenementinhoud"
320
 
321
+ #: ../admin-views/tribe-options-display.php:118
322
  msgid ""
323
  "If you are familiar with HTML, you can add additional code before the event "
324
  "template. Some themes may require this to help with styling or layout."
326
  "Als je vertrouwd bent met HTML kun je extra code toevoegen vóór het "
327
  "evenementtemplate. Sommige thema's hebben dit nodig voor styling of layout."
328
 
329
+ #: ../admin-views/tribe-options-display.php:123
330
  msgid "Add HTML after event content"
331
  msgstr "Voeg HTML toe na de evenementinhoud"
332
 
333
+ #: ../admin-views/tribe-options-display.php:124
334
  msgid ""
335
  "If you are familiar with HTML, you can add additional code after the event "
336
  "template. Some themes may require this to help with styling or layout."
413
  msgstr "Aantal evenementen per pagina"
414
 
415
  #: ../admin-views/tribe-options-general.php:72
416
+ msgid "Use Javascript to control date filtering"
417
+ msgstr "Gebruik javascript data filteren te beheren"
418
+
419
+ #: ../admin-views/tribe-options-general.php:73
420
+ msgid ""
421
+ "This option is disabled when \"Disable the Event Search Bar\" is checked on "
422
+ "the Display settings tab."
423
+ msgstr ""
424
+ "Deze optie is uitgeschakeld wanneer \"Verberg de Event Zoek balk\" is "
425
+ "geselecteerd op het tabblad Weergave-instellingen."
426
 
427
  #: ../admin-views/tribe-options-general.php:73
428
+ msgid ""
429
+ "Enable live ajax for datepicker on front end (User submit not required)."
430
+ msgstr ""
431
+ "Schakelen live ajax in voor Datepicker aan gebruikerszijde in (toestemming "
432
+ "van gebruiker niet vereist)."
433
 
434
+ #: ../admin-views/tribe-options-general.php:81
435
  msgid "Show comments"
436
  msgstr "Laat reacties zien"
437
 
438
+ #: ../admin-views/tribe-options-general.php:82
439
  msgid "Enable comments on event pages."
440
  msgstr "Sta reacties op evenementenpagina's toe."
441
 
442
+ #: ../admin-views/tribe-options-general.php:88
443
  msgid "Include events in main blog loop"
444
  msgstr "Gebruik evenementen in de blog loop"
445
 
446
+ #: ../admin-views/tribe-options-general.php:89
447
  msgid ""
448
  "Show events with the site's other posts. When this box is checked, events "
449
  "will also continue to appear on the default events page."
451
  "Laat evenementen zien met de overige berichten. Als dit is aangevinkt zullen "
452
  "de evenementen nog steeds op de standaardevenementenpagina verschijnen."
453
 
454
+ #: ../admin-views/tribe-options-general.php:95
455
+ #: ../admin-views/tribe-options-general.php:101
456
  msgid "Events URL slug"
457
  msgstr "Evenementenslug"
458
 
459
+ #: ../admin-views/tribe-options-general.php:96
460
  #, php-format
461
  msgid ""
462
  "You cannot edit the slug for your events page as you do not have pretty "
469
  "%s</a>. Om de slug te bewerken, <a href=\"%soptions-permalink.php\">vink "
470
  "hier de aangepaste structuur aan.</a>."
471
 
472
+ #: ../admin-views/tribe-options-general.php:108
473
  #: ../public/template-tags/options.php:20
474
  msgid "The slug used for building the events URL."
475
  msgstr "De slug gebruikt voor het opbouwen van de evenementen-URL."
476
 
477
+ #: ../admin-views/tribe-options-general.php:108
478
  #, php-format
479
  msgid "Your current events URL is: %s"
480
  msgstr "Je huidige evenementen-URL is: %s"
481
 
482
+ #: ../admin-views/tribe-options-general.php:113
483
  #: ../public/template-tags/options.php:43
484
  msgid "Here is the iCal feed URL for your events:"
485
  msgstr "Hier is de URL van de iCal-feed voor je evenementen:"
486
 
487
+ #: ../admin-views/tribe-options-general.php:118
488
  msgid "Single event URL slug"
489
  msgstr "Slug voor afzonderlijke evenementen"
490
 
491
+ #: ../admin-views/tribe-options-general.php:125
492
  #, php-format
493
  msgid ""
494
  "The above should ideally be plural, and this singular.<br />Your single "
497
  "Bovenstaande is idealiter meervoud en dit enkelvoud.<br />Je evenement-URL "
498
  "is: %s"
499
 
500
+ #: ../admin-views/tribe-options-general.php:130
501
  msgid "End of day cutoff"
502
  msgstr "Eindedagbegrenzing"
503
 
504
+ #: ../admin-views/tribe-options-general.php:138
505
  msgid ""
506
+ "Have an event that runs past midnight? Select a time after that event's end "
507
+ "to avoid showing the event on the next day's calendar."
508
  msgstr ""
509
+ "Heb je een evenement die doorgaat na middernacht? Selecteer een tijdstip "
510
+ "het einde van het evenement om te voorkomen dat je evenementen ook op de "
511
+ "volgende dag verschijnt."
512
 
513
+ #: ../admin-views/tribe-options-general.php:143
514
  msgid "Default currency symbol"
515
  msgstr "Standaardvalutasymbool"
516
 
517
+ #: ../admin-views/tribe-options-general.php:144
518
  msgid ""
519
  "Set the default currency symbol for event costs. Note that this only impacts "
520
  "future events, and changes made will not apply retroactively."
522
  "Stel het standaardvalutasymbool voor evenementskosten in. Dit geldt vanaf nu "
523
  "en heeft geen wijzigingen van eerdere evenementen tot gevolg."
524
 
525
+ #: ../admin-views/tribe-options-general.php:151
526
+ msgid "Currency symbol follows value"
527
+ msgstr "Huidige valutasymbool:"
528
+
529
+ #: ../admin-views/tribe-options-general.php:152
530
+ msgid ""
531
+ "The currency symbol normally precedes the value. Enabling this option "
532
+ "positions the symbol after the value."
533
+ msgstr ""
534
+ "Het valutasymbool normaliter voor de waarde. Het inschakelen van deze optie "
535
+ "plaatst het valutasymbool achter de waarde."
536
+
537
+ #: ../admin-views/tribe-options-general.php:158
538
  msgid "Map Settings"
539
  msgstr "Kaartinstellingen"
540
 
541
+ #: ../admin-views/tribe-options-general.php:162
542
  msgid "Enable Google Maps"
543
  msgstr "Gebruik Google Maps"
544
 
545
+ #: ../admin-views/tribe-options-general.php:163
546
  msgid "Check to enable maps for events and venues."
547
  msgstr "Vink aan om kaarten te laten zien bij evenementen en locaties."
548
 
549
+ #: ../admin-views/tribe-options-general.php:170
550
  msgid "Google Maps default zoom level"
551
  msgstr "Standaardzoomlevel voor Google Maps"
552
 
553
+ #: ../admin-views/tribe-options-general.php:171
554
  msgid "0 = zoomed out; 21 = zoomed in."
555
  msgstr "0 = uitgezoomd (wereld); 21 = ingezoomd (straat)."
556
 
557
+ #: ../admin-views/tribe-options-general.php:179
558
  msgid "Miscellaneous Settings"
559
  msgstr "Overige instellingen"
560
 
561
+ #: ../admin-views/tribe-options-general.php:183
562
  msgid "Duplicate Venues &amp; Organizers"
563
  msgstr "Duplicaatlocaties &amp; -organisatoren"
564
 
565
+ #: ../admin-views/tribe-options-general.php:183
566
  #: ../lib/tribe-amalgamator.php:252
567
  msgid "Merge Duplicates"
568
  msgstr "Duplicaten samenvoegen"
569
 
570
+ #: ../admin-views/tribe-options-general.php:183
571
  msgid ""
572
  "You might find duplicate venues and organizers when updating The Events "
573
  "Calendar from a pre-3.0 version. Click this button to automatically merge "
577
  "Calendar upgradet van een eerdere versie. Klik op deze knop om identieke "
578
  "locaties en organisatoren samen te voegen."
579
 
580
+ #: ../admin-views/tribe-options-general.php:188
581
  msgid "Debug mode"
582
  msgstr "Debugmodus"
583
 
584
+ #: ../admin-views/tribe-options-general.php:194
585
  #, php-format
586
  msgid ""
587
  "Enable this option to log debug information. By default this will log to "
594
  "stellen we voor dat je %s installeert en de \"Tribe\"-tab in de debuguitvoer "
595
  "bekijkt."
596
 
597
+ #: ../admin-views/tribe-options-general.php:194
598
  msgid "Debug Bar Plugin"
599
  msgstr "Debug Bar Plugin"
600
 
 
 
 
 
 
601
  #: ../admin-views/tribe-options-help.php:19
602
  msgid "You need to upgrade!"
603
  msgstr "Je moet upgraden!"
611
  msgstr "The Events Calendar PRO"
612
 
613
  #: ../admin-views/tribe-options-help.php:46
614
+ msgid "The Events Calendar: Eventbrite Tickets"
615
+ msgstr "The Events Calendar: Eventbrite Tickets"
616
 
617
  #: ../admin-views/tribe-options-help.php:50
618
+ msgid "The Events Calendar: Community Events"
619
+ msgstr "The Events Calendar: Community Events"
620
 
621
  #: ../admin-views/tribe-options-help.php:54
622
+ msgid "The Events Calendar: Facebook Events"
623
+ msgstr "The Events Calendar: Facebook Events"
624
 
625
  #: ../admin-views/tribe-options-help.php:58
626
+ msgid "The Events Calendar: WooCommerce Tickets"
627
+ msgstr "The Events Calendar: WooCommerce Tickets"
628
 
629
  #: ../admin-views/tribe-options-help.php:63
630
+ msgid "The Events Calendar: EDD Tickets"
631
+ msgstr "The Events Calendar: EDD Tickets"
 
 
 
 
632
 
633
+ #: ../admin-views/tribe-options-help.php:68
634
+ msgid "The Events Calendar: WPEC Tickets"
635
+ msgstr "The Events Calendar: WPEC Tickets"
636
 
637
+ #: ../admin-views/tribe-options-help.php:73
638
+ msgid "The Events Calendar: Shopp Tickets"
639
+ msgstr "The Events Calendar: Shopp Tickets"
 
 
 
640
 
641
+ #: ../admin-views/tribe-options-help.php:78
642
+ msgid "The Events Calendar: Filter Bar (coming early 2014)"
643
+ msgstr "The Events Calendar: Filter Bar (vanaf begin 2014)"
644
 
645
  #: ../admin-views/tribe-options-help.php:87
 
 
 
 
 
 
 
 
646
  msgid ""
647
  "If this is your first time using The Events Calendar, you're in for a treat "
648
  "and are already well on your way to creating a first event. Here are some "
649
  "basics we've found helpful for users jumping into it for the first time:"
650
  msgstr ""
651
+ "Als dit de eerste keer is dat je The Events Calendar gebruikt, ben je welkom "
652
+ "op een warm onthaal: je bent al goed op weg om je eerste Event aan te maken! "
653
+ "Hier zijn een aantal basisprincipes die nuttig zijn voor nieuwe gebruikers:"
654
 
655
+ #: ../admin-views/tribe-options-help.php:90
656
  #, php-format
657
  msgid ""
658
  "%sOur New User Primer%s was designed for folks in your exact position. "
660
  "accompanying screenshots, the primer aims to take you from zero to hero in "
661
  "no time."
662
  msgstr ""
663
+ "%sOnze nieuwe gebruikers introductie%s is ontworpen voor mensen die net als "
664
+ "u nieuw zijn. Met stap-voor-stap video’s en geschreven handleidingen met "
665
+ "ingesloten screenshots brengt de introductie je in een mum van tijd op "
666
+ "vlieghoogte."
667
 
668
+ #: ../admin-views/tribe-options-help.php:92
669
  #, php-format
670
  msgid ""
671
  "%sInstallation/Setup FAQs%s from our support page can help give an overview "
673
  "helpful as it aims to address any basic install questions not addressed by "
674
  "the new user primer."
675
  msgstr ""
676
+ "%sInstallatie/Setup FAQs %s van onze supportpagina kan een overzicht geven "
677
+ "van wat de plugin wel en niet kan doen. Dit gedeelte van de FAQs kan basale "
678
+ "installatievragen beantwoorden die niet in de nieuwe-gebruikers-introductie "
679
+ "staan."
680
 
681
+ #: ../admin-views/tribe-options-help.php:94
682
  #, php-format
683
  msgid ""
684
  "Are you developer looking to build your own frontend view? We created an "
685
  "example plugin that demonstrates how to register a new view. You can "
686
  "%sdownload the plugin at GitHub%s to get started."
687
  msgstr ""
688
+ "Ben je een ontwikkelaar die een eigen interface wilt bouwen? Wij hebben een "
689
+ "voorbeeld plugin die laat zien hoe je een nieuwe interface bewaart. Je kunt "
690
+ "%sdownload de plugin op GitHub%s om te beginnen."
691
 
692
+ #: ../admin-views/tribe-options-help.php:96
693
  msgid ""
694
  "Otherwise, if you're feeling adventurous, you can get started by heading to "
695
  "the Events menu and adding your first event."
696
  msgstr ""
697
+ "Of, als je in een avontuurlijke bui bent, start gelijk bij het Events menu "
698
+ "en voeg je eerste Event toe."
699
 
700
+ #: ../admin-views/tribe-options-help.php:100
701
  #, php-format
702
  msgid ""
703
  "We've redone our support page from the ground up in an effort to better help "
704
  "our users. Head over to our %sSupport Page%s and you'll find lots of great "
705
  "resources, including:"
706
  msgstr ""
707
+ "We hebben onze support pagina helemaal opnieuw opgebouwd om onze gebruikers "
708
+ "beter te helpen. Ga naar %sSupport pagina%s en je vindt heel veel geweldige "
709
+ "middelen, inclusief:"
710
 
711
+ #: ../admin-views/tribe-options-help.php:102
712
  #, php-format
713
  msgid ""
714
  "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
715
  "&amp; Events Calendar PRO"
716
  msgstr ""
717
+ "%sSjabloon tags, functies, en hooks & filters%s voor The Events "
718
+ "Calander&amp; Events Calendar PRO"
719
 
720
+ #: ../admin-views/tribe-options-help.php:104
721
  #, php-format
722
  msgid ""
723
  "%sFrequently Asked Questions%s ranging from the most basic setup questions "
724
  "to advanced themer tweaks"
725
  msgstr ""
726
+ "%sFrequently Asked Questions%s variëren van de meest basale vragen over "
727
+ "setup tot aan geavanceerde thema-tweaks"
728
 
729
+ #: ../admin-views/tribe-options-help.php:106
730
  #, php-format
731
  msgid ""
732
  "%sTutorials%s written by both members of our team and users from the "
733
  "community, covering custom queries, integration with third-party themes and "
734
  "plugins, etc."
735
  msgstr ""
736
+ "%sTutorials%s zijn geschreven door zowel leden van ons team als gebruikers "
737
+ "uit de Gemeenschap, en hebben betrekking op aanpassen van query's, "
738
+ "integratie met third-party themes en plugins, enz"
739
 
740
+ #: ../admin-views/tribe-options-help.php:108
741
  msgid ""
742
  "Release notes for painting an overall picture of the plugin's lifecycle and "
743
  "when features/bug fixes were introduced."
744
  msgstr ""
745
+ "Release notes beschrijven de levenscyclus van de plugin en wanneer features/"
746
+ "bug fixes zijn geïntroduceerd."
747
 
748
+ #: ../admin-views/tribe-options-help.php:110
749
  #, php-format
750
  msgid ""
751
  "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
752
  "The Events Calendar (including WooTickets, Community Events, Eventbrite "
753
  "Tickets, Facebook Events, etc)"
754
  msgstr ""
755
+ "%sAdd-op documentatie%s voor alle officiële extensies van Modern Tribe voor "
756
+ "de The Events Calendar (met inbegrip van WooTickets, Community Events, "
757
+ "Eventbrite Tickets, Facebook evenementen, enz)"
758
 
759
+ #: ../admin-views/tribe-options-help.php:112
760
  #, php-format
761
  msgid ""
762
  "We've also got a %sModern Tribe UserVoice%s page where we're actively "
766
  "add your own, and help us shape the future of the products business in a way "
767
  "that best meets the community's needs."
768
  msgstr ""
769
+ "We hebben ook een %sModern stam UserVoice%s pagina waar we actief naar "
770
+ "ideeën van de Community over toekomstige functies kijken. Als je, na het "
771
+ "spelen met de plugin en het bekijken van bovenstaande resources, vindt dat "
772
+ "een functie onterecht niet aanwezig is, laat het ons dan weten. Stem op "
773
+ "bestaande feature aanvragen of voeg je eigen verzoek toe, en help ons de "
774
+ "producten zo goed mogelijk op de wensen van de Community te laten aansluiten."
775
 
776
+ #: ../admin-views/tribe-options-help.php:116
777
  #, php-format
778
  msgid ""
779
  "Written documentation can only take things so far...sometimes, you need help "
780
  "from a real person. This is where our %ssupport forums%s come into play."
781
  msgstr ""
782
+ "Geschreven FAQ's kunnen niet alle vragen beantwoorden… soms heb je hulp van "
783
+ "een echt persoon nodig. Dit is waar onze %ssupport forums%s om te hoek komen "
784
+ "kijken."
785
 
786
+ #: ../admin-views/tribe-options-help.php:117
787
  #, php-format
788
  msgid ""
789
  "Users of the free The Events Calendar should post their support concerns to "
792
  "to read our %ssupport expectations sticky thread%s before posting so you "
793
  "understand our limitations."
794
  msgstr ""
795
+ "Gebruikers van de gratis The Events Calendar zouden hun zorgen omtrent "
796
+ "ondersteuning van de plugin naar %sWordPress.org ondersteuningsforum%s "
797
+ "moeten sturen. Omdat we graag fouten identificeren en herstellen die zijn "
798
+ "gerapporteerd op WordPress.org zijn, zorg ervoor %ssupport verwachtingen "
799
+ "vastgezet bericht%s te lezen voordat je een melding doet, zodat je onze "
800
+ "beperkingen begrijpt."
801
 
802
+ #: ../admin-views/tribe-options-help.php:118
803
  msgid ""
804
  "We hit the WordPress.org forum throughout the week, watching for bugs. If "
805
  "you report a legitimate bug that we're able to reproduce, we will log it and "
807
  "provide customization tips or assist in integrating with 3rd party plugins "
808
  "or themes."
809
  msgstr ""
810
+ "We bekijken het WordPress.org forum gedurende de hele week op bugs. Als je "
811
+ "een legitieme bug die we kunnen reproduceren meldt, registreren wij het en "
812
+ "herstellen het voor de volgende release. Helaas zijn wij niet in staat om "
813
+ "aanpassingstips te leveren of te helpen bij de integratie met 3rd party "
814
+ "plugins of thema's."
815
 
816
+ #: ../admin-views/tribe-options-help.php:119
817
  #, php-format
818
  msgid ""
819
  "If you're a user of The Events Calendar and would like more support, please "
821
  "deeper level of customization/integration support for paying users than we "
822
  "can on WordPress.org."
823
  msgstr ""
824
+ "Als je een gebruiker van The Events Calendar bent en meer ondersteuning "
825
+ "wilt, gelieve %spurchase a PRO license%s. We bekijken de PRO forums "
826
+ "dagelijks en kunnen voor betalende gebruikers aanpassing/integratie "
827
+ "ondersteuning op een dieper niveau bieden dan we op WordPress.org kunnen."
828
 
829
+ #: ../admin-views/tribe-options-help.php:123
830
  #, php-format
831
  msgid ""
832
  "If you find that you aren't getting the level of service you've come to "
833
  "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
834
  "why. We'll do what we can to make it right."
835
  msgstr ""
836
+ "Als niveau van dienstverlening niet voldoet aan dat wat je gewend bent van "
837
+ "Modern Tribe, stuur ons een e-mail op %s or tweet %s en vertel ons waarom. "
838
+ "We zullen doen wat we kunnen om het goed te maken."
839
 
840
+ #: ../admin-views/tribe-options-help.php:124
841
  msgid "More..."
842
  msgstr "Meer..."
843
 
844
+ #: ../admin-views/tribe-options-help.php:132
845
  msgid ""
846
  "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
847
  "for installing our labor of love!"
849
  "Hi! Wij zijn Modern Tribe en we zorgen voor die extra wow. Bedankt dat je "
850
  "ons liefdeswerk hebt geïnstalleerd!"
851
 
852
+ #: ../admin-views/tribe-options-help.php:138
853
  msgid "Getting Started"
854
  msgstr "Aan de slag"
855
 
856
+ #: ../admin-views/tribe-options-help.php:141
857
  msgid "Support Resources To Help You Kick Ass"
858
+ msgstr "Ondersteuningsbronnen om je te helpen starten"
859
 
860
+ #: ../admin-views/tribe-options-help.php:144
861
  msgid "Forums: Because Everyone Needs A Buddy"
862
  msgstr "Forums: Iedereen heeft een buddy nodig"
863
 
864
+ #: ../admin-views/tribe-options-help.php:147
865
  msgid "Not getting help?"
866
+ msgstr "Krijgt u geen hulp?"
867
 
868
+ #: ../admin-views/tribe-options-help.php:159
869
+ #: ../lib/the-events-calendar.class.php:512
870
  #: ../lib/tribe-settings.class.php:135
871
  msgid "The Events Calendar"
872
  msgstr "The Events Calendar"
873
 
874
+ #: ../admin-views/tribe-options-help.php:163
875
  msgid "Latest Version:"
876
  msgstr "Laatste versie:"
877
 
878
+ #: ../admin-views/tribe-options-help.php:164
879
  msgid "Author:"
880
  msgstr "Auteur:"
881
 
882
+ #: ../admin-views/tribe-options-help.php:164
883
  msgid "Modern Tribe Inc"
884
  msgstr "Modern Tribe Inc"
885
 
886
+ #: ../admin-views/tribe-options-help.php:165
887
  msgid "Requires:"
888
  msgstr "Benodigd:"
889
 
890
+ #: ../admin-views/tribe-options-help.php:165
891
  msgid "WordPress "
892
  msgstr "Wordpress "
893
 
894
+ #: ../admin-views/tribe-options-help.php:166
895
  msgid "Wordpress.org Plugin Page"
896
  msgstr "Wordpress.org Plugin Page"
897
 
898
+ #: ../admin-views/tribe-options-help.php:171
899
  msgid "Average Rating"
900
  msgstr "Gemiddelde beoordeling"
901
 
902
+ #: ../admin-views/tribe-options-help.php:176
 
 
 
 
 
 
 
903
  msgid "Give us 5 stars!"
904
  msgstr "Geef ons 5 sterren!"
905
 
906
+ #: ../admin-views/tribe-options-help.php:179
907
  msgid "Premium Add-Ons"
908
  msgstr "Premium Add-Ons"
909
 
910
+ #: ../admin-views/tribe-options-help.php:185
911
  msgid "(Coming Soon!)"
912
  msgstr "(Komt binnenkort!)"
913
 
914
+ #: ../admin-views/tribe-options-help.php:192
915
  msgid "News and Tutorials"
916
  msgstr "Nieuws en tutorials"
917
 
936
  msgstr "Naam van de locatie:"
937
 
938
  #: ../admin-views/venue-meta-box.php:27
939
+ #: ../public/advanced-functions/meta.php:421
940
  msgid "Address:"
941
  msgstr "Adres:"
942
 
1124
  msgid "Price:"
1125
  msgstr "Prijs:"
1126
 
1127
+ #: ../admin-views/tickets/meta-box.php:118
1128
+ msgid "(0 or empty for free tickets)"
1129
+ msgstr "(0 of leeglaten voor gratis tickets)"
1130
+
1131
  #: ../admin-views/tickets/meta-box.php:124
1132
  msgid "Start sale:"
1133
  msgstr "Begin verkoop:"
1144
  "Wanneer is ticketverkoop mogelijk? Als je géén start-/einddatum kiest zijn "
1145
  "tickets beschikbaar vanaf nu totdat het evenement is afgelopen."
1146
 
1147
+ #: ../lib/the-events-calendar.class.php:517
1148
  msgid "month"
1149
  msgstr "maand"
1150
 
1151
+ #: ../lib/the-events-calendar.class.php:518
1152
  msgid "upcoming"
1153
  msgstr "toekomstig"
1154
 
1155
+ #: ../lib/the-events-calendar.class.php:519
1156
  msgid "past"
1157
  msgstr "afgelopen"
1158
 
1159
+ #: ../lib/the-events-calendar.class.php:521
1160
  msgid "venue"
1161
  msgstr "locatie"
1162
 
1163
+ #: ../lib/the-events-calendar.class.php:531
1164
  #, php-format
1165
  msgid "Initializing Tribe Events on %s"
1166
  msgstr "Tribe Events initialiseren op %s"
1167
 
1168
+ #: ../lib/the-events-calendar.class.php:644
1169
  #, php-format
1170
  msgid ""
1171
  "Your version of The Events Calendar is not up-to-date with one of your The "
1174
  "Jouw versie van The Events Calendar is niet up-to-date met één van je The "
1175
  "Events Calendar add-ons. Daarom graag %snu updaten.%s"
1176
 
1177
+ #: ../lib/the-events-calendar.class.php:661
1178
  #, php-format
1179
  msgid ""
1180
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1186
  "de juiste versie van The Events Calendar. %sWil je samewerken met een ouder "
1187
  "versie%s?"
1188
 
1189
+ #: ../lib/the-events-calendar.class.php:725
1190
+ #: ../lib/the-events-calendar.class.php:760
1191
+ #: ../lib/the-events-calendar.class.php:762
1192
  msgid "Licenses"
1193
  msgstr "Licenties"
1194
 
1195
+ #: ../lib/the-events-calendar.class.php:729
1196
  #, php-format
1197
  msgid ""
1198
  "<p>The license key you received when completing your purchase from %s will "
1223
  "update maar verwacht je er wel één? In Wordpress, ga naar <a href=\"%s"
1224
  "\">Dashboard > Updates</a> en klik \"Check Nogmaals\".</p>"
1225
 
1226
+ #: ../lib/the-events-calendar.class.php:752
1227
  msgid "General"
1228
  msgstr "Algemeen"
1229
 
1230
+ #: ../lib/the-events-calendar.class.php:753
1231
  msgid "Display"
1232
  msgstr "Weergave"
1233
 
1234
+ #: ../lib/the-events-calendar.class.php:765
1235
+ #: ../lib/the-events-calendar.class.php:4000
1236
+ #: ../lib/the-events-calendar.class.php:4096
1237
+ msgid "Help"
1238
+ msgstr "Help"
1239
+
1240
+ #: ../lib/the-events-calendar.class.php:804
1241
  #, php-format
1242
  msgid ""
1243
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1246
  "Sorry, The Events Calendat heeft Wordpress %s of hoger nodig. Upgrade je "
1247
  "Wordpressinstallatie."
1248
 
1249
+ #: ../lib/the-events-calendar.class.php:807
1250
  #, php-format
1251
  msgid ""
1252
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1255
  "Sorry, The Events Calendar heeft PHP %s of hoger nodig. Bespreek met je "
1256
  "webhost de mogelijkheid om een nieuwere versie te gebruiken."
1257
 
1258
+ #: ../lib/the-events-calendar.class.php:1022 ../lib/widget-list.class.php:180
1259
+ #: ../public/template-tags/loop.php:138
1260
  msgid "Upcoming Events"
1261
  msgstr "Toekomstige evenementen"
1262
 
1263
+ #: ../lib/the-events-calendar.class.php:1025
1264
+ #: ../public/template-tags/loop.php:168
1265
  msgid "Past Events"
1266
  msgstr "Afgelopen evenementen"
1267
 
1268
+ #: ../lib/the-events-calendar.class.php:1030
1269
+ #: ../lib/the-events-calendar.class.php:1037
1270
+ #: ../public/template-tags/loop.php:173
1271
  #, php-format
1272
  msgid "Events for %s"
1273
  msgstr "Evenementen voor %s"
1274
 
1275
+ #: ../lib/the-events-calendar.class.php:1032
1276
  msgid "Events this month"
1277
  msgstr "Evenementen deze maand"
1278
 
1279
+ #: ../lib/the-events-calendar.class.php:1044
1280
  #, php-format
1281
  msgid "Events at %s"
1282
  msgstr "Evenementen bij %s"
1283
 
1284
+ #: ../lib/the-events-calendar.class.php:1063
1285
  msgid "No description has been entered for this event."
1286
  msgstr "Voor dit evenement is geen beschrijving ingevoerd."
1287
 
1288
+ #: ../lib/the-events-calendar.class.php:1325
1289
  msgid "category"
1290
  msgstr "categorie"
1291
 
1292
+ #: ../lib/the-events-calendar.class.php:1335
1293
  msgid "tag"
1294
  msgstr "tag"
1295
 
1296
+ #: ../lib/the-events-calendar.class.php:1362
1297
+ #: ../lib/the-events-calendar.class.php:3930
1298
+ #: ../lib/the-events-calendar.class.php:3991
1299
+ #: ../lib/io/csv/admin-views/import.php:47
1300
  msgid "Events"
1301
  msgstr "Evenementen"
1302
 
1303
+ #: ../lib/the-events-calendar.class.php:1363
1304
  msgid "Event"
1305
  msgstr "Evenement"
1306
 
1307
+ #: ../lib/the-events-calendar.class.php:1364
1308
+ #: ../lib/the-events-calendar.class.php:1377
1309
+ #: ../lib/the-events-calendar.class.php:1390
1310
  msgid "Add New"
1311
  msgstr "Nieuwe toevoegen"
1312
 
1313
+ #: ../lib/the-events-calendar.class.php:1365
1314
  msgid "Add New Event"
1315
  msgstr "Voeg een nieuw evenement toe"
1316
 
1317
+ #: ../lib/the-events-calendar.class.php:1366
1318
  msgid "Edit Event"
1319
  msgstr "Bewerk evenement"
1320
 
1321
+ #: ../lib/the-events-calendar.class.php:1367
1322
  msgid "New Event"
1323
  msgstr "Nieuw evenement"
1324
 
1325
+ #: ../lib/the-events-calendar.class.php:1368
1326
  msgid "View Event"
1327
  msgstr "Bekijk evenement"
1328
 
1329
+ #: ../lib/the-events-calendar.class.php:1369
1330
  msgid "Search Events"
1331
  msgstr "Doorzoek evenementen"
1332
 
1333
+ #: ../lib/the-events-calendar.class.php:1370
1334
  msgid "No events found"
1335
  msgstr "Geen evenementen gevonden"
1336
 
1337
+ #: ../lib/the-events-calendar.class.php:1371
1338
  msgid "No events found in Trash"
1339
  msgstr "Geen evenementen gevonden in de prullenbak"
1340
 
1341
+ #: ../lib/the-events-calendar.class.php:1375
1342
+ #: ../lib/the-events-calendar.class.php:1487
1343
+ #: ../lib/io/csv/admin-views/import.php:45
1344
  msgid "Venues"
1345
  msgstr "Locaties"
1346
 
1347
+ #: ../lib/the-events-calendar.class.php:1376
1348
+ #: ../public/advanced-functions/meta.php:381 ../views/tickets/email.php:343
1349
  msgid "Venue"
1350
  msgstr "Locatie"
1351
 
1352
+ #: ../lib/the-events-calendar.class.php:1378
1353
  msgid "Add New Venue"
1354
  msgstr "Voeg nieuwe locatie toe"
1355
 
1356
+ #: ../lib/the-events-calendar.class.php:1379
1357
  msgid "Edit Venue"
1358
  msgstr "Bewerk locatie"
1359
 
1360
+ #: ../lib/the-events-calendar.class.php:1380
1361
  msgid "New Venue"
1362
  msgstr "Nieuwe locatie"
1363
 
1364
+ #: ../lib/the-events-calendar.class.php:1381
1365
  msgid "View Venue"
1366
  msgstr "Bekijk locatie"
1367
 
1368
+ #: ../lib/the-events-calendar.class.php:1382
1369
  msgid "Search Venues"
1370
  msgstr "Doorzoek locaties"
1371
 
1372
+ #: ../lib/the-events-calendar.class.php:1383
1373
  msgid "No venue found"
1374
  msgstr "Geen locatie gevonden"
1375
 
1376
+ #: ../lib/the-events-calendar.class.php:1384
1377
  msgid "No venues found in Trash"
1378
  msgstr "Geen locaties gevonden in de prullenbak"
1379
 
1380
+ #: ../lib/the-events-calendar.class.php:1388
1381
+ #: ../lib/the-events-calendar.class.php:1488
1382
+ #: ../lib/io/csv/admin-views/import.php:46
1383
  msgid "Organizers"
1384
  msgstr "Organisatoren"
1385
 
1386
+ #: ../lib/the-events-calendar.class.php:1389
1387
+ #: ../public/advanced-functions/meta.php:443 ../views/tickets/email.php:362
1388
  msgid "Organizer"
1389
  msgstr "Organisator"
1390
 
1391
+ #: ../lib/the-events-calendar.class.php:1391
1392
  msgid "Add New Organizer"
1393
  msgstr "Een nieuwe organisator toevoegen"
1394
 
1395
+ #: ../lib/the-events-calendar.class.php:1392
1396
  msgid "Edit Organizer"
1397
  msgstr "Bewerk organisator"
1398
 
1399
+ #: ../lib/the-events-calendar.class.php:1393
1400
  msgid "New Organizer"
1401
  msgstr "Nieuwe organisator"
1402
 
1403
+ #: ../lib/the-events-calendar.class.php:1394
1404
  msgid "View Organizer"
1405
  msgstr "Bekijk organisator"
1406
 
1407
+ #: ../lib/the-events-calendar.class.php:1395
1408
  msgid "Search Organizers"
1409
  msgstr "Doorzoek organisatoren"
1410
 
1411
+ #: ../lib/the-events-calendar.class.php:1396
1412
  msgid "No organizer found"
1413
  msgstr "Geen organisator gevonden"
1414
 
1415
+ #: ../lib/the-events-calendar.class.php:1397
1416
  msgid "No organizers found in Trash"
1417
  msgstr "Geen organisator gevonden in de prullenbak"
1418
 
1419
+ #: ../lib/the-events-calendar.class.php:1401
1420
+ #: ../lib/tribe-admin-events-list.class.php:226
1421
  msgid "Event Categories"
1422
  msgstr "Evenementcategorieën"
1423
 
1424
+ #: ../lib/the-events-calendar.class.php:1402
1425
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1426
  msgid "Event Category"
1427
  msgstr "Evenementencategorie"
1428
 
1429
+ #: ../lib/the-events-calendar.class.php:1403
1430
  msgid "Search Event Categories"
1431
  msgstr "Doorzoek evenementencategorieën"
1432
 
1433
+ #: ../lib/the-events-calendar.class.php:1404
1434
  msgid "All Event Categories"
1435
  msgstr "Alle evenementencategorieën"
1436
 
1437
+ #: ../lib/the-events-calendar.class.php:1405
1438
  msgid "Parent Event Category"
1439
  msgstr "Bovenliggende evenementencategorie"
1440
 
1441
+ #: ../lib/the-events-calendar.class.php:1406
1442
  msgid "Parent Event Category:"
1443
  msgstr "Bovenliggende evenementencategorie:"
1444
 
1445
+ #: ../lib/the-events-calendar.class.php:1407
1446
  msgid "Edit Event Category"
1447
  msgstr "Bewerk evenementencategorie"
1448
 
1449
+ #: ../lib/the-events-calendar.class.php:1408
1450
  msgid "Update Event Category"
1451
  msgstr "Update evenementencategorie"
1452
 
1453
+ #: ../lib/the-events-calendar.class.php:1409
1454
  msgid "Add New Event Category"
1455
  msgstr "Voeg nieuwe evenementencategorie toe"
1456
 
1457
+ #: ../lib/the-events-calendar.class.php:1410
1458
  msgid "New Event Category Name"
1459
  msgstr "Naam van de nieuwe evenementencategorie"
1460
 
1461
+ #: ../lib/the-events-calendar.class.php:1426
1462
  #, php-format
1463
  msgid "Event updated. <a href=\"%s\">View event</a>"
1464
  msgstr "Evenement geüpdatet. <a href=\"%s\">Bekijk evenement</a>"
1465
 
1466
+ #: ../lib/the-events-calendar.class.php:1427
1467
+ #: ../lib/the-events-calendar.class.php:1444
1468
+ #: ../lib/the-events-calendar.class.php:1461
1469
  msgid "Custom field updated."
1470
  msgstr "Extra veld geüpdatet."
1471
 
1472
+ #: ../lib/the-events-calendar.class.php:1428
1473
+ #: ../lib/the-events-calendar.class.php:1445
1474
+ #: ../lib/the-events-calendar.class.php:1462
1475
  msgid "Custom field deleted."
1476
  msgstr "Extra veld verwijderd."
1477
 
1478
+ #: ../lib/the-events-calendar.class.php:1429
1479
  msgid "Event updated."
1480
  msgstr "Evenement geüpdatet"
1481
 
1482
+ #: ../lib/the-events-calendar.class.php:1431
1483
  #, php-format
1484
  msgid "Event restored to revision from %s"
1485
  msgstr "Evenement teruggezet naar de versie van %s"
1486
 
1487
+ #: ../lib/the-events-calendar.class.php:1432
1488
  #, php-format
1489
  msgid "Event published. <a href=\"%s\">View event</a>"
1490
  msgstr "Evenement gepubliceerd. <a href=\"%s\">Bekijk evenement</a>"
1491
 
1492
+ #: ../lib/the-events-calendar.class.php:1433
1493
  msgid "Event saved."
1494
  msgstr "Evenement opgeslagen."
1495
 
1496
+ #: ../lib/the-events-calendar.class.php:1434
1497
  #, php-format
1498
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1499
  msgstr ""
1500
  "Evenement toegevoegd. <a target=\"_blank\" href=\"%s\">Preview evenement</a>"
1501
 
1502
+ #: ../lib/the-events-calendar.class.php:1435
1503
  #, php-format
1504
  msgid ""
1505
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1508
  "Evenement ingepland voor: <strong>%1$s</strong>. <a target=\"_blank\" href="
1509
  "\"%2$s\">Preview evenement</a>"
1510
 
1511
+ #: ../lib/the-events-calendar.class.php:1437
1512
+ #: ../lib/the-events-calendar.class.php:1454
1513
+ #: ../lib/the-events-calendar.class.php:1471
1514
  msgid "M j, Y @ G:i"
1515
  msgstr "D j M Y @ G:i"
1516
 
1517
+ #: ../lib/the-events-calendar.class.php:1438
1518
  #, php-format
1519
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1520
  msgstr ""
1521
  "Conceptevenement geüpdatet. <a target=\"_blank\" href=\"%s\">Preview "
1522
  "evenement</a>"
1523
 
1524
+ #: ../lib/the-events-calendar.class.php:1443
1525
  #, php-format
1526
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
1527
  msgstr "Locatie geüpdatet. <a href=\"%s\">Bekijk locatie</a>"
1528
 
1529
+ #: ../lib/the-events-calendar.class.php:1446
1530
  msgid "Venue updated."
1531
  msgstr "Locatie geüpdatet."
1532
 
1533
+ #: ../lib/the-events-calendar.class.php:1448
1534
  #, php-format
1535
  msgid "Venue restored to revision from %s"
1536
  msgstr "Locatie teruggezet naar de versie van %s"
1537
 
1538
+ #: ../lib/the-events-calendar.class.php:1449
1539
  #, php-format
1540
  msgid "Venue published. <a href=\"%s\">View venue</a>"
1541
  msgstr "Locatie gepubliceerd. <a href=\"%s\">Bekijk locatie</a>"
1542
 
1543
+ #: ../lib/the-events-calendar.class.php:1450
1544
  msgid "Venue saved."
1545
  msgstr "Locatie opgeslagen."
1546
 
1547
+ #: ../lib/the-events-calendar.class.php:1451
1548
  #, php-format
1549
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1550
  msgstr ""
1551
  "Locatie toegevoegd. <a target=\"_blank\" href=\"%s\">Preview locatie</a>"
1552
 
1553
+ #: ../lib/the-events-calendar.class.php:1452
1554
  #, php-format
1555
  msgid ""
1556
  "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1559
  "Locatie ingepland voor: <strong>%1$s</strong>. <a target=\"_blank\" href="
1560
  "\"%2$s\">Preview locatie</a>"
1561
 
1562
+ #: ../lib/the-events-calendar.class.php:1455
1563
  #, php-format
1564
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1565
  msgstr ""
1566
  "Concept locatie geüpdatet. <a target=\"_blank\" href=\"%s\">Preview locatie</"
1567
  "a>"
1568
 
1569
+ #: ../lib/the-events-calendar.class.php:1460
1570
  #, php-format
1571
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1572
  msgstr "Organisator geüpdatet. <a href=\"%s\">Bekijk organisator</a>"
1573
 
1574
+ #: ../lib/the-events-calendar.class.php:1463
1575
  msgid "Organizer updated."
1576
  msgstr "Organisator geüpdatet."
1577
 
1578
+ #: ../lib/the-events-calendar.class.php:1465
1579
  #, php-format
1580
  msgid "Organizer restored to revision from %s"
1581
  msgstr "Organisator teruggezet naar de versie van %s"
1582
 
1583
+ #: ../lib/the-events-calendar.class.php:1466
1584
  #, php-format
1585
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1586
  msgstr "Organisator gepubliceerd. <a href=\"%s\">Bekijk organisator</a>"
1587
 
1588
+ #: ../lib/the-events-calendar.class.php:1467
1589
  msgid "Organizer saved."
1590
  msgstr "Organisator opgeslagen."
1591
 
1592
+ #: ../lib/the-events-calendar.class.php:1468
1593
  #, php-format
1594
  msgid ""
1595
  "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1597
  "Organisator verzonden. <a target=\"_blank\" href=\"%s\">Preview organisator</"
1598
  "a>"
1599
 
1600
+ #: ../lib/the-events-calendar.class.php:1469
1601
  #, php-format
1602
  msgid ""
1603
  "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
1606
  "Organisator ingeplanned voor: <strong>%1$s</strong>. <a target=\"_blank\" "
1607
  "href=\"%2$s\">Preview organisator</a>"
1608
 
1609
+ #: ../lib/the-events-calendar.class.php:1472
1610
  #, php-format
1611
  msgid ""
1612
  "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</"
1615
  "Conceptorganisator geüpdatet. <a target=\"_blank\" href=\"%s\">Preview "
1616
  "organisator</a>"
1617
 
1618
+ #: ../lib/the-events-calendar.class.php:1507
1619
  msgid "Use Saved Venue:"
1620
  msgstr "Gebruik opgeslagen locatie:"
1621
 
1622
+ #: ../lib/the-events-calendar.class.php:1530
1623
  msgid "Use Saved Organizer:"
1624
  msgstr "Gebruik opgeslagen organisator:"
1625
 
1626
+ #: ../lib/the-events-calendar.class.php:1570
1627
  msgid "Use New Venue"
1628
  msgstr "Gebruik nieuwe locatie"
1629
 
1630
+ #: ../lib/the-events-calendar.class.php:1572
1631
  msgid "My Venues"
1632
  msgstr "Mijn locaties"
1633
 
1634
+ #: ../lib/the-events-calendar.class.php:1577
1635
  msgid "Available Venues"
1636
  msgstr "Beschikbare locaties"
1637
 
1638
+ #: ../lib/the-events-calendar.class.php:1588
1639
  msgid "No saved venue exists."
1640
  msgstr "Er is geen opgeslagen locatie."
1641
 
1642
+ #: ../lib/the-events-calendar.class.php:1627
1643
  msgid "Use New Organizer"
1644
  msgstr "Gebruik nieuwe organisator"
1645
 
1646
+ #: ../lib/the-events-calendar.class.php:1629
1647
  msgid "My Organizers"
1648
  msgstr "Mijn organisatoren"
1649
 
1650
+ #: ../lib/the-events-calendar.class.php:1634
1651
  msgid "Available Organizers"
1652
  msgstr "Beschikbare organisatoren"
1653
 
1654
+ #: ../lib/the-events-calendar.class.php:1645
1655
  msgid "No saved organizer exists."
1656
  msgstr "Er is geen opgeslagen organisator."
1657
 
1658
+ #: ../lib/the-events-calendar.class.php:1823
1659
  msgid "Next"
1660
  msgstr "Volgende"
1661
 
1662
+ #: ../lib/the-events-calendar.class.php:1824
1663
  msgid "Prev"
1664
  msgstr "Vorige"
1665
 
1666
+ #: ../lib/the-events-calendar.class.php:1825
1667
  msgid "Today"
1668
  msgstr "Vandaag"
1669
 
1670
+ #: ../lib/the-events-calendar.class.php:1826
1671
  msgid "Done"
1672
  msgstr "Gereed"
1673
 
1674
+ #: ../lib/the-events-calendar.class.php:2035
1675
  msgid "Network"
1676
  msgstr "Netwerk"
1677
 
1678
+ #: ../lib/the-events-calendar.class.php:2979
1679
  msgid "Unnamed Venue"
1680
  msgstr "Onbenoemde locatie"
1681
 
1682
+ #: ../lib/the-events-calendar.class.php:3069
1683
  msgid "Unnamed Organizer"
1684
  msgstr "Onbenoemde organisator"
1685
 
1686
+ #: ../lib/the-events-calendar.class.php:3545
1687
+ #: ../lib/the-events-calendar.class.php:3562
1688
+ msgid "Date out of range."
1689
+ msgstr "Datum buiten het bereik."
1690
+
1691
+ #: ../lib/the-events-calendar.class.php:3575
1692
  msgid "Event Options"
1693
  msgstr "Evenementenopties"
1694
 
1695
+ #: ../lib/the-events-calendar.class.php:3577
1696
  msgid "Venue Information"
1697
  msgstr "Locatie-informatie"
1698
 
1699
+ #: ../lib/the-events-calendar.class.php:3582
1700
  msgid "Organizer Information"
1701
  msgstr "Organisatorinformatie"
1702
 
1703
+ #: ../lib/the-events-calendar.class.php:3779
1704
  msgid "Support"
1705
  msgstr "Support"
1706
 
1707
+ #: ../lib/the-events-calendar.class.php:3782
1708
  msgid "View All Add-Ons"
1709
  msgstr "Bekijk alle add-ons"
1710
 
1711
+ #: ../lib/the-events-calendar.class.php:3799
1712
  msgid "News from Modern Tribe"
1713
  msgstr "Nieuws van Modern Tribe"
1714
 
1715
+ #: ../lib/the-events-calendar.class.php:3880
1716
  msgid "Additional Functionality"
1717
  msgstr "Extra functionaliteit"
1718
 
1719
+ #: ../lib/the-events-calendar.class.php:3885
1720
  msgid ""
1721
  "Looking for additional functionality including recurring events, ticket "
1722
  "sales, publicly submitted events, new views and more?"
1724
  "Opzoek naar extra functionaliteit zoals terugkerende evenementen, "
1725
  "ticketverkoop, gebruikersevenementen, nieuwe views en meer?"
1726
 
1727
+ #: ../lib/the-events-calendar.class.php:3885
1728
  #, php-format
1729
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
1730
  msgstr "Check out de <a href=\"%s\">beschikbare add-ons</a>."
1731
 
1732
+ #: ../lib/the-events-calendar.class.php:3957
1733
+ #: ../lib/the-events-calendar.class.php:4048
1734
  msgid "View Calendar"
1735
  msgstr "Bekijk kalender"
1736
 
1737
+ #: ../lib/the-events-calendar.class.php:3965
1738
  msgid "Add Event"
1739
  msgstr "Evenement toevoegen"
1740
 
1741
+ #: ../lib/the-events-calendar.class.php:3974
1742
  msgid "Edit Events"
1743
  msgstr "Evenement bewerken"
1744
 
1745
+ #: ../lib/the-events-calendar.class.php:3983
1746
+ #: ../lib/the-events-calendar.class.php:4084
1747
  #: ../lib/tribe-settings.class.php:164
1748
  msgid "Settings"
1749
  msgstr "Instellingen"
1750
 
1751
  # cehck out the link events-esettings
1752
+ #: ../lib/the-events-calendar.class.php:4019
1753
  #, php-format
1754
  msgid ""
1755
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
1758
  "Welkom bij The Events Calender! Jouw evenementenkalender is beschikbaar via "
1759
  "%s. Om deze slug te veranderen ga je naar %sEvenementen -> Instellingen%s."
1760
 
1761
+ #: ../lib/the-events-calendar.class.php:4085
1762
  msgid "Calendar"
1763
  msgstr "Kalender"
1764
 
1765
+ #: ../lib/the-events-calendar.class.php:4170
1766
  msgid "List"
1767
  msgstr "Lijst"
1768
 
1769
+ #: ../lib/the-events-calendar.class.php:4181
1770
  msgid "Month"
1771
  msgstr "Maand"
1772
 
1773
+ #: ../lib/the-events-calendar.class.php:4200
1774
+ #: ../lib/the-events-calendar.class.php:4202
1775
+ msgid "Search"
1776
+ msgstr "Zoeken"
1777
+
1778
+ #: ../lib/the-events-calendar.class.php:4222
1779
+ #: ../lib/the-events-calendar.class.php:4234
1780
  msgid "Date"
1781
  msgstr "Datum"
1782
 
1783
+ #: ../lib/the-events-calendar.class.php:4225
1784
  msgid "Events In"
1785
  msgstr "Evenementen in"
1786
 
1787
+ #: ../lib/the-events-calendar.class.php:4227
1788
  msgid "Events From"
1789
  msgstr "Evenementen op"
1790
 
1791
+ #: ../lib/the-events-calendar.class.php:4415 ../views/list/nav.php:23
1792
+ #: ../views/list/nav.php:29 ../views/list/nav.php:32
1793
  msgid "&laquo; Previous Events"
1794
  msgstr "&laquo; Eerdere evenementen "
1795
 
1796
+ #: ../lib/the-events-calendar.class.php:4416 ../views/list/nav.php:41
1797
+ #: ../views/list/nav.php:44 ../views/list/nav.php:50
1798
  msgid "Next Events &raquo;"
1799
  msgstr "Latere evenementen &raquo;"
1800
 
1803
  msgid "View &#8220;%s&#8221;"
1804
  msgstr "View &#8220;%s&#8221;"
1805
 
1806
+ #: ../lib/tribe-admin-events-list.class.php:231
1807
  msgid "Start Date"
1808
  msgstr "Begindatum"
1809
 
1810
+ #: ../lib/tribe-admin-events-list.class.php:232
1811
  msgid "End Date"
1812
  msgstr "Einddatum"
1813
 
1814
+ #: ../lib/tribe-admin-events-list.class.php:234
1815
  msgid "Recurring?"
1816
  msgstr "Terugkerend?"
1817
 
1818
+ #: ../lib/tribe-admin-events-list.class.php:298
1819
  #: ../lib/tickets/tribe-tickets-pro.php:229
1820
  msgid "Yes"
1821
  msgstr "Ja"
1822
 
1823
+ #: ../lib/tribe-admin-events-list.class.php:298
1824
  msgid "No"
1825
  msgstr "Nee"
1826
 
1827
+ #: ../lib/tribe-admin-events-list.class.php:376
1828
  #, php-format
1829
  msgid "All %s"
1830
  msgstr "Alle %s"
1831
 
1832
  #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
1833
+ #: ../lib/tribe-app-shop.class.php:87
1834
  msgid "Event Add-Ons"
1835
  msgstr "Event Add-Ons"
1836
 
1838
  msgid "Tribe"
1839
  msgstr "Tribe"
1840
 
1841
+ #: ../lib/tribe-event-api.class.php:374 ../lib/tribe-view-helpers.class.php:44
1842
  #: ../public/template-tags/venue.php:240
1843
  msgid "United States"
1844
  msgstr "Verenigde Staten"
1848
  msgid "Error"
1849
  msgstr "Fout"
1850
 
1851
+ #: ../lib/tribe-field.class.php:182
1852
  msgid "Invalid field type specified"
1853
  msgstr "Ongeldig veldtype gegeven"
1854
 
1855
+ #: ../lib/tribe-field.class.php:452
1856
  msgid "No radio options specified"
1857
  msgstr "Geen radio-opties gegeven"
1858
 
1859
+ #: ../lib/tribe-field.class.php:489
1860
  msgid "No checkbox options specified"
1861
  msgstr "Geen checkboxopties gegeven"
1862
 
1863
+ #: ../lib/tribe-field.class.php:544
1864
  msgid "No select options specified"
1865
  msgstr "Geen selectopties gegeven"
1866
 
1909
  msgid "None of your settings were saved. Please try again."
1910
  msgstr "Geen van je instellingen is opgeslagen. Probeer het nogmaals."
1911
 
 
 
 
 
 
 
 
 
 
 
 
 
1912
  #: ../lib/tribe-settings.class.php:509
1913
  msgid "Settings saved."
1914
  msgstr "Instellingen opgeslagen"
1915
 
1916
+ #: ../lib/tribe-template-factory.class.php:232
1917
  #, php-format
1918
+ msgid "There were no results found for <strong>\"%s\"</strong>."
1919
+ msgstr "Er zijn geen resultaten voor <strong>\"%s\"</strong> gevonden."
1920
 
1921
  #: ../lib/tribe-template-factory.class.php:235
1922
  #, php-format
1923
+ msgid "No results were found for events in or near <strong>\"%s\"</strong>."
 
 
1924
  msgstr ""
1925
+ "Er zijn geen resultaten voor evenementen in of omstreeks <strong>\"%s\"</"
1926
+ "strong>."
1927
 
1928
+ #: ../lib/tribe-template-factory.class.php:238
1929
  #, php-format
1930
  msgid ""
1931
+ "No upcoming events listed under %s. Check out upcoming events for this "
1932
+ "category or view the full calendar."
1933
  msgstr ""
1934
+ "Er zijn momenteel geen evenementen in de categorie %s. Probeer de "
1935
+ "toekomstige evenementen voor deze categorie of bekijk de volledige kalender."
1936
 
1937
  #: ../lib/tribe-template-factory.class.php:241
1938
  #, php-format
1939
+ msgid ""
1940
+ "No matching events listed under %s. Check out upcoming events for this "
1941
+ "category or view the full calendar."
1942
  msgstr ""
1943
+ "Er zijn geen overeenkomstige evenementen in de categorie %s. Probeer de "
1944
+ "toekomstige evenementen voor deze categorie of bekijk de volledige kalender."
1945
 
1946
+ #: ../lib/tribe-template-factory.class.php:244
1947
+ msgid "No previous events "
1948
+ msgstr "Geen afgelopen evenementen "
1949
 
1950
  #: ../lib/tribe-template-factory.class.php:247
1951
+ #: ../lib/template-classes/month.php:115
1952
+ msgid "There were no results found."
1953
+ msgstr "Er zijn geen resultaten gevonden."
1954
 
1955
+ #: ../lib/tribe-templates.class.php:530
1956
+ #, php-format
1957
+ msgid "Template overrides should be moved to the correct subdirectory: %s"
1958
+ msgstr ""
1959
+ "Sjabloon overschrijvingen moeten worden verplaatst naar de juiste submap: %s"
1960
+
1961
+ #: ../lib/tribe-templates.class.php:571
1962
+ #, php-format
1963
+ msgid ""
1964
+ "Template overrides should be moved to the correct subdirectory: "
1965
+ "tribe_get_template_part('%s')"
1966
+ msgstr ""
1967
+ "Sjabloon overschrijvingen moeten worden verplaatst naar de juiste submap: "
1968
+ "tribe_get_template_part('%s')"
1969
 
1970
  #: ../lib/tribe-the-events-calendar-import.class.php:64
1971
  #, php-format
1982
  "><br/> You have events that need to be migrated. Please visit the bottom of "
1983
  "the <a href=\"%s\">settings page</a> to perform the migration."
1984
  msgstr ""
1985
+ "Welkom bij Events 2.0! Dit is een GROTE upgrade van 1.6.5. Zorg ervoor dat u "
1986
+ "een back-up gemaakt heeft voordat u verder gaat. U kunt nu direct een Backup "
1987
+ "maken via: <a href=\"%s\"> terugkeren naar een oude versie</a>. Deze upgrade "
1988
+ "bevat twee belangrijke stappen, <a href=\"%s\"> gegevens migreren</a> &amp; "
1989
+ "zonodig bijwerken van uw sjablonen. Er zijn belangrijke wijzigingen in de "
1990
+ "sjabloon codes en functies. Bekijk onze <a href=\"%s\"> rondleiding door de "
1991
+ "upgrade</a> voordat u verder gaat en bekijk de FAQ &amp; de basiskennis van "
1992
+ "de <a href=\"%s\"> ondersteuningspagina</a>. Als de Events Calendar nieuw "
1993
+ "voor u is, dan wilt u misschien onze <a href=\"%s\"> nieuwe-gebruikers-"
1994
+ "introductie</a> bekijken. <br/> <br/> U heeft Events of gebeurtenissen die "
1995
+ "moeten worden gemigreerd. Ga dan naar de onderzijde van de <a href=\"%s\"> "
1996
+ "pagina-instellingen</a> voor het uitvoeren van de migratie."
1997
 
1998
  #: ../lib/tribe-the-events-calendar-import.class.php:86
1999
  msgid "Upgrade from The Events Calendar"
2035
  msgid "Non-existant field validation function passed"
2036
  msgstr "Niet-bestaande veldvalidatiefunctie gegeven"
2037
 
 
 
 
 
 
2038
  #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
2039
  #, php-format
2040
  msgid "%s must contain numbers and letters only"
3297
  msgid "Events List"
3298
  msgstr "Evenementenlijst"
3299
 
3300
+ #: ../lib/widget-list.class.php:129
3301
  msgid "View All Events"
3302
  msgstr "Bekijk alle evenementen"
3303
 
3304
+ #: ../lib/widget-list.class.php:131
3305
+ msgid "View All Events in Category"
3306
+ msgstr "Bekijk alle evenementen in de categorie "
3307
+
3308
+ #: ../lib/widget-list.class.php:136
3309
  msgid "There are no upcoming events at this time."
3310
  msgstr "Op dit moment zijn er geen toekomstige evenementen."
3311
 
3312
+ #: ../lib/io/csv/admin-views/columns.php:22
3313
+ #, php-format
3314
+ msgid "Column Mapping: %s"
3315
+ msgstr "Kolomtoewijzing: %s"
3316
+
3317
+ #: ../lib/io/csv/admin-views/columns.php:28
3318
+ msgid "Please choose the fields that best match the columns in your CSV file."
3319
+ msgstr ""
3320
+ "Kies de velden die beste overeenkomen met de kolommen in uw CSV-bestand."
3321
+
3322
+ #: ../lib/io/csv/admin-views/columns.php:33
3323
+ msgid "Column Headings"
3324
+ msgstr "Kolom-hoofd"
3325
+
3326
+ #: ../lib/io/csv/admin-views/columns.php:34
3327
+ msgid "Event Fields"
3328
+ msgstr "Evenement veld"
3329
+
3330
+ #: ../lib/io/csv/admin-views/columns.php:45
3331
+ msgid "Perform Import"
3332
+ msgstr "Importeren uitvoeren"
3333
+
3334
+ #: ../lib/io/csv/admin-views/header.php:11
3335
+ msgid "Events Import (CSV)"
3336
+ msgstr "Evenementen import (CSV)"
3337
+
3338
+ #: ../lib/io/csv/admin-views/import.php:17
3339
+ msgid "Import Instructions"
3340
+ msgstr "Importeer instructies"
3341
+
3342
+ #: ../lib/io/csv/admin-views/import.php:20
3343
+ msgid "If your events have Organizers or Venues, please import those first."
3344
+ msgstr ""
3345
+ "Als je evenementen organisatoren of locaties hebben, importeer die dan als "
3346
+ "eerste."
3347
+
3348
+ #: ../lib/io/csv/admin-views/import.php:21
3349
+ msgid "To import organizers or venues:"
3350
+ msgstr "Importeren van organisatoren of locaties:"
3351
+
3352
+ #: ../lib/io/csv/admin-views/import.php:23
3353
+ msgid "Select the appropriate import type."
3354
+ msgstr "Selecteer het juiste import-type."
3355
+
3356
+ #: ../lib/io/csv/admin-views/import.php:24
3357
+ #: ../lib/io/csv/admin-views/import.php:30
3358
+ msgid ""
3359
+ "Upload a CSV file with one record on each line. The first line may contain "
3360
+ "column names (check the box below)."
3361
+ msgstr ""
3362
+ "Upload een CSV-bestand met één record op elke regel. De eerste regel de "
3363
+ "namen van de kolommen kan bevatten (Vink het vakje hieronder aan)."
3364
+
3365
+ #: ../lib/io/csv/admin-views/import.php:25
3366
+ msgid ""
3367
+ "One column in your CSV should have the Organizer/Venue name. All other "
3368
+ "fields are optional."
3369
+ msgstr ""
3370
+ "Een kolom in je CSV-bestand moet de naam van de organisator/locatie "
3371
+ "bevatten. Alle andere velden zijn optioneel."
3372
+
3373
+ #: ../lib/io/csv/admin-views/import.php:26
3374
+ #: ../lib/io/csv/admin-views/import.php:32
3375
+ msgid ""
3376
+ "After you upload your file, you'll have the opportunity to indicate how the "
3377
+ "columns in your CSV map to fields in The Events Calendar."
3378
+ msgstr ""
3379
+ "Nadat je jouw bestand geupload hebt, heb je de mogelijkheid om de kolommen "
3380
+ "in je CSV-bestand toe te wijzen aan velden in The Events Calendar."
3381
+
3382
+ #: ../lib/io/csv/admin-views/import.php:28
3383
+ msgid "After importing your Organizers and Venues, import your Events:"
3384
+ msgstr ""
3385
+ "Na het importeren van je organisatoren en locaties, importeer je Events:"
3386
+
3387
+ #: ../lib/io/csv/admin-views/import.php:31
3388
+ msgid ""
3389
+ "One column in your CSV should have the Event title. Another should have the "
3390
+ "Event start date. All other fields are optional."
3391
+ msgstr ""
3392
+ "Een kolom in je CSV-bestand moeten de Event titel bevatten. Een ander moet "
3393
+ "de Event begindatum bevatten. Alle andere velden zijn optioneel."
3394
+
3395
+ #: ../lib/io/csv/admin-views/import.php:36
3396
+ #, php-format
3397
+ msgid "Questions? <a href=\"%s\">Watch the video</a>."
3398
+ msgstr "Heb je vragen? <a href=\"%s\">Bekijk de video</a>."
3399
+
3400
+ #: ../lib/io/csv/admin-views/import.php:43
3401
+ msgid "Import Type:"
3402
+ msgstr "Import type:"
3403
+
3404
+ #: ../lib/io/csv/admin-views/import.php:55
3405
+ msgid "CSV File:"
3406
+ msgstr "CSV Bestand:"
3407
+
3408
+ #: ../lib/io/csv/admin-views/import.php:58
3409
+ msgid ""
3410
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
3411
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
3412
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
3413
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
3414
+ msgstr ""
3415
+ "Uploadt een goed geformatteerde, UTF-8 gecodeerde CSV-bestand. Weet je niet "
3416
+ "zeker of je bestand UTF-8 gecodeerd is? Zorg ervoor dat je de tekencodering "
3417
+ "opgeeft wanneer je het bestand opslaat, of haal het door een <a href='http://"
3418
+ "i-tools.org/charset/exec?dest=utf-8&src=auto&download=1'>conversie tool</a>."
3419
+
3420
+ #: ../lib/io/csv/admin-views/import.php:66
3421
+ msgid "This file has column names in the first row"
3422
+ msgstr "De kolomnamen staan in dit bestand in de eerste rij"
3423
+
3424
+ #: ../lib/io/csv/admin-views/import.php:77
3425
+ msgid "Import CSV File"
3426
+ msgstr "Importeer CSV bestand"
3427
+
3428
+ #: ../lib/io/csv/admin-views/result.php:13
3429
+ msgid "Import Result"
3430
+ msgstr "Importeer resultaten"
3431
+
3432
+ #: ../lib/io/csv/admin-views/result.php:15
3433
+ msgid "Import complete!"
3434
+ msgstr "Importeren is gereed"
3435
+
3436
+ #: ../lib/io/csv/admin-views/result.php:17
3437
+ #, php-format
3438
+ msgid "Inserted: %d"
3439
+ msgstr "Ingevoegd: %d"
3440
+
3441
+ #: ../lib/io/csv/admin-views/result.php:18
3442
+ #, php-format
3443
+ msgid "Updated: %d"
3444
+ msgstr "Bijgewerkt: %d"
3445
+
3446
+ #: ../lib/io/csv/admin-views/result.php:19
3447
+ #, php-format
3448
+ msgid "Skipped: %d"
3449
+ msgstr "Overgeslagen: %d"
3450
+
3451
+ #: ../lib/io/csv/admin-views/result.php:23
3452
+ msgid "The import statistics above have the following meaning:"
3453
+ msgstr "De bovenstaande invoerstatistieken hebben de volgende betekenis:"
3454
+
3455
+ #: ../lib/io/csv/admin-views/result.php:24
3456
+ msgid ""
3457
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
3458
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
3459
+ "start date. The existing item was updated with the new value from the file.</"
3460
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
3461
+ "not be imported. Please see below for the invalid rows.</li></ol>"
3462
+ msgstr ""
3463
+ "<ol><li><strong>Ingevoegde:</strong> een nieuw item is succesvol ingevoegd.</"
3464
+ "li><li><strong>Bijgewerkt:</strong> een item met de dezelfde naam en/of "
3465
+ "begindatum werd gevonden. Het bestaande item is bijgewerkt met de nieuwe "
3466
+ "waarde van het bestand.</li><li><strong>Overgeslagen:</strong> er is een rij "
3467
+ "in het CSV-bestand gevonden die niet konden worden geïmporteerd. Zie "
3468
+ "hieronder voor de ongeldige rijen.</li></ol>"
3469
+
3470
+ #: ../lib/io/csv/admin-views/result.php:27
3471
+ #, php-format
3472
+ msgid "Skipped row numbers: %s"
3473
+ msgstr "Overgeslagen rijnummers: %s"
3474
+
3475
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
3476
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
3477
+ msgid "CSV Import"
3478
+ msgstr "CSV importeren"
3479
+
3480
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
3481
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
3482
+ msgid "The file went away. Please try again."
3483
+ msgstr "Het bestand viel weg. Probeer het nogmaals."
3484
+
3485
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
3486
+ msgid "We were unable to process your request. Please try again."
3487
+ msgstr ""
3488
+ "We waren niet in staat om je aanvraag te verwerken. Probeer het opnieuw."
3489
+
3490
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
3491
+ msgid "<p>The following fields are required for a successful import:</p>"
3492
+ msgstr "<p>De volgende velden zijn vereist voor een succesvolle import:</p>"
3493
+
3494
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
3495
+ msgid "Do Not Import"
3496
+ msgstr "Niet importeren"
3497
+
3498
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
3499
+ msgid "Event Name"
3500
+ msgstr "Evenement naam"
3501
+
3502
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
3503
+ msgid "Event Description"
3504
+ msgstr "Evenement omschrijving"
3505
+
3506
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
3507
+ msgid "Event Start Date"
3508
+ msgstr "Begindatum van evenement"
3509
+
3510
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
3511
+ msgid "Event Start Time"
3512
+ msgstr "Starttijd van het evenement"
3513
+
3514
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
3515
+ msgid "Event End Date"
3516
+ msgstr "Einddatum van het evenement"
3517
+
3518
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
3519
+ msgid "Event End Time"
3520
+ msgstr "Eindtijd van het evenement"
3521
+
3522
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
3523
+ msgid "All Day Event"
3524
+ msgstr "Evenement duurt de hele dag"
3525
+
3526
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
3527
+ msgid "Event Venue Name"
3528
+ msgstr "Naam van de locatie van het evenement"
3529
+
3530
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
3531
+ msgid "Event Organizer Name"
3532
+ msgstr "Naam van de organisator van het evenement"
3533
+
3534
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
3535
+ msgid "Event Show Map Link"
3536
+ msgstr "Geef link naar Google Maps weer"
3537
+
3538
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
3539
+ msgid "Event Show Map"
3540
+ msgstr "Laat kaart van evenement zien"
3541
+
3542
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
3543
+ msgid "Event Phone"
3544
+ msgstr "Evenementen telefoonnummer"
3545
+
3546
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
3547
+ msgid "Venue Name"
3548
+ msgstr "Naam van de locatie "
3549
+
3550
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
3551
+ msgid "Venue Country"
3552
+ msgstr "Lokatie land "
3553
+
3554
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
3555
+ msgid "Venue Address"
3556
+ msgstr "Locatie adres"
3557
+
3558
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
3559
+ msgid "Venue Addres 2"
3560
+ msgstr "Alternatief adres vand e locatie"
3561
+
3562
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
3563
+ msgid "Venue City"
3564
+ msgstr "Locatie stad"
3565
+
3566
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
3567
+ msgid "Venue State/Province"
3568
+ msgstr "Locatie staat of provincie "
3569
+
3570
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
3571
+ msgid "Venue Zip"
3572
+ msgstr "Locatie postcode"
3573
+
3574
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
3575
+ msgid "Venue Phone"
3576
+ msgstr "Locatie telefoonnummer"
3577
+
3578
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
3579
+ msgid "Organizer Name"
3580
+ msgstr "Naam van de organisator "
3581
+
3582
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
3583
+ msgid "Organizer Email"
3584
+ msgstr "Emailadres van organisator"
3585
+
3586
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
3587
+ msgid "Organizer Website"
3588
+ msgstr "Website van de organisator"
3589
+
3590
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
3591
+ msgid "Organizer Phone"
3592
+ msgstr "Telefoonnummer van de organisator"
3593
+
3594
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
3595
+ #, php-format
3596
+ msgid "No importer defined for %s"
3597
+ msgstr "Geen importeur gedefinieerd voor %s"
3598
+
3599
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
3600
+ #, php-format
3601
+ msgid "Missing required fields in row %d."
3602
+ msgstr "Vereiste velden in rij %d ontbreken."
3603
+
3604
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
3605
+ #, php-format
3606
+ msgid "Failed to import record in row %d."
3607
+ msgstr "Record importeren in rij %d is mislukt."
3608
+
3609
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
3610
+ #, php-format
3611
+ msgid "%s (post ID %d) updated."
3612
+ msgstr "%s (post ID %d) geupdated."
3613
+
3614
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
3615
+ #, php-format
3616
+ msgid "%s (post ID %d) created."
3617
+ msgstr "%s (post ID %d) aangemaakt."
3618
+
3619
+ #: ../lib