Files
roi-theme/wp-content/plugins/thrive-ultimatum/admin/i18n.php
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

130 lines
11 KiB
PHP
Executable File

<?php
return array(
'Dashboard' => __( 'Ultimatum Dashboard', 'thrive-ult'),
'InvalidName' => __( 'Name is required', 'thrive-ult'),
'InvalidCampaign' => __( 'Invalid Campaign', 'thrive-ult'),
'InvalidPostType' => __( 'Invalid post type', 'thrive-ult'),
'DisplaySettingsTemplateLoaded' => __( 'Display Settings Template Loaded', 'thrive-ult'),
'DisplaySettingsTemplateSaved' => __( 'Display Settings Template Saved', 'thrive-ult'),
'GeneralError' => __( 'An unexpected error occurred. Please try again and, if this still happens, try reloading the page.', 'thrive-ult'),
'PleaseSelectANameForYourTemplate' => __( 'Please select a name for your template !', 'thrive-ult'),
'Campaign_name' => __( 'Campaign name', 'thrive-ult'),
'CampaignMissingTemplate' => __( 'Please choose a template', 'thrive-ult'),
'DesignTypeMissing' => __( 'Please choose a design type', 'thrive-ult'),
'Start_date_required' => __( 'Start date is required', 'thrive-ult'),
'Start_time_required' => __( 'Start hour is required', 'thrive-ult'),
'End_date_required' => __( 'End date is required', 'thrive-ult'),
'End_time_required' => __( 'End hour is required', 'thrive-ult'),
'InvalidEndHour' => __( 'Invalid end hour', 'thrive-ult'),
'InvalidStartDate' => __( 'Start Date and Time need to be filled', 'thrive-ult'),
'InvalidStartDateToday' => __( 'Start date has to be in the future', 'thrive-ult'),
'InvalidEndDateToday' => __( 'End date has to be in the future', 'thrive-ult'),
'Start_hour_in_the_past' => __( 'Start hour has to be in the future', 'thrive-ult'),
'End_hour_in_the_past' => __( 'End hour has to be in the future', 'thrive-ult'),
'InvalidEndDateStart' => __( 'End date must be after start date', 'thrive-ult'),
'End_after_start_date' => __( 'End date must be after start date', 'thrive-ult'),
'End_after_start_time' => __( 'End hour must be after start hour', 'thrive-ult'),
'OccurrencesRequired' => __( 'Occurrences required', 'thrive-ult'),
'InvalidOccurrences' => __( 'Invalid occurrences', 'thrive-ult'),
'InvalidEndTimeStart' => __( 'End Time cannot be before or the same as the Start Time', 'thrive-ult'),
'InvalidDurationTime' => __( 'Duration must not be grater than %s', 'thrive-ult'),
'InvalidRepeatOn' => __( 'Please check at least one day for the campaign start', 'thrive-ult'),
'InvalidEvergreenDays' => __( 'Please choose an evergreen timeframe', 'thrive-ult'),
'InvalidEvergreenDaysZero' => __( 'Evergreen timeframe must be grater than 0', 'thrive-ult'),
'InvalidEvergreenDaysCharacters' => __( 'Please only input numbers in the days field', 'thrive-ult'),
'InvalidEvergreenExpirationCharacters' => __( 'Please only input numbers in the campaign end field', 'thrive-ult'),
'InvalidEvergreenExpirationBigger' => __( 'Expiration has to be bigger than duration days', 'thrive-ult'),
'Trigger_required' => __( 'Trigger is required', 'thrive-ult'),
'InvalidLeadGroup' => __( 'Please check at least one Leadgroup as a trigger', 'thrive-ult'),
'InvalidPost' => __( 'Please choose a post as a trigger', 'thrive-ult'),
'SummaryRuns' => __( 'Runs every %s on %s', 'thrive-ult'),
'SummaryRunsDayYear' => __( 'Runs every %s', 'thrive-ult'),
'SummaryStarts' => __( 'Starts on %s and runs for %s', 'thrive-ult'),
'SummaryStartsEvergreen' => __( 'Starts on %s and runs for %s %s', 'thrive-ult'),
'SummaryStartsEvergreenWebhook' => __( 'Starts when incoming webhook is received from %s', 'thrive-ult'),
'SummaryStartsEvergreenTag' => __( 'Starts when a tag is applied in %s', 'thrive-ult'),
'SummaryStartsDaysHours' => __( 'Starts on %s and runs for %s and %s', 'thrive-ult'),
'more' => __( 'more', 'thrive-ult'),
'Showing_on' => __( 'Showing on', 'thrive-ult'),
'Hidden_on' => __( 'Hidden on', 'thrive-ult'),
'Not_set' => __( 'Not set', 'thrive-ult'),
'SelectAction' => __( 'Action is required', 'thrive-ult'),
'SelectDesign' => __( 'A design is required', 'thrive-ult'),
'SelectState' => __( 'A design state is required', 'thrive-ult'),
'InvalidAction' => __( 'Invalid Action', 'thrive-ult'),
'SelectCampaign' => __( 'Please select a campaign', 'thrive-ult'),
'NoAction' => __( 'No action set', 'thrive-ult'),
'NoDesignSelected' => __( 'You must display at least a design', 'thrive-ult'),
'Event_type_required' => __( 'Event is required', 'thrive-ult'),
'InvalidTriggerIds' => __( 'No trigger action was chosen', 'thrive-ult'),
'InvalidEndId' => __( 'No campaign to move to was selected', 'thrive-ult'),
'InvalidTriggerTime' => __( 'Invalid duration. Only numbers allowed', 'thrive-ult'),
'Day' => __( 'Day', 'thrive-ult'),
'count_day' => __( '%s day', 'thrive-ult'),
'count_days' => __( '%s days', 'thrive-ult'),
'count_hour' => __( '%s hour', 'thrive-ult'),
'count_hours' => __( '%s hours', 'thrive-ult'),
'Days' => __( 'Days', 'thrive-ult'),
'Hour' => __( 'Hour', 'thrive-ult'),
'Hours' => __( 'Hours', 'thrive-ult'),
'Copy_of' => __( 'Copy of ', 'thrive-ult'),
'n_suffix' => array(
1 => __( 'st', 'thrive-ult'),
2 => __( 'nd', 'thrive-ult'),
3 => __( 'rd', 'thrive-ult'),
),
'n_th' => __( 'th', 'thrive-ult'),
'priority' => __( 'priority', 'thrive-ult'),
'InvalidEventTriggerTime' => __( "This value must be lower than the campaign's duration", 'thrive-ult'),
'No_of_impressions' => __( '# of impressions', 'thrive-ult'),
'Impressions' => __( 'Impressions', 'thrive-ult'),
'Conversion_rate' => __( 'Conversion rate', 'thrive-ult'),
'No_of_conversions' => __( '# of conversions', 'thrive-ult'),
'Conversions' => __( 'Conversions', 'thrive-ult'),
'ActionAlreadyExists' => __( 'A similar action already exists', 'thrive-ult'),
'main_state' => __( 'main state', 'thrive-ult'),
'Max23Hours' => __( 'Value cannot be higher than 23', 'thrive-ult'),
'NoDesigns' => __( 'You have to create at least a design before adding / editing timeline events', 'thrive-ult'),
'Select_template' => __( 'Select a template', 'thrive-ult'),
'Display_settings_saved' => __( 'Display settings saved', 'thrive-ult'),
'template_loaded' => __( 'Template "%s" loaded successfully', 'thrive-ult'),
'Invalid_duration' => __( 'Duration must be realistic', 'thrive-ult'),
'Invalid_value' => __( "Total duration can't be 0", 'thrive-ult'),
'Invalid_value_hours' => __( 'Value must be 0-23', 'thrive-ult'),
'Invalid_value_minutes_seconds' => __( 'Value must be 0-59', 'thrive-ult'),
'Invalid_end_evergreen' => __( 'This must be a positive number bigger than the duration', 'thrive-ult'),
'Recurrence_required' => __( 'Recurrence is required', 'thrive-ult'),
'Campaign_started' => __( 'Campaign started', 'thrive-ult'),
'Campaign_paused' => __( 'Campaign paused', 'thrive-ult'),
'Select_conversion_target' => __( 'A conversion target (Lead Group or Shortcode) is required', 'thrive-ult'),
'Choose_conversion_page' => __( 'A conversion target is required. Search for a post / page', 'thrive-ult'),
'Choose_trigger_page' => __( 'Required field. Start typing to search for a post / page', 'thrive-ult'),
'InvalidHour' => __( 'Invalid hour', 'thrive-ult'),
'Choose_a_template' => __( 'Choose a template', 'thrive-ult'),
'Choose_campaign_type' => __( 'Choose a campaign type', 'thrive-ult'),
'Thrive_Dashboard' => __( 'Thrive Dashboard', 'thrive-ult'),
'MissingPromotionURL' => __( 'A promotion URL needs to be set before generating the email link', 'thrive-ult'),
'Pre_access_required' => __( 'Pre-access page URL is required', 'thrive-ult'),
'Promotion_required' => __( 'Promotion URL is required', 'thrive-ult'),
'Expired_required' => __( 'Expired page URL is required', 'thrive-ult'),
'Timezone_required' => __( 'Please select a timezone', 'thrive-ult'),
'Loading' => __( 'Loading...', 'thrive-ult'),
'SamePage' => __( '%s page and %s page cannot be the same page', 'thrive-ult'),
'pre_access' => __( 'pre-access', 'thrive-ult'),
'promotion' => __( 'promotion', 'thrive-ult'),
'expired' => __( 'expired', 'thrive-ult'),
'trigger_promotion_page' => __( 'This will start the campaign for visitors that access the Promotion Page setup from Lockdown settings (using the generated URL)', 'thrive-ult'),
'trigger_url' => __( 'This will start the campaign for visitors that access the page / post setup from below', 'thrive-ult'),
'trigger_first_visit' => __( 'This will start the campaign for first-time visitors of your site', 'thrive-ult'),
'trigger_conversion' => __( 'This will start the campaign for visitors that sign up to one of the following lead generation forms', 'thrive-ult'),
'trigger_webhook' => __( 'This will start the campaign when an incoming webhook is received from a third party platform (an autoresponder for example)', 'thrive-ult'),
'leads_missing_paused' => __( 'It seems you deactivated Thrive Leads - As a result, this campaign has been paused, and you will have to choose a new trigger', 'thrive-ult'),
'display_countdown_design' => __( 'Display Countdown Design %s', 'thrive-ult'),
'archived_campaigns' => __( 'Archived Campaigns', 'thrive-ult'),
'campaign_archived' => __( 'Campaign %s has been archived', 'thrive-ult'),
'campaign_restored' => __( 'Campaign %s has been restored', 'thrive-ult'),
'archive_campaign' => __( 'Archive this campaign', 'thrive-ult'),
'restore_campaign' => __( 'Restore this campaign', 'thrive-ult'),
);