Overview
| Comment: | ofarc: Fix typo in German localization |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | 1.0 |
| Files: | files | file ages | folders |
| SHA3-256: |
d8bf76b68def6c9bd04057e2be56eaa1 |
| User & Date: | js on 2024-03-02 10:57:23 |
| Other Links: | branch diff | manifest | tags |
Context
|
2024-03-02
| ||
| 11:41 | ofarc: Delay setting modified date of directories (check-in: 79b125eda5 user: js tags: 1.0) | |
| 10:57 | ofarc: Fix typo in German localization (check-in: d8bf76b68d user: js tags: 1.0) | |
| 10:56 | ofarc: Fix typo in German localization (check-in: e0f6c049fd user: js tags: trunk) | |
|
2024-02-27
| ||
| 21:07 | Add missing imports when using --disable-sockets (check-in: 7234d82dff user: js tags: 1.0) | |
Changes
Modified utils/ofarc/localization/de.json from [7b8500509b] to [5eee27a670].
| ︙ | ︙ | |||
85 86 87 88 89 90 91 |
{"": "%[size] Bytes"}
]
],
"list_posix_permissions": "POSIX-Berechtigungen: %[perm]",
"list_owner_account_id": "Besitzerkontennummer: %[id]",
"list_group_owner_account_id": "Gruppenbesitzerkontennummer: %[id]",
"list_owner_account_name": "Besitzerkontenname: %[name]",
| | | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
{"": "%[size] Bytes"}
]
],
"list_posix_permissions": "POSIX-Berechtigungen: %[perm]",
"list_owner_account_id": "Besitzerkontennummer: %[id]",
"list_group_owner_account_id": "Gruppenbesitzerkontennummer: %[id]",
"list_owner_account_name": "Besitzerkontenname: %[name]",
"list_group_owner_account_name": "Gruppenbesitzerkontenname: %[name]",
"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",
|
| ︙ | ︙ |