Commit 2ab4ee29a51637e714a0a57e381aafd54f94bc7f

Authored by alex
1 parent 9b8b9f71

Form changed 4

common/messages/en/app.php
... ... @@ -85,5 +85,19 @@ return [
85 85 '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.',
86 86 'Choose' => 'Choose',
87 87  
  88 +
  89 + 'yes' => 'Yes',
  90 +
  91 +
  92 +
  93 +
  94 +
  95 +
  96 +
  97 +
  98 +
  99 +
  100 +
  101 +
88 102 ];
89 103 ?>
90 104 \ No newline at end of file
... ...
common/messages/fr/app.php
... ... @@ -87,7 +87,7 @@ return [
87 87  
88 88 'Choose' => 'Sélectionner',
89 89  
90   -
  90 + 'yes' => 'Oui',
91 91  
92 92  
93 93  
... ...
common/messages/ru/app.php
... ... @@ -83,7 +83,7 @@ return [
83 83  
84 84 'Choose' => 'Выбрать',
85 85  
86   -
  86 + 'yes' => 'Да',
87 87  
88 88  
89 89  
... ...
common/messages/ua/app.php
... ... @@ -85,7 +85,7 @@ return [
85 85 'Choose' => 'Вибрати',
86 86  
87 87  
88   -
  88 + 'yes' => 'Так',
89 89  
90 90  
91 91  
... ...
common/models/Customer.php
... ... @@ -221,6 +221,8 @@
221 221 'fax' => Yii::t('app', 'fax'),
222 222 'acceptance' => Yii::t('app', 'acceptance'),
223 223 'working_lang' => Yii::t('app', 'Working language'),
  224 + 'special_meal' => Yii::t('app', 'Special meal'),
  225 +
224 226 ];
225 227 }
226 228  
... ...
frontend/views/site/signup.php
... ... @@ -102,7 +102,7 @@ $js=$dp->getDatepickerJs();
102 102 </div>
103 103 <div class="col-xs-12 col-sm-12 col-sm-push-1 col-md-push-2">
104 104 <div class="signup_text1">
105   - <?php echo \Yii::t('app','Need visa?');?>
  105 + <?php echo \Yii::t('app','Need visa');?>
106 106 </div>
107 107  
108 108 <div class="input-wr sidebar_checks">
... ...