Bug 1260390 - Add localization note to 'content_notification_title_plural' string. r=grisha draft
authorSebastian Kaspari <s.kaspari@gmail.com>
Thu, 31 Mar 2016 11:47:52 +0200
changeset 346234 cb336a4483a1c387a04173d7a2c59c35d7a3ebdc
parent 345849 a8cb004e06e7c61c6ca3676e2c0d33773882e702
child 517373 cc78e20cce4684d18d3b84fa899891a6cff9c7ed
push id14297
push users.kaspari@gmail.com
push dateThu, 31 Mar 2016 11:35:16 +0000
reviewersgrisha
bugs1260390
milestone48.0a1
Bug 1260390 - Add localization note to 'content_notification_title_plural' string. r=grisha MozReview-Commit-ID: 96f8bQoF5bL
mobile/android/base/locales/en-US/android_strings.dtd
--- a/mobile/android/base/locales/en-US/android_strings.dtd
+++ b/mobile/android/base/locales/en-US/android_strings.dtd
@@ -257,16 +257,20 @@
      text of a notification; we expect only one tab queued. -->
 <!ENTITY tab_queue_notification_text_singular2 "1 tab waiting">
 
 <!-- Localization note (tab_queue_notification_settings): This notification text is shown if a tab
      has been queued but we are missing the system permission to show an overlay. -->
 <!ENTITY tab_queue_notification_settings "To \&quot;Open multiple links\&quot;, please enable the \'Draw over other apps\' permission for &brandShortName;">
 
 <!ENTITY content_notification_summary "&brandShortName;">
+<!-- Localization note (content_notification_title_plural): &formatD; will be replaced with the number of websites that
+     have been updated (new content is available). The number of websites is always more than one (>= 2). For a single
+     update the website title is used instead of this string.
+     We can't use Android plural forms, sadly. See Bug #753859. -->
 <!ENTITY content_notification_title_plural "&formatD; websites updated">
 <!ENTITY content_notification_action_settings "Notifications Setting">
 <!-- Localization note (content_notification_updated_on): &formatS; will be replaced with a medium sized version of the
      date, depending on locale. For en_US this is for example: Feb 24, 2016. For more details see the Android developer
      documentation for DateFormat.getMediumDateFormat(). -->
 <!ENTITY content_notification_updated_on "Updated on &formatS;">
 
 <!ENTITY pref_char_encoding "Character encoding">