Handle automatic reassignment of edits from duplicate accounts to the main
[lhc/web/wiklou.git] / languages / LanguagePt.php
index e6d2224..aba4f5f 100644 (file)
 );
 
 
-/* private */ $wgBookstoreListPt = array(
-    "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN",
-    "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1",
-    "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1",
-    "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1"
-);
-
-
 # All special pages have to be listed here: a description of ""
 # will make them not show up on the "Special Pages" page, which
 # is the right thing for some of them (such as the "targeted" ones).
 );
 
 /* private */ $wgAllMessagesPt = array(
-'special_version_prefix' => '',
-'special_version_postfix' => '',
 # User Toggles
 "tog-underline" => "Sublinha links",
 "tog-highlightbroken" => "Formata links quebrados <a href=\"\" class=\"new\"> como isto </a> (alternative: como isto<a href=\"\" class=\"internal\">?</a>).",
@@ -774,8 +764,8 @@ $3...
 #
 "deletepage"    => "Deletar página",
 "confirm"       => "Confirmar",
-"excontent" => "conteúdo era:",
-"exbeforeblank" => "conteúdo antes de apagar era:",
+"excontent" => "conteúdo era: '$1'",
+"exbeforeblank" => "conteúdo antes de apagar era: '$1'",
 "exblank" => "página estava vazia",
 "confirmdelete" => "Confirmar deleção",
 "deletesub"     => "(Apagando \"$1\")",
@@ -944,11 +934,6 @@ require_once( "LanguageUtf8.php" );
 
 class LanguagePt extends LanguageUtf8 {
 
-    function getBookstoreList () {
-        global $wgBookstoreListPt;
-        return $wgBookstoreListPt;
-    }
-
     function getNamespaces() {
         global $wgNamespaceNamesPt;
         return $wgNamespaceNamesPt;