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-createaccount-example-create (discussione) (Traduci) | Avvia il processo di creazione utente <kbd>Example</kbd> con password <kbd>ExamplePassword</kbd>. |
apihelp-createaccount-param-preservestate (discussione) (Traduci) | Se <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> ha restituito true per <samp>hasprimarypreservedstate</samp>, le richieste contrassegnate come <samp>primary-required</samp> dovrebbero essere omesse. Se invece ha restituito un valore non vuoto per <samp>preservedusername</samp>, quel nome utente deve essere utilizzato per il parametro <var>username</var>. |
apihelp-createaccount-summary (discussione) (Traduci) | Crea un nuovo account utente. |
apihelp-cspreport-param-reportonly (discussione) (Traduci) | Mark as being a report from a monitoring policy, not an enforced policy |
apihelp-cspreport-param-source (discussione) (Traduci) | What generated the CSP header that triggered this report |
apihelp-cspreport-summary (discussione) (Traduci) | 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-delete-example-reason (discussione) (Traduci) | Cancella la <kbd>Main Page</kbd> con motivazione <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (discussione) (Traduci) | Cancella <kbd>Main Page</kbd>. |
apihelp-delete-param-deletetalk (discussione) (Traduci) | Delete the talk page, if it exists. |
apihelp-delete-param-oldimage (discussione) (Traduci) | Il nome della vecchia immagine da cancellare, come fornita da [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
apihelp-delete-param-pageid (discussione) (Traduci) | ID di pagina della pagina da cancellare. Non può essere usato insieme con <var>$1title</var>. |
apihelp-delete-param-reason (discussione) (Traduci) | Motivo della cancellazione. Se non indicato, verrà usata una motivazione generata automaticamente. |
apihelp-delete-param-tags (discussione) (Traduci) | Change tags to apply to the entry in the deletion log. |
apihelp-delete-param-title (discussione) (Traduci) | Titolo della pagina che si desidera eliminare. Non può essere usato insieme a <var>$1pageid</var>. |
apihelp-delete-param-unwatch (discussione) (Traduci) | Rimuove la pagina dagli osservati speciali dell'utente attuale. |
apihelp-delete-param-watch (discussione) (Traduci) | Aggiunge la pagina agli osservati speciali dell'utente attuale. |
apihelp-delete-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-delete-param-watchlistexpiry (discussione) (Traduci) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-delete-summary (discussione) (Traduci) | Cancella una pagina. |
apihelp-disabled-summary (discussione) (Traduci) | Questo modulo è stato disabilitato. |
apihelp-edit-example-edit (discussione) (Traduci) | Modifica una pagina. |
apihelp-edit-example-prepend (discussione) (Traduci) | Anteponi <kbd>__NOTOC__</kbd> a una pagina. |
apihelp-edit-example-undo (discussione) (Traduci) | Undo revisions 13579 through 13585 with autosummary. |
apihelp-edit-param-appendtext (discussione) (Traduci) | Add this text to the end of the page or section. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
apihelp-edit-param-baserevid (discussione) (Traduci) | ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set. |
apihelp-edit-param-basetimestamp (discussione) (Traduci) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored. |
apihelp-edit-param-bot (discussione) (Traduci) | Contrassegna questa modifica come eseguita da un bot. |
apihelp-edit-param-contentformat (discussione) (Traduci) | Content serialization format used for the input text. |
apihelp-edit-param-contentmodel (discussione) (Traduci) | Modello di contenuto dei nuovi contenuti. |
apihelp-edit-param-createonly (discussione) (Traduci) | Non modificare la pagina se già esiste. |
apihelp-edit-param-md5 (discussione) (Traduci) | The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct. |
apihelp-edit-param-minor (discussione) (Traduci) | Contrassegna questa modifica come minore. |
apihelp-edit-param-nocreate (discussione) (Traduci) | Genera un errore se la pagina non esiste. |
apihelp-edit-param-notminor (discussione) (Traduci) | Non contrassegnare questa modifica come minore anche se la preferenza "{{int:tog-minordefault}}" è impostata. |
apihelp-edit-param-pageid (discussione) (Traduci) | ID di pagina della pagina da modificare. Non può essere usato insieme con <var>$1title</var>. |
apihelp-edit-param-prependtext (discussione) (Traduci) | Add this text to the beginning of the page or section. Overrides $1text. |
apihelp-edit-param-recreate (discussione) (Traduci) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (discussione) (Traduci) | Risolvi automaticamente redirect. |
apihelp-edit-param-section (discussione) (Traduci) | Identificativo di sezione. <kbd>0</kbd> per la sezione iniziale, <kbd>new</kbd> per una nuova sezione. Spesso è un intero positivo, ma potrebbe essere anche non numerico. |
apihelp-edit-param-sectiontitle (discussione) (Traduci) | Il titolo per una nuova sezione quando usi <var>$1section=new</var>. |
apihelp-edit-param-starttimestamp (discussione) (Traduci) | Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit). |
apihelp-edit-param-summary (discussione) (Traduci) | Oggetto della modifica. Anche titolo della sezione se $1sezione=new e $1sectiontitle non è impostato. |
apihelp-edit-param-tags (discussione) (Traduci) | Cambia i tag da applicare alla revisione. |
apihelp-edit-param-text (discussione) (Traduci) | Contenuto della pagina. |
apihelp-edit-param-title (discussione) (Traduci) | Titolo della pagina da modificare. Non può essere usato insieme a <var>$1pageid</var>. |
apihelp-edit-param-token (discussione) (Traduci) | Il token deve sempre essere inviato come ultimo parametro, o almeno dopo il parametro $1text. |
apihelp-edit-param-undo (discussione) (Traduci) | Undo this revision. Overrides $1text, $1prependtext and $1appendtext. |
apihelp-edit-param-undoafter (discussione) (Traduci) | Undo all revisions from $1undo to this one. If not set, just undo one revision. |
apihelp-edit-param-unwatch (discussione) (Traduci) | Rimuove la pagina dagli osservati speciali dell'utente attuale. |
apihelp-edit-param-watch (discussione) (Traduci) | Aggiunge la pagina agli osservati speciali dell'utente attuale. |