403Webshell
Server IP : 91.134.83.25  /  Your IP : 216.73.216.79
Web Server : Apache
System : Linux plesk.serveurapc.fr 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
User : marrasse ( 10057)
PHP Version : 8.2.32
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/as-cp.fr/wpascp/wp-content/plugins/post-smtp/Postman/Dashboard/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/as-cp.fr/wpascp/wp-content/plugins/post-smtp/Postman/Dashboard/includes/i18n.php
<?php
/**
 * Postman SMTP i18n
 *
 * @package Postman
 */

defined( 'ABSPATH' ) || exit;


return array(
	'ads'           => array(
		'mobileApp'  => array(
			'title'    => __( 'Checkout NEW Post SMTP', 'post-smtp' ),
			'subTitle' => __( 'Mobile App', 'post-smtp' ),
			'list'     => array(
				__( 'Instant notifications for failed emails.', 'post-smtp' ),
				__( 'Resend emails directly from the app.', 'post-smtp' ),
				__( 'Connect with multiple sites.', 'post-smtp' ),
			),
		),
		'mainWP'     => array(
			'title'    => __( 'Easily Manage SMTP Configurations Across All Sites From', 'post-smtp' ),
			'subTitle' => __( 'MainWP Dashboard' ),
			'link'     => __( 'Get The Extension', 'post-smtp' ),
			'list'     => array(
				__( 'One-stop SMTP Configuration', 'post-smtp' ),
				__( 'Backup SMTP Connection', 'post-smtp' ),
				__( 'Instant Email Failure Alerts', 'post-smtp' ),
				__( 'Dedicated Mobile App (Free)', 'post-smtp' ),
				__( 'Comprehensive Email Logging', 'post-smtp' ),
			),
		),
		'spamScore'  => array(
			'title'    => __( 'Check Your Domain', 'post-smtp' ),
			'subTitle' => __( 'Span Score', 'post-smtp' ),
			'link'     => __( 'Give it a try', 'post-smtp' ),
			'list'     => array(
				__( 'Setup SPF, DKIM, and DMARC records for your domain', 'post-smtp' ),
				__( 'Integrate your email service provider account with the website', 'post-smtp' ),
				__( 'Test, analyze, and improve your website’s email deliverability', 'post-smtp' ),
				__( 'Fix spam email for WordPress, WooCommerce, Shopify', 'post-smtp' ),
				__( 'Improve sender score / IP reputation for your domain', 'post-smtp' ),
			),
		),
	),
	'banners'       => array(
		'configured'       => array(
			'text'   => __( 'Post SMTP is configured!', 'post-smtp' ),
			'button' => __( 'Send a test email', 'post-smtp' ),
		),
		'notConfigured'    => array(
			'text'   => __( 'Post SMTP is not configured and is mimicking out-of-the-box WordPress email delivery.', 'post-smtp' ),
			'button' => __( 'Setup the wizard', 'post-smtp' ),
		),
		'isLogOnly'        => array(
			'text'   => __( 'Postman is in non-Production mode and is dumping all emails.', 'post-smtp' ),
			'button' => __( 'Setup the wizard', 'post-smtp' ),
		),
		// Shown on the child site when connected to MainWP parent but the parent mailer
		// is not yet configured.
		'mainwpConnected' => array(
			'text' => __( 'Connected to the MainWP Parent Site.', 'post-smtp' ),
		),
	),
	'cards'         => array(
		'total'     => __( 'Total Emails', 'post-smtp' ),
		'success'   => __( 'Successful emails', 'post-smtp' ),
		'failed'    => __( 'Failed emails', 'post-smtp' ),
		'openedPro' => array(
			'title'    => __( 'Opened Emails', 'post-smtp' ),
			'subTitle' => __( 'Unlock with pro', 'post-smtp' ),
		),
		'opened'    => __( 'Opened Emails', 'post-smtp' ),
		'days'      => array(
			__( 'Today', 'post-smtp' ),
			__( 'This week', 'post-smtp' ),
			__( 'This month', 'post-smtp' ),
		),
	),
	'dashboard'     => array(
		'relaunch' => __( 'Relaunch the wizard', 'post-smtp' ),
	),
	'days'          => array(
		__( 'Month', 'post-smtp' ),
		__( 'Week', 'post-smtp' ),
		__( 'Day', 'post-smtp' ),
	),
	'documentation' => array(
		'more'          => __( 'More', 'post-smtp' ),
		'title'         => __( 'Guides and Documentation', 'post-smtp' ),
		'viewAll'       => __( 'View All', 'post-smtp' ),
		'documentation' => array(
			array(
				'title'     => __( 'Getting Started', 'post-smtp' ),
				'links'     => array(
					array(
						'title' => __( 'Installation and Activation Guide', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/postman-smtp-documentation/activation-and-installation/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'Email Logs', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/postman-smtp-documentation/email-logs/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
				),
				'viewMore' => 'https://postmansmtp.com/documentation/postman-smtp-documentation/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
			),
			array(
				'title'     => __( 'Socket', 'post-smtp' ),
				'links'     => array(
					array(
						'title' => __( 'Complete Mailer Guide', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/sockets-addons/post-smtp-complete-mailer-guide/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'Gmail /Google Workspace With Post SMTP', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/sockets-addons/gmail/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'Office/Microsoft 365(PRO) with Post SMTP', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/sockets-addons/how-to-configure-post-smtp-with-office-365/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
				),
				'viewMore' => 'https://postmansmtp.com/documentation/sockets-addons/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
			),
			array(
				'title'     => __( 'Advance Functionality', 'post-smtp' ),
				'links'     => array(
					array(
						'title' => __( 'Email Report and Tracking', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/advance-functionality/report-and-tracking-extension/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'Advance Delivery and Logs', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/advance-functionality/advance-delivery-logs/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'Email Log Attachment', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/advance-functionality/email-log-attachment/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
				),
				'viewMore' => 'https://postmansmtp.com/documentation/advance-functionality/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
			),
			array(
				'title'     => __( 'Post SMTP Mobile App', 'post-smtp' ),
				'links'     => array(
					array(
						'title' => __( 'Download the app and connect with plugin', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/post-smtp-mobile-app/download-the-app-and-connect-with-plugin/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'Connect and Monitor Multiple WordPress Sites', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/post-smtp-mobile-app/connect-and-monitor-wordpress-multiple-sites-88137/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'Resend Failed Email from Mobile App', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/post-smtp-mobile-app/resend-failed-emails-88130/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
				),
				'viewMore' => 'https://postmansmtp.com/documentation/post-smtp-mobile-app/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
			),
			array(
				'title'     => __( 'MainWP Extension', 'post-smtp' ),
				'links'     => array(
					array(
						'title' => __( 'Configure MainWP Post SMTP Extension', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/mainwp-extension/configure-mainwp-post-smtp-extension/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'Configure MainWP Dashboard for MainWP Post SMTP Extension', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/mainwp-extension/configure-mainwp-dashboard-for-mainwp-post-smtp-extension/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
				),
				'viewMore' => 'https://postmansmtp.com/documentation/mainwp-extension/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
			),
			array(
				'title'     => __( 'Tools and Troubleshooting', 'post-smtp' ),
				'links'     => array(
					array(
						'title' => __( 'How to get Diagnostic test report?', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/tools-and-troubleshooting/how-to-get-diagnostic-test-report/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
					array(
						'title' => __( 'How to get a Connectivity test report?', 'post-smtp' ),
						'href'  => 'https://postmansmtp.com/documentation/tools-and-troubleshooting/how-to-get-a-connectivity-test-report/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
					),
				),
				'viewMore' => 'https://postmansmtp.com/documentation/tools-and-troubleshooting/?utm_source=dashboard&utm_medium=documentation&utm_campaign=plugin',
			),
		),
	),
	'logActionMenu' => array(
		'action'      => array(
			'view'       => __( 'View', 'post-smtp' ),
			'resend'     => __( 'Resend', 'post-smtp' ),
			'transcript' => __( 'Transcript', 'post-smtp' ),
			'details'    => __( 'View Details', 'post-smtp' ),
		),
		'headers'     => array(
			'from'        => __( 'From', 'post-smtp' ),
			'to'          => __( 'To', 'post-smtp' ),
			'date'        => __( 'Date', 'post-smtp' ),
			'subject'     => __( 'Subject', 'post-smtp' ),
			'deliveryURI' => __( 'Delivery URI', 'post-smtp' ),
		),
		'resendEmail' => array(
			'emailAddress' => __( 'Email Address', 'post-smtp' ),
			'description'  => __( 'For multiple recipients, separate them with a comma.', 'post-smtp' ),
			'button'       => __( 'Resend', 'post-smtp' ),
		),
	),
	'logs'          => array(
		'title'         => __( 'Recent Logs', 'post-smtp' ),
		'button'        => __( 'View All', 'post-smtp' ),
		'headers'       => array(
			__( 'Subjects', 'post-smtp' ),
			__( 'Sent to', 'post-smtp' ),
			__( 'Delivery time', 'post-smtp' ),
			__( 'Status', 'post-smtp' ),
		),
		'notConfigured' => __( 'Configure Now', 'post-smtp' ),
		'noLogs'        => array(
			'title'       => __( 'No Data Available', 'post-smtp' ),
			'description' => __( 'Once you configured the Post SMTP, the logs will be available here.', 'post-smtp' ),
		),
		'success'       => __( 'Success', 'post-smtp' ),
		'failed'        => __( 'Failed', 'post-smtp' ),
	),
	'notification'  => array(
		'title'       => __( 'Failed email report', 'post-smtp' ),
		'description' => __( 'No Failed notification found', 'post-smtp' ),
	),
	'proFeatures'   => array(
		'title'       => __( 'Pro Features', 'post-smtp' ),
		'description' => __( 'Supercharge your Email', 'post-smtp' ),
		'button'      => __( 'Get Post SMTP Pro', 'post-smtp' ),
		'expandBanner'  => __( 'Expand Pro features banner', 'post-smtp' ),
		'collapseBanner' => __( 'Collapse Pro features banner', 'post-smtp' ),
		'list'        => array(
			__( "Email Scheduling \r\n Quota Management", 'post-smtp' ),
			__( "Email Report \r\n and Tracking", 'post-smtp' ),
			__( "Email Log \r\n Attachment", 'post-smtp' ),
			__( "SMS \r\n Notification", 'post-smtp' ),
			__( "Auto Resend \r\n Failed Emails", 'post-smtp' ),
			__( "Microsoft 365 / \r\n Office 365", 'post-smtp' ),
			__( "Amazon SES \r\n Support", 'post-smtp' ),
			__( "Zoho Mail \r\n Support", 'post-smtp' ),
		),
		'integrationList' => array(
			array(
				'img'   => 'office-pro-feature.svg',
				'label' => __( 'Microsoft 365', 'post-smtp' ),
			),
			array(
				'img'   => 'aws-pro-feature.svg',
				'label' => __( 'Amazon SES', 'post-smtp' ),
			),
			array(
				'img'   => 'gmail-pro-feature.svg',
				'label' => __( 'Gmail', 'post-smtp' ),
			),
			array(
				'img'   => 'zoho-pro-feature.svg',
				'label' => __( 'Zoho Mail', 'post-smtp' ),
			),
		),
		'highlightList'   => array(
			array(
				'title' => __( 'Email Quota Management', 'post-smtp' ),
				'img'   => 'email-quota.svg',
			),
			array(
				'title' => __( 'Failed Email Alerts', 'post-smtp' ),
				'img'   => 'failed-alert.svg',
			),
			array(
				'title' => __( 'Email Log Attachments', 'post-smtp' ),
				'img'   => 'email-log-attachment.svg',
			),
			array(
				'title' => __( 'Email Reports', 'post-smtp' ),
				'img'   => 'email-report.svg',
			),
		),
	),
	'settings'      => array(
		__( 'Connections', 'post-smtp' ),
		__( 'Fallback', 'post-smtp' ),
		__( 'Message', 'post-smtp' ),
		__( 'Logging', 'post-smtp' ),
		__( 'Advanced', 'post-smtp' ),
		__( 'Notification', 'post-smtp' ),
	),
	'sidebar'       => array(
		'titleTroubleshooting' => __( 'Troubleshooting', 'post-smtp' ),
		'gmailOneClick'        => array(
			'unlock'      => __( 'Unlock', 'post-smtp' ),
			'badge'       => __( 'PRO', 'post-smtp' ),
			'title'       => __( 'Gmail One-Click Setup', 'post-smtp' ),
			'description' => __( 'Connect Gmail in seconds and skip the complex manual configuration.', 'post-smtp' ),
			'benefits'    => array(
				__( 'One-click Gmail authentication', 'post-smtp' ),
				__( 'No App Passwords required', 'post-smtp' ),
				__( 'No Google Cloud configuration', 'post-smtp' ),
				__( 'Automatic OAuth setup', 'post-smtp' ),
				__( 'Secure Gmail authentication', 'post-smtp' ),
				__( 'Start sending emails instantly', 'post-smtp' ),
			),
			'button' => __( 'Upgrade to Pro', 'post-smtp' ),
			'gifAlt' => __( 'Gmail One-Click Setup demo animation', 'post-smtp' ),
		),
		'troubleshooting'      => array(
			__( 'Send test email', 'post-smtp' ),
			__( 'Spam Score Checker', 'post-smtp' ),
			__( 'Import/Export', 'post-smtp' ),
			__( 'Connectivity test', 'post-smtp' ),
			__( 'Diagnostic test', 'post-smtp' ),
			__( 'Reset plugin', 'post-smtp' ),
		),
	),
);

Youez - 2016 - github.com/yon3zu
LinuXploit