MediaWiki:Gadget-dropdown-menus-languages.js
From Starfield Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
var wgUserLanguage = mw.config.get('wgUserLanguage');
switch (wgUserLanguage) {
default:
window.cactions._lang = {
c_u_logs: 'User logs >',
c_u_rfx: 'Links to RfX >',
c_u_blocks: 'Blocks >',
c_u_contribs: 'Contributions',
c_u_editcount: 'Edit count',
c_u_editsum: 'Edit summaries',
c_u_wcuser: 'Edit analysis',
c_u_sul: 'SUL status',
c_u_subpages: 'Userspace',
c_u_email: 'E-mail user',
c_u_groups: 'User groups',
c_u_rightslog: 'Rights changes',
c_ul_logs: 'All user logs',
c_ul_blocks: 'Blocks',
c_ul_deletes: 'Deletions',
c_ul_moves: 'Moves',
c_ul_patrols: 'Patrols',
c_ul_protects: 'Protections',
c_ul_uploads: 'Uploads',
c_ul_rights: 'User rights',
c_ub_block: 'Block user',
c_ub_unblock: 'Unblock user',
c_ub_ipblock: 'View block',
c_ub_blocklog: 'Block log',
c_ux_rfa: 'RfAs',
c_ux_rfb: 'RfBs',
c_ux_rfar: 'RfAr',
c_ux_rfc: 'RfC',
c_ux_rfcu: 'RfCU',
c_ux_spi: 'SPI',
c_p_logs: 'Page logs >',
c_p_history: 'History',
c_p_move: 'Move page',
c_p_watch: 'Watch page',
c_p_unwatch: 'Unwatch page',
c_p_protect: 'Protect page',
c_p_unprotect: 'Unprotect page',
c_p_delete: 'Delete page',
c_p_undelete: 'Undelete page',
c_p_diff: 'Latest diff',
c_p_editzero: 'Edit intro',
c_p_wcpage: 'Page analysis',
c_p_purge: 'Purge cache',
c_pl_logs: 'All page logs',
c_pl_deletes: 'Deletion log',
c_pl_moves: 'Move log',
c_pl_patrols: 'Patrol log',
c_pl_protects: 'Protection log',
c_pl_uploads: 'Upload log'
};
}