From: jenkins-bot Date: Fri, 24 Feb 2017 14:49:31 +0000 (+0000) Subject: Merge "Better punctuation in apiwarn-toomanyvalues" X-Git-Tag: 1.31.0-rc.0~3983 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=2ca666afe705b2810e1250389a5119db7280e051;p=lhc%2Fweb%2Fwiklou.git Merge "Better punctuation in apiwarn-toomanyvalues" --- 2ca666afe705b2810e1250389a5119db7280e051 diff --cc includes/api/i18n/en.json index 7b2bcfd87d,974cd4fed0..f9de7255cd --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@@ -1789,9 -1789,9 +1789,9 @@@ "apiwarn-redirectsandrevids": "Redirect resolution cannot be used together with the revids parameter. Any redirects the revids point to have not been resolved.", "apiwarn-tokennotallowed": "Action \"$1\" is not allowed for the current user.", "apiwarn-tokens-origin": "Tokens may not be obtained when the same-origin policy is not applied.", - "apiwarn-toomanyvalues": "Too many values supplied for parameter $1: the limit is $2.", + "apiwarn-toomanyvalues": "Too many values supplied for parameter $1. The limit is $2.", "apiwarn-truncatedresult": "This result was truncated because it would otherwise be larger than the limit of $1 bytes.", - "apiwarn-unclearnowtimestamp": "Passing \"$2\" for timestamp parameter $1 has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use now.", + "apiwarn-unclearnowtimestamp": "Passing \"$2\" for timestamp parameter $1 has been deprecated. If for some reason you need to explicitly specify the current time without calculating it client-side, use now.", "apiwarn-unrecognizedvalues": "Unrecognized {{PLURAL:$3|value|values}} for parameter $1: $2.", "apiwarn-unsupportedarray": "Parameter $1 uses unsupported PHP array syntax.", "apiwarn-urlparamwidth": "Ignoring width value set in $1urlparam ($2) in favor of width value derived from $1urlwidth/$1urlheight ($3).",