Mholloway has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/390556 )

Change subject: Minor i18n strings cleanup
......................................................................

Minor i18n strings cleanup

* Replace a couple of occurrences of 'less than' with 'fewer than'
* Remove an accidentally duplicated 'what'
* Add PLURAL directives as needed

Bug: T180199
Change-Id: Ifa2aa6f0580eea269cb512b352f1ad9f647249c9
---
M i18n/en.json
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ReadingLists 
refs/changes/56/390556/1

diff --git a/i18n/en.json b/i18n/en.json
index afa13e0..beb0d4a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -21,8 +21,8 @@
        "readinglists-db-error-missing-list-entry": "All list entries must be 
included in the order ($1 missing).",
        "readinglists-db-error-entry-not-in-list": "List entry $1 does not 
belong to this list.",
        "readinglists-db-error-user-required": "This method cannot be called 
without specifying the user.",
-       "readinglists-db-error-list-limit": "Users cannot have more than $1 
lists.",
-       "readinglists-db-error-entry-limit": "List $1 cannot have more than $2 
entries.",
+       "readinglists-db-error-list-limit": "Users cannot have more than $1 
{{PLURAL:$1|list|lists}}.",
+       "readinglists-db-error-entry-limit": "List $1 cannot have more than $2 
{{PLURAL:$2|entry|entries}}.",
        "readinglists-db-error-too-long": "Value for field $1 cannot be longer 
than $2 bytes.",
        "readinglists-apierror-project-title-param": "<var>$1project</var> and 
<var>$1title</var> must be used together.",
        "readinglists-apierror-too-old": "Timestamps passed to 
<var>$1changedsince</var> cannot be older than <kbd>$2</kbd>.",
@@ -58,7 +58,7 @@
        "apihelp-readinglists+teardown-extended-description": "Removes all 
reading list data for the user. The 
<kbd>[[Special:ApiHelp/readinglists+setup|setup]]</kbd> command must be used if 
the user wishes to begin using reading lists again.",
        "apihelp-readinglists+teardown-example-1": "Disable reading lists for 
the current user.",
        "apihelp-readinglists+create-summary": "Create a new list for the 
current user.",
-       "apihelp-readinglists+create-extended-description": "The user must have 
have less than $1 (non-deleted) lists.",
+       "apihelp-readinglists+create-extended-description": "The user must have 
fewer than $1 (non-deleted) {{PLURAL:$1|list|lists}}.",
        "apihelp-readinglists+create-param-name": "List name.",
        "apihelp-readinglists+create-param-description": "List description.",
        "apihelp-readinglists+create-param-color": "List color. (The meaning 
and range of values is left to the clients.)",
@@ -79,7 +79,7 @@
        "apihelp-readinglists+delete-param-list": "List ID.",
        "apihelp-readinglists+delete-example-1": "Delete the reading list with 
ID <kbd>11</kbd>.",
        "apihelp-readinglists+createentry-summary": "Add a new page to a list 
belonging to the current user.",
-       "apihelp-readinglists+createentry-extended-description": "List entries 
must be unique. Pages are not limited to the wiki where the API is accessed. 
The user must have less than $1 (non-deleted) entries in the list.",
+       "apihelp-readinglists+createentry-extended-description": "List entries 
must be unique. Pages are not limited to the wiki where the API is accessed. 
The user must have fewer than $1 (non-deleted) {{PLURAL:$1|entry|entries}} in 
the list.",
        "apihelp-readinglists+createentry-param-list": "List ID.",
        "apihelp-readinglists+createentry-param-project": "Project name of the 
wiki hosting the page. (Typically this is the domain name of the wiki.)",
        "apihelp-readinglists+createentry-param-title": "Page title.",

-- 
To view, visit https://gerrit.wikimedia.org/r/390556
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa2aa6f0580eea269cb512b352f1ad9f647249c9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ReadingLists
Gerrit-Branch: master
Gerrit-Owner: Mholloway <mhollo...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to