From 97c8005a4df93ae90fe9a31a9efeecbdff900e52 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 23 May 2015 14:23:14 +0200 Subject: [PATCH] Add explicit plural for number of bytes Reported by Purodha at https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Title-invalid-too-long/ksh Change-Id: I5555826ce3f71741696cbb2ef2521fe1ff7e6253 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index cc8c4c44f1..4647db2aa3 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -347,7 +347,7 @@ "title-invalid-characters": "The requested page title contains invalid characters: \"$1\".", "title-invalid-relative": "Title has relative path. Relative page titles (./, ../) are invalid, because they will often be unreachable when handled by user's browser.", "title-invalid-magic-tilde": "The requested page title contains invalid magic tilde sequence (~~~).", - "title-invalid-too-long": "The requested page title is too long. It must be no longer than $1 bytes in UTF-8 encoding.", + "title-invalid-too-long": "The requested page title is too long. It must be no longer than $1 {{PLURAL:$1|byte|bytes}} in UTF-8 encoding.", "title-invalid-leading-colon": "The requested page title contains an invalid colon at the beginning.", "perfcached": "The following data is cached and may not be up to date. A maximum of {{PLURAL:$1|one result is|$1 results are}} available in the cache.", "perfcachedts": "The following data is cached, and was last updated $1. A maximum of {{PLURAL:$4|one result is|$4 results are}} available in the cache.", -- 2.20.1