case "gb":
        show += round(bytes / Math.pow(1000, 3), 2);
        show += " " + genlang(41);
        break;