From e425f5fba63945b6dfa7a4e12aea1c7f75c2fbf9 Mon Sep 17 00:00:00 2001 From: Stanislav Ulver Date: Sun, 21 Oct 2012 16:45:29 +0300 Subject: [PATCH 1/3] Update plugins/box/themes/languages/en.lang.php --- plugins/box/themes/languages/en.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', From 59b12832ccea7482fb8b13552f8420ede5225738 Mon Sep 17 00:00:00 2001 From: Stanislav Ulver Date: Sun, 21 Oct 2012 16:46:20 +0300 Subject: [PATCH 2/3] Update plugins/box/themes/languages/ru.lang.php --- plugins/box/themes/languages/ru.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => 'Содержимое скрипта', From 1c58f9c9d517cb233753c73f70e036c91850a618 Mon Sep 17 00:00:00 2001 From: Stanislav Ulver Date: Sun, 21 Oct 2012 16:47:00 +0300 Subject: [PATCH 3/3] Update plugins/box/themes/languages/it.lang.php --- plugins/box/themes/languages/it.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',