10 lines
127 B
PHP
10 lines
127 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'messages' => [
|
|
'uploading_file' => 'फाइल अपलोड गर्दै...',
|
|
],
|
|
|
|
];
|