From: shirayuki Date: Sun, 13 Jul 2014 12:00:14 +0000 (+0900) Subject: i18n: use int: for consistency X-Git-Tag: 1.31.0-rc.0~14896^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=78a807e9d5c810e08ef6c8c210d7783b40bf3693;p=lhc%2Fweb%2Fwiklou.git i18n: use int: for consistency Spotted by Lokal Profil https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Config-license-help/sv Change-Id: Id027dea69aef43190e42f1e7d512a766a82000de --- diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json index e0cd1bf411..ebc28661ec 100644 --- a/includes/installer/i18n/en.json +++ b/includes/installer/i18n/en.json @@ -229,7 +229,7 @@ "config-license-gfdl": "GNU Free Documentation License 1.3 or later", "config-license-pd": "Public Domain", "config-license-cc-choose": "Select a custom Creative Commons license", - "config-license-help": "Many public wikis put all contributions under a [http://freedomdefined.org/Definition free license].\nThis helps to create a sense of community ownership and encourages long-term contribution.\nIt is not generally necessary for a private or corporate wiki.\n\nIf you want to be able to use text from Wikipedia, and you want Wikipedia to be able to accept text copied from your wiki, you should choose Creative Commons Attribution Share Alike.\n\nWikipedia previously used the GNU Free Documentation License.\nThe GFDL is a valid license, but it is difficult to understand.\nIt is also difficult to reuse content licensed under the GFDL.", + "config-license-help": "Many public wikis put all contributions under a [http://freedomdefined.org/Definition free license].\nThis helps to create a sense of community ownership and encourages long-term contribution.\nIt is not generally necessary for a private or corporate wiki.\n\nIf you want to be able to use text from Wikipedia, and you want Wikipedia to be able to accept text copied from your wiki, you should choose {{int:config-license-cc-by-sa}}.\n\nWikipedia previously used the GNU Free Documentation License.\nThe GFDL is a valid license, but it is difficult to understand.\nIt is also difficult to reuse content licensed under the GFDL.", "config-email-settings": "Email settings", "config-enable-email": "Enable outbound email", "config-enable-email-help": "If you want email to work, [http://www.php.net/manual/en/mail.configuration.php PHP's mail settings] need to be configured correctly.\nIf you do not want any email features, you can disable them here.", diff --git a/includes/installer/i18n/qqq.json b/includes/installer/i18n/qqq.json index 5e86a92fa2..d0a37a7219 100644 --- a/includes/installer/i18n/qqq.json +++ b/includes/installer/i18n/qqq.json @@ -247,7 +247,7 @@ "config-license-gfdl": "Option for the wiki content license in the MediaWiki installer.", "config-license-pd": "{{Identical|Public domain}}", "config-license-cc-choose": "Option for the wiki content license in the MediaWiki installer.", - "config-license-help": "Help text in MediaWiki installer for license selection.", + "config-license-help": "Help text in MediaWiki installer for license selection.\n\nRefers to {{msg-mw|Config-license-cc-by-sa}}.", "config-email-settings": "{{Identical|E-mail setting}}", "config-enable-email": "Checkbox label in the MediaWiki installer to allow the wiki to send email to its users.", "config-enable-email-help": "Help text in the MediaWiki installer to allow the wiki to send email to its users.",