Files
roi-theme/wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/notification-manager/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

64 lines
5.3 KiB
PHP
Executable File

<?php
/**
* Thrive Themes - https://thrivethemes.com
*
* @package thrive-dashboard
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Silence is golden
}
return array(
'Thrive_Dashboard' => __( 'Thrive Dashboard', 'thrive-dash' ),
'NM_Dashboard' => __( 'Notification Manager', 'thrive-dash' ),
'LeadGroups' => __( 'Lead Groups', 'thrive-dash' ),
'lead_groups' => __( 'lead groups', 'thrive-dash' ),
'lead_group' => __( 'lead group', 'thrive-dash' ),
'group' => __( 'group', 'thrive-dash' ),
'Shortcodes' => __( 'Shortcodes', 'thrive-dash' ),
'shortcode' => __( 'shortcode', 'thrive-dash' ),
'shortcodes' => __( 'shortcodes', 'thrive-dash' ),
'ThriveBoxes' => __( 'ThriveBoxes', 'thrive-dash' ),
'thrive_boxes' => __( 'thrive boxes', 'thrive-dash' ),
'thrive_box' => __( 'thrive box', 'thrive-dash' ),
'no_s_to_display' => __( 'No %s to display', 'thrive-dash' ),
'no_s_found' => __( 'No %s found', 'thrive-dash' ),
'next_step_no_option_selected' => __( 'In order to proceed to next step at least one option should be selected.', 'thrive-dash' ),
'custom_script_settings' => __( 'Custom Script Settings', 'thrive-dash' ),
'insert_recipients_email' => __( "Insert recipient's email", 'thrive-dash' ),
'invalid_email' => __( 'Invalid email', 'thrive-dash' ),
'email_duplicated' => __( 'Email duplicated', 'thrive-dash' ),
'field_exists' => __( 'Field already exists', 'thrive-dash' ),
'subject_empty' => __( 'Subject empty', 'thrive-dash' ),
'message_empty' => __( 'Message empty', 'thrive-dash' ),
'no_recipient' => __( 'No recipient', 'thrive-dash' ),
'invalid_recipient' => __( 'Invalid recipient', 'thrive-dash' ),
'hide_available_shortcodes' => __( 'Hide available shortcodes', 'thrive-dash' ),
'show_available_shortcodes' => __( 'Show available shortcodes', 'thrive-dash' ),
'invalid_url' => __( 'Invalid URL', 'thrive-dash' ),
'no_notification_created_yet' => __( 'No notification created yet', 'thrive-dash' ),
'others' => __( 'Others', 'thrive-dash' ),
'success_delete' => __( 'Success Delete', 'thrive-dash' ),
'error_delete' => __( 'Error Delete', 'thrive-dash' ),
'action_saved' => __( 'Action saved', 'thrive-dash' ),
'select_action' => __( 'Please select an action', 'thrive-dash' ),
'split_tests' => __( 'A/B Tests', 'thrive-dash' ),
'trigger_saved' => __( 'Trigger saved', 'thrive-dash' ),
'connected' => __( 'Connected', 'thrive-dash' ),
'action_failed' => __( 'Action failed', 'thrive-dash' ),
'connection_established' => __( 'Connection established', 'thrive-dash' ),
'no_connection_established' => __( 'For the moment you have no Email Delivery Connection established. Click the Add New button to set one.', 'thrive-dash' ),
'your_existing_connections' => __( 'Your existing connections:', 'thrive-dash' ),
'active' => __( 'active', 'thrive-dash' ),
'inactive' => __( 'inactive', 'thrive-dash' ),
'default_message_send_email_wp' => __( 'A new lead has been added!', 'thrive-dash' ),
'default_message_split_test_ends_wp' => __( 'A split test recently ended. [link]Click here to see the results[/link]', 'thrive-dash' ),
'default_message_testimonial_sub_wp' => __( 'A Thrive Ovation endorsement has been submitted. [link]Click here to see the testimonial[/link]', 'thrive-dash' ),
'default_message_quiz_completion_wp' => __( 'A new quiz completion was registered. [link]Click here to see the Quiz[/link]', 'thrive-dash' ),
'default_message_quiz_completion_send_email' => __( "Someone recently completed your quiz. Here are the details:\n\n[quiz_details]", 'thrive-dash' ),
'default_message_subject_quiz_completion_send_email' => __( 'A visitor has completed your quiz!', 'thrive-dash' ),
'add_new_action' => __( 'Add New Action', 'thrive-dash' ),
'no_quizzes' => __( 'No quizzes.', 'thrive-dash' ),
);