ProjectTaskTeam::getTypeName PHP Method

getTypeName() static public method

static public getTypeName ( $nb )
    static function getTypeName($nb = 0)
    {
        return _n('Task team', 'Task teams', $nb);
    }