aboutsummaryrefslogtreecommitdiffstats
path: root/languages/i18n
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2024-03-26 19:30:34 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2024-03-26 19:30:34 +0000
commit054242ffe5e5be69b268433663897bdf3b4b979c (patch)
tree7c73898f18391ee927ddb45065fef8f81b93b285 /languages/i18n
parentb710112a1066337eb7f30666d0b661dfc1df1de1 (diff)
parenteb29d1424d7a96501d06a7d7e84bbcf338db0d65 (diff)
downloadmediawikicore-054242ffe5e5be69b268433663897bdf3b4b979c.tar.gz
mediawikicore-054242ffe5e5be69b268433663897bdf3b4b979c.zip
Merge "CodexHTMLForm: Add support for fieldset, description, and optional"
Diffstat (limited to 'languages/i18n')
-rw-r--r--languages/i18n/en.json1
-rw-r--r--languages/i18n/qqq.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index fb857a7951e3..56530d89eeda 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -4092,6 +4092,7 @@
"htmlform-int-toohigh": "The value you specified is above the maximum of $1.",
"htmlform-multiselect-toomany": "The number of items you specified is above the maximum of $1.",
"htmlform-required": "This value is required.",
+ "htmlform-optional-flag": "(optional)",
"htmlform-submit": "Submit",
"htmlform-reset": "Undo changes",
"htmlform-selectorother-other": "Other",
diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json
index 6f30eeed655e..07ef0b37405d 100644
--- a/languages/i18n/qqq.json
+++ b/languages/i18n/qqq.json
@@ -4350,6 +4350,7 @@
"htmlform-int-toohigh": "Used as error message in HTML forms. Parameters:\n* $1 - maximum value\nSee also:\n* {{msg-mw|Htmlform-invalid-input}}\n* {{msg-mw|Htmlform-required}}\n* {{msg-mw|Htmlform-float-invalid}}\n* {{msg-mw|Htmlform-int-invalid}}\n* {{msg-mw|Htmlform-int-toolow}}\n* {{msg-mw|Htmlform-select-badoption}}",
"htmlform-multiselect-toomany": "Used as error message in HTML forms when the number of selected items is above the maximum allowed limit. Parameters:\n* $1 - maximum value\nSee also:\n* {{msg-mw|Htmlform-int-toohigh}}\n* {{msg-mw|Htmlform-int-toolow}}",
"htmlform-required": "Used as error message in HTML forms.\n\n* {{msg-mw|Htmlform-invalid-input}}\n* {{msg-mw|Htmlform-float-invalid}}\n* {{msg-mw|Htmlform-int-invalid}}\n* {{msg-mw|Htmlform-int-toolow}}\n* {{msg-mw|Htmlform-int-toohigh}}\n* {{msg-mw|Htmlform-select-badoption}}",
+ "htmlform-optional-flag": "Flag that a field is optional, preferably in parentheses or brackets if applicable",
"htmlform-submit": "The \"Submit\" button on many forms. When the user clicks it, the filled form is sent for processing.\n\n{{Identical|Submit}}",
"htmlform-reset": "{{Identical|Undo}}",
"htmlform-selectorother-other": "Used in drop-down boxes in [[Special:Preferences]] as follows:\n* selection of timezone (date and time tab)\n\n{{Identical|Other}}",