Messaggi di sistema
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-mail (Discussione) (Traduci) | Crea l'utente <kbd>testmailuser</kbd> e mandagli via e-mail una password generata casualmente. |
apihelp-createaccount-example-pass (Discussione) (Traduci) | Crea l'utente <kbd>testuser</kbd> con password <kbd>test123</kbd>. |
apihelp-createaccount-param-domain (Discussione) (Traduci) | Dominio per l'autenticazione esterna (opzionale). |
apihelp-createaccount-param-email (Discussione) (Traduci) | Indirizzo Email dell'utente (opzionale). |
apihelp-createaccount-param-language (Discussione) (Traduci) | Codice di lingua da impostare come predefinita per l'utente (opzionale, di default è la lingua del contenuto). |
apihelp-createaccount-param-mailpassword (Discussione) (Traduci) | Se impostato su un qualsiasi valore, una password random (casuale) verrà inviata all'utente. |
apihelp-createaccount-param-name (Discussione) (Traduci) | Nome utente. |
apihelp-createaccount-param-password (Discussione) (Traduci) | Password (verrà ignorata se è impostato <var>$1mailpassword</var>). |
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-param-realname (Discussione) (Traduci) | Nome reale dell'utente (opzionale). |
apihelp-createaccount-param-reason (Discussione) (Traduci) | Ragione, facoltativa, della creazione dell'account da inserire nei registri. |
apihelp-createaccount-param-token (Discussione) (Traduci) | Account creation token obtained in first request. |
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-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 or do not change watch. |
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. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
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]]. |
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) | Modifica minore. |
apihelp-edit-param-nocreate (Discussione) (Traduci) | Genera un errore se la pagina non esiste. |
apihelp-edit-param-notminor (Discussione) (Traduci) | Modifica non minore. |
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. 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) | Numero di sezione. <kbd>0</kbd> per la sezione iniziale, <kbd>new</kbd> per una nuova sezione. |
apihelp-edit-param-sectiontitle (Discussione) (Traduci) | Il titolo per una nuova sezione. |
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. |