diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-10-12 13:31:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-10-12 13:31:50 +0200 |
commit | 066fee3089513b988d1beac2040e32a365921310 (patch) | |
tree | e20413f725f57ec6071c66b745fc25bea2e08b55 /inc/lang/en/lang.php | |
parent | 7aedde2e62651d550e6213d3852447b26255e8de (diff) | |
download | rpg-066fee3089513b988d1beac2040e32a365921310.tar.gz rpg-066fee3089513b988d1beac2040e32a365921310.tar.bz2 |
Make license selectable from config FS#312
darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index aaa0ea92b..8ee81ed18 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -89,6 +89,9 @@ $lang['resendpwdbadauth'] = 'Sorry, this auth code is not valid. Make sure you u $lang['resendpwdconfirm'] = 'A confirmation link has been sent by email.'; $lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; +$lang['license'] = 'Except where otherwise noted, content on this wiki is licensed under the following license:'; +$lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:'; + $lang['txt_upload'] = 'Select file to upload'; $lang['txt_filename'] = 'Upload as (optional)'; $lang['txt_overwrt'] = 'Overwrite existing file'; |