mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-12-04 20:18:12 +00:00
Localisation updates for extension messages used by WMF from Betawiki
This commit is contained in:
parent
a27248cdaf
commit
f5f2927be5
|
@ -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 );
|
||||
|
|
|
@ -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 (ગુજરાતી) */
|
||||
|
|
Loading…
Reference in a new issue