MediaWiki-Systemnachrichten

Aus Alrik
Wechseln zu:Navigation, Suche
Dies ist eine Liste der MediaWiki-Systemtexte. Gehe auf MediaWiki-Lokalisierung und translatewiki.net, wenn du dich an der Übersetzung von MediaWiki beteiligen möchtest.
MediaWiki-Systemnachrichten
Erste SeiteVorherige SeiteNächste SeiteLetzte Seite
Name Standardtext
Aktueller Text
apihelp-stashedit-param-summary (Diskussion) (Übersetzen) Änderungszusammenfassung.
apihelp-stashedit-param-text (Diskussion) (Übersetzen) Seiteninhalt.
apihelp-stashedit-param-title (Diskussion) (Übersetzen) Titel der Seite, die bearbeitet werden soll.
apihelp-stashedit-summary (Diskussion) (Übersetzen) Prepare an edit in shared cache.
apihelp-summary (Diskussion) (Übersetzen)  
apihelp-tag-example-log (Diskussion) (Übersetzen) Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>
apihelp-tag-example-rev (Diskussion) (Übersetzen) Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason
apihelp-tag-param-add (Diskussion) (Übersetzen) Tags to add. Only manually defined tags can be added.
apihelp-tag-param-logid (Diskussion) (Übersetzen) One or more log entry IDs from which to add or remove the tag.
apihelp-tag-param-rcid (Diskussion) (Übersetzen) One or more recent changes IDs from which to add or remove the tag.
apihelp-tag-param-reason (Diskussion) (Übersetzen) Grund für die Änderung.
apihelp-tag-param-remove (Diskussion) (Übersetzen) Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
apihelp-tag-param-revid (Diskussion) (Übersetzen) One or more revision IDs from which to add or remove the tag.
apihelp-tag-param-tags (Diskussion) (Übersetzen) Auf den Logbucheintrag anzuwendende Markierungen, die als Ergebnis dieser Aktion erstellt wurden.
apihelp-tag-summary (Diskussion) (Übersetzen) Add or remove change tags from individual revisions or log entries.
apihelp-unblock-example-id (Diskussion) (Übersetzen) Sperrkennung #<kbd>105</kbd> freigeben.
apihelp-unblock-example-user (Diskussion) (Übersetzen) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (Diskussion) (Übersetzen) Kennung der Sperre zur Freigabe (abgerufen durch <kbd>list=blocks</kbd>). Kann nicht zusammen mit <var>$1user</var> verwendet werden.
apihelp-unblock-param-reason (Diskussion) (Übersetzen) Grund für die Freigabe.
apihelp-unblock-param-tags (Diskussion) (Übersetzen) Auf den Benutzersperr-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.
apihelp-unblock-param-user (Diskussion) (Übersetzen) Benutzer, der freigegeben werden soll. Kann nicht zusammen mit <var>$1id</var> verwendet werden.
apihelp-unblock-param-userid (Diskussion) (Übersetzen) Specify <kbd>$1user=#<var>ID</var></kbd> instead.
apihelp-unblock-summary (Diskussion) (Übersetzen) Einen Benutzer freigeben.
apihelp-undelete-example-page (Diskussion) (Übersetzen) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (Diskussion) (Übersetzen) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-extended-description (Diskussion) (Übersetzen) A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].
apihelp-undelete-param-fileids (Diskussion) (Übersetzen) IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-reason (Diskussion) (Übersetzen) Grund für die Wiederherstellung.
apihelp-undelete-param-tags (Diskussion) (Übersetzen) Auf den Lösch-Logbuch-Eintrag anzuwendende Änderungsmarkierungen.
apihelp-undelete-param-timestamps (Diskussion) (Übersetzen) Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-title (Diskussion) (Übersetzen) Titel der wiederherzustellenden Seite.
apihelp-undelete-param-watchlist (Diskussion) (Übersetzen) Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.
apihelp-undelete-param-watchlistexpiry (Diskussion) (Übersetzen) Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.
apihelp-undelete-summary (Diskussion) (Übersetzen) Restore revisions of a deleted page.
apihelp-unlinkaccount-example-simple (Diskussion) (Übersetzen) Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.
apihelp-unlinkaccount-summary (Diskussion) (Übersetzen) Remove a linked third-party account from the current user.
apihelp-upload-example-filekey (Diskussion) (Übersetzen) Vervollständigt einen Upload, der aufgrund von Warnungen fehlgeschlagen ist.
apihelp-upload-example-url (Diskussion) (Übersetzen) Von einer URL hochladen
apihelp-upload-extended-description (Diskussion) (Übersetzen) Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters. * Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
apihelp-upload-param-async (Diskussion) (Übersetzen) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-checkstatus (Diskussion) (Übersetzen) Ruft nur den Hochladestatus für den angegebenen Dateischlüssel ab.
apihelp-upload-param-chunk (Diskussion) (Übersetzen) Chunk contents.
apihelp-upload-param-comment (Diskussion) (Übersetzen) Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.
apihelp-upload-param-file (Diskussion) (Übersetzen) Dateiinhalte.
apihelp-upload-param-filekey (Diskussion) (Übersetzen) Key that identifies a previous upload that was stashed temporarily.
apihelp-upload-param-filename (Diskussion) (Übersetzen) Ziel-Dateiname.
apihelp-upload-param-filesize (Diskussion) (Übersetzen) Dateigröße des gesamten Uploads.
apihelp-upload-param-ignorewarnings (Diskussion) (Übersetzen) Ignoriert Warnungen.
apihelp-upload-param-offset (Diskussion) (Übersetzen) Offset of chunk in bytes.
apihelp-upload-param-sessionkey (Diskussion) (Übersetzen) Same as $1filekey, maintained for backward compatibility.
Erste SeiteVorherige SeiteNächste SeiteLetzte Seite