Merge "Make plural entries correct"

This commit is contained in:
jenkins-bot 2014-09-11 11:35:58 +00:00 committed by Gerrit Code Review
commit 922990408f

View file

@ -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, <a href=\"$2\" style=\"text-decoration:none; color: #3868B0;\">check your preferences</a>.<br />\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": "<b>Notifications</b>",
"echo-overlay-title-overflow": "<b>{{PLURAL:$1|Notifications}}</b> (showing $1 of $2 unread)",
"echo-overlay-title-overflow": "<b>{{PLURAL:$1|Notification|Notifications}}</b> (showing $1 of $2 unread)",
"echo-mark-all-as-read": "Mark all as read",
"echo-date-today": "Today",
"echo-date-yesterday": "Yesterday",