1215146Smm# SOME DESCRIPTIVE TITLE.
2215146Smm# This file is put in the public domain.
3215146Smm# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4215146Smm#
5215146Smm#, fuzzy
6215146Smmmsgid ""
7215146Smmmsgstr ""
8215146Smm"Project-Id-Version: PACKAGE VERSION\n"
9215146Smm"Report-Msgid-Bugs-To: lasse.collin@tukaani.org\n"
10219001Smm"POT-Creation-Date: 2011-01-28 20:01+0200\n"
11215146Smm"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12215146Smm"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13215146Smm"Language-Team: LANGUAGE <LL@li.org>\n"
14215146Smm"Language: \n"
15215146Smm"MIME-Version: 1.0\n"
16215146Smm"Content-Type: text/plain; charset=CHARSET\n"
17215146Smm"Content-Transfer-Encoding: 8bit\n"
18215146Smm"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19215146Smm
20215146Smm#: src/xz/args.c:333
21215146Smm#, c-format
22215146Smmmsgid "%s: Unknown file format type"
23215146Smmmsgstr ""
24215146Smm
25215146Smm#: src/xz/args.c:356 src/xz/args.c:364
26215146Smm#, c-format
27215146Smmmsgid "%s: Unsupported integrity check type"
28215146Smmmsgstr ""
29215146Smm
30215146Smm#: src/xz/args.c:382
31215146Smmmsgid "Only one file can be specified with `--files' or `--files0'."
32215146Smmmsgstr ""
33215146Smm
34215146Smm#: src/xz/args.c:445
35215146Smm#, c-format
36215146Smmmsgid "The environment variable %s contains too many arguments"
37215146Smmmsgstr ""
38215146Smm
39215146Smm#: src/xz/coder.c:95
40215146Smmmsgid "Maximum number of filters is four"
41215146Smmmsgstr ""
42215146Smm
43215146Smm#: src/xz/coder.c:108
44215146Smmmsgid "Memory usage limit is too low for the given filter setup."
45215146Smmmsgstr ""
46215146Smm
47215146Smm#: src/xz/coder.c:129
48215146Smmmsgid "Using a preset in raw mode is discouraged."
49215146Smmmsgstr ""
50215146Smm
51215146Smm#: src/xz/coder.c:131
52215146Smmmsgid "The exact options of the presets may vary between software versions."
53215146Smmmsgstr ""
54215146Smm
55215146Smm#: src/xz/coder.c:157
56215146Smmmsgid "The .lzma format supports only the LZMA1 filter"
57215146Smmmsgstr ""
58215146Smm
59215146Smm#: src/xz/coder.c:165
60215146Smmmsgid "LZMA1 cannot be used with the .xz format"
61215146Smmmsgstr ""
62215146Smm
63215146Smm#: src/xz/coder.c:182
64215146Smmmsgid "Unsupported filter chain or filter options"
65215146Smmmsgstr ""
66215146Smm
67215146Smm#: src/xz/coder.c:190
68215146Smm#, c-format
69215146Smmmsgid "Decompression will need %s MiB of memory."
70215146Smmmsgstr ""
71215146Smm
72215146Smm#: src/xz/coder.c:247
73215146Smm#, c-format
74215146Smmmsgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
75215146Smmmsgstr ""
76215146Smm
77215146Smm#. TRANSLATORS: When compression or decompression finishes,
78215146Smm#. and xz is going to remove the source file, xz first checks
79215146Smm#. if the source file still exists, and if it does, does its
80215146Smm#. device and inode numbers match what xz saw when it opened
81215146Smm#. the source file. If these checks fail, this message is
82215146Smm#. shown, %s being the filename, and the file is not deleted.
83215146Smm#. The check for device and inode numbers is there, because
84215146Smm#. it is possible that the user has put a new file in place
85215146Smm#. of the original file, and in that case it obviously
86215146Smm#. shouldn't be removed.
87215146Smm#: src/xz/file_io.c:137
88215146Smm#, c-format
89215146Smmmsgid "%s: File seems to have been moved, not removing"
90215146Smmmsgstr ""
91215146Smm
92219001Smm#: src/xz/file_io.c:144 src/xz/file_io.c:589
93215146Smm#, c-format
94215146Smmmsgid "%s: Cannot remove: %s"
95215146Smmmsgstr ""
96215146Smm
97215146Smm#: src/xz/file_io.c:169
98215146Smm#, c-format
99215146Smmmsgid "%s: Cannot set the file owner: %s"
100215146Smmmsgstr ""
101215146Smm
102215146Smm#: src/xz/file_io.c:175
103215146Smm#, c-format
104215146Smmmsgid "%s: Cannot set the file group: %s"
105215146Smmmsgstr ""
106215146Smm
107215146Smm#: src/xz/file_io.c:194
108215146Smm#, c-format
109215146Smmmsgid "%s: Cannot set the file permissions: %s"
110215146Smmmsgstr ""
111215146Smm
112215146Smm#: src/xz/file_io.c:337 src/xz/file_io.c:420
113215146Smm#, c-format
114215146Smmmsgid "%s: Is a symbolic link, skipping"
115215146Smmmsgstr ""
116215146Smm
117215146Smm#: src/xz/file_io.c:455
118215146Smm#, c-format
119215146Smmmsgid "%s: Is a directory, skipping"
120215146Smmmsgstr ""
121215146Smm
122219001Smm#: src/xz/file_io.c:461
123215146Smm#, c-format
124215146Smmmsgid "%s: Not a regular file, skipping"
125215146Smmmsgstr ""
126215146Smm
127219001Smm#: src/xz/file_io.c:478
128215146Smm#, c-format
129215146Smmmsgid "%s: File has setuid or setgid bit set, skipping"
130215146Smmmsgstr ""
131215146Smm
132219001Smm#: src/xz/file_io.c:485
133215146Smm#, c-format
134215146Smmmsgid "%s: File has sticky bit set, skipping"
135215146Smmmsgstr ""
136215146Smm
137219001Smm#: src/xz/file_io.c:492
138215146Smm#, c-format
139215146Smmmsgid "%s: Input file has more than one hard link, skipping"
140215146Smmmsgstr ""
141215146Smm
142219001Smm#: src/xz/file_io.c:713
143215146Smm#, c-format
144215146Smmmsgid "Error restoring the O_APPEND flag to standard output: %s"
145215146Smmmsgstr ""
146215146Smm
147219001Smm#: src/xz/file_io.c:725
148215146Smm#, c-format
149215146Smmmsgid "%s: Closing the file failed: %s"
150215146Smmmsgstr ""
151215146Smm
152219001Smm#: src/xz/file_io.c:761 src/xz/file_io.c:945
153215146Smm#, c-format
154215146Smmmsgid "%s: Seeking failed when trying to create a sparse file: %s"
155215146Smmmsgstr ""
156215146Smm
157219001Smm#: src/xz/file_io.c:820
158215146Smm#, c-format
159215146Smmmsgid "%s: Read error: %s"
160215146Smmmsgstr ""
161215146Smm
162219001Smm#: src/xz/file_io.c:843
163215146Smm#, c-format
164215146Smmmsgid "%s: Error seeking the file: %s"
165215146Smmmsgstr ""
166215146Smm
167219001Smm#: src/xz/file_io.c:853
168215146Smm#, c-format
169215146Smmmsgid "%s: Unexpected end of file"
170215146Smmmsgstr ""
171215146Smm
172219001Smm#: src/xz/file_io.c:903
173215146Smm#, c-format
174215146Smmmsgid "%s: Write error: %s"
175215146Smmmsgstr ""
176215146Smm
177215146Smm#: src/xz/hardware.c:100
178215146Smmmsgid "Disabled"
179215146Smmmsgstr ""
180215146Smm
181215146Smm#. TRANSLATORS: Test with "xz --info-memory" to see if
182215146Smm#. the alignment looks nice.
183215146Smm#: src/xz/hardware.c:119
184215146Smmmsgid "Total amount of physical memory (RAM): "
185215146Smmmsgstr ""
186215146Smm
187215146Smm#: src/xz/hardware.c:121
188215146Smmmsgid "Memory usage limit for compression:    "
189215146Smmmsgstr ""
190215146Smm
191215146Smm#: src/xz/hardware.c:123
192215146Smmmsgid "Memory usage limit for decompression:  "
193215146Smmmsgstr ""
194215146Smm
195215146Smm#. TRANSLATORS: Indicates that there is no integrity check.
196215146Smm#. This string is used in tables, so the width must not
197215146Smm#. exceed ten columns with a fixed-width font.
198215146Smm#: src/xz/list.c:62
199215146Smmmsgid "None"
200215146Smmmsgstr ""
201215146Smm
202215146Smm#. TRANSLATORS: Indicates that integrity check name is not known,
203215146Smm#. but the Check ID is known (here 2). This and other "Unknown-N"
204215146Smm#. strings are used in tables, so the width must not exceed ten
205215146Smm#. columns with a fixed-width font. It's OK to omit the dash if
206215146Smm#. you need space for one extra letter, but don't use spaces.
207215146Smm#: src/xz/list.c:69
208215146Smmmsgid "Unknown-2"
209215146Smmmsgstr ""
210215146Smm
211215146Smm#: src/xz/list.c:70
212215146Smmmsgid "Unknown-3"
213215146Smmmsgstr ""
214215146Smm
215215146Smm#: src/xz/list.c:72
216215146Smmmsgid "Unknown-5"
217215146Smmmsgstr ""
218215146Smm
219215146Smm#: src/xz/list.c:73
220215146Smmmsgid "Unknown-6"
221215146Smmmsgstr ""
222215146Smm
223215146Smm#: src/xz/list.c:74
224215146Smmmsgid "Unknown-7"
225215146Smmmsgstr ""
226215146Smm
227215146Smm#: src/xz/list.c:75
228215146Smmmsgid "Unknown-8"
229215146Smmmsgstr ""
230215146Smm
231215146Smm#: src/xz/list.c:76
232215146Smmmsgid "Unknown-9"
233215146Smmmsgstr ""
234215146Smm
235215146Smm#: src/xz/list.c:78
236215146Smmmsgid "Unknown-11"
237215146Smmmsgstr ""
238215146Smm
239215146Smm#: src/xz/list.c:79
240215146Smmmsgid "Unknown-12"
241215146Smmmsgstr ""
242215146Smm
243215146Smm#: src/xz/list.c:80
244215146Smmmsgid "Unknown-13"
245215146Smmmsgstr ""
246215146Smm
247215146Smm#: src/xz/list.c:81
248215146Smmmsgid "Unknown-14"
249215146Smmmsgstr ""
250215146Smm
251215146Smm#: src/xz/list.c:82
252215146Smmmsgid "Unknown-15"
253215146Smmmsgstr ""
254215146Smm
255215146Smm#: src/xz/list.c:126
256215146Smm#, c-format
257215146Smmmsgid "%s: File is empty"
258215146Smmmsgstr ""
259215146Smm
260215146Smm#: src/xz/list.c:131
261215146Smm#, c-format
262215146Smmmsgid "%s: Too small to be a valid .xz file"
263215146Smmmsgstr ""
264215146Smm
265215146Smm#. TRANSLATORS: These are column headings. From Strms (Streams)
266215146Smm#. to Ratio, the columns are right aligned. Check and Filename
267215146Smm#. are left aligned. If you need longer words, it's OK to
268215146Smm#. use two lines here. Test with "xz -l foo.xz".
269215146Smm#: src/xz/list.c:612
270215146Smmmsgid "Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename"
271215146Smmmsgstr ""
272215146Smm
273215146Smm#: src/xz/list.c:652
274215146Smm#, c-format
275215146Smmmsgid "  Streams:            %s\n"
276215146Smmmsgstr ""
277215146Smm
278215146Smm#: src/xz/list.c:654
279215146Smm#, c-format
280215146Smmmsgid "  Blocks:             %s\n"
281215146Smmmsgstr ""
282215146Smm
283215146Smm#: src/xz/list.c:656
284215146Smm#, c-format
285215146Smmmsgid "  Compressed size:    %s\n"
286215146Smmmsgstr ""
287215146Smm
288215146Smm#: src/xz/list.c:659
289215146Smm#, c-format
290215146Smmmsgid "  Uncompressed size:  %s\n"
291215146Smmmsgstr ""
292215146Smm
293215146Smm#: src/xz/list.c:662
294215146Smm#, c-format
295215146Smmmsgid "  Ratio:              %s\n"
296215146Smmmsgstr ""
297215146Smm
298215146Smm#: src/xz/list.c:664
299215146Smm#, c-format
300215146Smmmsgid "  Check:              %s\n"
301215146Smmmsgstr ""
302215146Smm
303215146Smm#: src/xz/list.c:665
304215146Smm#, c-format
305215146Smmmsgid "  Stream padding:     %s\n"
306215146Smmmsgstr ""
307215146Smm
308215146Smm#. TRANSLATORS: The second line is column headings. All except
309215146Smm#. Check are right aligned; Check is left aligned. Test with
310215146Smm#. "xz -lv foo.xz".
311215146Smm#: src/xz/list.c:693
312215146Smmmsgid ""
313215146Smm"  Streams:\n"
314215146Smm"    Stream    Blocks      CompOffset    UncompOffset        CompSize      UncompSize  Ratio  Check      Padding"
315215146Smmmsgstr ""
316215146Smm
317215146Smm#. TRANSLATORS: The second line is column headings. All
318215146Smm#. except Check are right aligned; Check is left aligned.
319215146Smm#: src/xz/list.c:748
320215146Smm#, c-format
321215146Smmmsgid ""
322215146Smm"  Blocks:\n"
323215146Smm"    Stream     Block      CompOffset    UncompOffset       TotalSize      UncompSize  Ratio  Check"
324215146Smmmsgstr ""
325215146Smm
326215146Smm#. TRANSLATORS: These are additional column headings
327215146Smm#. for the most verbose listing mode. CheckVal
328215146Smm#. (Check value), Flags, and Filters are left aligned.
329215146Smm#. Header (Block Header Size), CompSize, and MemUsage
330215146Smm#. are right aligned. %*s is replaced with 0-120
331215146Smm#. spaces to make the CheckVal column wide enough.
332215146Smm#. Test with "xz -lvv foo.xz".
333215146Smm#: src/xz/list.c:760
334215146Smm#, c-format
335215146Smmmsgid "      CheckVal %*s Header  Flags        CompSize    MemUsage  Filters"
336215146Smmmsgstr ""
337215146Smm
338215146Smm#: src/xz/list.c:838 src/xz/list.c:1007
339215146Smm#, c-format
340215146Smmmsgid "  Memory needed:      %s MiB\n"
341215146Smmmsgstr ""
342215146Smm
343215146Smm#: src/xz/list.c:840 src/xz/list.c:1009
344215146Smm#, c-format
345215146Smmmsgid "  Sizes in headers:   %s\n"
346215146Smmmsgstr ""
347215146Smm
348215146Smm#: src/xz/list.c:841 src/xz/list.c:1010
349215146Smmmsgid "Yes"
350215146Smmmsgstr ""
351215146Smm
352215146Smm#: src/xz/list.c:841 src/xz/list.c:1010
353215146Smmmsgid "No"
354215146Smmmsgstr ""
355215146Smm
356215146Smm#. TRANSLATORS: %s is an integer. Only the plural form of this
357215146Smm#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
358215146Smm#: src/xz/list.c:986
359215146Smm#, c-format
360215146Smmmsgid "%s file\n"
361215146Smmmsgid_plural "%s files\n"
362215146Smmmsgstr[0] ""
363215146Smmmsgstr[1] ""
364215146Smm
365215146Smm#: src/xz/list.c:999
366215146Smmmsgid "Totals:"
367215146Smmmsgstr ""
368215146Smm
369215146Smm#: src/xz/list.c:1000
370215146Smm#, c-format
371215146Smmmsgid "  Number of files:    %s\n"
372215146Smmmsgstr ""
373215146Smm
374215146Smm#: src/xz/list.c:1072
375215146Smmmsgid "--list works only on .xz files (--format=xz or --format=auto)"
376215146Smmmsgstr ""
377215146Smm
378215146Smm#: src/xz/list.c:1078
379215146Smmmsgid "--list does not support reading from standard input"
380215146Smmmsgstr ""
381215146Smm
382215146Smm#: src/xz/main.c:89
383215146Smm#, c-format
384215146Smmmsgid "%s: Error reading filenames: %s"
385215146Smmmsgstr ""
386215146Smm
387215146Smm#: src/xz/main.c:96
388215146Smm#, c-format
389215146Smmmsgid "%s: Unexpected end of input when reading filenames"
390215146Smmmsgstr ""
391215146Smm
392215146Smm#: src/xz/main.c:120
393215146Smm#, c-format
394215146Smmmsgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
395215146Smmmsgstr ""
396215146Smm
397215146Smm#: src/xz/main.c:174
398215146Smmmsgid "Compression and decompression with --robot are not supported yet."
399215146Smmmsgstr ""
400215146Smm
401215146Smm#: src/xz/main.c:231
402215146Smmmsgid "Cannot read data from standard input when reading filenames from standard input"
403215146Smmmsgstr ""
404215146Smm
405215146Smm#: src/xz/message.c:792 src/xz/message.c:842
406215146Smmmsgid "Internal error (bug)"
407215146Smmmsgstr ""
408215146Smm
409215146Smm#: src/xz/message.c:799
410215146Smmmsgid "Cannot establish signal handlers"
411215146Smmmsgstr ""
412215146Smm
413215146Smm#: src/xz/message.c:808
414215146Smmmsgid "No integrity check; not verifying file integrity"
415215146Smmmsgstr ""
416215146Smm
417215146Smm#: src/xz/message.c:811
418215146Smmmsgid "Unsupported type of integrity check; not verifying file integrity"
419215146Smmmsgstr ""
420215146Smm
421215146Smm#: src/xz/message.c:818
422215146Smmmsgid "Memory usage limit reached"
423215146Smmmsgstr ""
424215146Smm
425215146Smm#: src/xz/message.c:821
426215146Smmmsgid "File format not recognized"
427215146Smmmsgstr ""
428215146Smm
429215146Smm#: src/xz/message.c:824
430215146Smmmsgid "Unsupported options"
431215146Smmmsgstr ""
432215146Smm
433215146Smm#: src/xz/message.c:827
434215146Smmmsgid "Compressed data is corrupt"
435215146Smmmsgstr ""
436215146Smm
437215146Smm#: src/xz/message.c:830
438215146Smmmsgid "Unexpected end of input"
439215146Smmmsgstr ""
440215146Smm
441215146Smm#: src/xz/message.c:881
442215146Smm#, c-format
443215146Smmmsgid "%s MiB of memory is required. The limit is %s."
444215146Smmmsgstr ""
445215146Smm
446215146Smm#: src/xz/message.c:1048
447215146Smm#, c-format
448215146Smmmsgid "%s: Filter chain: %s\n"
449215146Smmmsgstr ""
450215146Smm
451215146Smm#: src/xz/message.c:1058
452215146Smm#, c-format
453215146Smmmsgid "Try `%s --help' for more information."
454215146Smmmsgstr ""
455215146Smm
456215146Smm#: src/xz/message.c:1084
457215146Smm#, c-format
458215146Smmmsgid ""
459215146Smm"Usage: %s [OPTION]... [FILE]...\n"
460215146Smm"Compress or decompress FILEs in the .xz format.\n"
461215146Smm"\n"
462215146Smmmsgstr ""
463215146Smm
464215146Smm#: src/xz/message.c:1091
465215146Smmmsgid "Mandatory arguments to long options are mandatory for short options too.\n"
466215146Smmmsgstr ""
467215146Smm
468215146Smm#: src/xz/message.c:1095
469215146Smmmsgid " Operation mode:\n"
470215146Smmmsgstr ""
471215146Smm
472215146Smm#: src/xz/message.c:1098
473215146Smmmsgid ""
474215146Smm"  -z, --compress      force compression\n"
475215146Smm"  -d, --decompress    force decompression\n"
476215146Smm"  -t, --test          test compressed file integrity\n"
477215146Smm"  -l, --list          list information about .xz files"
478215146Smmmsgstr ""
479215146Smm
480215146Smm#: src/xz/message.c:1104
481215146Smmmsgid ""
482215146Smm"\n"
483215146Smm" Operation modifiers:\n"
484215146Smmmsgstr ""
485215146Smm
486215146Smm#: src/xz/message.c:1107
487215146Smmmsgid ""
488215146Smm"  -k, --keep          keep (don't delete) input files\n"
489215146Smm"  -f, --force         force overwrite of output file and (de)compress links\n"
490215146Smm"  -c, --stdout        write to standard output and don't delete input files"
491215146Smmmsgstr ""
492215146Smm
493215146Smm#: src/xz/message.c:1113
494215146Smmmsgid ""
495215146Smm"      --no-sparse     do not create sparse files when decompressing\n"
496215146Smm"  -S, --suffix=.SUF   use the suffix `.SUF' on compressed files\n"
497215146Smm"      --files[=FILE]  read filenames to process from FILE; if FILE is\n"
498215146Smm"                      omitted, filenames are read from the standard input;\n"
499215146Smm"                      filenames must be terminated with the newline character\n"
500215146Smm"      --files0[=FILE] like --files but use the null character as terminator"
501215146Smmmsgstr ""
502215146Smm
503215146Smm#: src/xz/message.c:1121
504215146Smmmsgid ""
505215146Smm"\n"
506215146Smm" Basic file format and compression options:\n"
507215146Smmmsgstr ""
508215146Smm
509215146Smm#: src/xz/message.c:1123
510215146Smmmsgid ""
511215146Smm"  -F, --format=FMT    file format to encode or decode; possible values are\n"
512215146Smm"                      `auto' (default), `xz', `lzma', and `raw'\n"
513215146Smm"  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
514215146Smm"                      `crc32', `crc64' (default), or `sha256'"
515215146Smmmsgstr ""
516215146Smm
517215146Smm#: src/xz/message.c:1130
518215146Smmmsgid ""
519215146Smm"  -0 ... -9           compression preset; default is 6; take compressor *and*\n"
520215146Smm"                      decompressor memory usage into account before using 7-9!"
521215146Smmmsgstr ""
522215146Smm
523215146Smm#: src/xz/message.c:1134
524215146Smmmsgid ""
525215146Smm"  -e, --extreme       try to improve compression ratio by using more CPU time;\n"
526215146Smm"                      does not affect decompressor memory requirements"
527215146Smmmsgstr ""
528215146Smm
529215146Smm#: src/xz/message.c:1139
530215146Smm#, no-c-format
531215146Smmmsgid ""
532215146Smm"      --memlimit-compress=LIMIT\n"
533215146Smm"      --memlimit-decompress=LIMIT\n"
534215146Smm"  -M, --memlimit=LIMIT\n"
535215146Smm"                      set memory usage limit for compression, decompression,\n"
536215146Smm"                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
537215146Smmmsgstr ""
538215146Smm
539215146Smm#: src/xz/message.c:1146
540215146Smmmsgid ""
541215146Smm"      --no-adjust     if compression settings exceed the memory usage limit,\n"
542215146Smm"                      give an error instead of adjusting the settings downwards"
543215146Smmmsgstr ""
544215146Smm
545215146Smm#: src/xz/message.c:1152
546215146Smmmsgid ""
547215146Smm"\n"
548215146Smm" Custom filter chain for compression (alternative for using presets):"
549215146Smmmsgstr ""
550215146Smm
551215146Smm#: src/xz/message.c:1161
552215146Smmmsgid ""
553215146Smm"\n"
554215146Smm"  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
555215146Smm"  --lzma2[=OPTS]      more of the following options (valid values; default):\n"
556215146Smm"                        preset=PRE reset options to a preset (0-9[e])\n"
557215146Smm"                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)\n"
558215146Smm"                        lc=NUM     number of literal context bits (0-4; 3)\n"
559215146Smm"                        lp=NUM     number of literal position bits (0-4; 0)\n"
560215146Smm"                        pb=NUM     number of position bits (0-4; 2)\n"
561215146Smm"                        mode=MODE  compression mode (fast, normal; normal)\n"
562215146Smm"                        nice=NUM   nice length of a match (2-273; 64)\n"
563215146Smm"                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; bt4)\n"
564215146Smm"                        depth=NUM  maximum search depth; 0=automatic (default)"
565215146Smmmsgstr ""
566215146Smm
567215146Smm#: src/xz/message.c:1176
568215146Smmmsgid ""
569215146Smm"\n"
570215146Smm"  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)\n"
571215146Smm"  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)\n"
572215146Smm"  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter\n"
573215146Smm"  --arm[=OPTS]        ARM BCJ filter (little endian only)\n"
574215146Smm"  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)\n"
575215146Smm"  --sparc[=OPTS]      SPARC BCJ filter\n"
576215146Smm"                      Valid OPTS for all BCJ filters:\n"
577215146Smm"                        start=NUM  start offset for conversions (default=0)"
578215146Smmmsgstr ""
579215146Smm
580215146Smm#: src/xz/message.c:1188
581215146Smmmsgid ""
582215146Smm"\n"
583215146Smm"  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):\n"
584215146Smm"                        dist=NUM   distance between bytes being subtracted\n"
585215146Smm"                                   from each other (1-256; 1)"
586215146Smmmsgstr ""
587215146Smm
588215146Smm#: src/xz/message.c:1196
589215146Smmmsgid ""
590215146Smm"\n"
591215146Smm" Other options:\n"
592215146Smmmsgstr ""
593215146Smm
594215146Smm#: src/xz/message.c:1199
595215146Smmmsgid ""
596215146Smm"  -q, --quiet         suppress warnings; specify twice to suppress errors too\n"
597215146Smm"  -v, --verbose       be verbose; specify twice for even more verbose"
598215146Smmmsgstr ""
599215146Smm
600215146Smm#: src/xz/message.c:1204
601215146Smmmsgid "  -Q, --no-warn       make warnings not affect the exit status"
602215146Smmmsgstr ""
603215146Smm
604215146Smm#: src/xz/message.c:1206
605215146Smmmsgid "      --robot         use machine-parsable messages (useful for scripts)"
606215146Smmmsgstr ""
607215146Smm
608215146Smm#: src/xz/message.c:1209
609215146Smmmsgid ""
610215146Smm"      --info-memory   display the total amount of RAM and the currently active\n"
611215146Smm"                      memory usage limits, and exit"
612215146Smmmsgstr ""
613215146Smm
614215146Smm#: src/xz/message.c:1212
615215146Smmmsgid ""
616215146Smm"  -h, --help          display the short help (lists only the basic options)\n"
617215146Smm"  -H, --long-help     display this long help and exit"
618215146Smmmsgstr ""
619215146Smm
620215146Smm#: src/xz/message.c:1216
621215146Smmmsgid ""
622215146Smm"  -h, --help          display this short help and exit\n"
623215146Smm"  -H, --long-help     display the long help (lists also the advanced options)"
624215146Smmmsgstr ""
625215146Smm
626215146Smm#: src/xz/message.c:1221
627215146Smmmsgid "  -V, --version       display the version number and exit"
628215146Smmmsgstr ""
629215146Smm
630215146Smm#: src/xz/message.c:1223
631215146Smmmsgid ""
632215146Smm"\n"
633215146Smm"With no FILE, or when FILE is -, read standard input.\n"
634215146Smmmsgstr ""
635215146Smm
636215146Smm#. TRANSLATORS: This message indicates the bug reporting address
637215146Smm#. for this package. Please add _another line_ saying
638215146Smm#. "Report translation bugs to <...>\n" with the email or WWW
639215146Smm#. address for translation bugs. Thanks.
640215146Smm#: src/xz/message.c:1229
641215146Smm#, c-format
642215146Smmmsgid "Report bugs to <%s> (in English or Finnish).\n"
643215146Smmmsgstr ""
644215146Smm
645215146Smm#: src/xz/message.c:1231
646215146Smm#, c-format
647215146Smmmsgid "%s home page: <%s>\n"
648215146Smmmsgstr ""
649215146Smm
650215146Smm#: src/xz/options.c:86
651215146Smm#, c-format
652215146Smmmsgid "%s: Options must be `name=value' pairs separated with commas"
653215146Smmmsgstr ""
654215146Smm
655215146Smm#: src/xz/options.c:93
656215146Smm#, c-format
657215146Smmmsgid "%s: Invalid option name"
658215146Smmmsgstr ""
659215146Smm
660215146Smm#: src/xz/options.c:113
661215146Smm#, c-format
662215146Smmmsgid "%s: Invalid option value"
663215146Smmmsgstr ""
664215146Smm
665215146Smm#: src/xz/options.c:247
666215146Smm#, c-format
667215146Smmmsgid "Unsupported LZMA1/LZMA2 preset: %s"
668215146Smmmsgstr ""
669215146Smm
670215146Smm#: src/xz/options.c:355
671215146Smmmsgid "The sum of lc and lp must not exceed 4"
672215146Smmmsgstr ""
673215146Smm
674215146Smm#: src/xz/options.c:359
675215146Smm#, c-format
676215146Smmmsgid "The selected match finder requires at least nice=%<PRIu32>"
677215146Smmmsgstr ""
678215146Smm
679219001Smm#: src/xz/suffix.c:104 src/xz/suffix.c:189
680215146Smm#, c-format
681215146Smmmsgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
682215146Smmmsgstr ""
683215146Smm
684219001Smm#: src/xz/suffix.c:124
685215146Smm#, c-format
686215146Smmmsgid "%s: Filename has an unknown suffix, skipping"
687215146Smmmsgstr ""
688215146Smm
689219001Smm#: src/xz/suffix.c:179
690215146Smm#, c-format
691215146Smmmsgid "%s: File already has `%s' suffix, skipping"
692215146Smmmsgstr ""
693215146Smm
694219001Smm#: src/xz/suffix.c:230
695215146Smm#, c-format
696215146Smmmsgid "%s: Invalid filename suffix"
697215146Smmmsgstr ""
698215146Smm
699215146Smm#: src/xz/util.c:61
700215146Smm#, c-format
701215146Smmmsgid "%s: Value is not a non-negative decimal integer"
702215146Smmmsgstr ""
703215146Smm
704215146Smm#: src/xz/util.c:103
705215146Smm#, c-format
706215146Smmmsgid "%s: Invalid multiplier suffix"
707215146Smmmsgstr ""
708215146Smm
709215146Smm#: src/xz/util.c:105
710215146Smmmsgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
711215146Smmmsgstr ""
712215146Smm
713215146Smm#: src/xz/util.c:122
714215146Smm#, c-format
715215146Smmmsgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
716215146Smmmsgstr ""
717215146Smm
718215146Smm#: src/xz/util.c:247
719215146Smmmsgid "Empty filename, skipping"
720215146Smmmsgstr ""
721215146Smm
722215146Smm#: src/xz/util.c:261
723215146Smmmsgid "Compressed data cannot be read from a terminal"
724215146Smmmsgstr ""
725215146Smm
726215146Smm#: src/xz/util.c:274
727215146Smmmsgid "Compressed data cannot be written to a terminal"
728215146Smmmsgstr ""
729215146Smm
730215146Smm#: src/common/tuklib_exit.c:39
731215146Smmmsgid "Writing to standard output failed"
732215146Smmmsgstr ""
733215146Smm
734215146Smm#: src/common/tuklib_exit.c:42
735215146Smmmsgid "Unknown error"
736215146Smmmsgstr ""
737