Localisation updates for extension messages used by WMF from Betawiki

This commit is contained in:
Raimond Spekking 2009-01-15 16:45:03 +00:00
parent a27248cdaf
commit f5f2927be5
2 changed files with 11 additions and 1 deletions

View file

@ -355,8 +355,10 @@ class Cite {
wfProfileIn( __METHOD__ .'-entries' );
$ent = array();
foreach ( $this->mRefs[$group] as $k => $v )
//echo "test_K: " . $k . "\n";
//echo "test_V" . $v;
$ent[] = $this->referencesFormatEntry( $k, $v );
var_dump($ent);
$prefix = wfMsgForContentNoTrans( 'cite_references_prefix' );
$suffix = wfMsgForContentNoTrans( 'cite_references_suffix' );
$content = implode( "\n", $ent );

View file

@ -448,11 +448,14 @@ $messages['frp'] = array(
);
/** Friulian (Furlan)
* @author Klenje
* @author MF-Warburg
*/
$messages['fur'] = array(
'cite_article_link' => 'Cite cheste vôs',
'cite' => 'Citazion',
'cite_page' => 'Pagjine:',
'cite_submit' => 'Cree la citazion',
);
/** Western Frisian (Frysk)
@ -502,10 +505,15 @@ $messages['grc'] = array(
);
/** Swiss German (Alemannisch)
* @author Als-Holder
* @author Strommops
*/
$messages['gsw'] = array(
'cite_article_desc' => 'Ergänzt d [[Special:Cite|Zitierhilf]]-Spezialsyte un e Gleich im Chaschte Wärchzyyg',
'cite_article_link' => 'Die Site zitiere',
'cite' => 'Zitierhilf',
'cite_page' => 'Syte:',
'cite_submit' => 'aazeige',
);
/** Gujarati (ગુજરાતી) */