Merge "Add tablet-specific version of string" into tm-dev am: 05f0f0926b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18152968 Change-Id: I03a560e10aead4da51bede37dbaf6712e20e3954 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2243,7 +2243,9 @@
|
|||||||
<!-- Text informing the user that their media is now playing on a different device (deviceName). [CHAR LIMIT=50] -->
|
<!-- Text informing the user that their media is now playing on a different device (deviceName). [CHAR LIMIT=50] -->
|
||||||
<string name="media_transfer_playing_different_device">Playing on <xliff:g id="deviceName" example="My Tablet">%1$s</xliff:g></string>
|
<string name="media_transfer_playing_different_device">Playing on <xliff:g id="deviceName" example="My Tablet">%1$s</xliff:g></string>
|
||||||
<!-- Text informing the user that their media is now playing on this device. [CHAR LIMIT=50] -->
|
<!-- Text informing the user that their media is now playing on this device. [CHAR LIMIT=50] -->
|
||||||
<string name="media_transfer_playing_this_device">Playing on this phone</string>
|
<string name="media_transfer_playing_this_device" product="default">Playing on this phone</string>
|
||||||
|
<!-- Text informing the user that their media is now playing on this tablet device. [CHAR LIMIT=50] -->
|
||||||
|
<string name="media_transfer_playing_this_device" product="tablet">Playing on this tablet</string>
|
||||||
<!-- Text informing the user that the media transfer has failed because something went wrong. [CHAR LIMIT=50] -->
|
<!-- Text informing the user that the media transfer has failed because something went wrong. [CHAR LIMIT=50] -->
|
||||||
<string name="media_transfer_failed">Something went wrong. Try again.</string>
|
<string name="media_transfer_failed">Something went wrong. Try again.</string>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user