Munurin millum rættingarnar hjá "MediaWiki:Common.js"

Content deleted Content added
Hoo man (kjak | íkøst)
s Fixed some critical bugs, should work 100% as it did before
Krinkle (kjak | íkøst)
← Migration: The Tooltips are now part of the software
Linja 1:
/** Tooltips and access keys ***************************************************
*
* Description: Adds tooltips and access keys to links part of the MediaWiki
* interface.
* Maintainers: [[User:Gwicke|Gwicke]]?, [[User:Simetrical|Simetrical]]?, [[User:Ruud Koot|Ruud Koot]]
*/
ta = new Object();
ta["n-mainpage"] = new Array("z","Visit the main page");
ta["n-Main-page"] = new Array("z","Visit the main page");
ta["n-Featured-content"] = new Array("","Featured content — the best of Wikipedia");
ta["n-help"] = new Array("","The place to find out about Wikipedia");
ta["n-contact"] = new Array("","How to contact Wikipedia");
ta["n-sitesupport"] = new Array("","Help keep Wikipedia running");
ta["t-print"] = new Array("","Printable version of this page");
ta["t-permalink"] = new Array("","Permanent link to this version of the page");
ta["t-cite"] = new Array("","Cite this Wikipedia article");
ta["ca-nstab-project"] = new Array("c","View the project page");
ta["n-Contents"] = new Array("","Guides to browsing Wikipedia");
 
/** Import module *************************************************************
*