| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": { | |
| 3 "message": "Program do rozpakowywania plików ZIP", | |
| 4 "description": "Name of the ZIP unpacker app." | |
| 5 }, | |
| 6 "description": { | |
| 7 "message": "Otwieraj pliki ZIP w aplikacji Pliki.", | |
| 8 "description": "Short description of the ZIP unpacker app." | |
| 9 }, | |
| 10 "mountErrorTitle": { | |
| 11 "message": "Nie udało się otworzyć archiwum.", | |
| 12 "description": "Title of a notification with a mounting error message." | |
| 13 }, | |
| 14 "existsErrorMessage": { | |
| 15 "message": "Archiwum zostało już podłączone.", | |
| 16 "description": "Error message when the archive is already mounted." | |
| 17 }, | |
| 18 "otherErrorMessage": { | |
| 19 "message": "Format archiwum nie jest obsługiwany albo plik jest uszkodzony."
, | |
| 20 "description": "Error message when opening an archive fails because of an un
known reason." | |
| 21 }, | |
| 22 "mountingMessage": { | |
| 23 "message": "Zaczekaj, trwa skanowanie archiwum...", | |
| 24 "description": "Message shown when opening an archive takes long time." | |
| 25 }, | |
| 26 "passphraseTitle": { | |
| 27 "message": "Ten plik jest chroniony hasłem", | |
| 28 "description": "Title of the password input dialog." | |
| 29 }, | |
| 30 "passphraseInputLabel": { | |
| 31 "message": "Hasło", | |
| 32 "description": "Label of the password input field." | |
| 33 }, | |
| 34 "passphraseAccept": { | |
| 35 "message": "Zaakceptuj", | |
| 36 "description": "Short name of the password accept button." | |
| 37 }, | |
| 38 "passphraseCancel": { | |
| 39 "message": "Anuluj", | |
| 40 "description": "Short name of the password cancel button." | |
| 41 }, | |
| 42 "passphraseRemember": { | |
| 43 "message": "Pamiętaj", | |
| 44 "description": "Title for of a checkbox whether the password should be remem
bered. Please keep it as short." | |
| 45 } | |
| 46 } | |
| OLD | NEW |