From: Daniel Friesen Date: Fri, 11 Nov 2011 03:20:45 +0000 (+0000) Subject: Switch some urls inside en to protocol relative. X-Git-Tag: 1.31.0-rc.0~26572 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=08a311234de6a76cc6d737fb1704245fa93951e8;p=lhc%2Fweb%2Fwiklou.git Switch some urls inside en to protocol relative. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e0b402bfec..79105defa0 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1722,7 +1722,7 @@ Try prefixing your query with ''all:'' to search all content (including talk pag 'searchdisabled' => '{{SITENAME}} search is disabled. You can search via Google in the meantime. Note that their indexes of {{SITENAME}} content may be out of date.', -'googlesearch' => '
+'googlesearch' => ' @@ -2568,8 +2568,8 @@ Please note that other web sites may link to a file with a direct URL, and so ma 'booksources-invalid-isbn' => 'The given ISBN does not appear to be valid; check for errors copying from the original source.', # Magic words -'rfcurl' => 'http://tools.ietf.org/html/rfc$1', # do not translate or duplicate this message to other languages -'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', # do not translate or duplicate this message to other languages +'rfcurl' => '//tools.ietf.org/html/rfc$1', # do not translate or duplicate this message to other languages +'pubmedurl' => '//www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', # do not translate or duplicate this message to other languages # Special:Log 'specialloguserlabel' => 'User:', @@ -4497,7 +4497,7 @@ You can also [[Special:EditWatchlist|use the standard editor]].', MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] 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/licenses/old-licenses/gpl-2.0.html read it online].', +You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA or [//www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online].', 'version-software' => 'Installed software', 'version-software-product' => 'Product', 'version-software-version' => 'Version',