OSDN Git Service

New strings for Storage settings revamp.
authorDaniel Nishi <dhnishi@google.com>
Fri, 24 Mar 2017 20:56:32 +0000 (13:56 -0700)
committerDaniel Nishi <dhnishi@google.com>
Fri, 24 Mar 2017 20:56:32 +0000 (13:56 -0700)
Change-Id: Ic893ff8fd0d0c6ae7daae65798c83567782681ce
Fixes: 36197674
Test: None

res/values/strings.xml

index 9f8584e..c9b8c8c 100644 (file)
     <!-- Manage applications, individual application info screen,label under Storage heading.  The total storage space taken up by this app. -->
     <string name="total_size_label">Total</string>
     <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the application itself (for example, the java compield files and things like that) -->
-    <string name="application_size_label">App</string>
+    <string name="application_size_label">App size</string>
     <!--  Manage applications, individual application info screen, label under Storage heading.  The amount of space taken up by the app's code on USB storage [CHARSIZE=40] -->
     <string name="external_code_size_label">USB storage app</string>
     <!-- Manage applications, individual application info screen, label under Storage heading.  The amount of sapce taken up by the app's data (for example, downloaded emails or something like that) -->
-    <string name="data_size_label">Data</string>
+    <string name="data_size_label">User data</string>
     <!--  Manage applications, individual application info screen, label under Storage heading.  The amount of space taken up by the app's data on USB storage [CHARSIZE=40] -->
     <string name="external_data_size_label" product="nosdcard">USB storage data</string>
     <!--  Manage applications, individual application info screen, label under Storage heading.  The amount of space taken up by the app's data on the SD card [CHARSIZE=40] -->
     <!-- Warning for when the automatic storage manager is turned off. [CHAR LIMIT=NONE] -->
     <string name="automatic_storage_manager_deactivation_warning">Turn off the storage manager?</string>
 
+    <!-- Preference label for the Movies & TV apps section [CHAR LIMIT=50] -->
+    <string name="storage_movies_tv">Movie &amp; TV apps</string>
+
+    <!-- Title for the installed app info storage page. The total storage space taken up by this app. [CHAR LIMIT=40]-->
+    <string name="app_info_storage_title">Space used</string>
+
 </resources>