my-projects-website/app/application/lang/en/site.php

20 lines
615 B
PHP
Raw Normal View History

<?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',
],
];