Systeemteksten
Hieronder staan de systeemberichten uit de MediaWikinaamruimte. Ga naar MediaWikilokalisatie en translatewiki.net als u wilt bijdragen aan de algemene vertaling voor MediaWiki.
Eerste pagina |
Vorige pagina |
Volgende pagina |
Laatste pagina |
Naam | Standaardinhoud |
---|---|
Huidige inhoud | |
apihelp-checktoken-param-type (Overleg) (Vertalen) | Tokentype wordt getest. |
apihelp-clearhasmsg-description (Overleg) (Vertalen) | Clears the <code>hasmsg</code> flag for the current user. |
apihelp-clearhasmsg-example-1 (Overleg) (Vertalen) | Clear the <code>hasmsg</code> flag for the current user. |
apihelp-clientlogin-description (Overleg) (Vertalen) | Log in to the wiki using the interactive flow. |
apihelp-clientlogin-example-login (Overleg) (Vertalen) | Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
apihelp-clientlogin-example-login2 (Overleg) (Vertalen) | Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>. |
apihelp-compare-description (Overleg) (Vertalen) | Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed. |
apihelp-compare-example-1 (Overleg) (Vertalen) | Create a diff between revision 1 and 2. |
apihelp-compare-param-fromid (Overleg) (Vertalen) | Eerste pagina-ID om te vergelijken. |
apihelp-compare-param-fromrev (Overleg) (Vertalen) | Eerste versie om te vergelijken. |
apihelp-compare-param-fromtitle (Overleg) (Vertalen) | Eerste paginanaam om te vergelijken. |
apihelp-compare-param-toid (Overleg) (Vertalen) | Tweede pagina-ID om te vergelijken. |
apihelp-compare-param-torev (Overleg) (Vertalen) | Tweede versie om te vergelijken. |
apihelp-compare-param-totitle (Overleg) (Vertalen) | Tweede paginanaam om te vergelijken. |
apihelp-createaccount-description (Overleg) (Vertalen) | Nieuwe gebruikersaccount aanmaken. |
apihelp-createaccount-example-create (Overleg) (Vertalen) | Start the process of creating user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
apihelp-createaccount-example-mail (Overleg) (Vertalen) | Create user <kbd>testmailuser</kbd> and email a randomly-generated password. |
apihelp-createaccount-example-pass (Overleg) (Vertalen) | Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>. |
apihelp-createaccount-param-domain (Overleg) (Vertalen) | Domain for external authentication (optional). |
apihelp-createaccount-param-email (Overleg) (Vertalen) | E-mailadres van de gebruiker (optioneel). |
apihelp-createaccount-param-language (Overleg) (Vertalen) | Language code to set as default for the user (optional, defaults to content language). |
apihelp-createaccount-param-mailpassword (Overleg) (Vertalen) | If set to any value, a random password will be emailed to the user. |
apihelp-createaccount-param-name (Overleg) (Vertalen) | Gebruikersnaam. |
apihelp-createaccount-param-password (Overleg) (Vertalen) | Password (ignored if <var>$1mailpassword</var> is set). |
apihelp-createaccount-param-preservestate (Overleg) (Vertalen) | If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter. |
apihelp-createaccount-param-realname (Overleg) (Vertalen) | Echte naam van de gebruiker (optioneel). |
apihelp-createaccount-param-reason (Overleg) (Vertalen) | Optional reason for creating the account to be put in the logs. |
apihelp-createaccount-param-token (Overleg) (Vertalen) | Account creation token obtained in first request. |
apihelp-cspreport-description (Overleg) (Vertalen) | Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser. |
apihelp-cspreport-param-reportonly (Overleg) (Vertalen) | Mark as being a report from a monitoring policy, not an enforced policy |
apihelp-cspreport-param-source (Overleg) (Vertalen) | What generated the CSP header that triggered this report |
apihelp-delete-description (Overleg) (Vertalen) | Een pagina verwijderen. |
apihelp-delete-example-reason (Overleg) (Vertalen) | Verwijder <kbd>Main Page</kbd> met als reden <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (Overleg) (Vertalen) | Verwijder <kbd>Main Page</kbd>. |
apihelp-delete-param-oldimage (Overleg) (Vertalen) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
apihelp-delete-param-pageid (Overleg) (Vertalen) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
apihelp-delete-param-reason (Overleg) (Vertalen) | Reden voor verwijdering. Wanneer dit niet is opgegeven wordt een automatisch gegenereerde reden gebruikt. |
apihelp-delete-param-tags (Overleg) (Vertalen) | Change tags to apply to the entry in the deletion log. |
apihelp-delete-param-title (Overleg) (Vertalen) | Title of the page to delete. Cannot be used together with <var>$1pageid</var>. |
apihelp-delete-param-unwatch (Overleg) (Vertalen) | De pagina van de volglijst van de huidige gebruiker verwijderen. |
apihelp-delete-param-watch (Overleg) (Vertalen) | De pagina aan de volglijst van de huidige gebruiker toevoegen. |
apihelp-delete-param-watchlist (Overleg) (Vertalen) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-disabled-description (Overleg) (Vertalen) | Deze module is uitgeschakeld. |
apihelp-edit-description (Overleg) (Vertalen) | Aanmaken en bewerken van pagina's. |
apihelp-edit-example-edit (Overleg) (Vertalen) | Een pagina bewerken. |
apihelp-edit-example-prepend (Overleg) (Vertalen) | Prepend <kbd>__NOTOC__</kbd> to a page. |
apihelp-edit-example-undo (Overleg) (Vertalen) | Versies 13579 tot 13585 ongedaan maken met automatische beschrijving. |
apihelp-edit-param-appendtext (Overleg) (Vertalen) | Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
apihelp-edit-param-basetimestamp (Overleg) (Vertalen) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. |
apihelp-edit-param-bot (Overleg) (Vertalen) | Deze bewerking als bot markeren. |
Eerste pagina |
Vorige pagina |
Volgende pagina |
Laatste pagina |