These are picked up by xgettext and put in the POT file.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
timedout(int sig __attribute__((__unused__))) {
signal(SIGALRM, timedout2);
alarm(10);
+ /* TRANSLATORS: The standard value for %d is 60. */
warnx(_("timed out after %d seconds"), timeout);
signal(SIGALRM, SIG_IGN);
alarm(0);
excludes[nexcludes++] = n;
if (nexcludes == ARRAY_SIZE(excludes))
+ /* TRANSLATORS: The standard value for %d is 256. */
errx(EXIT_FAILURE, _("the list of excluded devices is "
"too large (limit is %d devices)"),
(int)ARRAY_SIZE(excludes));
err(EXIT_FAILURE, _("%s: FITRIM ioctl failed"), path);
if (verbose)
+ /* TRANSLATORS: The standard value here is a very large number. */
printf(_("%s: %" PRIu64 " bytes were trimmed\n"),
path, (uint64_t) range.len);
close(fd);