diff options
author | Guy Brand <gb@isis.u-strasbg.fr> | 2008-02-27 16:50:24 +0100 |
---|---|---|
committer | Guy Brand <gb@isis.u-strasbg.fr> | 2008-02-27 16:50:24 +0100 |
commit | 52b0dd6759c3a1c726ae81acf5ab430b1ee6f308 (patch) | |
tree | 45af9dde8f41aee2df3fd6afd60f074ac8c73874 /inc/lang | |
parent | f342ae92e0880da9d8a88123be054e597b2a7beb (diff) | |
download | rpg-52b0dd6759c3a1c726ae81acf5ab430b1ee6f308.tar.gz rpg-52b0dd6759c3a1c726ae81acf5ab430b1ee6f308.tar.bz2 |
Add namespace changes mail notifications
This patch lets DokuWiki send mail notifications when any page inside
a namespace gets modified. Two actions are introduced: subscribens and
unsubscribens and two new buttons also appear in the bundled template.
darcs-hash:20080227155024-19e2d-8ce5bd66f4e870db31d6b438516599f294365ce1.gz
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/en/lang.php | 6 | ||||
-rw-r--r-- | inc/lang/en/subscribermail.txt | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index c2fdaf5db..d7ece398b 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -39,8 +39,10 @@ $lang['btn_delete'] = 'Delete'; $lang['btn_back'] = 'Back'; $lang['btn_backlink'] = "Backlinks"; $lang['btn_backtomedia'] = 'Back to Mediafile Selection'; -$lang['btn_subscribe'] = 'Subscribe Changes'; -$lang['btn_unsubscribe'] = 'Unsubscribe Changes'; +$lang['btn_subscribe'] = 'Subscribe Page Changes'; +$lang['btn_unsubscribe'] = 'Unsubscribe Page Changes'; +$lang['btn_subscribens'] = 'Subscribe Namespace Changes'; +$lang['btn_unsubscribens'] = 'Unsubscribe Namespace Changes'; $lang['btn_profile'] = 'Update Profile'; $lang['btn_reset'] = 'Reset'; $lang['btn_resendpwd'] = 'Send new password'; diff --git a/inc/lang/en/subscribermail.txt b/inc/lang/en/subscribermail.txt index bdb2f6c7d..d7c7671c6 100644 --- a/inc/lang/en/subscribermail.txt +++ b/inc/lang/en/subscribermail.txt @@ -7,10 +7,10 @@ Here are the changes: @DIFF@ -------------------------------------------------------- -To unsubscribe from this page log into the wiki at +To cancel the page notifications, log into the wiki at @DOKUWIKIURL@ then visit @NEWPAGE@ -and choose 'Unsubscribe Changes'. +and unsubscribe page and/or namespace changes. -- This mail was generated by DokuWiki at |