msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version:WPML_EXPORT\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language:en\n"
"MIME-Version: 1.0\n"

# // Widget name will appear in UI
# __( 'Astro Booking Engine', 'astro-booking-engine' ),
# 

msgid "Astro Booking Engine"
msgstr ""

# // Widget description
# array( 'description' => __( 'The Astro Booking Engine plugin displays a user friendly and responsive hotel booking engine form.', 'astro-booking-engine' ), )
# );

msgid "The Astro Booking Engine plugin displays a user friendly and responsive hotel booking engine form."
msgstr ""

# }else{
# $title = __( 'New title', 'astro-booking-engine' );
# }

msgid "New title"
msgstr ""

# <p>
# <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title', 'astro-booking-engine' ); ?>:</label>
# <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" />

msgid "Title"
msgstr ""

# $str = '<div class="ube-error ube-error-no-provider">';
# $str .= __( 'This message is visible only to the site administrator.', 'astro-booking-engine' );
# $str .= '<br />';

msgid "This message is visible only to the site administrator."
msgstr ""

# $str .= '<br />';
# $str .= __( 'No provider has been selected in Universal Booking Engine plugin.', 'astro-booking-engine' );
# $str .= '<br />';

msgid "No provider has been selected in Universal Booking Engine plugin."
msgstr ""

# $field_class = esc_attr('checkin');
# $field_label = __( 'Check-in', 'astro-booking-engine' );
# $field_name = 'checkin';

msgid "Check-in"
msgstr ""

# $field_class = esc_attr('checkout');
# $field_label = __( 'Check-out', 'astro-booking-engine' );
# $field_name = 'checkout'; //provider field name

msgid "Check-out"
msgstr ""

# $field_class = esc_attr('adults');
# $field_label = __( 'Adults', 'astro-booking-engine' );
# $field_name = 'tot_adulti'; //provider field name

msgid "Adults"
msgstr ""

# $field_class = esc_attr('children');
# $field_label = __( 'Children', 'astro-booking-engine' );
# $field_name = 'tot_bambini'; //provider field name

msgid "Children"
msgstr ""

# $field_class = esc_attr('children_age');
# $field_label = __( 'Child Age', 'astro-booking-engine' );
# $field_name = 'st1bamb'; //provider field name

msgid "Child Age"
msgstr ""

# <?php
# $value = __('Search', 'astro-booking-engine' );
# $submit_label = get_option(ASTRO_BE_PREFIX.$provider.'_submit_label');

msgid "Search"
msgstr ""

# $field_class = esc_attr('coupon');
# $field_label = __( 'Coupon', 'astro-booking-engine' );
# $field_name = 'coupon'; //provider field name

msgid "Coupon"
msgstr ""

# $field_class = esc_attr('treatment');
# $field_label = __( 'Treatment', 'astro-booking-engine' );
# $field_name = 'idTrattamento'; //provider field name

msgid "Treatment"
msgstr ""

# $field_class = esc_attr('discount');
# $field_label = __( 'Discount code', 'astro-booking-engine' );
# $field_name = 'codiceSconto'; //provider field name

msgid "Discount code"
msgstr ""

# admin_url('admin.php?page=' . ASTRO_BE_TEXTDOMAIN ) .
# '">' . __('Settings', 'astro-booking-engine' ) . '</a>'
# );

msgid "Settings"
msgstr ""

# $colorpicker_l10n = array(
# 'clear' => __( 'Clear', 'astro-booking-engine' ),
# 'defaultString' => __( 'Default', 'astro-booking-engine' ),

msgid "Clear"
msgstr ""

# 'clear' => __( 'Clear', 'astro-booking-engine' ),
# 'defaultString' => __( 'Default', 'astro-booking-engine' ),
# 'pick' => __( 'Select Color', 'astro-booking-engine' ),

msgid "Default"
msgstr ""

# 'defaultString' => __( 'Default', 'astro-booking-engine' ),
# 'pick' => __( 'Select Color', 'astro-booking-engine' ),
# 'current' => __( 'Current Color', 'astro-booking-engine' ),

msgid "Select Color"
msgstr ""

# 'pick' => __( 'Select Color', 'astro-booking-engine' ),
# 'current' => __( 'Current Color', 'astro-booking-engine' ),
# );

msgid "Current Color"
msgstr ""

# if ( !current_user_can( 'manage_options' ) )  {
# wp_die( __( 'You do not have sufficient permissions to access this page.', 'astro-booking-engine' ) );
# }

msgid "You do not have sufficient permissions to access this page."
msgstr ""

# // Widget name will appear in UI
# __( 'Universal Booking Engine', 'astro-booking-engine' ),
# 

msgid "Universal Booking Engine"
msgstr ""

# // Widget description
# array( 'description' => __( 'The Universal Booking Engine plugin displays a user friendly and responsive hotel booking engine form.', 'astro-booking-engine' ), )
# );

msgid "The Universal Booking Engine plugin displays a user friendly and responsive hotel booking engine form."
msgstr ""

# ?>
# <option value="normal"<?php if ($field['value'] == 'normal') { echo ' selected=selected'; } ?>><?php echo esc_attr(__( 'normal', 'astro-booking-engine' )); ?></option>
# <option value="bold"<?php if ($field['value'] == 'bold') { echo ' selected=selected'; } ?>><?php echo esc_attr(__( 'bold', 'astro-booking-engine' )); ?></option>

msgid "normal"
msgstr ""

# <option value="normal"<?php if ($field['value'] == 'normal') { echo ' selected=selected'; } ?>><?php echo esc_attr(__( 'normal', 'astro-booking-engine' )); ?></option>
# <option value="bold"<?php if ($field['value'] == 'bold') { echo ' selected=selected'; } ?>><?php echo esc_attr(__( 'bold', 'astro-booking-engine' )); ?></option>
# </select>

msgid "bold"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Background color', 'astro-booking-engine' ),
# 'description' => false,

msgid "Background color"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Border radius', 'astro-booking-engine' ),
# 'description' => false,

msgid "Border radius"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Font color', 'astro-booking-engine' ),
# 'description' => false,

msgid "Font color"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Font size', 'astro-booking-engine' ),
# 'description' => false,

msgid "Font size"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Font weight', 'astro-booking-engine' ),
# 'description' => false,

msgid "Font weight"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Border width', 'astro-booking-engine' ),
# 'description' => false,

msgid "Border width"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Border style', 'astro-booking-engine' ),
# 'description' => false,

msgid "Border style"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Border color', 'astro-booking-engine' ),
# 'description' => false,

msgid "Border color"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Calendar theme', 'astro-booking-engine' ),
# 'description' => false,

msgid "Calendar theme"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Custom CSS', 'astro-booking-engine' ),
# 'description' => false,

msgid "Custom CSS"
msgstr ""

# 
# <h2 id="layout"><?php _e( 'Layout', 'astro-booking-engine' ); ?></h2>
# 

msgid "Layout"
msgstr ""

# 
# <h3 id="widget"><?php _e( 'Widget', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Widget"
msgstr ""

# <select name="<?php echo esc_attr($field['name']); ?>" id="<?php echo esc_attr($field['name']); ?>">
# <option value=""><?php _e( 'inherit', 'astro-booking-engine' ); ?></option>
# <?php

msgid "inherit"
msgstr ""

# ?>
# <option value="<?php echo esc_attr($i); ?>"<?php echo esc_attr($selected); ?>><?php echo esc_attr($i); ?> <span class="select-option-suffix-px"><?php _e( 'px', 'astro-booking-engine' ); ?></span></option>
# <?php

msgid "px"
msgstr ""

# 
# <h3 id="labels"><?php _e( 'Labels', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Labels"
msgstr ""

# 
# <h3 id="fields"><?php _e( 'Fields', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Fields"
msgstr ""

# 
# <h3 id="submitbutton"><?php _e( 'Submit button', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Submit button"
msgstr ""

# 
# <h3 id="advanced"><?php _e( 'Advanced settings', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Advanced settings"
msgstr ""

# $arr_targets = array(
# '_blank' =>  __('New window or tab', 'astro-booking-engine' ),
# '_self' =>  __('Same window or tab', 'astro-booking-engine' ),

msgid "New window or tab"
msgstr ""

# '_blank' =>  __('New window or tab', 'astro-booking-engine' ),
# '_self' =>  __('Same window or tab', 'astro-booking-engine' ),
# );

msgid "Same window or tab"
msgstr ""

# $field_label = esc_html__( 'Visible', 'astro-booking-engine' );
# $field_description = __('Check to show', 'astro-booking-engine' );
# $field_name = ASTRO_BE_PREFIX.$provider.'_idTrattamento_visible';

msgid "Check to show"
msgstr ""

# $field_label = esc_html__( 'Enable', 'astro-booking-engine' );
# $field_description = __('Check to enable', 'astro-booking-engine' );
# $field_name = ASTRO_BE_PREFIX.$provider.'_adults_enable';

msgid "Check to enable"
msgstr ""

# 'label' => esc_html__( 'Label', 'astro-booking-engine' ),
# 'description' => __('The default value is Search.', 'astro-booking-engine' ),
# 'name' => ASTRO_BE_PREFIX.$provider.'_submit_label',

msgid "The default value is Search."
msgstr ""

# $field = array(
# 'label' => esc_html__( 'idHotel', 'astro-booking-engine' ),
# 'description' => false,

msgid "idHotel"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Target', 'astro-booking-engine' ),
# 'description' => false,

msgid "Target"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Language settings', 'astro-booking-engine' ),
# 'description' => false,

msgid "Language settings"
msgstr ""

# <?php
# $field_label = esc_html__( 'Visible', 'astro-booking-engine' );
# $field_description = __('Check to show', 'astro-booking-engine' );

msgid "Visible"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Treatment options', 'astro-booking-engine' ),
# 'description' => false,

msgid "Treatment options"
msgstr ""

# <?php
# $field_label = esc_html__( 'Enable', 'astro-booking-engine' );
# $field_description = __('Check to enable', 'astro-booking-engine' );

msgid "Enable"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Default Adults', 'astro-booking-engine' ),
# 'description' => false,

msgid "Default Adults"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Max Adults', 'astro-booking-engine' ),
# 'description' => false,

msgid "Max Adults"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Default children', 'astro-booking-engine' ),
# 'description' => false,

msgid "Default children"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Max children', 'astro-booking-engine' ),
# 'description' => false,

msgid "Max children"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Min child age', 'astro-booking-engine' ),
# 'description' => false,

msgid "Min child age"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Max child age', 'astro-booking-engine' ),
# 'description' => false,

msgid "Max child age"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Label', 'astro-booking-engine' ),
# 'description' => __('The default value is Search.', 'astro-booking-engine' ),

msgid "Label"
msgstr ""

# <!-- hotelsettings -->
# <h3 id="hotelsettings"><?php _e( 'Hotel settings', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Hotel settings"
msgstr ""

# <!-- formsetting -->
# <h3 id="formsetting"><?php _e( 'Form settings', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Form settings"
msgstr ""

# <th scope="row">
# <?php _e( 'Language options', 'astro-booking-engine' ); ?>
# <p class="description"><strong>Option example</strong><br>

msgid "Language options"
msgstr ""

# <p class="description"><strong>Option example</strong><br>
# <?php _e( 'Lang code', 'astro-booking-engine' ); ?>: EN<br>
# <?php _e( 'URL', 'astro-booking-engine' ); ?>: https://secure.iperbooking.net/be/en/your-hotel-name/</p>

msgid "Lang code"
msgstr ""

# <?php _e( 'Lang code', 'astro-booking-engine' ); ?>: EN<br>
# <?php _e( 'URL', 'astro-booking-engine' ); ?>: https://secure.iperbooking.net/be/en/your-hotel-name/</p>
# </th>

msgid "URL"
msgstr ""

# <td class="<?php echo esc_attr($provider); ?>-language">
# <button class="button <?php echo esc_ttr($provider); ?>-language-options-add-field"><?php _e( 'Add new option', 'astro-booking-engine' ); ?></button>
# <?php

msgid "Add new option"
msgstr ""

# <fieldset class="provider-fieldset provider-fieldset-<?php echo esc_attr($i); ?>">
# <legend class="provider-fieldset-legend"><?php _e( 'Language option', 'astro-booking-engine' ); ?> #<?php echo esc_html($i); ?></legend>
# <div class="provider-fieldset-content">

msgid "Language option"
msgstr ""

# <?php if ($i > 1) { ?>
# <button class="button iperbooking-language-options-delete-field"><?php _e( 'Delete', 'astro-booking-engine' ); ?></button>
# <?php } ?>

msgid "Delete"
msgstr ""

# <!-- treatment -->
# <h3 id="treatment"><?php _e( 'Treatments', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Treatments"
msgstr ""

# <th scope="row">
# <?php _e( 'Options', 'astro-booking-engine' ); ?>
# <p class="description"><strong><?php _e( 'Option example', 'astro-booking-engine' ); ?></strong><br>

msgid "Options"
msgstr ""

# <?php _e( 'Options', 'astro-booking-engine' ); ?>
# <p class="description"><strong><?php _e( 'Option example', 'astro-booking-engine' ); ?></strong><br>
# <?php _e( 'Value', 'astro-booking-engine' ); ?>: 4<br>

msgid "Option example"
msgstr ""

# <p class="description"><strong><?php _e( 'Option example', 'astro-booking-engine' ); ?></strong><br>
# <?php _e( 'Value', 'astro-booking-engine' ); ?>: 4<br>
# <?php _e( 'Label', 'astro-booking-engine' ); ?>: Bed & Breakfast</p>

msgid "Value"
msgstr ""

# <!-- childrenage -->
# <h3 id="childrenage"><?php _e( 'Children age', 'astro-booking-engine' ); ?></h3>
# <table class="form-table">

msgid "Children age"
msgstr ""

# astro_be_delete_options_prefixed( ASTRO_BE_PREFIX );
# $delete_options = __( 'All the plugin options have deleted.', 'astro-booking-engine' );
# }

msgid "All the plugin options have deleted."
msgstr ""

# 
# <h2 id="support" class="title"><?php _e('Support', 'astro-booking-engine' ); ?></h2>
# 

msgid "Support"
msgstr ""

# 
# <h3 id="support-configuration" class="title"><?php _e( 'How to start with this plugin', 'astro-booking-engine' ); ?></h3>
# <ol>

msgid "How to start with this plugin"
msgstr ""

# <ol>
# <li><?php _e( 'Get data settings from your booking engine provider; if you don\'t have one, you need to adopt one', 'astro-booking-engine' ); ?> (<a href="#support-providers-list"><?php _e( 'see the list of currently available providers', 'astro-booking-engine' ); ?></a>)</li>
# <li><?php _e( 'Select the provider name and configure its settings', 'astro-booking-engine' ); ?></li>

msgid "Get data settings from your booking engine provider; if you don't have one, you need to adopt one"
msgstr ""

# <ol>
# <li><?php _e( 'Get data settings from your booking engine provider; if you don\'t have one, you need to adopt one', 'astro-booking-engine' ); ?> (<a href="#support-providers-list"><?php _e( 'see the list of currently available providers', 'astro-booking-engine' ); ?></a>)</li>
# <li><?php _e( 'Select the provider name and configure its settings', 'astro-booking-engine' ); ?></li>

msgid "see the list of currently available providers"
msgstr ""

# <li><?php _e( 'Get data settings from your booking engine provider; if you don\'t have one, you need to adopt one', 'astro-booking-engine' ); ?> (<a href="#support-providers-list"><?php _e( 'see the list of currently available providers', 'astro-booking-engine' ); ?></a>)</li>
# <li><?php _e( 'Select the provider name and configure its settings', 'astro-booking-engine' ); ?></li>
# <li><?php _e( 'Configure the booking form layout (optional)', 'astro-booking-engine' ); ?></li>

msgid "Select the provider name and configure its settings"
msgstr ""

# <li><?php _e( 'Select the provider name and configure its settings', 'astro-booking-engine' ); ?></li>
# <li><?php _e( 'Configure the booking form layout (optional)', 'astro-booking-engine' ); ?></li>
# <li><?php _e( 'Use the [astro-booking-engine] shortcode in your post/page content or add the Astro Booking Engine in the widget area.', 'astro-booking-engine' ); ?></li>

msgid "Configure the booking form layout (optional)"
msgstr ""

# <li><?php _e( 'Configure the booking form layout (optional)', 'astro-booking-engine' ); ?></li>
# <li><?php _e( 'Use the [astro-booking-engine] shortcode in your post/page content or add the Astro Booking Engine in the widget area.', 'astro-booking-engine' ); ?></li>
# </ol>

msgid "Use the [astro-booking-engine] shortcode in your post/page content or add the Astro Booking Engine in the widget area."
msgstr ""

# </ol>
# <p><strong><?php _e( 'IMPORTANT', 'astro-booking-engine' ); ?></strong>:
# <?php _e( 'it is mandatory to have the provider data settings and the provider contract must be active in order to use the Astro Booking Engine.', 'astro-booking-engine' ); ?><br>

msgid "IMPORTANT"
msgstr ""

# <p><strong><?php _e( 'IMPORTANT', 'astro-booking-engine' ); ?></strong>:
# <?php _e( 'it is mandatory to have the provider data settings and the provider contract must be active in order to use the Astro Booking Engine.', 'astro-booking-engine' ); ?><br>
# <?php _e( 'The booking engine provider can send you the useful settings to configure the Astro Booking Engine; we are not a booking engine provider.', 'astro-booking-engine' ); ?><br>

msgid "it is mandatory to have the provider data settings and the provider contract must be active in order to use the Astro Booking Engine."
msgstr ""

# <?php _e( 'it is mandatory to have the provider data settings and the provider contract must be active in order to use the Astro Booking Engine.', 'astro-booking-engine' ); ?><br>
# <?php _e( 'The booking engine provider can send you the useful settings to configure the Astro Booking Engine; we are not a booking engine provider.', 'astro-booking-engine' ); ?><br>
# <?php _e( 'Only after configuring the Astro Booking Engine with the provider\'s data, you can you start to use the booking form on your website.', 'astro-booking-engine' ); ?></p>

msgid "The booking engine provider can send you the useful settings to configure the Astro Booking Engine; we are not a booking engine provider."
msgstr ""

# <?php _e( 'The booking engine provider can send you the useful settings to configure the Astro Booking Engine; we are not a booking engine provider.', 'astro-booking-engine' ); ?><br>
# <?php _e( 'Only after configuring the Astro Booking Engine with the provider\'s data, you can you start to use the booking form on your website.', 'astro-booking-engine' ); ?></p>
# 

msgid "Only after configuring the Astro Booking Engine with the provider's data, you can you start to use the booking form on your website."
msgstr ""

# 
# <h3 id="support-providers-list" class="title"><?php _e( 'Providers list', 'astro-booking-engine' ); ?></h3>
# <p><?php _e( 'Currently, Astro Booking Engine can be connected to the following booking engine providers (in alphabetic order).', 'astro-booking-engine' ); ?></p>

msgid "Providers list"
msgstr ""

# <h3 id="support-providers-list" class="title"><?php _e( 'Providers list', 'astro-booking-engine' ); ?></h3>
# <p><?php _e( 'Currently, Astro Booking Engine can be connected to the following booking engine providers (in alphabetic order).', 'astro-booking-engine' ); ?></p>
# <ul>

msgid "Currently, Astro Booking Engine can be connected to the following booking engine providers (in alphabetic order)."
msgstr ""

# 
# <p><?php _e( 'Is your booking engine provider not available in Astro Booking Engine?', 'astro-booking-engine' ); ?><br>
# <?php _e( 'Write me an email at', 'astro-booking-engine' ); ?> <a href="mailto:info@astrothemes.com">info@astrothemes.com</a>.</p>

msgid "Is your booking engine provider not available in Astro Booking Engine?"
msgstr ""

# <p><?php _e( 'Is your booking engine provider not available in Astro Booking Engine?', 'astro-booking-engine' ); ?><br>
# <?php _e( 'Write me an email at', 'astro-booking-engine' ); ?> <a href="mailto:info@astrothemes.com">info@astrothemes.com</a>.</p>
# 

msgid "Write me an email at"
msgstr ""

# 
# <h3 id="support-faqs" class="title"><?php _e( 'FAQs', 'astro-booking-engine' ); ?></h3>
# <p><span class="support-faq-question"><?php _e( 'Do you need support?', 'astro-booking-engine' ); ?></span><br>

msgid "FAQs"
msgstr ""

# <h3 id="support-faqs" class="title"><?php _e( 'FAQs', 'astro-booking-engine' ); ?></h3>
# <p><span class="support-faq-question"><?php _e( 'Do you need support?', 'astro-booking-engine' ); ?></span><br>
# <span class="support-faq-answer"><?php _e( 'Request support at the ', 'astro-booking-engine' ); ?> <a href="https://wordpress.org/support/plugin/display-post-link/" target="_blank"><?php _e( 'plugin support page', 'astro-booking-engine' ); ?></a>.</span></p>

msgid "Do you need support?"
msgstr ""

# <p><span class="support-faq-question"><?php _e( 'Do you need support?', 'astro-booking-engine' ); ?></span><br>
# <span class="support-faq-answer"><?php _e( 'Request support at the ', 'astro-booking-engine' ); ?> <a href="https://wordpress.org/support/plugin/display-post-link/" target="_blank"><?php _e( 'plugin support page', 'astro-booking-engine' ); ?></a>.</span></p>
# 

msgid "Request support at the "
msgstr ""

# <p><span class="support-faq-question"><?php _e( 'Do you need support?', 'astro-booking-engine' ); ?></span><br>
# <span class="support-faq-answer"><?php _e( 'Request support at the ', 'astro-booking-engine' ); ?> <a href="https://wordpress.org/support/plugin/display-post-link/" target="_blank"><?php _e( 'plugin support page', 'astro-booking-engine' ); ?></a>.</span></p>
# 

msgid "plugin support page"
msgstr ""

# 
# <p><span class="support-faq-question"><?php _e( 'Have more questions?', 'astro-booking-engine' ); ?></span><br>
# <span class="support-faq-answer"><?php _e( 'Write me an email at', 'astro-booking-engine' ); ?> <a href="mailto:info@astrothemes.com">info@astrothemes.com</a>.</span></p>

msgid "Have more questions?"
msgstr ""

# 
# <h3 id="support-data-reset" class="title"><?php _e( 'Plugin data reset', 'astro-booking-engine' ); ?></h3>
# <p><a class="button button-primary" href="?page=<?php echo ASTRO_BE_TEXTDOMAIN; ?>&amp;tab=support&amp;delete_options=1"><?php _e( 'Remove all plugin settings', 'astro-booking-engine' ); ?></a></p>

msgid "Plugin data reset"
msgstr ""

# <h3 id="support-data-reset" class="title"><?php _e( 'Plugin data reset', 'astro-booking-engine' ); ?></h3>
# <p><a class="button button-primary" href="?page=<?php echo ASTRO_BE_TEXTDOMAIN; ?>&amp;tab=support&amp;delete_options=1"><?php _e( 'Remove all plugin settings', 'astro-booking-engine' ); ?></a></p>
# <p class="color-red"><?php echo esc_html($delete_options); ?></p>

msgid "Remove all plugin settings"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'id_albergo', 'astro-booking-engine' ),
# 'description' => false,

msgid "id_albergo"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'dc', 'astro-booking-engine' ),
# 'description' => false,

msgid "dc"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'id_stile', 'astro-booking-engine' ),
# 'description' => false,

msgid "id_stile"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Min children age', 'astro-booking-engine' ),
# 'description' => false,

msgid "Min children age"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Max children age', 'astro-booking-engine' ),
# 'description' => false,

msgid "Max children age"
msgstr ""

# $field = array(
# 'label' => esc_html__('Your provider', 'astro-booking-engine' ),
# 'description' => esc_html__('Select your provider and configure its settings to enable Astro Booking Engine.', 'astro-booking-engine' ),

msgid "Your provider"
msgstr ""

# 'label' => esc_html__('Your provider', 'astro-booking-engine' ),
# 'description' => esc_html__('Select your provider and configure its settings to enable Astro Booking Engine.', 'astro-booking-engine' ),
# 'name' => ASTRO_BE_PREFIX.'provider',

msgid "Select your provider and configure its settings to enable Astro Booking Engine."
msgstr ""

# <h2 id="settings" class="title"><?php _e('Settings', 'astro-booking-engine' ); ?></h2>
# <p><?php _e('Astro Booking Engine displays the booking form using the shortcode <strong>[astro-booking-engine]</strong>.', 'astro-booking-engine'); ?></p>
# <p><?php printf( 'For installation details, read more at the <a href="%s">support page</a>', '?page='.ASTRO_BE_TEXTDOMAIN.'&amp;tab=support'  ); ?></p>

msgid "Astro Booking Engine displays the booking form using the shortcode <strong>[astro-booking-engine]</strong>."
msgstr ""

# 
# <h2 id="provider" class="title"><?php _e('Provider', 'astro-booking-engine' ); ?></h2>
# <table class="form-table">

msgid "Provider"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'hid', 'astro-booking-engine' ),
# 'description' => false,

msgid "hid"
msgstr ""

# $field = array(
# 'label' => esc_html__( 'Currency', 'astro-booking-engine' ),
# 'description' => false,

msgid "Currency"
msgstr ""

# // Widget description
# array( 'description' => __( 'The Astro Booking Engine plugin displays a user friendly and responsive booking engine form.', 'astro-booking-engine' ), )
# );

msgid "The Astro Booking Engine plugin displays a user friendly and responsive booking engine form."
msgstr ""

# 'astro-plugin-panel',
# __('Booking engine', 'astro-booking-engine'),
# __('Booking engine', 'astro-booking-engine'),

msgid "Booking engine"
msgstr ""

# $str .= '<br />';
# $str .= __( 'No provider has been selected in Astro Booking Engine plugin.', 'astro-booking-engine' );
# $str .= '<br />';

msgid "No provider has been selected in Astro Booking Engine plugin."
msgstr ""

# $str .= '<br />';
# $str .= __('Choose your provider at plugin', 'astro-booking-engine' );
# $str .= '<a href="'.$plugin_settings_url.'">';

msgid "Choose your provider at plugin"
msgstr ""

# $str .= '<a href="'.$plugin_settings_url.'">';
# $str .= __('settings page', 'astro-booking-engine' );
# $str .= '</a>.';

msgid "settings page"
msgstr ""
