diff options
author | Evan Winslow <evan.b.winslow@gmail.com> | 2010-07-17 04:30:50 +0000 |
---|---|---|
committer | Evan Winslow <evan.b.winslow@gmail.com> | 2010-07-17 04:30:50 +0000 |
commit | f9325c79022b73185f07b157511f9c03892ac379 (patch) | |
tree | 4bd2a9447092966187536bb66989032c3f94caa5 /languages/en.php | |
parent | bbf3eed9664d6a6371d29ad16ad4bea05bc34080 (diff) | |
download | elgg-f9325c79022b73185f07b157511f9c03892ac379.tar.gz elgg-f9325c79022b73185f07b157511f9c03892ac379.tar.bz2 |
Adding content of registration terms plugin
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..079e85e07 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,10 @@ +<?php +$english = array( + 'agreetoterms' => "I have read and agree to the", + 'terms' => 'Terms', + + 'agreetoterms:required' => "You must first agree to the terms", +); + +add_translation("en",$english); +?>
\ No newline at end of file |