diff --git a/plugins/box/themes/languages/en.lang.php b/plugins/box/themes/languages/en.lang.php index eced7e3..3db4502 100644 --- a/plugins/box/themes/languages/en.lang.php +++ b/plugins/box/themes/languages/en.lang.php @@ -39,7 +39,7 @@ 'Your changes to the chunk :name have been saved.' => 'Your changes to the chunk :name have been saved.', 'Your changes to the styles :name have been saved.' => 'Your changes to the styles :name have been saved.', 'Your changes to the template :name have been saved.' => 'Your changes to the template :name have been saved.', - 'This field should not be empty' => 'This field should not be empty', + 'Required field' => 'Required field', 'Scripts' => 'Scripts', 'Create new script' => 'Create new script', 'Script content' => 'Script content', diff --git a/plugins/box/themes/languages/it.lang.php b/plugins/box/themes/languages/it.lang.php index b4213c7..e2ad4f5 100644 --- a/plugins/box/themes/languages/it.lang.php +++ b/plugins/box/themes/languages/it.lang.php @@ -41,7 +41,7 @@ 'Your changes to the chunk :name have been saved.' => 'Le modifiche al chunk :name sono state salvate', 'Your changes to the styles :name have been saved.' => 'Le modifiche ai stili :name sono state salvate', 'Your changes to the template :name have been saved.' => 'Le modifiche al modello :name sono state salvate', - 'This field should not be empty' => 'Campo obbligatorio', + 'Required field' => 'Campo obbligatorio', 'Scripts' => 'Script', 'Create new script' => 'Crea nuovo script', 'Script content' => 'Contenuto dello script', diff --git a/plugins/box/themes/languages/ru.lang.php b/plugins/box/themes/languages/ru.lang.php index 5a20ce4..9da11d2 100644 --- a/plugins/box/themes/languages/ru.lang.php +++ b/plugins/box/themes/languages/ru.lang.php @@ -41,7 +41,7 @@ 'Your changes to the chunk :name have been saved.' => 'Ваши изменения к чанку :name были сохранены', 'Your changes to the styles :name have been saved.' => 'Ваши изменения к стилям :name были сохранены', 'Your changes to the template :name have been saved.' => 'Ваши изменения к шаблону :name были сохранены', - 'This field should not be empty' => 'Это поле не должно быть пустым', + 'Required field' => 'Обязательное поле', 'Scripts' => 'Скрипты', 'Create new script' => 'Создать новый скрипт', 'Script content' => 'Содержимое скрипта',