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-unlinkaccount-summary (discussione) (Traduci) | Rimuove un'utenza di terze parti collegata all'utente corrente. |
| apihelp-upload-example-filekey (discussione) (Traduci) | Complete an upload that failed due to warnings. |
| apihelp-upload-example-url (discussione) (Traduci) | Carica da un URL. |
| apihelp-upload-extended-description (discussione) (Traduci) | 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 (discussione) (Traduci) | Make potentially large file operations asynchronous when possible. |
| apihelp-upload-param-checkstatus (discussione) (Traduci) | Only fetch the upload status for the given file key. |
| apihelp-upload-param-chunk (discussione) (Traduci) | Chunk contents. |
| apihelp-upload-param-comment (discussione) (Traduci) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
| apihelp-upload-param-file (discussione) (Traduci) | Contenuto del file. |
| apihelp-upload-param-filekey (discussione) (Traduci) | Key that identifies a previous upload that was stashed temporarily. |
| apihelp-upload-param-filename (discussione) (Traduci) | Target filename. |
| apihelp-upload-param-filesize (discussione) (Traduci) | Filesize of entire upload. |
| apihelp-upload-param-ignorewarnings (discussione) (Traduci) | Ignore any warnings. |
| apihelp-upload-param-offset (discussione) (Traduci) | Offset of chunk in bytes. |
| apihelp-upload-param-sessionkey (discussione) (Traduci) | Same as $1filekey, maintained for backward compatibility. |
| apihelp-upload-param-stash (discussione) (Traduci) | If set, the server will stash the file temporarily instead of adding it to the repository. |
| apihelp-upload-param-tags (discussione) (Traduci) | Change tags to apply to the upload log entry and file page revision. |
| apihelp-upload-param-text (discussione) (Traduci) | Initial page text for new files. |
| apihelp-upload-param-url (discussione) (Traduci) | URL to fetch the file from. |
| apihelp-upload-param-watch (discussione) (Traduci) | Aggiungi agli osservati speciali. |
| apihelp-upload-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-upload-param-watchlistexpiry (discussione) (Traduci) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
| apihelp-upload-summary (discussione) (Traduci) | Upload a file, or get the status of pending uploads. |
| apihelp-userrights-example-expiry (discussione) (Traduci) | Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month. |
| apihelp-userrights-example-user (discussione) (Traduci) | Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>. |
| apihelp-userrights-example-userid (discussione) (Traduci) | Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>. |
| apihelp-userrights-param-add (discussione) (Traduci) | Aggiungere l'utente a questi gruppi, o se sono già membri, aggiornare la scadenza della loro appartenenza a quel gruppo. |
| apihelp-userrights-param-expiry (discussione) (Traduci) | Expiry timestamps. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group. |
| apihelp-userrights-param-reason (discussione) (Traduci) | Motivo per la modifica. |
| apihelp-userrights-param-remove (discussione) (Traduci) | Rimuovi l'utente da questi gruppi. |
| apihelp-userrights-param-tags (discussione) (Traduci) | Change tags to apply to the entry in the user rights log. |
| apihelp-userrights-param-user (discussione) (Traduci) | Utente. |
| apihelp-userrights-param-userid (discussione) (Traduci) | Specifica <kbd>$1user=#<var>ID</var></kbd> invece. |
| apihelp-userrights-param-watchlistexpiry (discussione) (Traduci) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
| apihelp-userrights-param-watchuser (discussione) (Traduci) | Watch the user's user and talk pages. |
| apihelp-userrights-summary (discussione) (Traduci) | Change a user's group membership. |
| apihelp-validatepassword-example-1 (discussione) (Traduci) | Convalidare la password <kbd>foobar</kbd> per l'attuale utente. |
| apihelp-validatepassword-example-2 (discussione) (Traduci) | Convalida la password <kbd>qwerty</kbd> per la creazione dell'utente <kbd>Example</kbd>. |
| apihelp-validatepassword-extended-description (discussione) (Traduci) | La validità è riportata come <samp>Good</samp> se la password è accettabile, <samp>Change</samp> se la password può essere utilizzata per l'accesso ma deve essere modificata, o <samp>Invalid</samp> se la password non è utilizzabile. |
| apihelp-validatepassword-param-email (discussione) (Traduci) | Email address, for use when testing account creation. |
| apihelp-validatepassword-param-password (discussione) (Traduci) | Password da convalidare. |
| apihelp-validatepassword-param-realname (discussione) (Traduci) | Real name, for use when testing account creation. |
| apihelp-validatepassword-param-user (discussione) (Traduci) | Username, for use when testing account creation. The named user must not exist. |
| apihelp-validatepassword-summary (discussione) (Traduci) | Convalida una password seguendo le politiche del wiki sulle password. |
| apihelp-visualeditor-param-badetag (discussione) (Traduci) | If RESTBase query returned a seemingly invalid ETag, pass it here for logging purposes. |
| apihelp-visualeditor-param-basetimestamp (discussione) (Traduci) | Quando salvi, imposta il timestamp della revisione che è stata modificata. È utilizzato per rilevare i conflitti di edizione. |
| apihelp-visualeditor-param-cachekey (discussione) (Traduci) | Per serializzare o differenziare, utilizza il sirultato della precedente richiesta serializeforcache con questa chiave. Sovrascrive $1html. |
| apihelp-visualeditor-param-editintro (discussione) (Traduci) | Edit intro to add to notices. |
| apihelp-visualeditor-param-etag (discussione) (Traduci) | ETag da inviare. |
| apihelp-visualeditor-param-format (discussione) (Traduci) | The format of the output. |