2024-04-18 19:41:31 +05:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
"Menu" => "Menu",
|
|
|
|
'Projects' => 'Projects',
|
|
|
|
'Project' => 'Project',
|
|
|
|
'About project' => 'About the project',
|
|
|
|
'Page without translation' => 'Page without translation',
|
|
|
|
'Powered by service' => 'Powered by the My Projects website engine',
|
|
|
|
'Choose language' => 'Choose language',
|
2024-04-23 19:30:56 +05:00
|
|
|
'Feedback' => 'Feedback',
|
|
|
|
'Feedback-send' => 'Send review',
|
|
|
|
'required field' => 'required field',
|
|
|
|
'Message sent successfully' => 'Message sent successfully',
|
|
|
|
'attributes' => [
|
|
|
|
'name' => 'name',
|
|
|
|
'email' => 'email',
|
|
|
|
'message' => 'message',
|
|
|
|
],
|
2024-04-18 19:41:31 +05:00
|
|
|
];
|