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-block-param-reblock (Discusión) (Traducir) | Si la cuenta ya está bloqueada, sobrescribir el bloqueo existente. |
| apihelp-block-param-user (Discusión) (Traducir) | El nombre de usuario, dirección IP o intervalo de IP que quieres bloquear. |
| apihelp-block-param-watchuser (Discusión) (Traducir) | Vigilar las páginas de usuario y de discusión del usuario o de la dirección IP. |
| apihelp-checktoken-description (Discusión) (Traducir) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
| apihelp-checktoken-example-simple (Discusión) (Traducir) | Test the validity of a <kbd>csrf</kbd> token. |
| apihelp-checktoken-param-maxtokenage (Discusión) (Traducir) | Maximum allowed age of the token, in seconds. |
| apihelp-checktoken-param-token (Discusión) (Traducir) | Token to test. |
| apihelp-checktoken-param-type (Discusión) (Traducir) | Type of token being tested. |
| apihelp-clearhasmsg-description (Discusión) (Traducir) | Clears the <code>hasmsg</code> flag for the current user. |
| apihelp-clearhasmsg-example-1 (Discusión) (Traducir) | Clear the <code>hasmsg</code> flag for the current user. |
| apihelp-compare-description (Discusión) (Traducir) | Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed. |
| apihelp-compare-example-1 (Discusión) (Traducir) | Create a diff between revision 1 and 2. |
| apihelp-compare-param-fromid (Discusión) (Traducir) | First page ID to compare. |
| apihelp-compare-param-fromrev (Discusión) (Traducir) | First revision to compare. |
| apihelp-compare-param-fromtitle (Discusión) (Traducir) | Primer título para comparar |
| apihelp-compare-param-toid (Discusión) (Traducir) | Second page ID to compare. |
| apihelp-compare-param-torev (Discusión) (Traducir) | Second revision to compare. |
| apihelp-compare-param-totitle (Discusión) (Traducir) | Second title to compare. |
| apihelp-createaccount-description (Discusión) (Traducir) | Crear una nueva cuenta de usuario. |
| apihelp-createaccount-example-mail (Discusión) (Traducir) | Create user <kbd>testmailuser</kbd> and email a randomly-generated password. |
| apihelp-createaccount-example-pass (Discusión) (Traducir) | Crear usuario <kbd>testuser</kbd> con la contraseña <kbd>test123</kbd>. |
| apihelp-createaccount-param-domain (Discusión) (Traducir) | Domain for external authentication (optional). |
| apihelp-createaccount-param-email (Discusión) (Traducir) | Dirección de correo electrónico del usuario (opcional). |
| apihelp-createaccount-param-language (Discusión) (Traducir) | Language code to set as default for the user (optional, defaults to content language). |
| apihelp-createaccount-param-mailpassword (Discusión) (Traducir) | If set to any value, a random password will be emailed to the user. |
| apihelp-createaccount-param-name (Discusión) (Traducir) | Nombre de usuario. |
| apihelp-createaccount-param-password (Discusión) (Traducir) | Password (ignored if <var>$1mailpassword</var> is set). |
| apihelp-createaccount-param-realname (Discusión) (Traducir) | Nombre verdadero del usuario (opcional). |
| apihelp-createaccount-param-reason (Discusión) (Traducir) | Optional reason for creating the account to be put in the logs. |
| apihelp-createaccount-param-token (Discusión) (Traducir) | Account creation token obtained in first request. |
| apihelp-dbg-description (Discusión) (Traducir) | Output data in PHP's <code>var_export()</code> format. |
| apihelp-dbgfm-description (Discusión) (Traducir) | Output data in PHP's <code>var_export()</code> format (pretty-print in HTML). |
| apihelp-delete-description (Discusión) (Traducir) | Borrar una página. |
| apihelp-delete-example-reason (Discusión) (Traducir) | Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>. |
| apihelp-delete-example-simple (Discusión) (Traducir) | Borrar la <kbd>Página principal</kbd> |
| apihelp-delete-param-oldimage (Discusión) (Traducir) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
| apihelp-delete-param-pageid (Discusión) (Traducir) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
| apihelp-delete-param-reason (Discusión) (Traducir) | Reason for the deletion. If not set, an automatically generated reason will be used. |
| apihelp-delete-param-title (Discusión) (Traducir) | Title of the page to delete. Cannot be used together with <var>$1pageid</var>. |
| apihelp-delete-param-unwatch (Discusión) (Traducir) | Quitar la página de la lista de seguimiento del usuario actual. |
| apihelp-delete-param-watch (Discusión) (Traducir) | Añadir esta página a la lista de seguimiento del usuario actual. |
| apihelp-delete-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-disabled-description (Discusión) (Traducir) | Se desactivó este módulo. |
| apihelp-dump-description (Discusión) (Traducir) | Output data in PHP's <code>var_dump()</code> format. |
| apihelp-dumpfm-description (Discusión) (Traducir) | Output data in PHP's <code>var_dump()</code> format (pretty-print in HTML). |
| apihelp-edit-description (Discusión) (Traducir) | Crear y editar páginas. |
| apihelp-edit-example-edit (Discusión) (Traducir) | Editar una página |
| apihelp-edit-example-prepend (Discusión) (Traducir) | Anteponer <kbd>__NOTOC__</kbd> a una página. |
| apihelp-edit-example-undo (Discusión) (Traducir) | Deshacer intervalo de revisiones 13579-13585 con resumen automático |
| apihelp-edit-param-appendtext (Discusión) (Traducir) | Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
Primera página |
Página anterior |
Página siguiente |
Última página |