2023-11-28 23:56:28 +11:00

8 lines
84 B
PHP

<?php
$lang = array(
'client_settings' => 'Client Settings',
);
return $lang;