2023-11-28 23:52:03 +11:00

8 lines
84 B
PHP

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