User:JGC/wikEd international da
From Wikipedia, the free encyclopedia
/*
wikEd: Home · Discussion · Help |
Installation: Installation · Customization · Images |
Project: User box · userscripts.org · Navigation box · Testimonials |
Development: Current version · Version log · Documentation · Developer discussion |
Program code: wikEd · Greasemonkey bundle · diff · wikEdDiff · InstaView · Installation template |
Gadget: Description · Code · Version |
Translations: Guide · Example · Arabic · Chinese · Czech · Dutch · Esperanto · French · German · Hungarian · Italian · Japanese · Norwegian · New Norwegian · Polish · Portuguese · Romanian · Sicilian · Slovak · Slovenian · Spanish · Swedish · Vietnamese |
This is an English translation for the MediaWiki editing page extension wikEd version 0.9.23. Please see the translation instructions at User:Cacycle/wikEd international.
<nowiki> */ wikEdText = { // logo 'wikEdLogo alt': 'WikEd', 'wikEdLogo title': 'WikEd {wikEdProgramVersion} ({wikEdProgramDate}) Klik for at frakoble/disable', 'wikEdLogo error alt': 'WikEd-fejl, 'wikEdLogo error title': 'Loadfejl - WikEd {wikEdProgramVersion} ({wikEdProgramDate}) Click to disable', 'wikEdLogo disabled alt': '(WikEd)', 'wikEdLogo disabled title': 'Disabled - WikEd {wikEdProgramVersion} ({wikEdProgramDate}) Click to enable', // standard preview jumper 'wikEdScrollToButtons4 alt': 'Scroll buttons', 'wikEdScrollToButtons4 title': 'Scroll to edit buttons', 'wikEdScrollToInput4 alt': 'Scroll edit', 'wikEdScrollToInput4 title': 'Scroll to edit window', // formatting buttons, top row 'wikEdUndo alt': 'Undo', 'wikEdUndo title': 'Undo', 'wikEdRedo alt': 'Redo', 'wikEdRedo title': 'Redo', 'wikEdBold alt': 'Bold', 'wikEdBold title': 'Bold text', 'wikEdItalic alt': 'Italic', 'wikEdItalic title': 'Italic text', 'wikEdUnderline alt': 'Underline', 'wikEdUnderline title': 'Underline text', 'wikEdStrikethrough alt': 'Strikethrough', 'wikEdStrikethrough title': 'Strikethrough text', 'wikEdNowiki alt': 'Nowiki', 'wikEdNowiki title': 'Nowiki markup text', 'wikEdSuperscript alt': 'Superscript', 'wikEdSuperscript title': 'Superscript text', 'wikEdSubscript alt': 'Subscript', 'wikEdSubscript title': 'Subscript text', 'wikEdRef alt': 'Ref', 'wikEdRef title': 'In-text reference', 'wikEdCase alt': 'Case', 'wikEdCase title': 'Toggle between lowercase, uppercase first, and uppercase', 'wikEdRedirect alt': 'Redirect', 'wikEdRedirect title': 'Create redirect, deletes whole text', 'wikEdUndoAll alt': 'Undo all', 'wikEdUndoAll title': 'Undo all changes', 'wikEdRedoAll alt': 'Redo all', 'wikEdRedoAll title': 'Redo all changes', // formatting buttons, bottom row 'wikEdWikiLink alt': 'Link', 'wikEdWikiLink title': 'Wiki link', 'wikEdWebLink alt': 'Weblink', 'wikEdWebLink title': 'External weblink', 'wikEdHeading alt': 'Heading', 'wikEdHeading title': 'Increase heading levels (shift-click: decrease)', 'wikEdBulletList alt': 'Bullet list', 'wikEdBulletList title': 'Increase bulleted list level (shift-click: decrease)', 'wikEdNumberList alt': 'Number list', 'wikEdNumberList title': 'Increase numbered list level (shift-click: decrease)', 'wikEdIndentList alt': 'Indent list', 'wikEdIndentList title': 'Increase indention (shift-click: decrease)', 'wikEdDefinitionList alt': 'Def list', 'wikEdDefinitionList title': 'Definition list', 'wikEdImage alt': 'Image', 'wikEdImage title': 'Image', 'wikEdTable alt': 'Table', 'wikEdTable title': 'Table', 'wikEdReferences alt': 'References', 'wikEdReferences title': 'References location (shift-click: small Wikipedia style)', 'wikEdUpdateSyntax alt': 'Syntax', 'wikEdUpdateSyntax title': 'Update syntax highlighting', 'wikEdWikify alt': 'Wikify', 'wikEdWikify title': 'Wikify pasted content', 'wikEdTextify alt': 'Textify', 'wikEdTextify title': 'Convert pasted content to plain text', // find and replace buttons, top row 'wikEdGetFind alt': 'Get find', 'wikEdGetFind title': 'Copy selection to find field (shift-click: copy selection to find and to replace field)', 'wikEdFindAll alt': 'Find all', 'wikEdFindAll title': 'Find all matches', 'wikEdFindPrev alt': 'Find prev', 'wikEdFindPrev title': 'Find previous match', 'wikEdFindNext alt': 'Find next', 'wikEdFindNext title': 'Find next match', 'wikEdUpdown alt': 'Jump up/down', 'wikEdUpdown title': 'Jump to the top / bottom', 'wikEdPrevPos alt': 'Jump prev', 'wikEdPrevPos title': 'Jump to previously changed position', 'wikEdLastPos alt': 'Jump next', 'wikEdLastPos title': 'Jump back to last position', // find and replace buttons, bottom row 'wikEdClearFind alt': 'Clear find', 'wikEdClearFind title': 'Clear the find field (to search for selected text)', 'wikEdReplaceAll alt': 'Replace all', 'wikEdReplaceAll title': 'Replace all matches in whole text or selection', 'wikEdReplacePrev alt': 'Replace prev', 'wikEdReplacePrev title': 'Replace previous match', 'wikEdReplaceNext alt': 'Replace next', 'wikEdReplaceNext title': 'Replace next match', 'wikEdCaseSensitive alt': 'Case sensitive', 'wikEdCaseSensitive title': 'Search is case sensitive', 'wikEdRegExp alt': 'RegExp', 'wikEdRegExp title': 'Search field is a regular expression', 'wikEdFindAhead alt': 'Find ahead', 'wikEdFindAhead title': 'Find ahead as you type (case-insensitive non-regexp search)', // fix buttons, top row 'wikEdFixBasic alt': 'Fix basic', 'wikEdFixBasic title': 'Fix blanks and empty lines, also done by other fixing functions', 'wikEdFixHtml alt': 'Fix html', 'wikEdFixHtml title': 'Fix html to wikicode', 'wikEdFixCaps alt': 'Fix caps', 'wikEdFixCaps title': 'Fix caps in headers and lists', 'wikEdfixUnicode alt': 'Fix Unicode', 'wikEdfixUnicode title': 'Fix Unicode character representations', 'wikEdFixAll alt': 'Fix all', 'wikEdFixAll title': 'Fix basic, html, capitalization, and Unicode', 'wikEdFixRegExTypo alt': 'Fix typos', 'wikEdFixRegExTypo title': 'Fix typos using the AutoWikiBrowser RegExTypoFixer rules', // fix buttons, bottom row 'wikEdFixDashes alt': 'Fix dashes', 'wikEdFixDashes title': 'Fix dashes', 'wikEdFixPunct alt': 'Fix puntuation', 'wikEdFixPunct title': 'Fix spaces before puntuation', 'wikEdFixMath alt': 'Fix math', 'wikEdFixMath title': 'Fix math', 'wikEdFixChem alt': 'Fix chem', 'wikEdFixChem title': 'Fix chemical formulas', 'wikEdFixUnits alt': 'Fix units', 'wikEdFixUnits title': 'Fix units', // wikEd control buttons, top row 'wikEdTextZoom alt': 'Text zoom', 'wikEdTextZoom title': 'Text zoom cycling (shift-click: reverse)', 'wikEdClearHistory alt': 'Clear history', 'wikEdClearHistory title': 'Clear the find, replace, and summary history', 'wikEdScrollToInput alt': 'Scroll edit', 'wikEdScrollToInput title': 'Scroll to edit window', 'wikEdScrollToButtons alt': 'Scroll buttons', 'wikEdScrollToButtons title': 'Scroll to edit buttons', // wikEd control buttons, bottom row 'wikEdUseWikEd alt': 'Use wikEd', 'wikEdUseWikEd title': 'Toggle between classic text area and wikEd', 'wikEdHighlightSyntax alt': 'Syntax', 'wikEdHighlightSyntax title': 'Toggle automatic syntax highlighting', 'wikEdSource alt': 'Source', 'wikEdCloseToolbar title': 'Close the standard non-wikEd toolbar', 'wikEdCloseToolbar alt': 'Close toolbar', 'wikEdSource title': 'Show the source code for testing purposes', 'wikEdUsing alt': 'Using', 'wikEdUsing title': 'Automatically add \'\'…using wikEd\'\' to summaries', 'wikEdFullScreen alt': 'Fullscreen', 'wikEdFullScreen title': 'Toggle the fullscreen mode', // summary buttons 'wikEdClearSummary alt': 'Clear summary', 'wikEdClearSummary title': 'Clear the summary field', 'wikEdPresetSummary': [ 'copyedit', 'reply', 'article created', 'intro rewrite', 'linkfix', 'fixing typos', 'removing linkspam', 'reverting test', 'reverting vandalism', 'formatting source text', '{wikEdUsing}' ], 'wikEdSummaryUsing': '…using [[User:Cacycle/wikEd|wikEd]]', // submit buttons 'wikEdLocalPreviewImg alt': 'Preview below', 'wikEdLocalPreview title': 'Show preview below', 'wikEdLocalDiffImg alt': 'Changes below', 'wikEdLocalDiff title': 'Show current changes below', 'wikEdHelpPageLink': ' | <a href="http://en.wikipedia.org/wiki/User:Cacycle/wikEd_help" target="helpwindow">wikEd help</a>', // preview and changes buttons, top 'wikEdPreview alt': 'Preview title', 'wikEdPreview title': 'Show preview below', 'wikEdDiff alt': 'Changes title', 'wikEdDiff title': 'Show current changes below', 'wikEdClose alt': 'Close title', 'wikEdClose title': 'Close preview box', 'wikEdScrollToInput2 alt': 'Scroll edit', 'wikEdScrollToInput2 title': 'Scroll to edit window', 'wikEdScrollToButtons2 alt': 'Scroll buttons', 'wikEdScrollToButtons2 title': 'Scroll to edit buttons', // preview and changes buttons, bottom 'wikEdPreview2 alt': 'Preview title', 'wikEdPreview2 title': 'Show preview above', 'wikEdDiff2 alt': 'Changes title', 'wikEdDiff2 title': 'Show current changes above', 'wikEdClose alt': 'Close title', 'wikEdClose title': 'Close preview box', 'wikEdScrollToInput3 alt': 'Scroll edit', 'wikEdScrollToInput3 title': 'Scroll to edit window', 'wikEdScrollToButtons3 alt': 'Scroll buttons', 'wikEdScrollToButtons3 title': 'Scroll to edit buttons', // formatting functions 'image filename': 'filename', 'image width': 'width', 'table caption': 'caption', 'table heading': 'heading', 'table cell': 'cell', 'redirect article link': 'article link', // fixing functions 'External links': 'External links', 'See also': 'See also', 'References': 'References', // language specific wiki code 'wikicode Image': 'Image', 'wikicode Category': 'Category', 'wikicode Template': 'Template', 'wikEdReferencesSection': '\n== References ==\n\n<div class="references-small">\n<references/>\n</div>\n', // shortened button texts 'shortenedPreview': 'Preview', 'shortenedChanges': 'Changes' }