case "kib":
        show += round(bytes / Math.pow(1024, 1), 2);
        show += " " + genlang(89);
        break;