X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=languages%2Fi18n%2Fen.json;h=3726ae9ed5c8c893b14640bdaaddc6209fe571a4;hp=4cabfdab4cf422e7e0030e3de0e953504f4513bb;hb=13059f123c8dccc5e015ecec045b504f8688c24e;hpb=07a791ffd1d80c6a8f2ca4dfdbc3f2002ac869fe diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 4cabfdab4c..3726ae9ed5 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1713,7 +1713,7 @@ "lockmanager-fail-closelock": "Could not close lock file for \"$1\".", "lockmanager-fail-deletelock": "Could not delete lock file for \"$1\".", "lockmanager-fail-acquirelock": "Could not acquire lock for \"$1\".", - "lockmanager-fail-openlock": "Could not open lock file for \"$1\".", + "lockmanager-fail-openlock": "Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.", "lockmanager-fail-releaselock": "Could not release lock for \"$1\".", "lockmanager-fail-db-bucket": "Could not contact enough lock databases in bucket $1.", "lockmanager-fail-db-release": "Could not release locks on database $1.", @@ -4425,6 +4425,8 @@ "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\n::/0
", + "edit-error-short": "Error: $1", + "edit-error-long": "Errors:\n\n$1", "revid": "revision $1", "pageid": "page ID $1", "rawhtml-notallowed": "<html> tags cannot be used outside of normal pages.",