Messaggi di sistema

Da Madcommerce.
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.
Messaggi di sistema
Prima paginaPagina precedentePagina successivaUltima pagina
Nome Testo predefinito
Testo attuale
apihelp-linkaccount-summary (discussione) (Traduci) Collegamento di un'utenza di un provider di terze parti all'utente corrente.
apihelp-login-example-gettoken (discussione) (Traduci) Recupera un token di login.
apihelp-login-example-login (discussione) (Traduci) Entra.
apihelp-login-extended-description (discussione) (Traduci) Questa azione deve essere usata esclusivamente in combinazione con [[Special:BotPasswords]]; utilizzarla per l'accesso all'account principale è deprecato e può fallire senza preavviso. Per accedere in modo sicuro all'utenza principale, usa <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-extended-description-nobotpasswords (discussione) (Traduci) Questa azione è deprecata e può fallire senza preavviso. Per accedere in modo sicuro, usa [[Special:ApiHelp/clientlogin|action=clientlogin]].
apihelp-login-param-domain (discussione) (Traduci) Dominio (opzionale).
apihelp-login-param-name (discussione) (Traduci) Nome utente.
apihelp-login-param-password (discussione) (Traduci) Password.
apihelp-login-param-token (discussione) (Traduci) Login token obtained in first request.
apihelp-login-summary (discussione) (Traduci) Accedi e ottieni i cookie di autenticazione.
apihelp-logout-example-logout (discussione) (Traduci) Disconnetti l'utente attuale.
apihelp-logout-summary (discussione) (Traduci) Esci e cancella i dati della sessione.
apihelp-main-extended-description (discussione) (Traduci) <div class="hlist plainlinks api-main-links"> * [[mw:Special:MyLanguage/API:Main_page|Documentazione]] (in inglese) * [[mw:Special:MyLanguage/API:FAQ|FAQ]] (in inglese) * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Mailing list] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce Annunci sull'API] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bug & richieste] </div> <strong>Stato:</strong> l'API MediaWiki è un'interfaccia matura e stabile che è attivamente supportata e migliorata. Anche se cerchiamo di evitarlo, potremmo dover fare delle modifiche che causano malfunzionamenti; iscriviti alla [https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ mailing list sugli annunci delle API MediaWiki] per essere informato sugli aggiornamenti. <strong>Istruzioni sbagliate:</strong> quando vengono impartite alle API delle istruzioni sbagliate, un'intestazione HTTP verrà inviata col messaggio "MediaWiki-API-Error" e, sia il valore dell'intestazione, sia il codice d'errore, verranno impostati con lo stesso valore. Per maggiori informazioni leggi [[mw:Special:MyLanguage/API:Errors_and_warnings|API:Errori ed avvertimenti]] (in inglese). <p class="mw-apisandbox-link"><strong>Test:</strong> per testare facilmente le richieste API, vedi [[Special:ApiSandbox]].</p>
apihelp-main-param-action (discussione) (Traduci) Azione da compiere.
apihelp-main-param-assert (discussione) (Traduci) Verifica che l'utente abbia effettuato l'accesso se si è impostato <kbd>user</kbd>, o che abbia i permessi di bot se si è impostato <kbd>bot</kbd>.
apihelp-main-param-assertuser (discussione) (Traduci) Verify the current user is the named user.
apihelp-main-param-curtimestamp (discussione) (Traduci) Includi nel risultato il timestamp attuale.
apihelp-main-param-errorformat (discussione) (Traduci) Format to use for warning and error text output. ; plaintext: Wikitext with HTML tags removed and entities replaced. ; wikitext: Unparsed wikitext. ; html: HTML. ; raw: Message key and parameters. ; none: No text output, only the error codes. ; bc: Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored.
apihelp-main-param-errorlang (discussione) (Traduci) Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>content</kbd> to use this wiki's content language, or specify <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter.
apihelp-main-param-errorsuselocal (discussione) (Traduci) If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.
apihelp-main-param-format (discussione) (Traduci) Formato dell'output.
apihelp-main-param-maxage (discussione) (Traduci) Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.
apihelp-main-param-maxlag (discussione) (Traduci) Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.
apihelp-main-param-origin (discussione) (Traduci) When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). For authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set. For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.
apihelp-main-param-requestid (discussione) (Traduci) Tutti i valori forniti saranno implementati nella risposta. Potrebbero venir utilizzati per distinguere le richieste.
apihelp-main-param-responselanginfo (discussione) (Traduci) Include the languages used for <var>uselang</var> and <var>errorlang</var> in the result.
apihelp-main-param-servedby (discussione) (Traduci) Includi nel risultato il nome dell'host che ha servito la richiesta.
apihelp-main-param-smaxage (discussione) (Traduci) Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached.
apihelp-main-param-uselang (discussione) (Traduci) Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user's language preference, or specify <kbd>content</kbd> to use this wiki's content language.
apihelp-main-summary (discussione) (Traduci)  
apihelp-managetags-example-activate (discussione) (Traduci) Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-create (discussione) (Traduci) Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd>
apihelp-managetags-example-deactivate (discussione) (Traduci) Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd>
apihelp-managetags-example-delete (discussione) (Traduci) Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd>
apihelp-managetags-param-ignorewarnings (discussione) (Traduci) Whether to ignore any warnings that are issued during the operation.
apihelp-managetags-param-operation (discussione) (Traduci) Which operation to perform: ;create:Create a new change tag for manual use. ;delete:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually.
apihelp-managetags-param-reason (discussione) (Traduci) An optional reason for creating, deleting, activating or deactivating the tag.
apihelp-managetags-param-tag (discussione) (Traduci) Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.
apihelp-managetags-param-tags (discussione) (Traduci) Change tags to apply to the entry in the tag management log.
apihelp-managetags-summary (discussione) (Traduci) Perform management tasks relating to change tags.
apihelp-mergehistory-example-merge (discussione) (Traduci) Unisci l'intera cronologia di <kbd>Oldpage</kbd> in <kbd>Newpage</kbd>.
apihelp-mergehistory-example-merge-timestamp (discussione) (Traduci) Unisci le versioni della pagina <kbd>Oldpage</kbd> fino a <kbd>2015-12-31T04:37:41Z</kbd> in <kbd>Newpage</kbd>.
apihelp-mergehistory-param-from (discussione) (Traduci) Il titolo della pagina da cui cronologia sarà unita. Non può essere usato insieme a <var>$1fromid</var>.
apihelp-mergehistory-param-fromid (discussione) (Traduci) L'ID della pagina da cui cronologia sarà unita. Non può essere usato insieme a <var>$1from</var>.
apihelp-mergehistory-param-reason (discussione) (Traduci) Motivo per l'unione della cronologia.
apihelp-mergehistory-param-timestamp (discussione) (Traduci) Il timestamp fino a cui le versioni saranno spostate dalla cronologia della pagina di origine a quella della pagina di destinazione. Se omesso, l'intera cronologia della pagina di origine sarà unita nella pagina di destinazione.
apihelp-mergehistory-param-to (discussione) (Traduci) Il titolo della pagina in cui cronologia sarà unita. Non può essere usato insieme a <var>$1toid</var>.
apihelp-mergehistory-param-toid (discussione) (Traduci) L'ID della pagina in cui cronologia sarà unita. Non può essere usato insieme a <var>$1to</var>.
apihelp-mergehistory-summary (discussione) (Traduci) Unisce cronologie pagine.
apihelp-move-example-move (discussione) (Traduci) Sposta <kbd>Badtitle</kbd> a <kbd>Goodtitle</kbd> senza lasciare redirect.
Prima paginaPagina precedentePagina successivaUltima pagina