diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index d4c68706c..f77c645a5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -15,6 +15,13 @@ 'logouterror' => "We couldn't log you out. Please try again.",
/**
+ * Errors
+ */
+
+ 'actionundefined' => "The requested action (%s) was not defined in the system.",
+ 'actionloggedout' => "Sorry, you cannot perform this action while logged out.",
+
+ /**
* User details
*/
|