| Server IP : 128.65.195.232 / Your IP : 216.73.217.20 Web Server : Apache System : Linux h2web212 4.9.0-0.bpo.12-amd64 #1 SMP Debian 4.9.210-1+deb9u1~deb8u1 (2020-06-09) x86_64 User : uid151901 ( 151901) PHP Version : 8.0.30 Disable Function : passthru,exec,system,popen,shell_exec,proc_open,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/clients/1a5fe23ce93412d9e66659e9f5732f73/web/wp-content/themes/Divi/common/i18n/ |
Upload File : |
<?php /** * Internationalization. * * @package Divi */ return [ // phpcs:disable WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned, WordPress.Arrays.MultipleStatementAlignment.LongIndexSpaceBeforeDoubleArrow -- Trying to align will make the code less readable. '%s Name' => esc_html__( '%s Name', 'et_builder' ), 'Save %s' => esc_html__( 'Save %s', 'et_builder' ), 'Theme Options' => esc_html__( 'Theme Options', 'et_builder' ), 'CSS' => esc_html__( 'CSS', 'et_builder' ), 'CSS Snippet' => esc_html__( 'CSS Snippet', 'et_builder' ), 'Code Snippet' => esc_html__( 'Code Snippet', 'et_builder' ), 'HTML/JS Snippet' => esc_html__( 'HTML/JS Snippet', 'et_builder' ), 'Code' => esc_html__( 'Code', 'et_builder' ), 'Divi Library Snippet Name' => esc_html__( 'Divi Library Snippet Name', 'et_builder' ), 'Save To Library' => esc_html__( 'Save To Library', 'et_builder' ), 'Save To Divi Cloud' => esc_html__( 'Save To Divi Cloud', 'et_builder' ), 'Log In To Divi Cloud' => esc_html__( 'Log In To Divi Cloud', 'et_builder' ), 'Portability' => esc_html__( 'Portability', 'et_builder' ), 'Export' => esc_html__( 'Export', 'et_builder' ), 'Import' => esc_html__( 'Import', 'et_builder' ), 'Options' => esc_html__( 'Options', 'et_builder' ), 'Choose File' => esc_html__( 'Choose File', 'et_builder' ), 'No File Selected' => esc_html__( 'No File Selected', 'et_builder' ), 'Export %s Name' => esc_html__( 'Export %s Name', 'et_builder' ), 'Import To Cloud' => esc_html__( 'Import To Cloud', 'et_builder' ), 'Export %s' => esc_html__( 'Export %s', 'et_builder' ), 'Import %s' => esc_html__( 'Import %s', 'et_builder' ), 'Replace Existing Content' => esc_html__( 'Replace Existing Content', 'et_builder' ), 'Download Backup Before Importing' => esc_html__( 'Download Backup Before Importing', 'et_builder' ), 'Save this %s to the Divi Library for later use.' => esc_html__( 'Save this %s to the Divi Library for later use.', 'et_builder' ), 'Exporting your %s will create a JSON file that can be imported into a different area.' => esc_html__( 'Exporting your %s will create a JSON file that can be imported into a different area.', 'et_builder' ), 'Save Selection Only' => esc_html__( 'Save Selection Only', 'et_builder' ), 'Create New Category/Categories' => esc_html__( 'Create New Category/Categories', 'et_builder' ), 'Create New Tag(s)' => esc_html__( 'Create New Tag(s)', 'et_builder' ), 'Choose Library' => esc_html__( 'Choose Library', 'et_builder' ), 'My Cloud' => esc_html__( 'My Cloud', 'et_builder' ), 'My Divi Cloud' => esc_html__( 'My Divi Cloud', 'et_builder' ), 'Save Items To Divi Cloud' => esc_html__( 'Save Items To Divi Cloud', 'et_builder' ), 'Save items to the Divi Cloud for later use' => esc_html__( 'Save items to the Divi Cloud for later use.', 'et_builder' ), 'nonLoggedIn$upsellCTADescription' => esc_html__( 'When you save layouts to Divi Cloud, they become available on every website you build.', 'et_builder' ), 'nonLoggedIn$upsellCTAButtonText' => esc_html__( 'Learn More', 'et_builder' ), 'loggedIn$upsellCTADescription' => esc_html__( 'Upgrade to Unlimited Divi Cloud Storage!', 'et_builder' ), 'loggedIn$upsellCTAButtonText' => esc_html__( 'Get Unlimited Storage', 'et_builder' ), // phpcs:enable ];