diff --git a/common/messages/en/app.php b/common/messages/en/app.php index d631a4e..56f7d55 100644 --- a/common/messages/en/app.php +++ b/common/messages/en/app.php @@ -85,5 +85,19 @@ return [ 'Acc text1' => 'I, the undersigned, hereby accept the invitation of the Government of Ukraine and the United Nations (UNECE) to participate in the 9th International Forum on energy for sustainable development, which will take place in Kyiv, Ukraine.', 'Choose' => 'Choose', + + 'yes' => 'Yes', + + + + + + + + + + + + ]; ?> \ No newline at end of file diff --git a/common/messages/fr/app.php b/common/messages/fr/app.php index 46d002f..6f34800 100644 --- a/common/messages/fr/app.php +++ b/common/messages/fr/app.php @@ -87,7 +87,7 @@ return [ 'Choose' => 'Sélectionner', - + 'yes' => 'Oui', diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 38f52d5..6bba33c 100644 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -83,7 +83,7 @@ return [ 'Choose' => 'Выбрать', - + 'yes' => 'Да', diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php index 96fa3ee..fda990f 100644 --- a/common/messages/ua/app.php +++ b/common/messages/ua/app.php @@ -85,7 +85,7 @@ return [ 'Choose' => 'Вибрати', - + 'yes' => 'Так', diff --git a/common/models/Customer.php b/common/models/Customer.php index 6c287e0..2cf3549 100644 --- a/common/models/Customer.php +++ b/common/models/Customer.php @@ -221,6 +221,8 @@ 'fax' => Yii::t('app', 'fax'), 'acceptance' => Yii::t('app', 'acceptance'), 'working_lang' => Yii::t('app', 'Working language'), + 'special_meal' => Yii::t('app', 'Special meal'), + ]; } diff --git a/frontend/views/site/signup.php b/frontend/views/site/signup.php index caad380..8a93149 100755 --- a/frontend/views/site/signup.php +++ b/frontend/views/site/signup.php @@ -102,7 +102,7 @@ $js=$dp->getDatepickerJs();