X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fi18n%2Fen.json;h=3136f05bff9c79f05f73abd14701d7af956dc5fa;hb=85ee6b473eac9dee92bf9784c5672864ed760f4f;hp=e04e21f17d9fa623ca65bb282c5f8c382a156e89;hpb=eb53a231a7ec3b5c8f42c056ba041b23ae181b1d;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/i18n/en.json b/languages/i18n/en.json index e04e21f17d..3136f05bff 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?", @@ -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", @@ -1924,6 +1924,9 @@ "apisandbox-results-fixtoken-fail": "Failed to fetch \"$1\" token.", "apisandbox-alert-page": "Fields on this page are not valid.", "apisandbox-alert-field": "The value of this field is not valid.", + "apisandbox-continue": "Continue", + "apisandbox-continue-clear": "Clear", + "apisandbox-continue-help": "{{int:apisandbox-continue}} will [https://www.mediawiki.org/wiki/API:Query#Continuing_queries continue] the last request; {{int:apisandbox-continue-clear}} will clear continuation-related parameters.", "booksources": "Book sources", "booksources-summary": "", "booksources-search-legend": "Search for book sources", @@ -3789,6 +3792,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 +3910,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 +4223,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" }