Differences From Artifact [2b84d78f2c]:
- File utils/ofzip/lang/de.json — part of check-in [fd5dac720d] at 2018-06-10 14:42:24 on branch trunk — ofzip: Show compression method for ZIP archives (user: js, size: 5359) [annotate] [blame] [check-ins using]
To Artifact [8e3ec3e83e]:
- File
utils/ofarc/lang/de.json
— part of check-in
[51343e2dfc]
at
2018-06-17 16:16:34
on branch trunk
— Rename ofzip to ofarc
It supports more than just ZIP now, so the name was no longer
appropriate. (user: js, size: 5410) [annotate] [blame] [check-ins using] - File utils/ofzip/lang/de.json — part of check-in [60ecab6058] at 2018-06-10 15:29:10 on branch trunk — Add OFMutableLHAArchiveEntry (user: js, size: 5410) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
68 69 70 71 72 73 74 75 76 77 78 79 80 81 | "cannot_print_specific_file_from_gz": [ "Kann keine spezifische Datei aus einem .gz-Archiv ausgeben!" ], "list_size": "Größe: %[size] Bytes", "list_mode": "Modus: %[mode]", "list_owner": "Besitzer: %[owner]", "list_group": "Gruppe: %[group]", "list_modification_date": "Änderungsdatum: %[date]", "list_type_normal": "Typ: Normale Datei", "list_type_hardlink": "Typ: Harter Link", "list_type_symlink": "Typ: Symbolischer Link", "list_link_target": "Zieldateiname: %[target]", "list_type_character_device": "Typ: Zeichenorientiertes Gerät", "list_type_block_device": "Typ: Blockorientiertes Gerät", | > | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | "cannot_print_specific_file_from_gz": [ "Kann keine spezifische Datei aus einem .gz-Archiv ausgeben!" ], "list_size": "Größe: %[size] Bytes", "list_mode": "Modus: %[mode]", "list_owner": "Besitzer: %[owner]", "list_group": "Gruppe: %[group]", "list_header_level": "Header-Level: %[level]", "list_modification_date": "Änderungsdatum: %[date]", "list_type_normal": "Typ: Normale Datei", "list_type_hardlink": "Typ: Harter Link", "list_type_symlink": "Typ: Symbolischer Link", "list_link_target": "Zieldateiname: %[target]", "list_type_character_device": "Typ: Zeichenorientiertes Gerät", "list_type_block_device": "Typ: Blockorientiertes Gerät", |
︙ | ︙ |