Alexey Boroda
/
openeurope
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e37bf1d4cbf125c43d2183ee830f40eef3071e03
Authored by
alex
2018-05-17 12:52:10 +0200
2 parents
df1cbe17
7bfe6128
Merge branch 'master' into openeurope_translate
Showing
3 changed files
with
30 additions
and
0 deletions
Show diff stats
common/messages/en/core.php
common/messages/ru/core.php
common/messages/ua/core.php
Inline
Side-by-side
common/messages/en/core.php
0 → 100644
Wrap text
Show/Hide comments
View file @
e37bf1d
1
+<?php
2
+
3
+return [
4
+ 'name'=>'Name',
5
+ 'email'=>'Email',
6
+ 'phone'=>'Phone',
7
+ 'message'=>'Message',
8
+
9
+];
0
10
\ No newline at end of file
...
...
common/messages/ru/core.php
0 → 100644
Wrap text
Show/Hide comments
View file @
e37bf1d
1
+<?php
2
+return [
3
+ 'name'=>'Имя',
4
+ 'email'=>'Email',
5
+ 'phone'=>'Телефон',
6
+ 'message'=>'Сообщение',
7
+ 'Send' => 'Отправить',
8
+ 'Send message'=>'Отправить сообщение',
9
+];
0
10
\ No newline at end of file
...
...
common/messages/ua/core.php
0 → 100644
Wrap text
Show/Hide comments
View file @
e37bf1d
1
+<?php
2
+
3
+return [
4
+ 'name'=>'Ім\'я',
5
+ 'email'=>'Email',
6
+ 'phone'=>'Телефон',
7
+ 'message'=>'Повідомленя',
8
+ 'Name'=>'Ім\'я',
9
+ 'Email'=>'Email',
10
+ 'Phone'=>'Телефон',
11
+ 'Message'=>'Повідомленя'
12
+];
0
13
\ No newline at end of file
...
...