Messaggi di sistema
Vai alla navigazione
Vai alla ricerca
Questa è la lista di tutti i messaggi di sistema disponibili nel namespace MediaWiki.
Visita MediaWiki Localisation e translatewiki.net se vuoi contribuire alla localizzazione generica di MediaWiki.
Nome | Testo predefinito |
---|---|
Testo attuale | |
apihelp-revisiondelete-param-hide (discussione) (Traduci) | Cosa nascondere per ogni versione. |
apihelp-revisiondelete-param-ids (discussione) (Traduci) | Identifiers for the revisions to be deleted. |
apihelp-revisiondelete-param-reason (discussione) (Traduci) | Motivo per l'eliminazione o il ripristino. |
apihelp-revisiondelete-param-show (discussione) (Traduci) | Cosa mostrare per ogni versione. |
apihelp-revisiondelete-param-suppress (discussione) (Traduci) | Whether to suppress data from administrators as well as others. |
apihelp-revisiondelete-param-tags (discussione) (Traduci) | Tags to apply to the entry in the deletion log. |
apihelp-revisiondelete-param-target (discussione) (Traduci) | Page title for the revision deletion, if required for the type. |
apihelp-revisiondelete-param-type (discussione) (Traduci) | Tipo di cancellazione della versione effettuata. |
apihelp-revisiondelete-summary (discussione) (Traduci) | Cancella e ripristina le versioni. |
apihelp-rollback-example-simple (discussione) (Traduci) | Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by user <kbd>Example</kbd>. |
apihelp-rollback-example-summary (discussione) (Traduci) | Roll back the last edits to page [[{{MediaWiki:Mainpage}}]] by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits. |
apihelp-rollback-extended-description (discussione) (Traduci) | If the last user who edited the page made multiple edits in a row, they will all be rolled back. |
apihelp-rollback-param-markbot (discussione) (Traduci) | Mark the reverted edits and the revert as bot edits. |
apihelp-rollback-param-pageid (discussione) (Traduci) | Page ID of the page to roll back. Cannot be used together with <var>$1title</var>. |
apihelp-rollback-param-summary (discussione) (Traduci) | Custom edit summary. If empty, default summary will be used. |
apihelp-rollback-param-tags (discussione) (Traduci) | Tags to apply to the rollback. |
apihelp-rollback-param-title (discussione) (Traduci) | Title of the page to roll back. Cannot be used together with <var>$1pageid</var>. |
apihelp-rollback-param-user (discussione) (Traduci) | Name of the user whose edits are to be rolled back. |
apihelp-rollback-param-watchlist (discussione) (Traduci) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
apihelp-rollback-param-watchlistexpiry (discussione) (Traduci) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-rollback-summary (discussione) (Traduci) | Undo the last edit to the page. |
apihelp-rsd-example-simple (discussione) (Traduci) | Export the RSD schema. |
apihelp-rsd-summary (discussione) (Traduci) | Export an RSD (Really Simple Discovery) schema. |
apihelp-setnotificationtimestamp-example-all (discussione) (Traduci) | Reset the notification status for the entire watchlist. |
apihelp-setnotificationtimestamp-example-allpages (discussione) (Traduci) | Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace. |
apihelp-setnotificationtimestamp-example-page (discussione) (Traduci) | Reset the notification status for [[{{MediaWiki:Mainpage}}]]. |
apihelp-setnotificationtimestamp-example-pagetimestamp (discussione) (Traduci) | Set the notification timestamp for [[{{MediaWiki:Mainpage}}]] so all edits since 1 January 2012 are unviewed. |
apihelp-setnotificationtimestamp-extended-description (discussione) (Traduci) | This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the "{{int:tog-enotifwatchlistpages}}" preference is enabled. |
apihelp-setnotificationtimestamp-param-entirewatchlist (discussione) (Traduci) | Work on all watched pages. |
apihelp-setnotificationtimestamp-param-newerthanrevid (discussione) (Traduci) | Revision to set the notification timestamp newer than (one page only). |
apihelp-setnotificationtimestamp-param-timestamp (discussione) (Traduci) | Timestamp to which to set the notification timestamp. |
apihelp-setnotificationtimestamp-param-torevid (discussione) (Traduci) | Revision to set the notification timestamp to (one page only). |
apihelp-setnotificationtimestamp-summary (discussione) (Traduci) | Update the notification timestamp for watched pages. |
apihelp-setpagelanguage-example-default (discussione) (Traduci) | Change the language of the page with ID 123 to the wiki's default content language. |
apihelp-setpagelanguage-example-language (discussione) (Traduci) | Change the language of the page [[{{MediaWiki:Mainpage}}]] to Basque. |
apihelp-setpagelanguage-extended-description-disabled (discussione) (Traduci) | La modifica della lingua di una pagina non è consentita su questo wiki. Attiva <var>[[mw:Special:MyLanguage/Manual:$wgPageLanguageUseDB|$wgPageLanguageUseDB]]</var> per usare questa azione. |
apihelp-setpagelanguage-param-lang (discussione) (Traduci) | Language code of the language to change the page to. Use <kbd>default</kbd> to reset the page to the wiki's default content language. |
apihelp-setpagelanguage-param-pageid (discussione) (Traduci) | Page ID of the page whose language you wish to change. Cannot be used together with <var>$1title</var>. |
apihelp-setpagelanguage-param-reason (discussione) (Traduci) | Motivo per la modifica. |
apihelp-setpagelanguage-param-tags (discussione) (Traduci) | Change tags to apply to the log entry resulting from this action. |
apihelp-setpagelanguage-param-title (discussione) (Traduci) | Title of the page whose language you wish to change. Cannot be used together with <var>$1pageid</var>. |
apihelp-setpagelanguage-summary (discussione) (Traduci) | Cambia la lingua di una pagina. |
apihelp-stashedit-extended-description (discussione) (Traduci) | This is intended to be used via AJAX from the edit form to improve the performance of the page save. |
apihelp-stashedit-param-baserevid (discussione) (Traduci) | Revision ID of the base revision. |
apihelp-stashedit-param-contentformat (discussione) (Traduci) | Content serialization format used for the input text. |
apihelp-stashedit-param-contentmodel (discussione) (Traduci) | Modello di contenuto dei nuovi contenuti. |
apihelp-stashedit-param-section (discussione) (Traduci) | Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. |
apihelp-stashedit-param-sectiontitle (discussione) (Traduci) | Il titolo per una nuova sezione. |
apihelp-stashedit-param-stashedtexthash (discussione) (Traduci) | Page content hash from a prior stash to use instead. |
apihelp-stashedit-param-summary (discussione) (Traduci) | Oggetto della modifica. |