MediaWiki:Gadget-navpop.js

Từ điển mở Wiktionary

Chú ý: Sau khi lưu trang này, phải xóa bộ nhớ đệm (cache) của trình duyệt để những thay đổi hiện ra

  • Firefox / Safari: Nhấn giữ phím Shift trong khi nhấn Tải lại (Reload), hoặc nhấn tổ hợp Ctrl-F5 hay Ctrl-R (⌘R trên Mac)
  • Google Chrome: Nhấn tổ hợp Ctrl-Shift-R (⇧⌘R trên Mac)
  • Internet Explorer / Edge: Nhấn giữ phím Ctrl trong khi nhấn Làm tươi (Refresh), hoặc nhấn tổ hợp Ctrl-F5
  • Opera: Nhấn tổ hợp Ctrl-F5.
// **********************************************************************
// **                 ***WARNING GLOBAL GADGET FILE***                 **
// **             changes to this file affect many users.              **
// **           please discuss on the talk page before editing         **
// **                                                                  **
// **********************************************************************

// Install [[w:en:Wikipedia:Tools/Navigation popups]]
//mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-popups.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-navpop.css&action=raw&ctype=text/css', 'text/css');

// Install the Vietnamese translation of Navigation Popups from
// [[w:Thành viên:Vinhtantran/strings-vi.js]]
$.getScript('//vi.wikipedia.org/w/index.php?title=User:Vinhtantran/strings-vi.js&action=raw&ctype=text/javascript', function (str, status, xhr) {

// Customize a few strings for Wiktionary.
popupStrings["article"] = "mục từ";
popupStrings["SearchHint"] = "Tìm các mục từ Wiktionary tiếng Việt có chứa %s";
popupStrings["globalSearchHint"] = "Tìm %s qua các Wiktionary ngôn ngữ khác";
popupStrings["view article"] = "xem mục từ";
popupStrings["edit article"] = "sửa mục từ";
popupStrings["editorListHint"] = "Danh sách thành viên sửa mục từ %s";
popupStrings["RecentchangeslinkedHint"] = "Hiển thị các thay đổi trong mục từ liên quan đến %s";
popupStrings["remove all links to this page from this article"] = "bỏ tất cả các liên kết đến trang này ra khỏi mục từ";
popupStrings["remove all links to this disambig page from this article"] = "bỏ tất cả các liên kết đến trang định hướng này ra khỏi mục từ";
popupStrings["contribsTreeHint"] = "Xem các đóng góp của %s theo không gian tên và theo mục từ";

});