diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-02-12 20:02:16 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-02-12 20:02:16 +0100 |
commit | 7503035957fa441a0911bd9f96dc4f554875123a (patch) | |
tree | 7448d201bee2c2941eaedabcac1d5dc6d4198801 /inc/lang/en/lang.php | |
parent | 8cb1eb011a72ab9d73730fff0851c6d1abcabad1 (diff) | |
download | rpg-7503035957fa441a0911bd9f96dc4f554875123a.tar.gz rpg-7503035957fa441a0911bd9f96dc4f554875123a.tar.bz2 |
send notify mails for uploaded files
darcs-hash:20070212190216-7ad00-7be9443a13ab0e885e569f4bdae166fcd00ab836.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 20f6f43c7..aa0aad6e0 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -140,9 +140,10 @@ $lang['restored'] = 'old revision restored'; $lang['external_edit'] = 'external edit'; $lang['summary'] = 'Edit summary'; -$lang['mail_newpage'] = 'page added:'; -$lang['mail_changed'] = 'page changed:'; -$lang['mail_new_user'] = 'New user:'; +$lang['mail_newpage'] = 'page added:'; +$lang['mail_changed'] = 'page changed:'; +$lang['mail_new_user'] = 'new user:'; +$lang['mail_upload'] = 'file uploaded:'; $lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; |