1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
invoiceninja/lang/en/t.php

8 lines
84 B
PHP
Raw Normal View History

<?php
2023-11-28 13:52:03 +01:00
$lang = array(
'client_settings' => 'Client Settings',
2023-11-28 13:52:03 +01:00
);
2023-11-28 13:56:28 +01:00
return $lang;