diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index dd4679893..29aaa00bb 100644 --- a/languages/en.php +++ b/languages/en.php @@ -208,7 +208,15 @@ 'plugins:settings:save:fail' => "There was a problem saving settings for the %s plugin.", 'plugins:usersettings:save:ok' => "User settings for the %s plugin were saved successfully.", 'plugins:usersettings:save:fail' => "There was a problem saving user settings for the %s plugin.",
-
+ + /** + * Notifications + */ + 'notifications:usersettings' => "Notification settings", + 'notifications:methods' => "Please specify which methods you want to permit.", + + 'notifications:usersettings:save:ok' => "Your notification settings were successfully saved.", + 'notifications:usersettings:save:fail' => "There was a problem saving your notification settings.",
/**
* Search
*/
@@ -326,7 +334,10 @@ 'upload' => "Upload", 'ban' => "Ban", 'enable' => "Enable", - 'disable' => "Disable",
+ 'disable' => "Disable", + + 'yes' => "Yes", + 'no' => "No",
/**
* Generic data words
|