Merge "Add first pass at a new Storage screen."

This commit is contained in:
Daniel Nishi
2017-01-05 22:35:38 +00:00
committed by Android (Google) Code Review
14 changed files with 703 additions and 21 deletions

View File

@@ -8002,4 +8002,23 @@
<string name="enterprise_privacy_security_logs">Your most recent security log</string>
<!-- Label indicating that the date at which the admin last took a particular action was "never" (i.e. the admin never took the action so far). -->
<string name="enterprise_privacy_never">Never</string>
<!-- Preference label for the Photos & Videos storage section. [CHAR LIMIT=50] -->
<string name="storage_photos_videos">Photos &amp; Videos</string>
<!-- Preference label for the Music & Audio storage section. [CHAR LIMIT=50] -->
<string name="storage_music_audio">Music &amp; Audio</string>
<!-- Preference label for the Games storage section. [CHAR LIMIT=50] -->
<string name="storage_games">Games</string>
<!-- Preference label for the Other apps storage section. [CHAR LIMIT=50] -->
<string name="storage_other_apps">Other apps</string>
<!-- Preference label for the Files storage section. [CHAR LIMIT=50] -->
<string name="storage_files">Files</string>
<!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
<string name="storage_settings_2" >Phone Storage</string>
</resources>