diff options
author | steven-danz <steven-danz@kc.rr.com> | 2005-08-08 06:50:34 +0200 |
---|---|---|
committer | steven-danz <steven-danz@kc.rr.com> | 2005-08-08 06:50:34 +0200 |
commit | f9eb5648430624cb0f4e143aee3358ccc8146f4e (patch) | |
tree | 502d01b44db758049da4f21d55ef139d975f44b0 /inc/lang/en/lang.php | |
parent | 6de3759a1b7a74492845c76e1f0bd1078e2220c7 (diff) | |
download | rpg-f9eb5648430624cb0f4e143aee3358ccc8146f4e.tar.gz rpg-f9eb5648430624cb0f4e143aee3358ccc8146f4e.tar.bz2 |
subscribe_changes.patch
Updates to the subscription patch to add a configuration option to enable/disable
the feature, move the messages to the language files, and general cleanup
darcs-hash:20050808045034-4c315-88a72dc8d2b22fdd9af8caa0505ef5c737965c86.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 5b350b441..31e375cb5 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -161,5 +161,10 @@ $lang['img_format'] = 'Format'; $lang['img_camera'] = 'Camera'; $lang['img_keywords']= 'Keywords'; +$lang['subscribe_success'] = 'Added %s to subscription list for %s'; +$lang['subscribe_error'] = 'Error adding %s to subscription list for %s'; +$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list'; +$lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; +$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; //Setup VIM: ex: et ts=2 enc=utf-8 : |