X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbuffer.c;h=b41169a7a932ee1954977dfffabe94cadc91fb56;hb=23cf312ef1cac44678e8cb2d2ac40ca8ca5d527b;hp=3687977013c1294853fffa31006b94a3746d2858;hpb=0e4b59b4b2564454d1d514e8ac820804c852996e;p=chaz%2Ftar diff --git a/src/buffer.c b/src/buffer.c index 3687977..b41169a 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -563,6 +563,10 @@ flush_write (void) ssize_t status; if (checkpoint_option && !(++checkpoint % 10)) + /* TRANSLATORS: This is a ``checkpoint of write operation'', + *not* ``Writing a checkpoint''. + E.g. in Spanish ``Punto de comprobaci@'on de escritura'', + *not* ``Escribiendo un punto de comprobaci@'on'' */ WARN ((0, 0, _("Write checkpoint %d"), checkpoint)); if (tape_length_option && tape_length_option <= bytes_written) @@ -813,6 +817,10 @@ flush_read (void) size_t status; /* result from system call */ if (checkpoint_option && !(++checkpoint % 10)) + /* TRANSLATORS: This is a ``checkpoint of read operation'', + *not* ``Reading a checkpoint''. + E.g. in Spanish ``Punto de comprobaci@'on de lectura'', + *not* ``Leyendo un punto de comprobaci@'on'' */ WARN ((0, 0, _("Read checkpoint %d"), checkpoint)); /* Clear the count of errors. This only applies to a single call to