Todos los mensajes de MediaWiki

Esta es una lista de mensajes del sistema disponibles en el espacio de nombres MediaWiki. Visita Localización de MediaWiki y translatewiki.net si deseas contribuir a la localización genérica de MediaWiki.

Filtro
Filtrar por estado de personalización:    
Primera página
Última página
Nombre Texto predeterminado
Texto actual
api-format-prettyprint-header (discusión) (Traducir) This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use. Specify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>. See the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.
api-format-prettyprint-header-only-html (discusión) (Traducir) This is an HTML representation intended for debugging, and is unsuitable for application use. See the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.
api-format-title (discusión) (Traducir) MediaWiki API result
api-help-authmanager-general-usage (discusión) (Traducir) The general procedure to use this module is: # Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. # Present the fields to the user, and obtain their submission. # Post to this module, supplying <var>$1returnurl</var> and any relevant fields. # Check the <samp>status</samp> in the response. #* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you're done. The operation either succeeded or it didn't. #* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4. #* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4. #* If you received <samp>RESTART</samp>, that means the authentication worked but we don't have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.
api-help-authmanagerhelper-additional-params (discusión) (Traducir) This module accepts additional parameters depending on the available authentication requests. Use <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> (or a previous response from this module, if applicable) to determine the requests available and the fields that they use.
api-help-authmanagerhelper-continue (discusión) (Traducir) This request is a continuation after an earlier <samp>UI</samp> or <samp>REDIRECT</samp> response. Either this or <var>$1returnurl</var> is required.
api-help-authmanagerhelper-mergerequestfields (discusión) (Traducir) Merge field information for all authentication requests into one array.
api-help-authmanagerhelper-messageformat (discusión) (Traducir) Format to use for returning messages.
api-help-authmanagerhelper-preservestate (discusión) (Traducir) Preserve state from a previous failed login attempt, if possible.
api-help-authmanagerhelper-request (discusión) (Traducir) Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.
api-help-authmanagerhelper-requests (discusión) (Traducir) Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.
api-help-authmanagerhelper-returnurl (discusión) (Traducir) Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required. Upon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.
api-help-datatypes (discusión) (Traducir) Algunos tipos de parámetros en las solicitudes de API necesita más explicación: ;boolean :Los parámetros booleanos trabajo como HTML casillas de verificación: si el parámetro se especifica, independientemente de su valor, se considera verdadero. Para un valor false, se omite el parámetro completo. ;marca de tiempo :Las marcas de tiempo se puede especificar en varios formatos. ISO 8601 la fecha y la hora se recomienda. Todas las horas están en UTC, la inclusión de la zona horaria es ignorado. :* ISO 8601 la fecha y la hora, <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd> (signos de puntuación y <kbd>Z</kbd> son opcionales) :* ISO 8601 la fecha y la hora (se omite) fracciones de segundos, <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>.<var>00001</var>Z</kbd> (guiones, dos puntos, y, <kbd>Z</kbd> son opcionales) :* MediaWiki formato, <kbd><var>2001</var><var>01</var><var>15</var><var>14</var><var>56</var><var>00</var></kbd> :* Genérico formato numérico, <kbd><var>2001</var>-<var>01</var>-<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> (opcional en la zona horaria de <kbd>GMT</kbd>, <kbd>+<var>##</var></kbd>, o <kbd>-<var>##</var></kbd> se omite) :* El formato EXIF, <kbd><var>2001</var>:<var>01</var>:<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> :*Formato RFC 2822 (zona horaria se puede omitir), <kbd><var>Mon</var>, <var>15</var> <var>Ene</var> <var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> :* Formato RFC 850 (zona horaria se puede omitir), <kbd><var>lunes</var>, <var>15</var>-<var>Ene</var>-<var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> :* C ctime formato, <kbd><var>Mon</var> <var>Jan</var> <var>15</var> <var>14</var>:<var>56</var>:<var>00</var> <var>de 2001</var></kbd> :* Segundos desde 1970-01-01T00:00:00Z como la 1 a la 13 dígito entero (excepto <kbd>0</kbd>) :* La cadena de <kbd>ahora</kbd>
api-help-datatypes-header (discusión) (Traducir) Tipos de datos
api-help-examples (discusión) (Traducir) {{PLURAL:$1|Ejemplo|Ejemplos}}:
api-help-fallback-description (discusión) (Traducir) $1
api-help-fallback-example (discusión) (Traducir) $1
api-help-fallback-parameter (discusión) (Traducir) $1
api-help-flag-deprecated (discusión) (Traducir) Este módulo está en desuso.
api-help-flag-generator (discusión) (Traducir) Este módulo puede utilizarse como un generador.
api-help-flag-internal (discusión) (Traducir) <strong>This module is internal or unstable.</strong> Its operation may change without notice.
api-help-flag-mustbeposted (discusión) (Traducir) Este módulo solo acepta solicitudes POST.
api-help-flag-readrights (discusión) (Traducir) Este módulo requiere permisos de lectura.
api-help-flag-writerights (discusión) (Traducir) Este módulo requiere permisos de escritura.
api-help-flags (discusión) (Traducir)  
api-help-help-urls (discusión) (Traducir)  
api-help-lead (discusión) (Traducir) This is an auto-generated MediaWiki API documentation page. Documentation and examples: https://www.mediawiki.org/wiki/API
api-help-license (discusión) (Traducir) Licencia: [[$1|$2]]
api-help-license-noname (discusión) (Traducir) Licencia: [[$1|Ver enlace]]
api-help-license-unknown (discusión) (Traducir) Licencia: <span class="apihelp-unknown">desconocida</span>
api-help-main-header (discusión) (Traducir) Módulo principal
api-help-open-in-apisandbox (discusión) (Traducir) <small>[open in sandbox]</small>
api-help-param-continue (discusión) (Traducir) Cuando haya más resultados disponibles, utiliza esto para continuar.
api-help-param-default (discusión) (Traducir) Predeterminado: $1
api-help-param-default-empty (discusión) (Traducir) Predeterminado: <span class="apihelp-empty">(vacío)</span>
api-help-param-deprecated (discusión) (Traducir) En desuso.
api-help-param-direction (discusión) (Traducir) In which direction to enumerate: ;newer:List oldest first. Note: $1start has to be before $1end. ;older:List newest first (default). Note: $1start has to be later than $1end.
api-help-param-disabled-in-miser-mode (discusión) (Traducir) Disabled due to [[mw:Manual:$wgMiserMode|miser mode]].
api-help-param-integer-max (discusión) (Traducir) {{PLURAL:$1|1=El valor no debe ser mayor|2=Los valores no deben ser mayores}} a $3.
api-help-param-integer-min (discusión) (Traducir) {{PLURAL:$1|1=El valor no debe ser menor|2=Los valores no deben ser menores}} a $2.
api-help-param-integer-minmax (discusión) (Traducir) {{PLURAL:$1|1=El valor debe|2=Los valores deben}} estar entre $2 y $3.
api-help-param-limit (discusión) (Traducir) No se permite más de $1.
api-help-param-limit2 (discusión) (Traducir) No se permite más de $1 ($2 para los bots).
api-help-param-limited-in-miser-mode (discusión) (Traducir) <strong>Note:</strong> Due to [[mw:Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.
api-help-param-list (discusión) (Traducir) {{PLURAL:$1|1=Uno de los siguientes valores|2=Valores (separados por <kbd>{{!}}</kbd>)}}: $2
api-help-param-list-can-be-empty (discusión) (Traducir) {{PLURAL:$1|0=Debe estar vacío|Puede estar vacío, o $2}}
api-help-param-multi-max (discusión) (Traducir) El número máximo de los valores es {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} para los bots).
api-help-param-multi-separate (discusión) (Traducir) Separar los valores con <kbd>|</kbd>.
api-help-param-no-description (discusión) (Traducir) <span class="apihelp-empty">(sin descripción)</span>
api-help-param-required (discusión) (Traducir) Este parámetro es obligatorio.
Primera página
Última página