User:O/CH2 en.js

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

// CommonsHelper Helper (CH²) by Krimpet
// Released into the public domain

function ch2I18N() {
  ch2_wplanguage = "en";
  ch2_chlanguage = "en";
  ch2_edittitle_Prefix = "Editing Image:";
  ch2_edittitle_Postfix = "";
  ch2_string_SpecifyNewName = "New Name? (leave blank to keep original):";
  ch2_string_UseWikiSense = "Use WikiSense to suggest categories?";
  ch2_string_StartCommonsHelper = "Start CommonsHelper";
  ch2_string_FinishedUploading = "Click when finished uploading";
  ch2_string_Done = "Done! Review everything below to ensure it is correct, and save this page.";
  ch2_string_MoveToCommons = "Move image to Commons";
  ch2_string_EditSummary = "Moved image to the Wikimedia Commons using [[User:Vishwin60/CH2|CH²]]";
  ch2_template_ncd = "NowCommons";
  ch2_templates_copy = new Array(
    "Copy to Wikimedia Commons",
    "Move to Wikimedia Commons",
    "Move to Commons",
    "Move to commons",
    "To Commons",
    "to Commons"
  );
  ch2_templates_embed = new Array(
    "PD-USGov-HHS-CDC",
    "PD-USGov-USDA-ARS"
  );
}

document.write('<script type="text/javascript" src="' 
             + 'http://commons.wikimedia.org/w/index.php?title=User:Vishwin60/CH2.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');