r13943 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13942‎ | r13943 | r13944 >
Date:22:32, 29 April 2006
Author:nikerabbit
Status:old
Tags:
Comment:
Some cleanup
Modified paths:
  • /trunk/phase3/languages/LanguagePt_br.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguagePt_br.php
@@ -33,21 +33,10 @@
3434
3535 ) + $wgNamespaceNamesPt;
3636
37 -/* private */
38 -/* $wgQuickbarSettingsPt_br = array(
39 - "Nada", "Fixado � esquerda", "Fixado � direita", "Flutuando � Esquerda"
40 -);*/ // TODO: fix encoding or remove
41 -
4237 /* private */ $wgSkinNamesPt_br = array(
4338 'standard' => "Padrão",
44 - 'nostalgia' => "Nostalgia",
45 - 'cologneblue' => "Azul Colonial"
4639 ) + $wgSkinNamesPt;
4740
48 -/* private */ $wgDateFormatsPt_br = array(
49 -# "Sem preferência",
50 -);
51 -
5241 if (!$wgCachedMessageArrays) {
5342 require_once('MessagesPt_br.php');
5443 }
@@ -61,6 +50,13 @@
6251 return parent::getMessage( $key );
6352 }
6453 }
 54+
 55+ function getSkinNames() {
 56+ global $wgSkinNamesPt_br;
 57+ return $wgSkinNamesPt_br;
 58+ }
 59+
 60+
6561 }
6662
6763 ?>

Status & tagging log