Add "This device" string for default internal storage

Bug: 188492974
Test: build pass
Change-Id: I075441f1211b10eeb69f5a85818261d6083a5453
This commit is contained in:
Arc Wang
2021-05-18 15:05:19 +08:00
parent 6062b6491d
commit 1aac3eb017

View File

@@ -11862,6 +11862,9 @@
<!-- Template for concatenating three app names -->
<string name="app_names_concatenation_template_3"><xliff:g id="first_app_name">%1$s</xliff:g>, <xliff:g id="second_app_name">%2$s</xliff:g>, <xliff:g id="third_app_name">%3$s</xliff:g></string>
<!-- Storage Settings dropdown option of default internal storage [CHAR LIMIT=30] -->
<string name="storage_default_internal_storage">This device</string>
<!-- Preference label for the Photos & Videos storage section. [CHAR LIMIT=50] -->
<string name="storage_photos_videos">Photos &amp; videos</string>