summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-12-02 11:24:50 -0800
committerAndreas Gohr <andi@splitbrain.org>2012-12-02 11:24:50 -0800
commit65f67c089d55dc0096adcc3d0a5d35e9e8a4cad7 (patch)
tree0f50361b8952e20b5c2fe226951588b9a6a793cb /inc/lang
parent38479cbba628ee76a92ff5f3c974cfa8e6ce9e61 (diff)
parentb1730bd21bd9ce8807b80c4cfb044858c7af60d8 (diff)
downloadrpg-65f67c089d55dc0096adcc3d0a5d35e9e8a4cad7.tar.gz
rpg-65f67c089d55dc0096adcc3d0a5d35e9e8a4cad7.tar.bz2
Merge pull request #119 from whoopdedo/installerstrings
Translatable string for "None" license selection
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/en/lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 996f98266..a21db0564 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -311,6 +311,7 @@ $lang['i_pol1'] = 'Public Wiki (read for everyone, write and uplo
$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['i_license_none'] = 'None of the above';
$lang['recent_global'] = 'You\'re currently watching the changes inside the <b>%s</b> namespace. You can also <a href="%s">view the recent changes of the whole wiki</a>.';
$lang['years'] = '%d years ago';