Blame view

common/messages/ua/core.php 253 Bytes
7bfe6128   alex   123
1
2
3
4
5
6
7
8
9
10
11
12
  <?php
  
  return [
      'name'=>'Ім\'я',
      'email'=>'Email',
      'phone'=>'Телефон',
      'message'=>'Повідомленя',
      'Name'=>'Ім\'я',
      'Email'=>'Email',
      'Phone'=>'Телефон',
      'Message'=>'Повідомленя'
  ];