Lines Matching full:disk
2843 printf ("%s is full", capacity > 5000000 ? "disk" : "floppy disk");
2848 capacity > 5000000 ? gettext ("disk") : gettext ("floppy disk"));
2850 the translator will hardly know that "disk" and "floppy disk" are meant
2854 happens to be not the same for "disk" as for "floppy disk".
2858 printf (capacity > 5000000 ? gettext ("disk is full")
2859 : gettext ("floppy disk is full"));