diff options
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index b4d6e4ae..fc011437 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -184,6 +184,8 @@ en: | |||
| 184 | user_reactivate: "%{actor} reactivated %{target}" | 184 | user_reactivate: "%{actor} reactivated %{target}" |
| 185 | redaktion_grant: "%{actor} added %{target} to Redaktion" | 185 | redaktion_grant: "%{actor} added %{target} to Redaktion" |
| 186 | redaktion_revoke: "%{actor} removed %{target} from Redaktion" | 186 | redaktion_revoke: "%{actor} removed %{target} from Redaktion" |
| 187 | admin_grant: "%{actor} made %{target} an administrator" | ||
| 188 | admin_revoke: "%{actor} removed administrator rights from %{target}" | ||
| 187 | event_create: "%{actor} added the event %{event}" | 189 | event_create: "%{actor} added the event %{event}" |
| 188 | event_create_on: "%{actor} added the event %{event} to %{subject}" | 190 | event_create_on: "%{actor} added the event %{event} to %{subject}" |
| 189 | event_update: "%{actor} changed the event %{event}" | 191 | event_update: "%{actor} changed the event %{event}" |
| @@ -500,6 +502,10 @@ en: | |||
| 500 | node_list: | 502 | node_list: |
| 501 | search_placeholder: "Search title, abstract, body…" | 503 | search_placeholder: "Search title, abstract, body…" |
| 502 | no_revision: "none" | 504 | no_revision: "none" |
| 505 | flag_locked: "Locked by %{login}" | ||
| 506 | flag_embargo: "Publishes %{date}" | ||
| 507 | flag_draft: "Unpublished draft" | ||
| 508 | flag_no_head: "Never published" | ||
| 503 | trashed: | 509 | trashed: |
| 504 | title: "Trash" | 510 | title: "Trash" |
| 505 | empty: "The Trash is empty." | 511 | empty: "The Trash is empty." |
| @@ -602,7 +608,8 @@ en: | |||
| 602 | redaktion_revoked: "%{login} is no longer part of Redaktion." | 608 | redaktion_revoked: "%{login} is no longer part of Redaktion." |
| 603 | redaktion_needs_otp: "%{login} needs a second factor first." | 609 | redaktion_needs_otp: "%{login} needs a second factor first." |
| 604 | redaktion_not_self: "You cannot give up your own Redaktion role." | 610 | redaktion_not_self: "You cannot give up your own Redaktion role." |
| 605 | 611 | admin_not_self: "You cannot remove your own administrator rights." | |
| 612 | admin_needs_otp: "%{login} must enrol a second factor before becoming an administrator." | ||
| 606 | assets: | 613 | assets: |
| 607 | created: "Asset was successfully created." | 614 | created: "Asset was successfully created." |
| 608 | updated: "Asset was successfully updated." | 615 | updated: "Asset was successfully updated." |
