From 2e1e1059b049f197e16777b7c6a3967e1cdd836b Mon Sep 17 00:00:00 2001
From: Universal Omega <54654040+Universal-Omega@users.noreply.github.com>
Date: Sun, 13 Mar 2022 13:13:10 -0600
Subject: [PATCH] Add missing i18n error messages (#112)
---
i18n/en.json | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/i18n/en.json b/i18n/en.json
index 18ea400..8bef17a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -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: $1
.",
- "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: $2
.",
"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: $1= empty string (no limit) | n
, with n
a positive integer.",
@@ -35,18 +35,20 @@
"dpl_log_21": "Query: $0
",
"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.
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.
Error message was:
$2",
- "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.
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.
Error message was:
$2",
+ "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"
}