<?php
/**
* PHP Mikrotik Billing (https://ibnux.github.io/phpnuxbill/)
**/
class Lang {
public static function T($var) {
return Lang($var);
}