mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 02:34:35 -04:00
11 lines
84 B
Plaintext
11 lines
84 B
Plaintext
<?php
|
|
|
|
$LANG = array(
|
|
|
|
'$LOWER_NAME$' => '$STUDLY_NAME$',
|
|
);
|
|
|
|
return $LANG;
|
|
|
|
?>
|