Update translations.

This commit is contained in:
Hoang Huu 2019-10-31 17:19:06 +07:00
parent 2061b53eb1
commit 09e5f5adfc
3 changed files with 1536 additions and 1226 deletions

View File

@ -98,7 +98,7 @@ class Opalestate_Settings_General_Tab extends Opalestate_Settings_Base_Tab {
],
[
'name' => esc_html__( 'Maximun Upload Image Size', 'opalestate-pro' ),
'name' => esc_html__( 'Maximum Upload Image Size', 'opalestate-pro' ),
'desc' => esc_html__( 'Set maximun volumn size having < x MB', 'opalestate-pro' ),
'id' => 'upload_image_max_size',
@ -106,7 +106,7 @@ class Opalestate_Settings_General_Tab extends Opalestate_Settings_Base_Tab {
'default' => '0.5',
],
[
'name' => esc_html__( 'Maximun Upload Image Files', 'opalestate-pro' ),
'name' => esc_html__( 'Maximum Upload Image Files', 'opalestate-pro' ),
'desc' => esc_html__( 'Set maximun volumn size having < x MB', 'opalestate-pro' ),
'id' => 'upload_image_max_files',
@ -114,7 +114,7 @@ class Opalestate_Settings_General_Tab extends Opalestate_Settings_Base_Tab {
'default' => '10',
],
[
'name' => esc_html__( 'Maximun Upload Other Size', 'opalestate-pro' ),
'name' => esc_html__( 'Maximum Upload Other Size', 'opalestate-pro' ),
'desc' => esc_html__( 'Set maximun volumn size having < x MB for upload docx, pdf...', 'opalestate-pro' ),
'id' => 'upload_other_max_size',
@ -122,7 +122,7 @@ class Opalestate_Settings_General_Tab extends Opalestate_Settings_Base_Tab {
'default' => '0.8',
],
[
'name' => esc_html__( 'Maximun Upload Other Files', 'opalestate-pro' ),
'name' => esc_html__( 'Maximum Upload Other Files', 'opalestate-pro' ),
'desc' => esc_html__( 'Set maximun volumn size having < x MB for upload docx, pdf...', 'opalestate-pro' ),
'id' => 'upload_other_max_files',

View File

@ -119,7 +119,7 @@ class OpalEstate_Nocaptcha_Recaptcha {
[
'name' => esc_html__( 'Site Key', 'opalestate-pro' ),
'desc' => esc_html__( 'Used for displaying the CAPTCHA. Grab it %s', 'opalestate-pro' ),
'desc' => esc_html__( 'Used for displaying the CAPTCHA.', 'opalestate-pro' ),
'id' => 'site_key',
'type' => 'text',
],

File diff suppressed because it is too large Load Diff