Translations by Andrius Štikonas

Andrius Štikonas has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

151200 of 1049 results
354.
%n a newline %N nanoseconds (000000000..999999999) %p locale's equivalent of either AM or PM; blank if not known %P like %p, but lower case %r locale's 12-hour clock time (e.g., 11:11:04 PM) %R 24-hour hour and minute; same as %H:%M %s seconds since 1970-01-01 00:00:00 UTC
2009-03-24
355.
%S second (00..60) %t a tab %T time; same as %H:%M:%S %u day of week (1..7); 1 is Monday
2009-03-24
356.
%U week number of year, with Sunday as first day of week (00..53) %V ISO week number, with Monday as first day of week (01..53) %w day of week (0..6); 0 is Sunday %W week number of year, with Monday as first day of week (00..53)
2009-03-24
357.
%x locale's date representation (e.g., 12/31/99) %X locale's time representation (e.g., 23:13:48) %y last two digits of year (00..99) %Y year
2009-03-24
358.
%z +hhmm numeric timezone (e.g., -0400) %:z +hh:mm numeric timezone (e.g., -04:00) %::z +hh:mm:ss numeric time zone (e.g., -04:00:00) %:::z numeric time zone with : to necessary precision (e.g., -04, +05:30) %Z alphabetic time zone abbreviation (e.g., EDT) By default, date pads numeric fields with zeroes.
2009-03-24
359.
The following optional flags may follow `%': - (hyphen) do not pad the field _ (underscore) pad with spaces 0 (zero) pad with zeros ^ use upper case if possible # use opposite case if possible
2009-03-24
360.
After any flags comes an optional field width, as a decimal number; then an optional modifier, which is either E to use the locale's alternate representations if available, or O to use the locale's alternate numeric symbols if available.
2009-03-24
366.
the argument %s lacks a leading `+'; When using an option to specify date(s), any non-option argument must be a format string beginning with `+'.
2009-03-24
368.
time %s is out of range
2009-03-24
369.
Usage: %s [OPERAND]... or: %s OPTION
2009-03-24
370.
Copy a file, converting and formatting according to the operands. bs=BYTES force ibs=BYTES and obs=BYTES cbs=BYTES convert BYTES bytes at a time conv=CONVS convert the file as per the comma separated symbol list count=BLOCKS copy only BLOCKS input blocks ibs=BYTES read BYTES bytes at a time
2009-03-24
371.
if=FILE read from FILE instead of stdin iflag=FLAGS read as per the comma separated symbol list obs=BYTES write BYTES bytes at a time of=FILE write to FILE instead of stdout oflag=FLAGS write as per the comma separated symbol list seek=BLOCKS skip BLOCKS obs-sized blocks at start of output skip=BLOCKS skip BLOCKS ibs-sized blocks at start of input status=noxfer suppress transfer statistics
2009-03-24
372.
BLOCKS and BYTES may be followed by the following multiplicative suffixes: xM M, c 1, w 2, b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y. Each CONV symbol may be:
2009-03-24
373.
ascii from EBCDIC to ASCII ebcdic from ASCII to EBCDIC ibm from ASCII to alternate EBCDIC block pad newline-terminated records with spaces to cbs-size unblock replace trailing spaces in cbs-size records with newline lcase change upper case to lower case
2009-03-24
374.
nocreat do not create the output file excl fail if the output file already exists notrunc do not truncate the output file ucase change lower case to upper case swab swap every pair of input bytes
2009-03-24
375.
noerror continue after read errors sync pad every input block with NULs to ibs-size; when used with block or unblock, pad with spaces rather than NULs fdatasync physically write output file data before finishing fsync likewise, but also write metadata
2009-03-24
376.
Each FLAG symbol may be: append append mode (makes sense only for output; conv=notrunc suggested)
2009-03-24
377.
direct use direct I/O for data
2009-03-24
378.
directory fail unless a directory
2009-03-24
379.
dsync use synchronized I/O for data
2009-03-24
380.
sync likewise, but also for metadata
2009-03-24
381.
nonblock use non-blocking I/O
2009-03-24
382.
noatime do not update access time
2009-03-24
383.
noctty do not assign controlling terminal from file
2009-03-24
384.
nofollow do not follow symlinks
2009-03-24
385.
nolinks fail if multiply-linked
2009-03-24
386.
binary use binary I/O for data
2009-03-24
387.
text use text I/O for data
2009-03-24
388.
Sending a %s signal to a running `dd' process makes it print I/O statistics to standard error and then resume copying. $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -%s $pid; sleep 1; kill $pid 18335302+0 records in 18335302+0 records out 9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s Options are:
2009-03-24
389.
%<PRIuMAX>+%<PRIuMAX> records in %<PRIuMAX>+%<PRIuMAX> records out
2009-03-24
390.
%<PRIuMAX> truncated record
%<PRIuMAX> truncated records
2009-03-24
391.
%<PRIuMAX> byte (%s) copied
%<PRIuMAX> bytes (%s) copied
2009-03-24
392.
Infinity B
2009-03-24
393.
, %g s, %s/s
2009-03-24
394.
closing input file %s
2009-03-24
395.
closing output file %s
2009-03-24
396.
writing to %s
2009-03-24
įrašoma į %s
397.
unrecognized operand %s
2009-03-24
398.
invalid conversion: %s
2009-03-24
399.
invalid input flag: %s
2009-03-24
400.
invalid output flag: %s
2009-03-24
401.
invalid status flag: %s
2009-03-24
402.
unrecognized operand %s=%s
2009-03-24
403.
invalid number %s
2009-03-24
404.
cannot combine any two of {ascii,ebcdic,ibm}
2009-03-24
405.
cannot combine block and unblock
2009-03-24
406.
cannot combine lcase and ucase
2009-03-24
407.
cannot combine excl and nocreat
2009-03-24
408.
warning: working around lseek kernel bug for file (%s) of mt_type=0x%0lx -- see <sys/mtio.h> for the list of types
2009-03-24
409.
%s: cannot seek
2009-03-24