OSDN Git Service

Update strings
authorfanzhang172 <zhfan@google.com>
Thu, 27 Apr 2017 23:32:08 +0000 (16:32 -0700)
committerfanzhang172 <zhfan@google.com>
Thu, 27 Apr 2017 23:41:13 +0000 (16:41 -0700)
Fix: 37621709
Bug: 37640842
Test: manual

Change-Id: Ie2c23341b3104daca5d1d809b11e4d1c1bc090df

res/values/strings.xml

index 95610fe..ae1c2ec 100644 (file)
         <item quantity="other"><xliff:g id="count">%1$d</xliff:g> print services on</item>
     </plurals>
 
+    <!-- Print setting summary in settings screenm indicating how many print jobs are active [CHAR LIMIT=None] -->
+    <plurals name="print_jobs_summary">
+        <item quantity="one">1 print job</item>
+        <item quantity="other"><xliff:g id="count">%1$d</xliff:g> print jobs</item>
+    </plurals>
+
     <!-- Title for print service settings screen [CHAR LIMIT=25] -->
     <string name="print_settings_title">Print services</string>
 
     <string name="data_saver_title">Data saver</string>
 
     <!-- Button that leads to list of apps with unrestricted data access [CHAR LIMIT=60] -->
-    <string name="unrestricted_data_saver">Unrestricted data access</string>
+    <string name="unrestricted_data_saver">Unrestricted data</string>
 
     <!-- Description of message shown when app is blacklisted for background data access [CHAR LIMIT=NONE] -->
     <string name="restrict_background_blacklisted">Background data is turned off</string>