2022-01-18 11:59:24 +11:00

8 lines
79 B
PHP

<?php
$lang = [
'client_settings' => 'Client Settings',
];
return $lang;