Tots els missatges del sistema

Dreceres ràpides: navegació, cerca

Tot seguit hi ha una llista dels missatges del sistema que es troben en l'espai de noms MediaWiki. La traducció genèrica d'aquests missatges no s'hauria de fer localment sinó en la traducció del programari MediaWiki. Si voleu ajudar-hi, visiteu MediaWiki Localisation i translatewiki.net.

Filtre
Filtra per l'estat de personalització:    
Primera pàgina
Darrera pàgina
Nom Text per defecte
Text actual
api-help-param-token-webui (Discussió) (Tradueix) For compatibility, the token used in the web UI is also accepted.
api-help-param-type-boolean (Discussió) (Tradueix) Type: boolean ([[Special:ApiHelp/main#main/datatypes|details]])
api-help-param-type-integer (Discussió) (Tradueix) Type: {{PLURAL:$1|1=integer|2=list of integers}}
api-help-param-type-limit (Discussió) (Tradueix) Type: integer or <kbd>max</kbd>
api-help-param-type-password (Discussió) (Tradueix)  
api-help-param-type-timestamp (Discussió) (Tradueix) Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatypes|allowed formats]])
api-help-param-type-user (Discussió) (Tradueix) Type: {{PLURAL:$1|1=user name|2=list of user names}}
api-help-param-upload (Discussió) (Tradueix) Must be posted as a file upload using multipart/form-data.
api-help-parameters (Discussió) (Tradueix) {{PLURAL:$1|Parameter|Parameters}}:
api-help-permissions (Discussió) (Tradueix) {{PLURAL:$1|Permission|Permissions}}:
api-help-permissions-granted-to (Discussió) (Tradueix) {{PLURAL:$1|Granted to}}: $2
api-help-right-apihighlimits (Discussió) (Tradueix) Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.
api-help-source (Discussió) (Tradueix) Source: $1
api-help-source-unknown (Discussió) (Tradueix) Source: <span class="apihelp-unknown">unknown</span>
api-help-title (Discussió) (Tradueix) MediaWiki API help
api-pageset-param-converttitles (Discussió) (Tradueix) Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include $1.
api-pageset-param-generator (Discussió) (Tradueix) Get the list of pages to work on by executing the specified query module. <strong>Note:</strong> Generator parameter names must be prefixed with a "g", see examples.
api-pageset-param-pageids (Discussió) (Tradueix) A list of page IDs to work on.
api-pageset-param-redirects-generator (Discussió) (Tradueix) Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>, and in pages returned by <var>$1generator</var>.
api-pageset-param-redirects-nogenerator (Discussió) (Tradueix) Automatically resolve redirects in <var>$1titles</var>, <var>$1pageids</var>, and <var>$1revids</var>.
api-pageset-param-revids (Discussió) (Tradueix) A list of revision IDs to work on.
api-pageset-param-titles (Discussió) (Tradueix) A list of titles to work on.
apihelp (Discussió) (Tradueix) Ajuda de l'API
apihelp-block-description (Discussió) (Tradueix) Bloca un usuari.
apihelp-block-example-ip-simple (Discussió) (Tradueix) Block IP address <kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>.
apihelp-block-example-user-complex (Discussió) (Tradueix) Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending.
apihelp-block-param-allowusertalk (Discussió) (Tradueix) Allow the user to edit their own talk page (depends on <var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).
apihelp-block-param-anononly (Discussió) (Tradueix) Block anonymous users only (i.e. disable anonymous edits for this IP address).
apihelp-block-param-autoblock (Discussió) (Tradueix) Automatically block the last used IP address, and any subsequent IP addresses they try to login from.
apihelp-block-param-expiry (Discussió) (Tradueix) Expiry time. 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 set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire.
apihelp-block-param-hidename (Discussió) (Tradueix) Hide the username from the block log. (Requires the <code>hideuser</code> right).
apihelp-block-param-nocreate (Discussió) (Tradueix) Evita la creació de comptes.
apihelp-block-param-noemail (Discussió) (Tradueix) Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).
apihelp-block-param-reason (Discussió) (Tradueix) Raó del blocatge.
apihelp-block-param-reblock (Discussió) (Tradueix) If the user is already blocked, overwrite the existing block.
apihelp-block-param-user (Discussió) (Tradueix) Username, IP address, or IP address range to block.
apihelp-block-param-watchuser (Discussió) (Tradueix) Watch the user's or IP address's user and talk pages.
apihelp-changeauthenticationdata-description (Discussió) (Tradueix) Change authentication data for the current user.
apihelp-changeauthenticationdata-example-password (Discussió) (Tradueix) Attempt to change the current user's password to <kbd>ExamplePassword</kbd>.
apihelp-checktoken-description (Discussió) (Tradueix) Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
apihelp-checktoken-example-simple (Discussió) (Tradueix) Test the validity of a <kbd>csrf</kbd> token.
apihelp-checktoken-param-maxtokenage (Discussió) (Tradueix) Maximum allowed age of the token, in seconds.
apihelp-checktoken-param-token (Discussió) (Tradueix) Token to test.
apihelp-checktoken-param-type (Discussió) (Tradueix) Type of token being tested.
apihelp-clearhasmsg-description (Discussió) (Tradueix) Clears the <code>hasmsg</code> flag for the current user.
apihelp-clearhasmsg-example-1 (Discussió) (Tradueix) Clear the <code>hasmsg</code> flag for the current user.
apihelp-clientlogin-description (Discussió) (Tradueix) Log in to the wiki using the interactive flow.
apihelp-clientlogin-example-login (Discussió) (Tradueix) Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>.
apihelp-clientlogin-example-login2 (Discussió) (Tradueix) Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>.
apihelp-compare-description (Discussió) (Tradueix) Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed.
Primera pàgina
Darrera pàgina