cecb3cd3fa30c33b6deb35667dfcab4afc828b13
[lhc/web/wiklou.git] / includes / api / i18n / qqq.json
1 {
2 "@metadata": {
3 "authors": []
4 },
5
6 "apihelp-main-description": "{{doc-apihelp-description|main}}",
7 "apihelp-main-param-action": "{{doc-apihelp-param|main|action}}",
8 "apihelp-main-param-format": "{{doc-apihelp-param|main|format}}",
9 "apihelp-main-param-maxlag": "{{doc-apihelp-param|main|maxlag}}",
10 "apihelp-main-param-smaxage": "{{doc-apihelp-param|main|smaxage}}",
11 "apihelp-main-param-maxage": "{{doc-apihelp-param|main|maxage}}",
12 "apihelp-main-param-assert": "{{doc-apihelp-param|main|assert}}",
13 "apihelp-main-param-requestid": "{{doc-apihelp-param|main|requestid}}",
14 "apihelp-main-param-servedby": "{{doc-apihelp-param|main|servedby}}",
15 "apihelp-main-param-curtimestamp": "{{doc-apihelp-param|main|curtimestamp}}",
16 "apihelp-main-param-origin": "{{doc-apihelp-param|main|origin}}",
17 "apihelp-main-param-uselang": "{{doc-apihelp-param|main|uselang}}",
18
19 "apihelp-help-description": "{{doc-apihelp-description|help}}",
20 "apihelp-help-param-modules": "{{doc-apihelp-param|help|modules}}",
21 "apihelp-help-param-submodules": "{{doc-apihelp-param|help|submodules}}",
22 "apihelp-help-param-recursivesubmodules": "{{doc-apihelp-param|help|recursivesubmodules}}",
23 "apihelp-help-param-helpformat": "{{doc-apihelp-param|help|helpformat}}",
24 "apihelp-help-param-wrap": "{{doc-apihelp-param|help|wrap}}",
25 "apihelp-help-param-toc": "{{doc-apihelp-param|help|toc}}",
26 "apihelp-help-example-main": "{{doc-apihelp-example|help}}",
27 "apihelp-help-example-recursive": "{{doc-apihelp-example|help}}",
28 "apihelp-help-example-help": "{{doc-apihelp-example|help}}",
29 "apihelp-help-example-query": "{{doc-apihelp-example|help}}",
30
31 "api-help-title": "Page title for the auto-generated help output",
32 "api-help-lead": "Text displayed at the top of the API help page",
33 "api-help-main-header": "Text for the header of the main module",
34 "api-help-fallback-description": "{{notranslate}}",
35 "api-help-fallback-parameter": "{{notranslate}}",
36 "api-help-fallback-example": "{{notranslate}}",
37 "api-help-flags": "{{optional}} Label for the API help flags box\n\nParameters:\n* $1 - Number of flags to be displayed",
38 "api-help-flag-deprecated": "Flag displayed for an API module that is deprecated",
39 "api-help-flag-internal": "Flag displayed for an API module that is considered internal or unstable",
40 "api-help-flag-readrights": "Flag displayed for an API module that requires read rights",
41 "api-help-flag-writerights": "Flag displayed for an API module that requires write rights",
42 "api-help-flag-mustbeposted": "Flag displayed for an API module that only accepts POST requests",
43 "api-help-flag-generator": "Flag displayed for an API module that can be used as a generator",
44 "api-help-help-urls": "{{optional}} Label for the API help urls section\n\nParameters:\n* $1 - Number of urls to be displayed",
45 "api-help-parameters": "Label for the API help parameters section\n\nParameters:\n* $1 - Number of parameters to be displayed",
46 "api-help-param-deprecated": "Displayed in the API help for any deprecated parameter",
47 "api-help-param-required": "Displayed in the API help for any required parameter",
48 "api-help-param-list": "Used to display the possible values for a parameter taking a list of values\n\nParameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values\n* $2 - Comma-separated list of values, possibly formatted using {{msg-mw|api-help-param-list-can-be-empty}}",
49 "api-help-param-list-can-be-empty": "Used to indicate that one of the possible values in the list is the empty string.\n\nParameters:\n* $1 - Number of items in the rest of the list; may be 0\n* $2 - Remainder of the list as a comma-separated string",
50 "api-help-param-limit": "Used to display the maximum value of a limit parameter\n\nParameters:\n* $1 - Maximum value",
51 "api-help-param-limit2": "Used to display the maximum values of a limit parameter\n\nParameters:\n* $1 - Maximum value without the apihighlimits right\n* $2 - Maximum value with the apihighlimits right",
52 "api-help-param-integer-min": "Used to display an integer parameter with a minimum but no maximum value\n\nParameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values\n* $2 - Minimum value\n* $3 - unused\n\nSee also:\n* {{msg-mw|api-help-param-integer-max}}\n* {{msg-mw|api-help-param-integer-minmax}}",
53 "api-help-param-integer-max": "Used to display an integer parameter with a maximum but no minimum value\n\nParameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values\n* $2 - unused\n* $3 - Maximum value\n\nSee also:\n* {{msg-mw|api-help-param-integer-min}}\n* {{msg-mw|api-help-param-integer-minmax}}",
54 "api-help-param-integer-minmax": "Used to display an integer parameter with a maximum and minimum values\n\nParameters:\n* $1 - 1 if the parameter takes one value, 2 if the parameter takes any number of values\n* $2 - Minimum value\n* $3 - Maximum value\n\nSee also:\n* {{msg-mw|api-help-param-integer-min}}\n* {{msg-mw|api-help-param-integer-max}}",
55 "api-help-param-upload": "{{technical}} Used to indicate that an 'upload'-type parameter must be posted as a file upload using multipart/form-data",
56 "api-help-param-multi-separate": "Used to indicate how to separate multiple values. Not used with {{msg-mw|api-help-param-list}}.",
57 "api-help-param-multi-max": "Used to indicate the maximum number of values accepted for a multi-valued parameter.\n\nParameters:\n* $1 - Maximum value without the apihighlimits right\n* $2 - Maximum value with the apihighlimits right",
58 "api-help-param-default": "Used to display the default value for an API parameter\n\nParameters:\n* $1 - Default value\n\nSee also:\n* {{msg-mw|api-help-param-default-empty}}",
59 "api-help-param-default-empty": "Used to display the default value for an API parameter when that default is an empty value\n\nSee also:\n* {{msg-mw|api-help-param-default}}",
60 "api-help-param-token": "{{doc-apihelp-param|description=any 'token' parameter|paramstart=3|params=\n* $1 - Token type|noseealso=1}}",
61 "api-help-param-no-description": "Displayed on API parameters that lack any description",
62 "api-help-examples": "Label for the API help examples section\n\nParameters:\n* $1 - Number of examples to be displayed",
63 "api-help-permissions": "Label for the \"permissions\" section in the main module's help output.\n\nParameters:\n* $1 - Number of permissions displayed",
64 "api-help-permissions-granted-to": "Used to introduce the list of groups each permission is assigned to.\n\nParameters:\n* $1 - Number of groups\n* $2 - List of group names, comma-separated",
65 "api-help-right-apihighlimits": "{{technical}}{{doc-right|apihighlimits|prefix=api-help}}\nThis message is used instead of {{msg-mw|right-apihighlimits}} in the API help to display the actual limits.\n\nParameters:\n* $1 - Limit for slow queries\n* $2 - Limit for fast queries",
66
67 "api-credits-header": "Header for the API credits section in the API help output",
68 "api-credits": "API credits text, displayed in the API help output"
69 }