diff options
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/de.yml | 4 | ||||
| -rw-r--r-- | config/locales/en.yml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index bb99ac30..e94dfb7e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -140,6 +140,10 @@ de: | |||
| 140 | attach_in_trash: "An einen Node im Papierkorb können keine Assets angehängt werden" | 140 | attach_in_trash: "An einen Node im Papierkorb können keine Assets angehängt werden" |
| 141 | not_permitted: "In diesem Bereich dürfen nur Mitglieder der Redaktion veröffentlichte Inhalte ändern" | 141 | not_permitted: "In diesem Bereich dürfen nur Mitglieder der Redaktion veröffentlichte Inhalte ändern" |
| 142 | attach_with_autosave: "An einen Node mit ungespeicherten Änderungen im Editor können keine Assets angehängt werden" | 142 | attach_with_autosave: "An einen Node mit ungespeicherten Änderungen im Editor können keine Assets angehängt werden" |
| 143 | redirect_to_self: "Eine Seite kann nicht auf sich selbst weiterleiten" | ||
| 144 | redirect_target_missing: "Die Seite, auf die weitergeleitet werden sollte, gibt es nicht mehr." | ||
| 145 | redirect_to_redirect: "Auf eine Seite, die selbst weiterleitet, kann nicht weitergeleitet werden" | ||
| 146 | redirect_would_chain: "Eine andere Seite leitet bereits hierher weiter, daher kann diese Seite nicht weiterleiten" | ||
| 143 | page: | 147 | page: |
| 144 | attributes: | 148 | attributes: |
| 145 | slug: | 149 | slug: |
diff --git a/config/locales/en.yml b/config/locales/en.yml index cce5f12a..54d973e2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -91,6 +91,10 @@ en: | |||
| 91 | attach_in_trash: "Cannot attach assets to a node in the Trash" | 91 | attach_in_trash: "Cannot attach assets to a node in the Trash" |
| 92 | not_permitted: "Only Redaktion members may change published content in this section" | 92 | not_permitted: "Only Redaktion members may change published content in this section" |
| 93 | attach_with_autosave: "Cannot attach assets to a node with unsaved changes in the editor" | 93 | attach_with_autosave: "Cannot attach assets to a node with unsaved changes in the editor" |
| 94 | redirect_to_self: "A page cannot redirect to itself" | ||
| 95 | redirect_target_missing: "The page this was to redirect to no longer exists." | ||
| 96 | redirect_to_redirect: "Cannot redirect to a page that itself redirects" | ||
| 97 | redirect_would_chain: "Another page already redirects here, so this page cannot redirect onward" | ||
| 94 | page: | 98 | page: |
| 95 | attributes: | 99 | attributes: |
| 96 | slug: | 100 | slug: |
