Todos los mensajes de MediaWiki
Esta es una lista de mensajes del sistema disponibles en el espacio de nombres MediaWiki. Por favor, visita Localización MediaWiki y translatewiki.net si deseas contribuir a la localización genérica de MediaWiki.
Primera página |
Página anterior |
Página siguiente |
Última página |
| Nombre | Texto predeterminado |
|---|---|
| Texto actual | |
| apihelp-tag-example-rev (Discusión) (Traducir) | Add the <kbd>vandalism</kbd> tag from revision ID 123 without specifying a reason |
| apihelp-tag-param-add (Discusión) (Traducir) | Tags to add. Only manually defined tags can be added. |
| apihelp-tag-param-logid (Discusión) (Traducir) | One or more log entry IDs from which to add or remove the tag. |
| apihelp-tag-param-rcid (Discusión) (Traducir) | One or more recent changes IDs from which to add or remove the tag. |
| apihelp-tag-param-reason (Discusión) (Traducir) | Reason for the change. |
| apihelp-tag-param-remove (Discusión) (Traducir) | Tags to remove. Only tags that are either manually defined or completely undefined can be removed. |
| apihelp-tag-param-revid (Discusión) (Traducir) | One or more revision IDs from which to add or remove the tag. |
| apihelp-tokens-description (Discusión) (Traducir) | Get tokens for data-modifying actions. This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]. |
| apihelp-tokens-example-edit (Discusión) (Traducir) | Retrieve an edit token (the default). |
| apihelp-tokens-example-emailmove (Discusión) (Traducir) | Retrieve an email token and a move token. |
| apihelp-tokens-param-type (Discusión) (Traducir) | Types of token to request. |
| apihelp-txt-description (Discusión) (Traducir) | Output data in PHP's <code>print_r()</code> format. |
| apihelp-txtfm-description (Discusión) (Traducir) | Output data in PHP's <code>print_r()</code> format (pretty-print in HTML). |
| apihelp-unblock-description (Discusión) (Traducir) | Unblock a user. |
| apihelp-unblock-example-id (Discusión) (Traducir) | Unblock block ID #<kbd>105</kbd>. |
| apihelp-unblock-example-user (Discusión) (Traducir) | Desbloquear al usuario <kbd>Bob</kbd> con el motivo <kbd>Lo siento, Bob</kbd> |
| apihelp-unblock-param-id (Discusión) (Traducir) | ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>. |
| apihelp-unblock-param-reason (Discusión) (Traducir) | Reason for unblock. |
| apihelp-unblock-param-user (Discusión) (Traducir) | Username, IP address or IP range to unblock. Cannot be used together with <var>$1id</var>. |
| apihelp-undelete-description (Discusión) (Traducir) | Restore revisions of a deleted page. A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]]. |
| apihelp-undelete-example-page (Discusión) (Traducir) | Undelete page <kbd>Main Page</kbd>. |
| apihelp-undelete-example-revisions (Discusión) (Traducir) | Restaurar dos revisiones de la página <kbd>Portada</kbd>. |
| apihelp-undelete-param-fileids (Discusión) (Traducir) | IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored. |
| apihelp-undelete-param-reason (Discusión) (Traducir) | Reason for restoring. |
| apihelp-undelete-param-timestamps (Discusión) (Traducir) | Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored. |
| apihelp-undelete-param-title (Discusión) (Traducir) | Title of the page to restore. |
| apihelp-undelete-param-watchlist (Discusión) (Traducir) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
| apihelp-upload-description (Discusión) (Traducir) | Upload a file, or get the status of pending uploads. 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-example-filekey (Discusión) (Traducir) | Complete an upload that failed due to warnings. |
| apihelp-upload-example-url (Discusión) (Traducir) | Subir desde una URL. |
| apihelp-upload-param-async (Discusión) (Traducir) | Make potentially large file operations asynchronous when possible. |
| apihelp-upload-param-asyncdownload (Discusión) (Traducir) | Make fetching a URL asynchronous. |
| apihelp-upload-param-checkstatus (Discusión) (Traducir) | Only fetch the upload status for the given file key. |
| apihelp-upload-param-chunk (Discusión) (Traducir) | Chunk contents. |
| apihelp-upload-param-comment (Discusión) (Traducir) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
| apihelp-upload-param-file (Discusión) (Traducir) | File contents. |
| apihelp-upload-param-filekey (Discusión) (Traducir) | Key that identifies a previous upload that was stashed temporarily. |
| apihelp-upload-param-filename (Discusión) (Traducir) | Target filename. |
| apihelp-upload-param-filesize (Discusión) (Traducir) | Filesize of entire upload. |
| apihelp-upload-param-ignorewarnings (Discusión) (Traducir) | Ignorar las advertencias. |
| apihelp-upload-param-leavemessage (Discusión) (Traducir) | If asyncdownload is used, leave a message on the user talk page if finished. |
| apihelp-upload-param-offset (Discusión) (Traducir) | Offset of chunk in bytes. |
| apihelp-upload-param-sessionkey (Discusión) (Traducir) | Same as $1filekey, maintained for backward compatibility. |
| apihelp-upload-param-stash (Discusión) (Traducir) | If set, the server will stash the file temporarily instead of adding it to the repository. |
| apihelp-upload-param-statuskey (Discusión) (Traducir) | Fetch the upload status for this file key (upload by URL). |
| apihelp-upload-param-text (Discusión) (Traducir) | Initial page text for new files. |
| apihelp-upload-param-url (Discusión) (Traducir) | URL to fetch the file from. |
| apihelp-upload-param-watch (Discusión) (Traducir) | Vigilar la página. |
| apihelp-upload-param-watchlist (Discusión) (Traducir) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
| apihelp-userrights-description (Discusión) (Traducir) | Change a user's group membership. |
Primera página |
Página anterior |
Página siguiente |
Última página |