From b0d4d172f91a1a351a6bdcb8ca3a6f76688dffd9 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Sat, 28 Feb 2004 03:25:55 +0000 Subject: [PATCH] site-independence --- languages/Language.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 7d99251762..6cd3aad895 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -481,7 +481,7 @@ $wgLanguageNamesEn =& $wgLanguageNames; "lastmodified" => "This page was last modified $1.", "viewcount" => "This page has been accessed $1 times.", "gnunote" => "All text is available under the terms of the GNU Free Documentation License.", -"printsubtitle" => "(From http://www.wikipedia.org)", +"printsubtitle" => "(From $wgServer)", "protectedpage" => "Protected page", "administrators" => "$wgMetaNamespace:Administrators", "sysoptitle" => "Sysop access required", @@ -591,7 +591,7 @@ continue to be displayed as if you were still logged in, until you clear your browser cache\n", "welcomecreation" => "

Welcome, $1!

Your account has been created. -Don't forget to change your wikipedia preferences.", +Don't forget to change your $wgSitename preferences.", "loginpagetitle" => "User login", "yourname" => "Your user name", @@ -1059,8 +1059,7 @@ That comes to $5 average edits per page, and $6 views per edit.", "ancientpages" => "Oldest articles", "intl" => "Interlanguage links", "movethispage" => "Move this page", -"unusedimagestext" => "

Please note that other web sites -such as the international Wikipedias may link to an image with +"unusedimagestext" => "

Please note that other web sites may link to an image with a direct URL, and so may still be listed here despite being in active use.", "booksources" => "Book sources", -- 2.20.1