Browsing English (Australia) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and English (Australia) guidelines.
5160 of 89 results
51.

Basic file format and compression options:
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

Basic file format and compression options:
Translated and reviewed by Robert Readman
Located in src/xz/message.c:1005
52.
-F, --format=FMT file format to encode or decode; possible values are
`auto' (default), `xz', `lzma', and `raw'
-C, --check=CHECK integrity check type: `crc32', `crc64' (default),
`sha256', or `none' (use with caution)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
-F, --format=FMT file format to encode or decode; possible values are
`auto' (default), `xz', `lzma', and `raw'
-C, --check=CHECK integrity check type: `crc32', `crc64' (default),
`sha256', or `none' (use with caution)
Translated and reviewed by Robert Readman
Located in src/xz/message.c:1111
53.
-0 .. -9 compression preset; 0-2 fast compression, 3-5 good
compression, 6-9 excellent compression; default is 6
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
-0 .. -9 compression preset; 0-2 fast compression, 3-5 good
compression, 6-9 excellent compression; default is 6
Translated and reviewed by Robert Readman
Located in src/xz/message.c:1118
54.
-e, --extreme use more CPU time when encoding to increase compression
ratio without increasing memory usage of the decoder
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
-e, --extreme use more CPU time when encoding to increase compression
ratio without increasing memory usage of the decoder
Translated and reviewed by Robert Readman
Located in src/xz/message.c:1122
55.
-M, --memory=NUM use roughly NUM bytes of memory at maximum; 0 indicates
the default setting, which is 40 % of total RAM
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
-M, --memory=NUM use roughly NUM bytes of memory at maximum; 0 indicates
the default setting, which is 40 % of total RAM
Translated and reviewed by Robert Readman
56.

Custom filter chain for compression (alternative for using presets):
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

Custom filter chain for compression (alternative for using presets):
Translated and reviewed by Robert Readman
Located in src/xz/message.c:1058
57.

--lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or
--lzma2[=OPTS] more of the following options (valid values; default):
preset=NUM reset options to preset number NUM (0-9)
dict=NUM dictionary size (4KiB - 1536MiB; 8MiB)
lc=NUM number of literal context bits (0-4; 3)
lp=NUM number of literal position bits (0-4; 0)
pb=NUM number of position bits (0-4; 2)
mode=MODE compression mode (fast, normal; normal)
nice=NUM nice length of a match (2-273; 64)
mf=NAME match finder (hc3, hc4, bt2, bt3, bt4; bt4)
depth=NUM maximum search depth; 0=automatic (default)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

--lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or
--lzma2[=OPTS] more of the following options (valid values; default):
preset=NUM reset options to preset number NUM (0-9)
dict=NUM dictionary size (4KiB - 1536MiB; 8MiB)
lc=NUM number of literal context bits (0-4; 3)
lp=NUM number of literal position bits (0-4; 0)
pb=NUM number of position bits (0-4; 2)
mode=MODE compression mode (fast, normal; normal)
nice=NUM nice length of a match (2-273; 64)
mf=NAME match finder (hc3, hc4, bt2, bt3, bt4; bt4)
depth=NUM maximum search depth; 0=automatic (default)
Translated and reviewed by Robert Readman
Located in src/xz/message.c:1145
58.

--x86[=OPTS] x86 BCJ filter
--powerpc[=OPTS] PowerPC BCJ filter (big endian only)
--ia64[=OPTS] IA64 (Itanium) BCJ filter
--arm[=OPTS] ARM BCJ filter (little endian only)
--armthumb[=OPTS] ARM-Thumb BCJ filter (little endian only)
--sparc[=OPTS] SPARC BCJ filter
Valid OPTS for all BCJ filters:
start=NUM start offset for conversions (default=0)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

--x86[=OPTS] x86 BCJ filter
--powerpc[=OPTS] PowerPC BCJ filter (big endian only)
--ia64[=OPTS] IA64 (Itanium) BCJ filter
--arm[=OPTS] ARM BCJ filter (little endian only)
--armthumb[=OPTS] ARM-Thumb BCJ filter (little endian only)
--sparc[=OPTS] SPARC BCJ filter
Valid OPTS for all BCJ filters:
start=NUM start offset for conversions (default=0)
Translated and reviewed by Robert Readman
Located in src/xz/message.c:1160
59.

--delta[=OPTS] Delta filter; valid OPTS (valid values; default):
dist=NUM distance between bytes being subtracted
from each other (1-256; 1)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

--delta[=OPTS] Delta filter; valid OPTS (valid values; default):
dist=NUM distance between bytes being subtracted
from each other (1-256; 1)
Translated and reviewed by Robert Readman
Located in src/xz/message.c:1095
60.

--subblock[=OPTS] Subblock filter; valid OPTS (valid values; default):
size=NUM number of bytes of data per subblock
(1 - 256Mi; 4Ki)
rle=NUM run-length encoder chunk size (0-256; 0)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

--subblock[=OPTS] Subblock filter; valid OPTS (valid values; default):
size=NUM number of bytes of data per subblock
(1 - 256Mi; 4Ki)
rle=NUM run-length encoder chunk size (0-256; 0)
Translated and reviewed by Robert Readman
5160 of 89 results

This translation is managed by Ubuntu English (Australia) Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Robert Readman.