DynamicPageList3/i18n/en.json
Amir E. Aharoni 2fb5d554a8
Replace <tt> with <code> (#289)
The MediaWiki linter reports <tt> as an
obsolete HTML tag on translatewiki.
<code> is commonly used for the same purpose.
2024-09-30 12:06:20 +08:00

55 lines
5.6 KiB
JSON

{
"@metadata": {
"authors": [
"Dangerman",
"Universal Omega"
]
},
"intersection-desc": "Outputs a bulleted list of the most recent items residing in a category, or an intersection of several categories",
"intersection_toomanycats": "Error: Too many categories!",
"intersection_toofewcats": "Error: Too few categories!",
"intersection_noresults": "Error: No results!",
"intersection_noincludecats": "Error: You need to include at least one category, or specify a namespace!",
"intersection_pcerror": "This list cannot be displayed because the servers are overloaded. Please try again later.",
"dpl-desc": "A highly flexible report generator for MediaWikis",
"dpl_log_1": "Error: Wrong '$1' parameter: '$2'! Help: <code>$1= <i>empty string</i> (Main)$3</code>.",
"dpl_log_2": "Error: Wrong '$1' parameter: '$2'! Help: <code>$1= <i>full pagename</i></code>.",
"dpl_log_3": "Error: Too many categories! Maximum: $1. Help: increase <code>$wgDplSettings['maxCategoryCount']</code> to specify more categories or set <code>$wgDplSettings['allowUnlimitedCategories'] = true;</code> for no limitation. (Set the variable in the wiki's <code>LocalSettings.php</code> configuration file.)",
"dpl_log_4": "Error: Too few categories! Minimum: $1. Help: decrease <code>$wgDplSettings['minCategoryCount']</code> to specify fewer categories. (Set the variable in the wiki's <code>LocalSettings.php</code> configuration file.)",
"dpl_log_5": "Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants",
"dpl_log_6": "Error: At least one category must be chosen to use 'addfirstcategorydate=true' or 'ordermethod=categoryadd'.",
"dpl_log_7": "Error: If you include more than one category, you cannot use 'addfirstcategorydate=true' or 'ordermethod=categoryadd'.",
"dpl_log_8": "Error: Only one date type can be added at a time.",
"dpl_log_9": "Error: The paramater '$1' must be used with 'ordermethod=[ $2 ]'",
"dpl_log_10": "Error: The index for the dominant section must be between 1 and the number of arguments of includepage ($0 in this case)",
"dpl_log_11": "Error: Cannot perform logical operations on the Uncategorized pages (e.g. with the 'category' parameter) because the $0 view does not exist on the database! Help: have the database administrator execute this query: <code>$1</code>.",
"dpl_log_12": "Error: Specifying \"openreferences\" is incompatible with another option specified. Please remove that other option or \"openreferences\". See the manual for details.",
"dpl_log_13": "Warning: Unknown parameter '$1' was ignored. Help: available parameters: <code>$2</code>.",
"dpl_log_14": "Warning: Skipping bad option '$2' for parameter '$1'.",
"dpl_log_15": "Warning: Wrong '$1' parameter: '$2'! Using default: '$3' (no limit). Help: <code>$1= <i>empty string</i> (no limit) | n</code>, with <code>n</code> a positive integer.",
"dpl_log_16": "Warning: No results.",
"dpl_log_17": "Warning: Add* parameters ('adduser', 'addeditdate', etc.)' and 'includepage' have no effect with 'mode=category'. Only the page namespace/title can be viewed in this mode.",
"dpl_log_18": "Warning: 'headingmode=$1' has no effect with 'ordermethod' on a single component. Using: '$2'. Help: you can use not-$2 'headingmode' values with 'ordermethod' on multiple components. The first component is used for headings. E.g. 'ordermethod=category,<i>comp</i>' (<i>comp</i> is another component) for category headings.",
"dpl_log_19": "Warning: 'debug=$1' is not in first position in the DPL element. The new debug settings are not applied before all previous parameters have been parsed and checked.",
"dpl_log_20": "Warning: An infinite transclusion loop is created by page '$0'.",
"dpl_log_21": "Query: <code>$0</code>",
"dpl_log_22": "Warning: No parameter option supplied for '$1'. (Missing '=')",
"dpl_log_23": "Error: List cannot be displayed because the servers are overloaded. Please try again later.",
"dpl_log_24": "Error: <code>$wgDplSettings['runFromProtectedPagesOnly']</code> is set, however the page '$1' is not edit protected.",
"dpl_log_25": "Error: $1",
"dpl_articlecount": "There {{PLURAL:$1|is one article|are $1 articles}} in this heading.",
"action-dpl_param_update_rules": "to use the parameter 'updaterules'",
"action-dpl_param_delete_rules": "to use the parameter 'deleterules'",
"dpl_query_error": "The DynamicPageList3 extension (version $1) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList3 or an error which you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy *? matching patterns are not supported.<br/>Error message was:<br/><code>$2</code>",
"dpl-tag-tracking-category": "Pages using DynamicPageList3 parser tag",
"dpl-intersection-tracking-category": "Pages using DynamicPageList3 Intersection parser tag",
"dpl-parserfunc-tracking-category": "Pages using DynamicPageList3 parser function",
"dplnum-parserfunc-tracking-category": "Pages using DynamicPageList3 dplnum parser function",
"dplvar-parserfunc-tracking-category": "Pages using DynamicPageList3 dplvar parser function",
"dplreplace-parserfunc-tracking-category": "Pages using DynamicPageList3 dplreplace parser function",
"dplchapter-parserfunc-tracking-category": "Pages using DynamicPageList3 dplchapter parser function",
"dplmatrix-parserfunc-tracking-category": "Pages using DynamicPageList3 dplmatrix parser function",
"right-dpl_param_delete_rules": "Mass deletion of pages using DynamicPageList3",
"right-dpl_param_update_rules": "Mass update of pages using DynamicPageList3"
}