X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fi18n%2Fen.json;h=fc8ba1f54f5575b1258ca34e2c88e734b6c2f63e;hb=a5aea1c11caeb4acf8621ceac6b4d2b29095eea6;hp=614fa47c76517d5c35d1881146a9a7694518110b;hpb=380ab6271806ca93c6d2472f4753915258e0619f;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 614fa47c76..fc8ba1f54f 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -565,7 +565,6 @@ "botpasswords-label-resetpassword": "Reset the password", "botpasswords-label-grants": "Applicable grants:", "botpasswords-help-grants": "Each grant gives access to listed user rights that a user account already has. See the [[Special:ListGrants|table of grants]] for more information.", - "botpasswords-label-restrictions": "Usage restrictions:", "botpasswords-label-grants-column": "Granted", "botpasswords-bad-appid": "The bot name \"$1\" is not valid.", "botpasswords-insert-failed": "Failed to add bot name \"$1\". Was it already added?", @@ -610,8 +609,8 @@ "passwordreset-emailelement": "Username:\n$1\n\nTemporary password:\n$2", "passwordreset-emailsentemail": "If this email address is associated with your account, then a password reset email will be sent.", "passwordreset-emailsentusername": "If there is an email address associated with this username, then a password reset email will be sent.", - "passwordreset-emailsent-capture2": "The password reset {{PLURAL:$1|email has|emails have}} been sent. The {{PLURAL:$1|username and password|list of usernames and passwords}} is shown below.", - "passwordreset-emailerror-capture2": "Emailing the {{GENDER:$2|user}} failed: $1 The {{PLURAL:$3|username and password|list of usernames and passwords}} is shown below.", + "passwordreset-emailsent-capture2": "The password reset {{PLURAL:$1|email has|emails have}} been sent. The {{PLURAL:$1|username and password|list of usernames and passwords}} is shown here.", + "passwordreset-emailerror-capture2": "Emailing the {{GENDER:$2|user}} failed: $1 The {{PLURAL:$3|username and password|list of usernames and passwords}} is shown here.", "passwordreset-nocaller": "A caller must be provided", "passwordreset-nosuchcaller": "Caller does not exist: $1", "passwordreset-ignored": "The password reset was not handled. Maybe no provider was configured?", @@ -994,7 +993,7 @@ "searchprofile-advanced-tooltip": "Search in custom namespaces", "search-result-size": "$1 ({{PLURAL:$2|1 word|$2 words}})", "search-result-category-size": "{{PLURAL:$1|1 member|$1 members}} ({{PLURAL:$2|1 subcategory|$2 subcategories}}, {{PLURAL:$3|1 file|$3 files}})", - "search-redirect": "(redirect $1)", + "search-redirect": "(redirect from $1)", "search-section": "(section $1)", "search-category": "(category $1)", "search-file-match": "(matches file content)", @@ -1531,6 +1530,7 @@ "upload-dialog-disabled": "File uploads using this dialog are disabled on this wiki.", "upload-dialog-title": "Upload file", "upload-dialog-button-cancel": "Cancel", + "upload-dialog-button-back": "Back", "upload-dialog-button-done": "Done", "upload-dialog-button-save": "Save", "upload-dialog-button-upload": "Upload", @@ -3789,6 +3789,18 @@ "htmlform-cloner-create": "Add more", "htmlform-cloner-delete": "Remove", "htmlform-cloner-required": "At least one value is required.", + "htmlform-date-placeholder": "YYYY-MM-DD", + "htmlform-time-placeholder": "HH:MM:SS", + "htmlform-datetime-placeholder": "YYYY-MM-DD HH:MM:SS", + "htmlform-date-invalid": "The value you specified is not a recognized date. Try using YYYY-MM-DD format.", + "htmlform-time-invalid": "The value you specified is not a recognized time. Try using HH:MM:SS format.", + "htmlform-datetime-invalid": "The value you specified is not a recognized date and time. Try using YYYY-MM-DD HH:MM:SS format.", + "htmlform-date-toolow": "The value you specified is before the earliest allowed date of $1.", + "htmlform-date-toohigh": "The value you specified is after the latest allowed date of $1.", + "htmlform-time-toolow": "The value you specified is before the earliest allowed time of $1.", + "htmlform-time-toohigh": "The value you specified is after the latest allowed time of $1.", + "htmlform-datetime-toolow": "The value you specified is before the earliest allowed date and time of $1.", + "htmlform-datetime-toohigh": "The value you specified is after the latest allowed date and time of $1.", "htmlform-title-badnamespace": "[[:$1]] is not in the \"{{ns:$2}}\" namespace.", "htmlform-title-not-creatable": "\"$1\" is not a creatable page title", "htmlform-title-not-exists": "$1 does not exist.", @@ -3895,7 +3907,6 @@ "feedback-external-bug-report-button": "File a technical task", "feedback-dialog-title": "Submit feedback", "feedback-dialog-intro": "You can use the easy form below to submit your feedback. Your comment will be added to the page \"$1\", along with your username.", - "feedback-error-title": "Error", "feedback-error1": "Error: Unrecognized result from API", "feedback-error2": "Error: Edit failed", "feedback-error3": "Error: No response from API", @@ -4209,5 +4220,8 @@ "unlinkaccounts-success": "The account was unlinked.", "authenticationdatachange-ignored": "The authentication data change was not handled. Maybe no provider was configured?", "userjsispublic": "Please note: JavaScript subpages should not contain confidential data as they are viewable by other users.", - "usercssispublic": "Please note: CSS subpages should not contain confidential data as they are viewable by other users." + "usercssispublic": "Please note: CSS subpages should not contain confidential data as they are viewable by other users.", + "restrictionsfield-badip": "Invalid IP address or range: $1", + "restrictionsfield-label": "Allowed IP ranges:", + "restrictionsfield-help": "One IP address or CIDR range per line. To enable everything, use
0.0.0.0/0
::/0" }