10 lines
78 B
PHP
10 lines
78 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'messages' => [
|
|
'copied' => 'Copied',
|
|
],
|
|
|
|
];
|