From: Jimmy Collins Date: Sat, 15 Jul 2006 08:39:21 +0000 (+0000) Subject: Updates to German bookstore list (de) X-Git-Tag: 1.31.0-rc.0~56242 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=f21a23fd939a8d6df629e275677aed9c4e245d33;p=lhc%2Fweb%2Fwiklou.git Updates to German bookstore list (de) --- diff --git a/languages/LanguageDe.php b/languages/LanguageDe.php index 0af4ec39c8..c69a81f13e 100644 --- a/languages/LanguageDe.php +++ b/languages/LanguageDe.php @@ -50,11 +50,12 @@ require_once( 'LanguageUtf8.php' ); /* private */ $wgBookstoreListDe = array( - 'Verzeichnis lieferbarer Bücher' => 'http://www.buchhandel.de/vlb/vlb.cgi?type=voll&isbn=$1', 'abebooks.de' => 'http://www.abebooks.de/servlet/BookSearchPL?ph=2&isbn=$1', - 'Amazon.de' => 'http://www.amazon.de/exec/obidos/ISBN=$1', + 'amazon.de' => 'http://www.amazon.de/exec/obidos/ISBN=$1', 'buch.de' => 'http://www.buch.de/de.buch.shop/shop/1/home/schnellsuche/buch/?fqbi=$1', - 'Lehmanns Fachbuchhandlung' => 'http://www.lob.de/cgi-bin/work/suche?flag=new&stich1=$1', + 'buchhandel.de' => 'http://www.buchhandel.de/vlb/vlb.cgi?type=voll&isbn=$1', + 'Karlsruher Virtueller Katalog (KVK)' => 'http://www.ubka.uni-karlsruhe.de/kvk.html?SB=$1', + 'Lehmanns Fachbuchhandlung' => 'http://www.lob.de/cgi-bin/work/suche?flag=new&stich1=$1' ); if (!$wgCachedMessageArrays) {