From 4f84120386829f87ad7f58f12a903b72f48624fd Mon Sep 17 00:00:00 2001 From: lokal-profil Date: Mon, 1 Sep 2014 15:02:51 +0200 Subject: [PATCH] Make plural entries correct Changes three singular forms of messages already supporting plural. Affected messages: * echo-notification-alert * echo-notification-message * echo-overlay-title-overflow First reported at: * https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Echo-notification-alert/es * https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Echo-notification-message/es Change-Id: Ifcaade5e141c801c6e546d2098578c933d60434e --- i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index cebee3e7d..e71689e10 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -94,13 +94,13 @@ "echo-email-batch-body-default": "You have a new notification.", "echo-email-footer-default": "$2\n\nTo control which emails we send you, check your preferences:\n{{canonicalurl:{{#special:Preferences}}#mw-prefsection-echo}}\n\n$1", "echo-email-footer-default-html": "To control which emails we send you, check your preferences.
\n$1", - "echo-notification-alert": "{{PLURAL:$1|Alerts ($1)|Alerts ($1)|100=Alerts (99+)}}", - "echo-notification-message": "{{PLURAL:$1|Messages ($1)|Messages ($1)|100=Messages (99+)}}", + "echo-notification-alert": "{{PLURAL:$1|Alert ($1)|Alerts ($1)|100=Alerts (99+)}}", + "echo-notification-message": "{{PLURAL:$1|Message ($1)|Messages ($1)|100=Messages (99+)}}", "echo-notification-alert-text-only": "Alerts", "echo-notification-message-text-only": "Messages", "echo-overlay-link": "All notifications", "echo-overlay-title": "Notifications", - "echo-overlay-title-overflow": "{{PLURAL:$1|Notifications}} (showing $1 of $2 unread)", + "echo-overlay-title-overflow": "{{PLURAL:$1|Notification|Notifications}} (showing $1 of $2 unread)", "echo-mark-all-as-read": "Mark all as read", "echo-date-today": "Today", "echo-date-yesterday": "Yesterday",