diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-31 22:36:17 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-31 22:36:17 +0200 |
| commit | 529f81b28ed77c62acaa63fad957e751798f2440 (patch) | |
| tree | 9d928cbe54008b1f75c4b813182970dd0757002c /config/locales/en.yml | |
| parent | 3b4e1423635fd9f33ae760312e438cc1e484662e (diff) | |
Warn before the gate refuses, and check restore destinations
nodes#new marks the kinds that place under /updates, derived from each kind's
own path_prefix. The three parent pickers mark candidates the current user
cannot publish into; menu_search returns needs_redaktion per result, computed
per user rather than as a bare restricted flag, and the menu-item picker opts
out.
restore_from_trash! checks its destination: the restore is the move, applied
rather than staged, so no later publish would have caught it. The node
returns as a draft either way.
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 22429c9e..c23f2c33 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -325,6 +325,7 @@ en: | |||
| 325 | attachment: "attachment" | 325 | attachment: "attachment" |
| 326 | attach_hint: "This asset will automatically be attached to the new page." | 326 | attach_hint: "This asset will automatically be attached to the new page." |
| 327 | as_headline: "as the page's headline" | 327 | as_headline: "as the page's headline" |
| 328 | restricted_kind: "Publishing here is reserved for Redaktion. You can create and write freely, though." | ||
| 328 | edit: | 329 | edit: |
| 329 | save_draft: "Save Draft" | 330 | save_draft: "Save Draft" |
| 330 | save_unlock_exit: "Save + Unlock + Exit" | 331 | save_unlock_exit: "Save + Unlock + Exit" |
| @@ -686,6 +687,7 @@ en: | |||
| 686 | insert_image: "Insert image" | 687 | insert_image: "Insert image" |
| 687 | insert_image_tooltip: "Insert one of this page's attached images" | 688 | insert_image_tooltip: "Insert one of this page's attached images" |
| 688 | copied: "Copied!" | 689 | copied: "Copied!" |
| 690 | needs_redaktion: "Redaktion required" | ||
| 689 | nav_controls: | 691 | nav_controls: |
| 690 | dashboard: "Dashboard" | 692 | dashboard: "Dashboard" |
| 691 | search: "Search" | 693 | search: "Search" |
