1# SOME DESCRIPTIVE TITLE.
2# This file is put in the public domain.
3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4#
5#, fuzzy
6msgid ""
7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"
9"Report-Msgid-Bugs-To: lasse.collin@tukaani.org\n"
10"POT-Creation-Date: 2011-05-21 16:30+0300\n"
11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: LANGUAGE <LL@li.org>\n"
14"Language: \n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20#: src/xz/args.c:333
21#, c-format
22msgid "%s: Unknown file format type"
23msgstr ""
24
25#: src/xz/args.c:356 src/xz/args.c:364
26#, c-format
27msgid "%s: Unsupported integrity check type"
28msgstr ""
29
30#: src/xz/args.c:382
31msgid "Only one file can be specified with `--files' or `--files0'."
32msgstr ""
33
34#: src/xz/args.c:445
35#, c-format
36msgid "The environment variable %s contains too many arguments"
37msgstr ""
38
39#: src/xz/coder.c:95
40msgid "Maximum number of filters is four"
41msgstr ""
42
43#: src/xz/coder.c:108
44msgid "Memory usage limit is too low for the given filter setup."
45msgstr ""
46
47#: src/xz/coder.c:129
48msgid "Using a preset in raw mode is discouraged."
49msgstr ""
50
51#: src/xz/coder.c:131
52msgid "The exact options of the presets may vary between software versions."
53msgstr ""
54
55#: src/xz/coder.c:157
56msgid "The .lzma format supports only the LZMA1 filter"
57msgstr ""
58
59#: src/xz/coder.c:165
60msgid "LZMA1 cannot be used with the .xz format"
61msgstr ""
62
63#: src/xz/coder.c:182
64msgid "Unsupported filter chain or filter options"
65msgstr ""
66
67#: src/xz/coder.c:190
68#, c-format
69msgid "Decompression will need %s MiB of memory."
70msgstr ""
71
72#: src/xz/coder.c:247
73#, c-format
74msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
75msgstr ""
76
77#. TRANSLATORS: When compression or decompression finishes,
78#. and xz is going to remove the source file, xz first checks
79#. if the source file still exists, and if it does, does its
80#. device and inode numbers match what xz saw when it opened
81#. the source file. If these checks fail, this message is
82#. shown, %s being the filename, and the file is not deleted.
83#. The check for device and inode numbers is there, because
84#. it is possible that the user has put a new file in place
85#. of the original file, and in that case it obviously
86#. shouldn't be removed.
87#: src/xz/file_io.c:137
88#, c-format
89msgid "%s: File seems to have been moved, not removing"
90msgstr ""
91
92#: src/xz/file_io.c:144 src/xz/file_io.c:589
93#, c-format
94msgid "%s: Cannot remove: %s"
95msgstr ""
96
97#: src/xz/file_io.c:169
98#, c-format
99msgid "%s: Cannot set the file owner: %s"
100msgstr ""
101
102#: src/xz/file_io.c:175
103#, c-format
104msgid "%s: Cannot set the file group: %s"
105msgstr ""
106
107#: src/xz/file_io.c:194
108#, c-format
109msgid "%s: Cannot set the file permissions: %s"
110msgstr ""
111
112#: src/xz/file_io.c:337 src/xz/file_io.c:420
113#, c-format
114msgid "%s: Is a symbolic link, skipping"
115msgstr ""
116
117#: src/xz/file_io.c:455
118#, c-format
119msgid "%s: Is a directory, skipping"
120msgstr ""
121
122#: src/xz/file_io.c:461
123#, c-format
124msgid "%s: Not a regular file, skipping"
125msgstr ""
126
127#: src/xz/file_io.c:478
128#, c-format
129msgid "%s: File has setuid or setgid bit set, skipping"
130msgstr ""
131
132#: src/xz/file_io.c:485
133#, c-format
134msgid "%s: File has sticky bit set, skipping"
135msgstr ""
136
137#: src/xz/file_io.c:492
138#, c-format
139msgid "%s: Input file has more than one hard link, skipping"
140msgstr ""
141
142#: src/xz/file_io.c:713
143#, c-format
144msgid "Error restoring the O_APPEND flag to standard output: %s"
145msgstr ""
146
147#: src/xz/file_io.c:725
148#, c-format
149msgid "%s: Closing the file failed: %s"
150msgstr ""
151
152#: src/xz/file_io.c:761 src/xz/file_io.c:945
153#, c-format
154msgid "%s: Seeking failed when trying to create a sparse file: %s"
155msgstr ""
156
157#: src/xz/file_io.c:820
158#, c-format
159msgid "%s: Read error: %s"
160msgstr ""
161
162#: src/xz/file_io.c:843
163#, c-format
164msgid "%s: Error seeking the file: %s"
165msgstr ""
166
167#: src/xz/file_io.c:853
168#, c-format
169msgid "%s: Unexpected end of file"
170msgstr ""
171
172#: src/xz/file_io.c:903
173#, c-format
174msgid "%s: Write error: %s"
175msgstr ""
176
177#: src/xz/hardware.c:100
178msgid "Disabled"
179msgstr ""
180
181#. TRANSLATORS: Test with "xz --info-memory" to see if
182#. the alignment looks nice.
183#: src/xz/hardware.c:119
184msgid "Total amount of physical memory (RAM): "
185msgstr ""
186
187#: src/xz/hardware.c:121
188msgid "Memory usage limit for compression:    "
189msgstr ""
190
191#: src/xz/hardware.c:123
192msgid "Memory usage limit for decompression:  "
193msgstr ""
194
195#. TRANSLATORS: Indicates that there is no integrity check.
196#. This string is used in tables, so the width must not
197#. exceed ten columns with a fixed-width font.
198#: src/xz/list.c:62
199msgid "None"
200msgstr ""
201
202#. TRANSLATORS: Indicates that integrity check name is not known,
203#. but the Check ID is known (here 2). This and other "Unknown-N"
204#. strings are used in tables, so the width must not exceed ten
205#. columns with a fixed-width font. It's OK to omit the dash if
206#. you need space for one extra letter, but don't use spaces.
207#: src/xz/list.c:69
208msgid "Unknown-2"
209msgstr ""
210
211#: src/xz/list.c:70
212msgid "Unknown-3"
213msgstr ""
214
215#: src/xz/list.c:72
216msgid "Unknown-5"
217msgstr ""
218
219#: src/xz/list.c:73
220msgid "Unknown-6"
221msgstr ""
222
223#: src/xz/list.c:74
224msgid "Unknown-7"
225msgstr ""
226
227#: src/xz/list.c:75
228msgid "Unknown-8"
229msgstr ""
230
231#: src/xz/list.c:76
232msgid "Unknown-9"
233msgstr ""
234
235#: src/xz/list.c:78
236msgid "Unknown-11"
237msgstr ""
238
239#: src/xz/list.c:79
240msgid "Unknown-12"
241msgstr ""
242
243#: src/xz/list.c:80
244msgid "Unknown-13"
245msgstr ""
246
247#: src/xz/list.c:81
248msgid "Unknown-14"
249msgstr ""
250
251#: src/xz/list.c:82
252msgid "Unknown-15"
253msgstr ""
254
255#: src/xz/list.c:126
256#, c-format
257msgid "%s: File is empty"
258msgstr ""
259
260#: src/xz/list.c:131
261#, c-format
262msgid "%s: Too small to be a valid .xz file"
263msgstr ""
264
265#. TRANSLATORS: These are column headings. From Strms (Streams)
266#. to Ratio, the columns are right aligned. Check and Filename
267#. are left aligned. If you need longer words, it's OK to
268#. use two lines here. Test with "xz -l foo.xz".
269#: src/xz/list.c:612
270msgid "Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename"
271msgstr ""
272
273#: src/xz/list.c:652
274#, c-format
275msgid "  Streams:            %s\n"
276msgstr ""
277
278#: src/xz/list.c:654
279#, c-format
280msgid "  Blocks:             %s\n"
281msgstr ""
282
283#: src/xz/list.c:656
284#, c-format
285msgid "  Compressed size:    %s\n"
286msgstr ""
287
288#: src/xz/list.c:659
289#, c-format
290msgid "  Uncompressed size:  %s\n"
291msgstr ""
292
293#: src/xz/list.c:662
294#, c-format
295msgid "  Ratio:              %s\n"
296msgstr ""
297
298#: src/xz/list.c:664
299#, c-format
300msgid "  Check:              %s\n"
301msgstr ""
302
303#: src/xz/list.c:665
304#, c-format
305msgid "  Stream padding:     %s\n"
306msgstr ""
307
308#. TRANSLATORS: The second line is column headings. All except
309#. Check are right aligned; Check is left aligned. Test with
310#. "xz -lv foo.xz".
311#: src/xz/list.c:693
312msgid ""
313"  Streams:\n"
314"    Stream    Blocks      CompOffset    UncompOffset        CompSize      UncompSize  Ratio  Check      Padding"
315msgstr ""
316
317#. TRANSLATORS: The second line is column headings. All
318#. except Check are right aligned; Check is left aligned.
319#: src/xz/list.c:748
320#, c-format
321msgid ""
322"  Blocks:\n"
323"    Stream     Block      CompOffset    UncompOffset       TotalSize      UncompSize  Ratio  Check"
324msgstr ""
325
326#. TRANSLATORS: These are additional column headings
327#. for the most verbose listing mode. CheckVal
328#. (Check value), Flags, and Filters are left aligned.
329#. Header (Block Header Size), CompSize, and MemUsage
330#. are right aligned. %*s is replaced with 0-120
331#. spaces to make the CheckVal column wide enough.
332#. Test with "xz -lvv foo.xz".
333#: src/xz/list.c:760
334#, c-format
335msgid "      CheckVal %*s Header  Flags        CompSize    MemUsage  Filters"
336msgstr ""
337
338#: src/xz/list.c:838 src/xz/list.c:1007
339#, c-format
340msgid "  Memory needed:      %s MiB\n"
341msgstr ""
342
343#: src/xz/list.c:840 src/xz/list.c:1009
344#, c-format
345msgid "  Sizes in headers:   %s\n"
346msgstr ""
347
348#: src/xz/list.c:841 src/xz/list.c:1010
349msgid "Yes"
350msgstr ""
351
352#: src/xz/list.c:841 src/xz/list.c:1010
353msgid "No"
354msgstr ""
355
356#. TRANSLATORS: %s is an integer. Only the plural form of this
357#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
358#: src/xz/list.c:986
359#, c-format
360msgid "%s file\n"
361msgid_plural "%s files\n"
362msgstr[0] ""
363msgstr[1] ""
364
365#: src/xz/list.c:999
366msgid "Totals:"
367msgstr ""
368
369#: src/xz/list.c:1000
370#, c-format
371msgid "  Number of files:    %s\n"
372msgstr ""
373
374#: src/xz/list.c:1072
375msgid "--list works only on .xz files (--format=xz or --format=auto)"
376msgstr ""
377
378#: src/xz/list.c:1078
379msgid "--list does not support reading from standard input"
380msgstr ""
381
382#: src/xz/main.c:89
383#, c-format
384msgid "%s: Error reading filenames: %s"
385msgstr ""
386
387#: src/xz/main.c:96
388#, c-format
389msgid "%s: Unexpected end of input when reading filenames"
390msgstr ""
391
392#: src/xz/main.c:120
393#, c-format
394msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
395msgstr ""
396
397#: src/xz/main.c:174
398msgid "Compression and decompression with --robot are not supported yet."
399msgstr ""
400
401#: src/xz/main.c:231
402msgid "Cannot read data from standard input when reading filenames from standard input"
403msgstr ""
404
405#. TRANSLATORS: This is the program name in the beginning
406#. of the line in messages. Usually it becomes "xz: ".
407#. This is a translatable string because French needs
408#. a space before a colon.
409#: src/xz/message.c:733
410#, c-format
411msgid "%s: "
412msgstr ""
413
414#: src/xz/message.c:796 src/xz/message.c:846
415msgid "Internal error (bug)"
416msgstr ""
417
418#: src/xz/message.c:803
419msgid "Cannot establish signal handlers"
420msgstr ""
421
422#: src/xz/message.c:812
423msgid "No integrity check; not verifying file integrity"
424msgstr ""
425
426#: src/xz/message.c:815
427msgid "Unsupported type of integrity check; not verifying file integrity"
428msgstr ""
429
430#: src/xz/message.c:822
431msgid "Memory usage limit reached"
432msgstr ""
433
434#: src/xz/message.c:825
435msgid "File format not recognized"
436msgstr ""
437
438#: src/xz/message.c:828
439msgid "Unsupported options"
440msgstr ""
441
442#: src/xz/message.c:831
443msgid "Compressed data is corrupt"
444msgstr ""
445
446#: src/xz/message.c:834
447msgid "Unexpected end of input"
448msgstr ""
449
450#: src/xz/message.c:885
451#, c-format
452msgid "%s MiB of memory is required. The limit is %s."
453msgstr ""
454
455#: src/xz/message.c:1052
456#, c-format
457msgid "%s: Filter chain: %s\n"
458msgstr ""
459
460#: src/xz/message.c:1062
461#, c-format
462msgid "Try `%s --help' for more information."
463msgstr ""
464
465#: src/xz/message.c:1088
466#, c-format
467msgid ""
468"Usage: %s [OPTION]... [FILE]...\n"
469"Compress or decompress FILEs in the .xz format.\n"
470"\n"
471msgstr ""
472
473#: src/xz/message.c:1095
474msgid "Mandatory arguments to long options are mandatory for short options too.\n"
475msgstr ""
476
477#: src/xz/message.c:1099
478msgid " Operation mode:\n"
479msgstr ""
480
481#: src/xz/message.c:1102
482msgid ""
483"  -z, --compress      force compression\n"
484"  -d, --decompress    force decompression\n"
485"  -t, --test          test compressed file integrity\n"
486"  -l, --list          list information about .xz files"
487msgstr ""
488
489#: src/xz/message.c:1108
490msgid ""
491"\n"
492" Operation modifiers:\n"
493msgstr ""
494
495#: src/xz/message.c:1111
496msgid ""
497"  -k, --keep          keep (don't delete) input files\n"
498"  -f, --force         force overwrite of output file and (de)compress links\n"
499"  -c, --stdout        write to standard output and don't delete input files"
500msgstr ""
501
502#: src/xz/message.c:1117
503msgid ""
504"      --no-sparse     do not create sparse files when decompressing\n"
505"  -S, --suffix=.SUF   use the suffix `.SUF' on compressed files\n"
506"      --files[=FILE]  read filenames to process from FILE; if FILE is\n"
507"                      omitted, filenames are read from the standard input;\n"
508"                      filenames must be terminated with the newline character\n"
509"      --files0[=FILE] like --files but use the null character as terminator"
510msgstr ""
511
512#: src/xz/message.c:1125
513msgid ""
514"\n"
515" Basic file format and compression options:\n"
516msgstr ""
517
518#: src/xz/message.c:1127
519msgid ""
520"  -F, --format=FMT    file format to encode or decode; possible values are\n"
521"                      `auto' (default), `xz', `lzma', and `raw'\n"
522"  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
523"                      `crc32', `crc64' (default), or `sha256'"
524msgstr ""
525
526#: src/xz/message.c:1134
527msgid ""
528"  -0 ... -9           compression preset; default is 6; take compressor *and*\n"
529"                      decompressor memory usage into account before using 7-9!"
530msgstr ""
531
532#: src/xz/message.c:1138
533msgid ""
534"  -e, --extreme       try to improve compression ratio by using more CPU time;\n"
535"                      does not affect decompressor memory requirements"
536msgstr ""
537
538#: src/xz/message.c:1143
539#, no-c-format
540msgid ""
541"      --memlimit-compress=LIMIT\n"
542"      --memlimit-decompress=LIMIT\n"
543"  -M, --memlimit=LIMIT\n"
544"                      set memory usage limit for compression, decompression,\n"
545"                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
546msgstr ""
547
548#: src/xz/message.c:1150
549msgid ""
550"      --no-adjust     if compression settings exceed the memory usage limit,\n"
551"                      give an error instead of adjusting the settings downwards"
552msgstr ""
553
554#: src/xz/message.c:1156
555msgid ""
556"\n"
557" Custom filter chain for compression (alternative for using presets):"
558msgstr ""
559
560#: src/xz/message.c:1165
561msgid ""
562"\n"
563"  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
564"  --lzma2[=OPTS]      more of the following options (valid values; default):\n"
565"                        preset=PRE reset options to a preset (0-9[e])\n"
566"                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)\n"
567"                        lc=NUM     number of literal context bits (0-4; 3)\n"
568"                        lp=NUM     number of literal position bits (0-4; 0)\n"
569"                        pb=NUM     number of position bits (0-4; 2)\n"
570"                        mode=MODE  compression mode (fast, normal; normal)\n"
571"                        nice=NUM   nice length of a match (2-273; 64)\n"
572"                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; bt4)\n"
573"                        depth=NUM  maximum search depth; 0=automatic (default)"
574msgstr ""
575
576#: src/xz/message.c:1180
577msgid ""
578"\n"
579"  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)\n"
580"  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)\n"
581"  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter\n"
582"  --arm[=OPTS]        ARM BCJ filter (little endian only)\n"
583"  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)\n"
584"  --sparc[=OPTS]      SPARC BCJ filter\n"
585"                      Valid OPTS for all BCJ filters:\n"
586"                        start=NUM  start offset for conversions (default=0)"
587msgstr ""
588
589#: src/xz/message.c:1192
590msgid ""
591"\n"
592"  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):\n"
593"                        dist=NUM   distance between bytes being subtracted\n"
594"                                   from each other (1-256; 1)"
595msgstr ""
596
597#: src/xz/message.c:1200
598msgid ""
599"\n"
600" Other options:\n"
601msgstr ""
602
603#: src/xz/message.c:1203
604msgid ""
605"  -q, --quiet         suppress warnings; specify twice to suppress errors too\n"
606"  -v, --verbose       be verbose; specify twice for even more verbose"
607msgstr ""
608
609#: src/xz/message.c:1208
610msgid "  -Q, --no-warn       make warnings not affect the exit status"
611msgstr ""
612
613#: src/xz/message.c:1210
614msgid "      --robot         use machine-parsable messages (useful for scripts)"
615msgstr ""
616
617#: src/xz/message.c:1213
618msgid ""
619"      --info-memory   display the total amount of RAM and the currently active\n"
620"                      memory usage limits, and exit"
621msgstr ""
622
623#: src/xz/message.c:1216
624msgid ""
625"  -h, --help          display the short help (lists only the basic options)\n"
626"  -H, --long-help     display this long help and exit"
627msgstr ""
628
629#: src/xz/message.c:1220
630msgid ""
631"  -h, --help          display this short help and exit\n"
632"  -H, --long-help     display the long help (lists also the advanced options)"
633msgstr ""
634
635#: src/xz/message.c:1225
636msgid "  -V, --version       display the version number and exit"
637msgstr ""
638
639#: src/xz/message.c:1227
640msgid ""
641"\n"
642"With no FILE, or when FILE is -, read standard input.\n"
643msgstr ""
644
645#. TRANSLATORS: This message indicates the bug reporting address
646#. for this package. Please add _another line_ saying
647#. "Report translation bugs to <...>\n" with the email or WWW
648#. address for translation bugs. Thanks.
649#: src/xz/message.c:1233
650#, c-format
651msgid "Report bugs to <%s> (in English or Finnish).\n"
652msgstr ""
653
654#: src/xz/message.c:1235
655#, c-format
656msgid "%s home page: <%s>\n"
657msgstr ""
658
659#: src/xz/options.c:86
660#, c-format
661msgid "%s: Options must be `name=value' pairs separated with commas"
662msgstr ""
663
664#: src/xz/options.c:93
665#, c-format
666msgid "%s: Invalid option name"
667msgstr ""
668
669#: src/xz/options.c:113
670#, c-format
671msgid "%s: Invalid option value"
672msgstr ""
673
674#: src/xz/options.c:247
675#, c-format
676msgid "Unsupported LZMA1/LZMA2 preset: %s"
677msgstr ""
678
679#: src/xz/options.c:355
680msgid "The sum of lc and lp must not exceed 4"
681msgstr ""
682
683#: src/xz/options.c:359
684#, c-format
685msgid "The selected match finder requires at least nice=%<PRIu32>"
686msgstr ""
687
688#: src/xz/suffix.c:101 src/xz/suffix.c:194
689#, c-format
690msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
691msgstr ""
692
693#: src/xz/suffix.c:121
694#, c-format
695msgid "%s: Filename has an unknown suffix, skipping"
696msgstr ""
697
698#: src/xz/suffix.c:175 src/xz/suffix.c:184
699#, c-format
700msgid "%s: File already has `%s' suffix, skipping"
701msgstr ""
702
703#: src/xz/suffix.c:235
704#, c-format
705msgid "%s: Invalid filename suffix"
706msgstr ""
707
708#: src/xz/util.c:61
709#, c-format
710msgid "%s: Value is not a non-negative decimal integer"
711msgstr ""
712
713#: src/xz/util.c:103
714#, c-format
715msgid "%s: Invalid multiplier suffix"
716msgstr ""
717
718#: src/xz/util.c:105
719msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
720msgstr ""
721
722#: src/xz/util.c:122
723#, c-format
724msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
725msgstr ""
726
727#: src/xz/util.c:247
728msgid "Empty filename, skipping"
729msgstr ""
730
731#: src/xz/util.c:261
732msgid "Compressed data cannot be read from a terminal"
733msgstr ""
734
735#: src/xz/util.c:274
736msgid "Compressed data cannot be written to a terminal"
737msgstr ""
738
739#: src/common/tuklib_exit.c:39
740msgid "Writing to standard output failed"
741msgstr ""
742
743#: src/common/tuklib_exit.c:42
744msgid "Unknown error"
745msgstr ""
746