diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-06-26 15:59:59 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-06-26 16:02:30 +0200 |
commit | 0636144287f7acf89c633d3d2f5214e1d229e033 (patch) | |
tree | f3445c24579c1f94f085450a29c623f69dea19ff /inc/lang/en/lang.php | |
parent | d43aac1c8c239fb7f4ca8d0cb9bf03dc1d6cd958 (diff) | |
download | rpg-0636144287f7acf89c633d3d2f5214e1d229e033.tar.gz rpg-0636144287f7acf89c633d3d2f5214e1d229e033.tar.bz2 |
Added license chooser to installer FS#1926
This adds a license chooser to the installer. The installer defaults to
the more free CC-BY-SA. CC-NC-BY-SA is still the default in dokuwiki.php
to keep backwards compatibility.
The license array was reordered and Non-Derivative licenses removed
(they don't make much sense for wiki content).
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 4a96e373e..0dd6fd548 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -282,6 +282,7 @@ $lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for re $lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; $lang['i_retry'] = 'Retry'; +$lang['i_license'] = 'Please choose the license you want to put your content under:'; $lang['mu_intro'] = 'Here you can upload multiple files at once. Click the browse button to add them to the queue. Press upload when done.'; $lang['js']['mu_btn'] = 'Upload multiple files at once'; |