version 4.13.0
This commit is contained in:
29
includes/builder/frontend-builder/i18n/portability.php
Normal file
29
includes/builder/frontend-builder/i18n/portability.php
Normal 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' ),
|
||||
);
|
Reference in New Issue
Block a user