rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -0,0 +1,29 @@
<?php
/**
* Internationalization.
*
* @package Divi
*/
return array(
'Allow import to override existing assignments' => esc_html__( 'Allow import to override existing assignments', 'et_builder' ),
'Import Presets' => esc_html__( 'Import Presets', 'et_builder' ),
'Download backup before importing' => esc_html__( 'Download backup before importing', 'et_builder' ),
'Export' => esc_html__( 'Export', 'et_builder' ),
'Export All Templates' => esc_html__( 'Export All Templates', 'et_builder' ),
// Translators: %s: number of remaining minutes.
'Export estimated time remaining: %smin' => esc_html__( 'Export estimated time remaining: %smin', 'et_builder' ),
'Export File Name' => esc_html__( 'Export File Name', 'et_builder' ),
'Export Options' => esc_html__( 'Export Options', 'et_builder' ),
// Translators: %s: filename.
'Export %s' => esc_html__( 'Export %s', 'et_builder' ),
'Import' => esc_html__( 'Import', 'et_builder' ),
// Translators: %s: filename.
'Import %s' => esc_html__( 'Import %s', 'et_builder' ),
// Translators: %s: number of remaining minutes.
'Import estimated time remaining: %smin' => esc_html__( 'Import estimated time remaining: %smin', 'et_builder' ),
'This file should not be imported in this context.' => esc_html__( 'This file should not be imported in this context.', 'et_builder' ),
'Override the Default Website Template.' => esc_html__( 'Override the Default Website Template.', 'et_builder' ),
'Portability' => esc_html__( 'Portability', 'et_builder' ),
'$invalid_file' => esc_html__( 'Invalid file format. You should be uploading a JSON file.', 'et_builder' ),
);