summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/NewUserNotif/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/NewUserNotif/i18n/en.json')
-rw-r--r--www/wiki/extensions/NewUserNotif/i18n/en.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/wiki/extensions/NewUserNotif/i18n/en.json b/www/wiki/extensions/NewUserNotif/i18n/en.json
new file mode 100644
index 00000000..b2f830fe
--- /dev/null
+++ b/www/wiki/extensions/NewUserNotif/i18n/en.json
@@ -0,0 +1,10 @@
+{
+ "@metadata": {
+ "authors": [
+ "Rob Church"
+ ]
+ },
+ "newusernotifsubj": "New user notification for $1",
+ "newusernotif-desc": "Sends email notification when user accounts are created",
+ "newusernotifbody": "Hello $1,\n\nA new user account, $2, has been created on $3 at $4."
+}