Add strings for Documents&Other split

Adding strings that are used for Documents&Other
category split in Settings > Storage

Bug: 328505030
Test: atest StorageItemPreferenceControllerTest
Test: atest StorageCacheHelperTest
Change-Id: I8b8d0cc96d85273da878655295f3d0919f46a46c
This commit is contained in:
alukin
2024-03-13 14:30:24 +00:00
parent d6006b79f1
commit 124040e17e

View File

@@ -10762,6 +10762,12 @@
<!-- Preference label for the Audio storage section. [CHAR LIMIT=50] --> <!-- Preference label for the Audio storage section. [CHAR LIMIT=50] -->
<string name="storage_audio">Audio</string> <string name="storage_audio">Audio</string>
<!-- Preference label for the Documents storage section. [CHAR LIMIT=50] -->
<string name="storage_documents">Documents</string>
<!-- Preference label for the Other storage section. [CHAR LIMIT=50] -->
<string name="storage_other">Other</string>
<!-- Preference label for the Apps storage section. [CHAR LIMIT=50] --> <!-- Preference label for the Apps storage section. [CHAR LIMIT=50] -->
<string name="storage_apps">Apps</string> <string name="storage_apps">Apps</string>