7 lines
79 B
PHP
7 lines
79 B
PHP
<?php
|
|
|
|
$lang = [
|
|
'client_settings' => 'Client Settings',
|
|
];
|
|
|
|
return $lang;
|