19,517
עריכות
אין תקציר עריכה |
(ניסיון עדכון) |
||
שורה 1: | שורה 1: | ||
popupStrings = { | |||
'article': 'ערך', | 'article': 'ערך', | ||
'category': 'קטגוריה', | 'category': 'קטגוריה', | ||
שורה 8: | שורה 8: | ||
'section stub': 'פסקה להשלמה', | 'section stub': 'פסקה להשלמה', | ||
'Empty page': 'דף ריק', | 'Empty page': 'דף ריק', | ||
'kB': ' | 'kB': ' אלפי תווים', // note: despite the name of this key, the gadget actually counts character, not bytes | ||
'bytes': ' | 'bytes': 'תווים', | ||
'day': 'יום', | 'day': 'יום', | ||
'days': 'ימים', | 'days': 'ימים', | ||
שורה 19: | שורה 19: | ||
'seconds': 'שניות', | 'seconds': 'שניות', | ||
'week': 'שבוע', | 'week': 'שבוע', | ||
'send thanks': 'תודה', | |||
'ThanksHint': 'שליחת הודעת תודה למשתמש זה', | |||
'weeks': 'שבועות', | 'weeks': 'שבועות', | ||
'search': 'חיפוש', | 'search': 'חיפוש', | ||
שורה 37: | שורה 39: | ||
'toggle previews': 'שנה הצגה מוקדמת', | 'toggle previews': 'שנה הצגה מוקדמת', | ||
'show preview': 'הראה הצגה מוקדמת', | 'show preview': 'הראה הצגה מוקדמת', | ||
'reset': ' | 'reset': 'נקה מטמון', | ||
'more...': 'עוד...', | 'more...': 'עוד...', | ||
'disable': 'בטל פופאפים', | 'disable': 'בטל פופאפים', | ||
שורה 179: | שורה 181: | ||
'email': 'דוא"ל', | 'email': 'דוא"ל', | ||
'email user': 'שליחת דוא"ל', | 'email user': 'שליחת דוא"ל', | ||
' | 'EmailUserHint': 'שליחת דוא"ל ל-%s', | ||
'space': 'מרחב', // short form for userSpace link | 'space': 'מרחב', // short form for userSpace link | ||
'PrefixIndexHint': 'הראה דפים במרחב המשתמש של %s', | 'PrefixIndexHint': 'הראה דפים במרחב המשתמש של %s', | ||
שורה 232: | שורה 234: | ||
// so if we are in category space (14), and if this user also uses cat-a-lot, | // so if we are in category space (14), and if this user also uses cat-a-lot, | ||
// turn off the title-wiping behavior by setting global variable "removeTitles" to false. | // turn off the title-wiping behavior by setting global variable "removeTitles" to false. | ||
// as explained in cat-a-lot talk page: commons.wikimedia.org/wiki/MediaWiki_talk:Gadget-Cat-a-lot.js | // as explained in cat-a-lot talk page: http://commons.wikimedia.org/wiki/MediaWiki_talk:Gadget-Cat-a-lot.js | ||
if (wgNamespaceNumber == 14) | if (mw.config.get('wgNamespaceNumber') == 14) | ||
mw.loader.using('mediawiki.user', function(){ | mw.loader.using('mediawiki.user', function(){ | ||
if (mw.user.options.get('gadget-Cat-a-lot')) | if (mw.user.options.get('gadget-Cat-a-lot')) | ||
window.removeTitles = false; | window.removeTitles = false; | ||
}) | }); | ||
mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-navpop.css&action=raw&ctype=text/css', "text/css"); | mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-navpop.css&action=raw&ctype=text/css', "text/css"); | ||
mw.loader.load(' | mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-popups.js&action=raw&ctype=text/javascript'); |
עריכות