<!-- The format string for when an app has a notification dot (meaning it has associated notifications). -->
<pluralsname="badged_app_label">
<itemquantity="one"><xliff:gid="app_name"example="Messenger">%1$s</xliff:g>, has <xliff:gid="notification_count"example="1">%2$d</xliff:g> notification</item>
<itemquantity="other"><xliff:gid="app_name"example="Messenger">%1$s</xliff:g>, has <xliff:gid="notification_count"example="3">%2$d</xliff:g> notifications</item>
<itemquantity="one"><xliff:gexample="Messenger"id="app_name">%1$s</xliff:g>, has <xliff:gexample="1"id="notification_count">%2$d</xliff:g> notification</item>
<itemquantity="other"><xliff:gexample="Messenger"id="app_name">%1$s</xliff:g>, has <xliff:gexample="3"id="notification_count">%2$d</xliff:g> notifications</item>
</plurals>
<skip/>
...
...
@@ -156,7 +155,7 @@
<!-- Folder accessibility -->
<!-- The format string for when a folder is opened, speaks the dimensions -->
<stringname="folder_opened">Folder opened, <xliff:gid="width"example="5">%1$d</xliff:g> by <xliff:gid="height"example="3">%2$d</xliff:g></string>
<stringname="folder_opened">Folder opened, <xliff:gexample="5"id="width">%1$d</xliff:g> by <xliff:gexample="3"id="height">%2$d</xliff:g></string>
<!-- Instruction that clicking outside will close folder -->
<stringname="folder_tap_to_close">Tap to close folder</string>
<!-- Instruction that clicking outside will commit folder rename -->
<!-- Message explaining to the user that the notification access is required by the app for showing 'Notification dots' [CHAR LIMIT=NONE] -->
<stringname="msg_missing_notification_access">To show Notification Dots, turn on app notifications for <xliff:gid="name"example="My App">%1$s</xliff:g></string>
<stringname="msg_missing_notification_access">To show Notification Dots, turn on app notifications for <xliff:gexample="My App"id="name">%1$s</xliff:g></string>
<!-- Button text in the confirmation dialog which would take the user to the system settings [CHAR LIMIT=50] -->
<!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] -->
<stringname="auto_add_shortcuts_label">Add icon to Home screen</string>
...
...
@@ -236,20 +235,20 @@
You can remove it, or search for the app and install it manually.
</string>
<!-- Title for an app which is being downloaded. -->