Overview
| Comment: | ofzip: Fix typo in lang/de.json |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a0a08492f7ed41d0d3edfbfadf9cab7d |
| User & Date: | js on 2017-08-07 22:46:17 |
| Other Links: | manifest | tags |
Context
|
2017-08-07
| ||
| 22:55 | OFZIPArchive: Only write after successful init (check-in: f31715929b user: js tags: trunk) | |
| 22:46 | ofzip: Fix typo in lang/de.json (check-in: a0a08492f7 user: js tags: trunk) | |
| 22:41 | ofzip: Support for creating / appending ZIP files (check-in: 0bb835712a user: js tags: trunk) | |
Changes
Modified utils/ofzip/lang/de.json from [3ac6a038db] to [3f470431d3].
| ︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + |
"Fehler beim Erstellen des Verzeichnis %[dir]: %[error]"
],
"failed_to_open_file": "Fehler beim Öffnen der Datei %[file]: %[error]",
"unknown_archive_type": "Unbekannter Archivtyp: %[type]",
"failed_to_read_file": "Fehler beim Lesen der Datei %[file]: %[error]",
"failed_to_write_file": "Fehler beim Schreiben der Datei %[file]: %[error]",
"failed_to_seek_in_file": "Fehler beim Suchen in Datei %[file]: %[error]",
|
| ︙ |