Järjestelmäviesti:Gadget-segregate-refs.js

Wikipediasta
Siirry navigaatioon Siirry hakuun

Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.

  • Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä, tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
  • Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
  • Internet Explorer ja Edge: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
  • Opera: Paina Ctrl-F5.
$(function() {
	// suomenkielinen käännös
	window.SegregateRefsJsL10n = {
	
	version: 1.11,
	
	// buttonText: "Segregate refs for editing",
	buttonText: "Erottele viitteet muokkauksen ajaksi",
	
	// DO NOT TRANSLATE THE NEXT LINE: it is for changing the button color
	buttonStyle: "background: #dfd;",
	
	// buttonConvertText: "Migrate article to LDR",
	buttonConvertText: "Erottele viitteet pysyvästi.",
	
	// DO NOT TRANSLATE THE NEXT LINE: it is for changing the button color
	buttonConvertStyle: "background: #fdd;",
	
	autoWord: "Auto",
	
	// emptyRefsWarning: "IMPORTANT: This page includes one or more named footnotes of which the first occurrence(s) have no contents, which is not best practice. This script does not harm such footnotes, however you should be aware that this script ONLY CHECKS THE FIRST REF TAG it finds for the actual citation or note text, and you must work within this limitation. Any change to the empty ref tag will replace the footnote entirely and leave the old note text hidden.\n\nBEFORE concluding from the footnotes list that a ref is in fact empty, please manually check all identically-named ref tags for the contents. \n\nDo you acknowledge this limitation of the script? DO NOT CLICK OK UNTIL YOU HAVE READ THE ABOVE INFORMATION.",
	
	emptyRefsWarning: "TÄRKEÄÄ: Sivu sisältää yhden tai useampia nimettyjä viitteitä, joiden sisältöä ei määritellä niiden ensimmäisellä käyttökerralla. Pienoisohjelma ei vahingoita näitä viitteitä, jos niitä ei muuteta. Jos muutat niitä, sinun tulee huomioida, että pienoisohjelma tarkistaa ainoastaan ensimmäisen sopivan viitteet ja jättää sen jälkeen tulevat samannimiset viitteet huomioimatta.\n\n Muuttaessasi siis alussa olevia tyhjiä viitteitä sinun tulee tallentaessasi muutoksesi tarkistaa, ettei sen jälkeen tulevista samannimisistä viitteistä ole kadonnut tietoja.\n\nÄlä napsauta OK:ta, ennen kuin ymmärrät tämän rajoituksen. ",
	
	// convertRefsWarning: "WARNING: You need consensus to migrate an article to list-defined references format (LDR) BEFORE you do so.\n\nClick Cancel now if consensus has not been established in favor of this migration. If there is consensus to make the conversion, click OK to do so.",
	convertRefsWarning: "VAROITUS: Tämä nimeää ja siirtää pysyvästi viitteet artikkelin tekstin seasta artikkelin loppuun.\n\n Älä tee tätä jos et ole varma. ",
	
	// groupPrompt: "Please enter the name of a group (as it appears in the wikitext, including any quotes). Leave this blank if unsure.",
	groupPrompt: "Lisää ryhmän nimi sellaisena kuin se on artikkelin lähdekoodissa. Jos olet epävarma, jätä tämä tyhjäksi.",
	
	// refsHeader: "Inline footnotes",
	refsHeader: "Viitteet",
	
	// convertHeader: "Generated refs list",
	convertHeader: "Automaattisesti luotu viitelista",
	
	// refsCommentIncomplete: "<!-- This list of footnotes may be incomplete. Do not use for conversion purposes. -->\n\n",
	refsCommentIncomplete: "<!-- Tämä viitelista voi olla puutteellinen. Älä käytä tätä viitteiden erotteluun pysyvästi. -->\n\n",
	
	// refsCommentComplete: "<!-- Converted to LDR format\n     using [[User:PleaseStand/References segregator]] -->\n\n",
	refsCommentComplete: "<!-- Viitteet on eroteltu käyttäen [[:en:User:PleaseStand/References segregator]] -työkalua -->\n\n",
	
	// convertSummary: "Converted footnotes to LDR format (using [[User:PleaseStand/References segregator|segregate-refs]])",
	convertSummary: "Eroteltu viitteet [[:en:User:PleaseStand/References segregator|viiteseparaattori]]-työkalulla",
	
	// convertFurther: "This script has done most of the work. However, you still need to do the following:\n\n* Insert the refs list in the new textbox into the proper place in the wikitext.\n* If converting a special group, optionally remove the group attributes.\n* Replace all autogenerated names with human-generated names.\n\nYou can do the above with the Find/Replace command in many text editors. (Always use the quoted form of the attributes.) Then, paste the text back into the edit form and save the page.",
	
	convertFurther: "Pienoisohjelma on tehnyt suurimman osan työstä. Sinun täytyy kuitenkin vielä  käsin lisätä viitelaatikossa olevat viitteet oikeaan paikkaan artikkelin wikitekstissä ja tallentaa artikkeli.\n",
	
	// integrateWarning: "The refs listed below are missing from the text. If you continue, they will be permanently deleted. Are you sure?\n\nUnused refs: "
	integrateWarning: "Seuraavat viitteet puuttuvat tekstistä. Jos jatkat, ne häviävät pysyvästi. Oletko varma, että haluat jatkaa?\n\n Käyttämättömät viitteet: "
	
	};
	mw.loader.load('//en.wikipedia.org/w/index.php?title=' + 'User:PleaseStand/segregate-refs.js&action=raw&ctype=text/javascript');
});