diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 787ec58e3..f51f9128c 100644 --- a/languages/en.php +++ b/languages/en.php @@ -697,7 +697,14 @@ You cannot reply to this email.", 'entity:default:missingsupport:popup' => 'This entity cannot be displayed correctly. This may be because it requires support provided by a plugin that is no longer installed.',
'entity:delete:success' => 'Entity %s has been deleted',
- 'entity:delete:fail' => 'Entity %s could not be deleted',
+ 'entity:delete:fail' => 'Entity %s could not be deleted', + + + /** + * Action gatekeeper + */ + 'actiongatekeeper:missingfields' => 'Form is missing __action, __token or __ts fields', + 'actiongatekeeper:tokeninvalid' => 'Token provided by form does not match that generated by server.',
/**
* Languages according to ISO 639-1
|