diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-09 14:23:41 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-09 14:23:41 +0200 |
| commit | ed3905b5409190c1e11c2c49c2163ac967c6d8b9 (patch) | |
| tree | dc67b92c29f9a7fb4692f9104e7448621c1a6e45 /config/locales | |
| parent | 44b503f5289705727f0c06392813face855f60f4 (diff) | |
Offer destroying an asset from its own page
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/de.yml | 1 | ||||
| -rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index bc1660f4..2aec7bfa 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -714,6 +714,7 @@ de: | |||
| 714 | license: "Lizenz" | 714 | license: "Lizenz" |
| 715 | content_type: "Content-Type" | 715 | content_type: "Content-Type" |
| 716 | size: "Größe" | 716 | size: "Größe" |
| 717 | destroy_blocked: "Vor dem Löschen zuerst von den unten genannten Seiten entfernen." | ||
| 717 | new: | 718 | new: |
| 718 | title: "Neues Asset" | 719 | title: "Neues Asset" |
| 719 | edit: | 720 | edit: |
diff --git a/config/locales/en.yml b/config/locales/en.yml index 58c85f9e..965906df 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -682,6 +682,7 @@ en: | |||
| 682 | license: "License" | 682 | license: "License" |
| 683 | content_type: "Content Type" | 683 | content_type: "Content Type" |
| 684 | size: "Size" | 684 | size: "Size" |
| 685 | destroy_blocked: "Remove it from the pages listed below before destroying it." | ||
| 685 | new: | 686 | new: |
| 686 | title: "New asset" | 687 | title: "New asset" |
| 687 | edit: | 688 | edit: |
