diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 17:14:59 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-24 17:14:59 +0000 |
commit | ee18a9dc58e75113b3377d08f460788dde419869 (patch) | |
tree | 166497cedeae1f0a355241c4c28054e4e1e29b0f /languages | |
parent | 3e5f7cf353e44de8d4d22c19f3c904b0a16401a8 (diff) | |
download | elgg-ee18a9dc58e75113b3377d08f460788dde419869.tar.gz elgg-ee18a9dc58e75113b3377d08f460788dde419869.tar.bz2 |
Closes #83 - API & Interface for selecting notification methods
git-svn-id: https://code.elgg.org/elgg/trunk@1110 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-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
|