diff options
Diffstat (limited to 'mod/registrationterms/languages/en.php')
-rw-r--r-- | mod/registrationterms/languages/en.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/registrationterms/languages/en.php b/mod/registrationterms/languages/en.php new file mode 100644 index 000000000..eecf0963f --- /dev/null +++ b/mod/registrationterms/languages/en.php @@ -0,0 +1,6 @@ +<?php + +add_translation("en", array( + 'registrationterms:agree' => 'I have read and agree to the <a target="_blank" href="%s">Terms of Service</a>', + 'registrationterms:required' => "You must first agree to the terms", +));
\ No newline at end of file |