Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -75,10 +75,10 @@ |
76 | 76 | See the GNU General Public License for more details. |
77 | 77 | |
78 | 78 | You should have received <doclink href=Copying>a copy of the GNU General Public License</doclink> along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. or [http://www.gnu.org/copyleft/gpl.html read it online].", |
79 | | - 'config-sidebar' => "* [http://www.mediawiki.org MediaWiki home] |
80 | | -* [http://www.mediawiki.org/wiki/Help:Contents User's Guide] |
81 | | -* [http://www.mediawiki.org/wiki/Manual:Contents Administrator's Guide] |
82 | | -* [http://www.mediawiki.org/wiki/Manual:FAQ FAQ] |
| 79 | + 'config-sidebar' => "* [//www.mediawiki.org MediaWiki home] |
| 80 | +* [//www.mediawiki.org/wiki/Help:Contents User's Guide] |
| 81 | +* [//www.mediawiki.org/wiki/Manual:Contents Administrator's Guide] |
| 82 | +* [//www.mediawiki.org/wiki/Manual:FAQ FAQ] |
83 | 83 | ---- |
84 | 84 | * <doclink href=Readme>Read me</doclink> |
85 | 85 | * <doclink href=ReleaseNotes>Release notes</doclink> |
— | — | @@ -94,16 +94,16 @@ |
95 | 95 | 'config-unicode-using-utf8' => 'Using Brion Vibber\'s utf8_normalize.so for Unicode normalization.', |
96 | 96 | 'config-unicode-using-intl' => 'Using the [http://pecl.php.net/intl intl PECL extension] for Unicode normalization.', |
97 | 97 | 'config-unicode-pure-php-warning' => "'''Warning''': The [http://pecl.php.net/intl intl PECL extension] is not available to handle Unicode normalization, falling back to slow pure-PHP implementation. |
98 | | -If you run a high-traffic site, you should read a little on [http://www.mediawiki.org/wiki/Unicode_normalization_considerations Unicode normalization].", |
| 98 | +If you run a high-traffic site, you should read a little on [//www.mediawiki.org/wiki/Unicode_normalization_considerations Unicode normalization].", |
99 | 99 | 'config-unicode-update-warning' => "'''Warning''': The installed version of the Unicode normalization wrapper uses an older version of [http://site.icu-project.org/ the ICU project's] library. |
100 | | -You should [http://www.mediawiki.org/wiki/Unicode_normalization_considerations upgrade] if you are at all concerned about using Unicode.", |
| 100 | +You should [//www.mediawiki.org/wiki/Unicode_normalization_considerations upgrade] if you are at all concerned about using Unicode.", |
101 | 101 | 'config-no-db' => 'Could not find a suitable database driver! You need to install a database driver for PHP. |
102 | 102 | The following database types are supported: $1. |
103 | 103 | |
104 | 104 | If you are on shared hosting, ask your hosting provider to install a suitable database driver. |
105 | 105 | If you compiled PHP yourself, reconfigure it with a database client enabled, for example using <code>./configure --with-mysql</code>. |
106 | 106 | If you installed PHP from a Debian or Ubuntu package, then you also need install the php5-mysql module.', |
107 | | - 'config-no-fts3' => "'''Warning''': SQLite is compiled without the [http://sqlite.org/fts3.html FTS3 module], search features will be unavailable on this backend.", |
| 107 | + 'config-no-fts3' => "'''Warning''': SQLite is compiled without the [//sqlite.org/fts3.html FTS3 module], search features will be unavailable on this backend.", |
108 | 108 | 'config-register-globals' => "'''Warning: PHP's <code>[http://php.net/register_globals register_globals]</code> option is enabled.''' |
109 | 109 | '''Disable it if you can.''' |
110 | 110 | MediaWiki will work, but your server is exposed to potential security vulnerabilities.", |
— | — | @@ -153,11 +153,11 @@ |
154 | 154 | 'config-using-server' => 'Using server name "<nowiki>$1</nowiki>".', |
155 | 155 | 'config-using-uri' => 'Using server URL "<nowiki>$1$2</nowiki>".', |
156 | 156 | 'config-uploads-not-safe' => "'''Warning:''' Your default directory for uploads <code>$1</code> is vulnerable to arbitrary scripts execution. |
157 | | -Although MediaWiki checks all uploaded files for security threats, it is highly recommended to [http://www.mediawiki.org/wiki/Manual:Security#Upload_security close this security vulnerability] before enabling uploads.", |
| 157 | +Although MediaWiki checks all uploaded files for security threats, it is highly recommended to [//www.mediawiki.org/wiki/Manual:Security#Upload_security close this security vulnerability] before enabling uploads.", |
158 | 158 | 'config-no-cli-uploads-check' => "'''Warning:''' Your default directory for uploads (<code>$1</code>) is not checked for vulnerability |
159 | 159 | to arbitrary script execution during the CLI install.", |
160 | 160 | 'config-brokenlibxml' => 'Your system has a combination of PHP and libxml2 versions which is buggy and can cause hidden data corruption in MediaWiki and other web applications. |
161 | | -Upgrade to PHP 5.2.9 or later and libxml2 2.7.3 or later ([http://bugs.php.net/bug.php?id=45996 bug filed with PHP]). |
| 161 | +Upgrade to PHP 5.2.9 or later and libxml2 2.7.3 or later ([//bugs.php.net/bug.php?id=45996 bug filed with PHP]). |
162 | 162 | Installation aborted.', |
163 | 163 | 'config-using531' => 'MediaWiki cannot be used with PHP $1 due to a bug involving reference parameters to <code>__call()</code>. |
164 | 164 | Upgrade to PHP 5.3.2 or higher, or downgrade to PHP 5.3.0 to resolve this. |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields. |
217 | 217 | This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters. |
218 | 218 | In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, |
219 | | -but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", |
| 219 | +but it will not let you store characters above the [//en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", |
220 | 220 | 'config-mysql-old' => 'MySQL $1 or later is required, you have $2.', |
221 | 221 | 'config-db-port' => 'Database port:', |
222 | 222 | 'config-db-schema' => 'Schema for MediaWiki', |
— | — | @@ -345,7 +345,7 @@ |
346 | 346 | 'config-mysql-charset-help' => "In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields. |
347 | 347 | This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters. |
348 | 348 | |
349 | | -In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", |
| 349 | +In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it will not let you store characters above the [//en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", |
350 | 350 | |
351 | 351 | 'config-ibm_db2-low-db-pagesize' => "Your DB2 database has a default tablespace with an insufficient pagesize. The pagesize has to be '''32K''' or greater.", |
352 | 352 | |
— | — | @@ -407,7 +407,7 @@ |
408 | 408 | The '''{{int:config-profile-fishbowl}}''' scenario allows approved users to edit, but the public can view the pages, including history. |
409 | 409 | A '''{{int:config-profile-private}}''' only allows approved users to view pages, with the same group allowed to edit. |
410 | 410 | |
411 | | -More complex user rights configurations are available after installation, see the [http://www.mediawiki.org/wiki/Manual:User_rights relevant manual entry].", |
| 411 | +More complex user rights configurations are available after installation, see the [//www.mediawiki.org/wiki/Manual:User_rights relevant manual entry].", |
412 | 412 | 'config-license' => 'Copyright and license:', |
413 | 413 | 'config-license-none' => 'No license footer', |
414 | 414 | 'config-license-cc-by-sa' => 'Creative Commons Attribution Share Alike', |
— | — | @@ -447,7 +447,7 @@ |
448 | 448 | 'config-upload-settings' => 'Images and file uploads', |
449 | 449 | 'config-upload-enable' => 'Enable file uploads', |
450 | 450 | 'config-upload-help' => "File uploads potentially expose your server to security risks. |
451 | | -For more information, read the [http://www.mediawiki.org/wiki/Manual:Security security section] in the manual. |
| 451 | +For more information, read the [//www.mediawiki.org/wiki/Manual:Security security section] in the manual. |
452 | 452 | |
453 | 453 | To enable file uploads, change the mode on the <code>images</code> subdirectory under MediaWiki's root directory so that the web server can write to it. |
454 | 454 | Then enable this option.", |
— | — | @@ -460,7 +460,7 @@ |
461 | 461 | |
462 | 462 | If you do not want a logo, leave this box blank.", |
463 | 463 | 'config-instantcommons' => 'Enable Instant Commons', |
464 | | - 'config-instantcommons-help' => '[http://www.mediawiki.org/wiki/InstantCommons Instant Commons] is a feature that allows wikis to use images, sounds and other media found on the [http://commons.wikimedia.org/ Wikimedia Commons] site. |
| 464 | + 'config-instantcommons-help' => '[//www.mediawiki.org/wiki/InstantCommons Instant Commons] is a feature that allows wikis to use images, sounds and other media found on the [//commons.wikimedia.org/ Wikimedia Commons] site. |
465 | 465 | In order to do this, MediaWiki requires access to the Internet. |
466 | 466 | |
467 | 467 | For more information on this feature, including instructions on how to set it up for wikis other than the Wikimedia Commons, consult [http://mediawiki.org/wiki/Manual:$wgForeignFileRepos the manual].', |