mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-24 00:07:16 +00:00
Rename no to nb (step 4/4): Change 'no' to 'nb' in remaining files.
This commit is contained in:
parent
514a917456
commit
bc9e2c2e35
Notes:
Siebrand Mazeland
2011-12-25 09:42:00 +00:00
|
@ -194,7 +194,7 @@ $specialPageAliases['nl'] = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
/** Norwegian (bokmål) (Norsk (bokmål)) */
|
/** Norwegian (bokmål) (Norsk (bokmål)) */
|
||||||
$specialPageAliases['no'] = array(
|
$specialPageAliases['nb'] = array(
|
||||||
'Editcount' => array( 'Redigeringsteller' ),
|
'Editcount' => array( 'Redigeringsteller' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -884,7 +884,7 @@ $messages['nn'] = array(
|
||||||
/** Norwegian (bokmål) (Norsk (bokmål))
|
/** Norwegian (bokmål) (Norsk (bokmål))
|
||||||
* @author Jon Harald Søby
|
* @author Jon Harald Søby
|
||||||
*/
|
*/
|
||||||
$messages['no'] = array(
|
$messages['nb'] = array(
|
||||||
'editcount' => 'Redigeringsteller',
|
'editcount' => 'Redigeringsteller',
|
||||||
'editcount-desc' => 'Viser [[Special:Editcount|redigeringsteller]] for en bruker',
|
'editcount-desc' => 'Viser [[Special:Editcount|redigeringsteller]] for en bruker',
|
||||||
'editcount_username' => 'Bruker:',
|
'editcount_username' => 'Bruker:',
|
||||||
|
|
Loading…
Reference in a new issue