Jump to content

User:Fran Rogers/CH2 en.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fran Rogers (talk | contribs) at 20:08, 4 April 2007 (creating en I18N for consistency). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// CommonsHelper Helper (CH²) by Krimpet
// Released into the public domain

function ch2I18N() {
  // If you can translate these better, please do =P
  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 = "[[Wikipedia:Moving images to the Commons|Moved image to the Wikimedia Commons]] using [[User:Krimpet/CommonsHelper Helper|CH²]]";
  ch2_template_ncd = "subst:ncd";
  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:Krimpet/CH2.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');