diff --git a/common/messages/en/core.php b/common/messages/en/core.php new file mode 100644 index 0000000..23234ff --- /dev/null +++ b/common/messages/en/core.php @@ -0,0 +1,9 @@ +'Name', + 'email'=>'Email', + 'phone'=>'Phone', + 'message'=>'Message', + +]; \ No newline at end of file diff --git a/common/messages/ru/core.php b/common/messages/ru/core.php new file mode 100644 index 0000000..26553db --- /dev/null +++ b/common/messages/ru/core.php @@ -0,0 +1,9 @@ +'Имя', + 'email'=>'Email', + 'phone'=>'Телефон', + 'message'=>'Сообщение', + 'Send' => 'Отправить', + 'Send message'=>'Отправить сообщение', +]; \ No newline at end of file diff --git a/common/messages/ua/core.php b/common/messages/ua/core.php new file mode 100644 index 0000000..0e52240 --- /dev/null +++ b/common/messages/ua/core.php @@ -0,0 +1,12 @@ +'Ім\'я', + 'email'=>'Email', + 'phone'=>'Телефон', + 'message'=>'Повідомленя', + 'Name'=>'Ім\'я', + 'Email'=>'Email', + 'Phone'=>'Телефон', + 'Message'=>'Повідомленя' +]; \ No newline at end of file -- libgit2 0.21.4