1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE TS>
3<TS version="2.1" language="arn">
4<context>
5    <name>AboutDialog</name>
6    <message>
7        <location filename="../about.ui" line="14"/>
8        <source>About</source>
9        <translation type="unfinished"></translation>
10    </message>
11    <message>
12        <location filename="../about.ui" line="34"/>
13        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:16pt; font-weight:600;&quot;&gt;LXQt Archiver&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
14        <translation type="unfinished"></translation>
15    </message>
16    <message>
17        <location filename="../about.ui" line="57"/>
18        <source>A simple and desktop-agnostic Qt file archiver</source>
19        <translation type="unfinished"></translation>
20    </message>
21    <message>
22        <location filename="../about.ui" line="67"/>
23        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://lxqt.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://lxqt.org/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
24        <translation type="unfinished"></translation>
25    </message>
26    <message>
27        <location filename="../about.ui" line="87"/>
28        <source>Authors</source>
29        <translation type="unfinished"></translation>
30    </message>
31    <message>
32        <location filename="../about.ui" line="96"/>
33        <source>Programming:
34* Hong Jen Yee (PCMan) &lt;pcman.tw@gmail.com&gt;
35
36LXQt Archiver is derived from the following programs:
37* Engrampa of MATE desktop
38* File Roller of Gnome desktop
39</source>
40        <translation type="unfinished"></translation>
41    </message>
42    <message>
43        <location filename="../about.ui" line="113"/>
44        <source>License</source>
45        <translation type="unfinished"></translation>
46    </message>
47    <message>
48        <location filename="../about.ui" line="122"/>
49        <source>LXQt Archiver
50
51Copyright (C) 2020 the LXQt Team
52
53This program is free software; you can redistribute it and/or
54modify it under the terms of the GNU General Public License
55as published by the Free Software Foundation; either version 2
56of the License, or (at your option) any later version.
57
58This program is distributed in the hope that it will be useful,
59but WITHOUT ANY WARRANTY; without even the implied warranty of
60MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
61GNU General Public License for more details.
62
63You should have received a copy of the GNU General Public License
64along with this program; if not, write to the Free Software
65Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.</source>
66        <translation type="unfinished"></translation>
67    </message>
68</context>
69<context>
70    <name>Archiver</name>
71    <message>
72        <location filename="../archiver.cpp" line="66"/>
73        <source>Archive type not supported.</source>
74        <translation type="unfinished"></translation>
75    </message>
76    <message>
77        <location filename="../archiver.cpp" line="310"/>
78        <source>*%1 files (*%1)</source>
79        <translation type="unfinished"></translation>
80    </message>
81    <message>
82        <location filename="../archiver.cpp" line="314"/>
83        <source>All supported formats</source>
84        <translation type="unfinished"></translation>
85    </message>
86</context>
87<context>
88    <name>ArchiverError</name>
89    <message>
90        <location filename="../archivererror.cpp" line="25"/>
91        <source>Failed to execute the command.</source>
92        <translation type="unfinished"></translation>
93    </message>
94    <message>
95        <location filename="../archivererror.cpp" line="28"/>
96        <source>Command is not found.</source>
97        <translation type="unfinished"></translation>
98    </message>
99    <message>
100        <location filename="../archivererror.cpp" line="31"/>
101        <source>The command exited abnormally.</source>
102        <translation type="unfinished"></translation>
103    </message>
104    <message>
105        <location filename="../archivererror.cpp" line="34"/>
106        <source>Password is required.</source>
107        <translation type="unfinished"></translation>
108    </message>
109    <message>
110        <location filename="../archivererror.cpp" line="37"/>
111        <source>Missing volume.</source>
112        <translation type="unfinished"></translation>
113    </message>
114    <message>
115        <location filename="../archivererror.cpp" line="40"/>
116        <source>Bad charset.</source>
117        <translation type="unfinished"></translation>
118    </message>
119    <message>
120        <location filename="../archivererror.cpp" line="43"/>
121        <source>Unsupported file format.</source>
122        <translation type="unfinished"></translation>
123    </message>
124    <message>
125        <location filename="../archivererror.cpp" line="46"/>
126        <source>Unknown errors happened.</source>
127        <translation type="unfinished"></translation>
128    </message>
129</context>
130<context>
131    <name>CreateArchiveExtraWidget</name>
132    <message>
133        <location filename="../create.ui" line="26"/>
134        <source> MiB</source>
135        <translation type="unfinished"></translation>
136    </message>
137    <message>
138        <location filename="../create.ui" line="36"/>
139        <source>Split into volumes of</source>
140        <translation type="unfinished"></translation>
141    </message>
142    <message>
143        <location filename="../create.ui" line="43"/>
144        <source>Password:</source>
145        <translation type="unfinished"></translation>
146    </message>
147    <message>
148        <location filename="../create.ui" line="50"/>
149        <source>Encrypt the file list too</source>
150        <translation type="unfinished"></translation>
151    </message>
152</context>
153<context>
154    <name>CreateFileDialog</name>
155    <message>
156        <location filename="../createfiledialog.cpp" line="13"/>
157        <source>All files (*)</source>
158        <translation type="unfinished"></translation>
159    </message>
160</context>
161<context>
162    <name>ExtractArchiveExtraWidget</name>
163    <message>
164        <location filename="../extract.ui" line="23"/>
165        <source>Extract</source>
166        <translation type="unfinished"></translation>
167    </message>
168    <message>
169        <location filename="../extract.ui" line="29"/>
170        <source>E&amp;xtract all files</source>
171        <translation type="unfinished"></translation>
172    </message>
173    <message>
174        <location filename="../extract.ui" line="36"/>
175        <source>Ex&amp;tract selected files</source>
176        <translation type="unfinished"></translation>
177    </message>
178    <message>
179        <location filename="../extract.ui" line="59"/>
180        <source>Actions</source>
181        <translation type="unfinished"></translation>
182    </message>
183    <message>
184        <location filename="../extract.ui" line="65"/>
185        <source>Re-create folders</source>
186        <translation type="unfinished"></translation>
187    </message>
188    <message>
189        <location filename="../extract.ui" line="72"/>
190        <source>Overwrite existing files</source>
191        <translation type="unfinished"></translation>
192    </message>
193    <message>
194        <location filename="../extract.ui" line="79"/>
195        <source>Do not extract older files</source>
196        <translation type="unfinished"></translation>
197    </message>
198</context>
199<context>
200    <name>ExtractFileDialog</name>
201    <message>
202        <location filename="../extractfiledialog.cpp" line="12"/>
203        <source>All files (*)</source>
204        <translation type="unfinished"></translation>
205    </message>
206</context>
207<context>
208    <name>MainWindow</name>
209    <message>
210        <location filename="../mainwindow.ui" line="14"/>
211        <location filename="../mainwindow.cpp" line="258"/>
212        <source>File Archiver</source>
213        <translation type="unfinished"></translation>
214    </message>
215    <message>
216        <location filename="../mainwindow.ui" line="77"/>
217        <source>Filter Files...</source>
218        <translation type="unfinished"></translation>
219    </message>
220    <message>
221        <location filename="../mainwindow.ui" line="98"/>
222        <source>&amp;File</source>
223        <translation type="unfinished"></translation>
224    </message>
225    <message>
226        <location filename="../mainwindow.ui" line="113"/>
227        <source>&amp;Edit</source>
228        <translation type="unfinished"></translation>
229    </message>
230    <message>
231        <location filename="../mainwindow.ui" line="132"/>
232        <source>&amp;View</source>
233        <translation type="unfinished"></translation>
234    </message>
235    <message>
236        <location filename="../mainwindow.ui" line="152"/>
237        <source>&amp;Help</source>
238        <translation type="unfinished"></translation>
239    </message>
240    <message>
241        <location filename="../mainwindow.ui" line="163"/>
242        <source>Main Toolbar</source>
243        <translation type="unfinished"></translation>
244    </message>
245    <message>
246        <location filename="../mainwindow.ui" line="191"/>
247        <source>&amp;About</source>
248        <translation type="unfinished"></translation>
249    </message>
250    <message>
251        <location filename="../mainwindow.ui" line="200"/>
252        <source>&amp;New</source>
253        <translation type="unfinished"></translation>
254    </message>
255    <message>
256        <location filename="../mainwindow.ui" line="203"/>
257        <source>Ctrl+N</source>
258        <translation type="unfinished"></translation>
259    </message>
260    <message>
261        <location filename="../mainwindow.ui" line="212"/>
262        <source>&amp;Open</source>
263        <translation type="unfinished"></translation>
264    </message>
265    <message>
266        <location filename="../mainwindow.ui" line="215"/>
267        <source>Ctrl+O</source>
268        <translation type="unfinished"></translation>
269    </message>
270    <message>
271        <location filename="../mainwindow.ui" line="223"/>
272        <source>Save &amp;As</source>
273        <translation type="unfinished"></translation>
274    </message>
275    <message>
276        <location filename="../mainwindow.ui" line="232"/>
277        <source>&amp;Extract</source>
278        <translation type="unfinished"></translation>
279    </message>
280    <message>
281        <location filename="../mainwindow.ui" line="237"/>
282        <source>&amp;Test</source>
283        <translation type="unfinished"></translation>
284    </message>
285    <message>
286        <location filename="../mainwindow.ui" line="245"/>
287        <source>&amp;Properties</source>
288        <translation type="unfinished"></translation>
289    </message>
290    <message>
291        <location filename="../mainwindow.ui" line="248"/>
292        <source>Alt+Return</source>
293        <translation type="unfinished"></translation>
294    </message>
295    <message>
296        <location filename="../mainwindow.ui" line="257"/>
297        <source>&amp;Close</source>
298        <translation type="unfinished"></translation>
299    </message>
300    <message>
301        <location filename="../mainwindow.ui" line="260"/>
302        <source>Ctrl+Q</source>
303        <translation type="unfinished"></translation>
304    </message>
305    <message>
306        <location filename="../mainwindow.ui" line="268"/>
307        <source>Cu&amp;t</source>
308        <translation type="unfinished"></translation>
309    </message>
310    <message>
311        <location filename="../mainwindow.ui" line="271"/>
312        <source>Ctrl+X</source>
313        <translation type="unfinished"></translation>
314    </message>
315    <message>
316        <location filename="../mainwindow.ui" line="279"/>
317        <source>&amp;Copy</source>
318        <translation type="unfinished"></translation>
319    </message>
320    <message>
321        <location filename="../mainwindow.ui" line="282"/>
322        <source>Ctrl+C</source>
323        <translation type="unfinished"></translation>
324    </message>
325    <message>
326        <location filename="../mainwindow.ui" line="290"/>
327        <source>&amp;Paste</source>
328        <translation type="unfinished"></translation>
329    </message>
330    <message>
331        <location filename="../mainwindow.ui" line="293"/>
332        <source>Ctrl+V</source>
333        <translation type="unfinished"></translation>
334    </message>
335    <message>
336        <location filename="../mainwindow.ui" line="301"/>
337        <source>&amp;Rename</source>
338        <translation type="unfinished"></translation>
339    </message>
340    <message>
341        <location filename="../mainwindow.ui" line="304"/>
342        <source>F2</source>
343        <translation type="unfinished"></translation>
344    </message>
345    <message>
346        <location filename="../mainwindow.ui" line="309"/>
347        <source>&amp;Delete</source>
348        <translation type="unfinished"></translation>
349    </message>
350    <message>
351        <location filename="../mainwindow.ui" line="312"/>
352        <source>Del</source>
353        <translation type="unfinished"></translation>
354    </message>
355    <message>
356        <location filename="../mainwindow.ui" line="317"/>
357        <source>&amp;Select All</source>
358        <translation type="unfinished"></translation>
359    </message>
360    <message>
361        <location filename="../mainwindow.ui" line="320"/>
362        <source>Ctrl+A</source>
363        <translation type="unfinished"></translation>
364    </message>
365    <message>
366        <location filename="../mainwindow.ui" line="328"/>
367        <source>&amp;Find</source>
368        <translation type="unfinished"></translation>
369    </message>
370    <message>
371        <location filename="../mainwindow.ui" line="331"/>
372        <location filename="../mainwindow.ui" line="444"/>
373        <source>Ctrl+F</source>
374        <translation type="unfinished"></translation>
375    </message>
376    <message>
377        <location filename="../mainwindow.ui" line="340"/>
378        <source>&amp;Add Files</source>
379        <translation type="unfinished"></translation>
380    </message>
381    <message>
382        <location filename="../mainwindow.ui" line="349"/>
383        <source>Add F&amp;older</source>
384        <translation type="unfinished"></translation>
385    </message>
386    <message>
387        <location filename="../mainwindow.ui" line="354"/>
388        <source>Pass&amp;word</source>
389        <translation type="unfinished"></translation>
390    </message>
391    <message>
392        <location filename="../mainwindow.ui" line="365"/>
393        <source>&amp;Toolbar</source>
394        <translation type="unfinished"></translation>
395    </message>
396    <message>
397        <location filename="../mainwindow.ui" line="376"/>
398        <source>&amp;Statusbar</source>
399        <translation type="unfinished"></translation>
400    </message>
401    <message>
402        <location filename="../mainwindow.ui" line="387"/>
403        <source>&amp;Directory Tree</source>
404        <translation type="unfinished"></translation>
405    </message>
406    <message>
407        <location filename="../mainwindow.ui" line="398"/>
408        <source>S&amp;how as Folder</source>
409        <translation type="unfinished"></translation>
410    </message>
411    <message>
412        <location filename="../mainwindow.ui" line="406"/>
413        <source>Show &amp;All Files</source>
414        <translation type="unfinished"></translation>
415    </message>
416    <message>
417        <location filename="../mainwindow.ui" line="415"/>
418        <source>St&amp;op</source>
419        <translation type="unfinished"></translation>
420    </message>
421    <message>
422        <location filename="../mainwindow.ui" line="418"/>
423        <source>Esc</source>
424        <translation type="unfinished"></translation>
425    </message>
426    <message>
427        <location filename="../mainwindow.ui" line="423"/>
428        <source>&amp;Reload</source>
429        <translation type="unfinished"></translation>
430    </message>
431    <message>
432        <location filename="../mainwindow.ui" line="426"/>
433        <source>F5</source>
434        <translation type="unfinished"></translation>
435    </message>
436    <message>
437        <location filename="../mainwindow.ui" line="431"/>
438        <source>Filename &amp;Encoding</source>
439        <translation type="unfinished"></translation>
440    </message>
441    <message>
442        <location filename="../mainwindow.ui" line="436"/>
443        <source>&amp;View Selected Items</source>
444        <translation type="unfinished"></translation>
445    </message>
446    <message>
447        <location filename="../mainwindow.ui" line="441"/>
448        <source>&amp;Filter</source>
449        <translation type="unfinished"></translation>
450    </message>
451    <message>
452        <location filename="../mainwindow.ui" line="452"/>
453        <source>&amp;Expand</source>
454        <translation type="unfinished"></translation>
455    </message>
456    <message>
457        <location filename="../mainwindow.ui" line="455"/>
458        <source>Ctrl+Shift+Down</source>
459        <translation type="unfinished"></translation>
460    </message>
461    <message>
462        <location filename="../mainwindow.ui" line="463"/>
463        <source>&amp;Collapse</source>
464        <translation type="unfinished"></translation>
465    </message>
466    <message>
467        <location filename="../mainwindow.ui" line="466"/>
468        <source>Ctrl+Shift+Up</source>
469        <translation type="unfinished"></translation>
470    </message>
471    <message>
472        <location filename="../mainwindow.cpp" line="289"/>
473        <location filename="../mainwindow.cpp" line="318"/>
474        <location filename="../mainwindow.cpp" line="351"/>
475        <source>All files (*)</source>
476        <translation type="unfinished"></translation>
477    </message>
478    <message>
479        <location filename="../mainwindow.cpp" line="323"/>
480        <location filename="../mainwindow.cpp" line="356"/>
481        <source>Add only if &amp;newer</source>
482        <translation type="unfinished"></translation>
483    </message>
484    <message>
485        <location filename="../mainwindow.cpp" line="381"/>
486        <source>Confirm</source>
487        <translation type="unfinished"></translation>
488    </message>
489    <message>
490        <location filename="../mainwindow.cpp" line="381"/>
491        <source>Are you sure you want to delete selected files?</source>
492        <translation type="unfinished"></translation>
493    </message>
494    <message>
495        <location filename="../mainwindow.cpp" line="672"/>
496        <source>Version: %1</source>
497        <translation type="unfinished"></translation>
498    </message>
499    <message>
500        <location filename="../mainwindow.cpp" line="759"/>
501        <source>%p %</source>
502        <translation type="unfinished"></translation>
503    </message>
504    <message>
505        <location filename="../mainwindow.cpp" line="852"/>
506        <source>Success</source>
507        <translation type="unfinished"></translation>
508    </message>
509    <message>
510        <location filename="../mainwindow.cpp" line="852"/>
511        <source>No errors have been found.</source>
512        <translation type="unfinished"></translation>
513    </message>
514    <message>
515        <location filename="../mainwindow.cpp" line="830"/>
516        <location filename="../mainwindow.cpp" line="887"/>
517        <source>Error</source>
518        <translation type="unfinished"></translation>
519    </message>
520    <message>
521        <location filename="../mainwindow.cpp" line="915"/>
522        <source>N/A</source>
523        <translation type="unfinished"></translation>
524    </message>
525    <message>
526        <location filename="../mainwindow.cpp" line="919"/>
527        <source>Uncompressed Size:</source>
528        <translation type="unfinished"></translation>
529    </message>
530    <message>
531        <location filename="../mainwindow.cpp" line="921"/>
532        <source>Compression Ratio:</source>
533        <translation type="unfinished"></translation>
534    </message>
535    <message>
536        <location filename="../mainwindow.cpp" line="974"/>
537        <source>File name</source>
538        <translation type="unfinished"></translation>
539    </message>
540    <message>
541        <location filename="../mainwindow.cpp" line="975"/>
542        <source>File Type</source>
543        <translation type="unfinished"></translation>
544    </message>
545    <message>
546        <location filename="../mainwindow.cpp" line="976"/>
547        <source>File Size</source>
548        <translation type="unfinished"></translation>
549    </message>
550    <message>
551        <location filename="../mainwindow.cpp" line="977"/>
552        <source>Modified</source>
553        <translation type="unfinished"></translation>
554    </message>
555    <message>
556        <location filename="../mainwindow.cpp" line="978"/>
557        <source>Encrypted</source>
558        <translation type="unfinished"></translation>
559    </message>
560    <message numerus="yes">
561        <location filename="../mainwindow.cpp" line="1008"/>
562        <source>%n file(s)</source>
563        <translation type="unfinished">
564            <numerusform></numerusform>
565        </translation>
566    </message>
567</context>
568<context>
569    <name>PasswordDialog</name>
570    <message>
571        <location filename="../passworddialog.ui" line="14"/>
572        <location filename="../passworddialog.cpp" line="60"/>
573        <source>Password</source>
574        <translation type="unfinished"></translation>
575    </message>
576    <message>
577        <location filename="../passworddialog.ui" line="20"/>
578        <source>Encrypt the file list</source>
579        <translation type="unfinished"></translation>
580    </message>
581    <message>
582        <location filename="../passworddialog.ui" line="34"/>
583        <source>Show password</source>
584        <translation type="unfinished"></translation>
585    </message>
586    <message>
587        <location filename="../passworddialog.ui" line="48"/>
588        <location filename="../passworddialog.cpp" line="60"/>
589        <source>Password:</source>
590        <translation type="unfinished"></translation>
591    </message>
592    <message>
593        <location filename="../passworddialog.ui" line="61"/>
594        <source>&lt;i&gt;&lt;b&gt;Note:&lt;/b&gt; the password will be used to encrypt files you add to the current archive, and to decrypt files you extract from the current archive. When the archive is closed the password will be deleted.&lt;/i&gt;</source>
595        <translation type="unfinished"></translation>
596    </message>
597</context>
598<context>
599    <name>ProgressDialog</name>
600    <message>
601        <location filename="../progressdialog.ui" line="14"/>
602        <source>Progress</source>
603        <translation type="unfinished"></translation>
604    </message>
605    <message>
606        <location filename="../progressdialog.cpp" line="16"/>
607        <source>%p %</source>
608        <translation type="unfinished"></translation>
609    </message>
610</context>
611<context>
612    <name>QObject</name>
613    <message>
614        <location filename="../main.cpp" line="248"/>
615        <location filename="../main.cpp" line="288"/>
616        <source>Error</source>
617        <translation type="unfinished"></translation>
618    </message>
619    <message>
620        <location filename="../corestrs.h" line="6"/>
621        <source>7-Zip (.7z)</source>
622        <translation type="unfinished"></translation>
623    </message>
624    <message>
625        <location filename="../corestrs.h" line="7"/>
626        <source>Tar compressed with 7z (.tar.7z)</source>
627        <translation type="unfinished"></translation>
628    </message>
629    <message>
630        <location filename="../corestrs.h" line="8"/>
631        <source>Ace (.ace)</source>
632        <translation type="unfinished"></translation>
633    </message>
634    <message>
635        <location filename="../corestrs.h" line="9"/>
636        <source>Ar (.a)</source>
637        <translation type="unfinished"></translation>
638    </message>
639    <message>
640        <location filename="../corestrs.h" line="10"/>
641        <source>Ar (.ar)</source>
642        <translation type="unfinished"></translation>
643    </message>
644    <message>
645        <location filename="../corestrs.h" line="11"/>
646        <source>Arj (.arj)</source>
647        <translation type="unfinished"></translation>
648    </message>
649    <message>
650        <location filename="../corestrs.h" line="12"/>
651        <source>Tar compressed with bzip2 (.tar.bz2)</source>
652        <translation type="unfinished"></translation>
653    </message>
654    <message>
655        <location filename="../corestrs.h" line="13"/>
656        <source>Tar compressed with bzip (.tar.bz)</source>
657        <translation type="unfinished"></translation>
658    </message>
659    <message>
660        <location filename="../corestrs.h" line="14"/>
661        <source>Cabinet (.cab)</source>
662        <translation type="unfinished"></translation>
663    </message>
664    <message>
665        <location filename="../corestrs.h" line="15"/>
666        <source>Rar Archived Comic Book (.cbr)</source>
667        <translation type="unfinished"></translation>
668    </message>
669    <message>
670        <location filename="../corestrs.h" line="16"/>
671        <source>Zip Archived Comic Book (.cbz)</source>
672        <translation type="unfinished"></translation>
673    </message>
674    <message>
675        <location filename="../corestrs.h" line="17"/>
676        <source>Tar compressed with gzip (.tar.gz)</source>
677        <translation type="unfinished"></translation>
678    </message>
679    <message>
680        <location filename="../corestrs.h" line="18"/>
681        <source>Ear (.ear)</source>
682        <translation type="unfinished"></translation>
683    </message>
684    <message>
685        <location filename="../corestrs.h" line="19"/>
686        <source>Self-extracting zip (.exe)</source>
687        <translation type="unfinished"></translation>
688    </message>
689    <message>
690        <location filename="../corestrs.h" line="20"/>
691        <source>Jar (.jar)</source>
692        <translation type="unfinished"></translation>
693    </message>
694    <message>
695        <location filename="../corestrs.h" line="21"/>
696        <source>Lha (.lzh)</source>
697        <translation type="unfinished"></translation>
698    </message>
699    <message>
700        <location filename="../corestrs.h" line="22"/>
701        <source>Lrzip (.lrz)</source>
702        <translation type="unfinished"></translation>
703    </message>
704    <message>
705        <location filename="../corestrs.h" line="23"/>
706        <source>Tar compressed with lrzip (.tar.lrz)</source>
707        <translation type="unfinished"></translation>
708    </message>
709    <message>
710        <location filename="../corestrs.h" line="24"/>
711        <source>Tar compressed with lzip (.tar.lz)</source>
712        <translation type="unfinished"></translation>
713    </message>
714    <message>
715        <location filename="../corestrs.h" line="25"/>
716        <source>Tar compressed with lzma (.tar.lzma)</source>
717        <translation type="unfinished"></translation>
718    </message>
719    <message>
720        <location filename="../corestrs.h" line="26"/>
721        <source>Tar compressed with lzop (.tar.lzo)</source>
722        <translation type="unfinished"></translation>
723    </message>
724    <message>
725        <location filename="../corestrs.h" line="27"/>
726        <source>Windows Imaging Format (.wim)</source>
727        <translation type="unfinished"></translation>
728    </message>
729    <message>
730        <location filename="../corestrs.h" line="28"/>
731        <source>Rar (.rar)</source>
732        <translation type="unfinished"></translation>
733    </message>
734    <message>
735        <location filename="../corestrs.h" line="29"/>
736        <source>Tar uncompressed (.tar)</source>
737        <translation type="unfinished"></translation>
738    </message>
739    <message>
740        <location filename="../corestrs.h" line="30"/>
741        <source>Tar compressed with compress (.tar.Z)</source>
742        <translation type="unfinished"></translation>
743    </message>
744    <message>
745        <location filename="../corestrs.h" line="31"/>
746        <source>War (.war)</source>
747        <translation type="unfinished"></translation>
748    </message>
749    <message>
750        <location filename="../corestrs.h" line="32"/>
751        <source>Xz (.xz)</source>
752        <translation type="unfinished"></translation>
753    </message>
754    <message>
755        <location filename="../corestrs.h" line="33"/>
756        <source>Tar compressed with xz (.tar.xz)</source>
757        <translation type="unfinished"></translation>
758    </message>
759    <message>
760        <location filename="../corestrs.h" line="34"/>
761        <source>Tar compressed with zstd (.tar.zst)</source>
762        <translation type="unfinished"></translation>
763    </message>
764    <message>
765        <location filename="../corestrs.h" line="35"/>
766        <source>Zoo (.zoo)</source>
767        <translation type="unfinished"></translation>
768    </message>
769    <message>
770        <location filename="../corestrs.h" line="36"/>
771        <source>Zip (.zip)</source>
772        <translation type="unfinished"></translation>
773    </message>
774    <message>
775        <location filename="../corestrs.h" line="39"/>
776        <location filename="../corestrs.h" line="46"/>
777        <location filename="../corestrs.h" line="62"/>
778        <location filename="../main.cpp" line="240"/>
779        <source>Adding file: </source>
780        <translation type="unfinished"></translation>
781    </message>
782    <message>
783        <location filename="../corestrs.h" line="40"/>
784        <location filename="../corestrs.h" line="49"/>
785        <location filename="../corestrs.h" line="64"/>
786        <location filename="../main.cpp" line="280"/>
787        <source>Extracting file: </source>
788        <translation type="unfinished"></translation>
789    </message>
790    <message>
791        <location filename="../corestrs.h" line="43"/>
792        <source>%d %B %Y, %H:%M</source>
793        <translation type="unfinished"></translation>
794    </message>
795    <message>
796        <location filename="../corestrs.h" line="47"/>
797        <location filename="../corestrs.h" line="63"/>
798        <source>Removing file: </source>
799        <translation type="unfinished"></translation>
800    </message>
801    <message>
802        <location filename="../corestrs.h" line="48"/>
803        <source>Deleting files from archive</source>
804        <translation type="unfinished"></translation>
805    </message>
806    <message>
807        <location filename="../corestrs.h" line="50"/>
808        <source>Recompressing archive</source>
809        <translation type="unfinished"></translation>
810    </message>
811    <message>
812        <location filename="../corestrs.h" line="51"/>
813        <source>Decompressing archive</source>
814        <translation type="unfinished"></translation>
815    </message>
816    <message>
817        <location filename="../corestrs.h" line="54"/>
818        <source>File not found.</source>
819        <translation type="unfinished"></translation>
820    </message>
821    <message>
822        <location filename="../corestrs.h" line="55"/>
823        <source>Archive type not supported.</source>
824        <translation type="unfinished"></translation>
825    </message>
826    <message>
827        <location filename="../corestrs.h" line="56"/>
828        <source>Archive not found</source>
829        <translation type="unfinished"></translation>
830    </message>
831    <message>
832        <location filename="../corestrs.h" line="57"/>
833        <source>You don&apos;t have the right permissions.</source>
834        <translation type="unfinished"></translation>
835    </message>
836    <message>
837        <location filename="../corestrs.h" line="58"/>
838        <source>This archive type cannot be modified</source>
839        <translation type="unfinished"></translation>
840    </message>
841    <message>
842        <location filename="../corestrs.h" line="59"/>
843        <source>You can&apos;t add an archive to itself.</source>
844        <translation type="unfinished"></translation>
845    </message>
846    <message>
847        <location filename="../corestrs.h" line="65"/>
848        <source>Could not find the volume: %s</source>
849        <translation type="unfinished"></translation>
850    </message>
851</context>
852</TS>
853