Add missing i18n error messages (#112)

This commit is contained in:
Universal Omega 2022-03-13 13:13:10 -06:00 committed by GitHub
parent 90c3c0ee6c
commit 2e1e1059b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,9 +21,9 @@
"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_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 (f.e. 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_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.",
@ -35,18 +35,20 @@
"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: 'runFromProtectedPagesOnly' 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 DPL extension (version $1) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DPL 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/><tt>$2</tt>",
"dpl-tag-tracking-category": "Pages using DynamicPageList parser tag",
"dpl-intersection-tracking-category": "Pages using DynamicPageList Intersection parser tag",
"dpl-parserfunc-tracking-category": "Pages using DynamicPageList parser function",
"dplnum-parserfunc-tracking-category": "Pages using DynamicPageList dplnum parser function",
"dplvar-parserfunc-tracking-category": "Pages using DynamicPageList dplvar parser function",
"dplreplace-parserfunc-tracking-category": "Pages using DynamicPageList dplreplace parser function",
"dplchapter-parserfunc-tracking-category": "Pages using DynamicPageList dplchapter parser function",
"dplmatrix-parserfunc-tracking-category": "Pages using DynamicPageList dplmatrix parser function",
"right-dpl_param_delete_rules": "Mass deletion of pages using DPL",
"right-dpl_param_update_rules": "Mass update of pages using DPL"
"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/><tt>$2</tt>",
"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"
}