Merge "Updated string char-limits to better match available space for data usage." into pi-dev am: 0454317643

am: ebfe3a9fd6

Change-Id: I3408888a7d0e89aec88658e4ad0742b3011906c9
This commit is contained in:
Jan Nordqvist
2018-04-19 11:50:11 -07:00
committed by android-build-merger

View File

@@ -9070,13 +9070,13 @@
<!-- Data usage remaining string [CHAR LIMIT=30] -->
<string name="data_used"><xliff:g name="bytes" example="2 GB">^1</xliff:g> used</string>
<!-- Data usage remaining string [CHAR LIMIT=30] -->
<!-- Data usage remaining string [CHAR LIMIT=13] -->
<string name="data_used_formatted"><xliff:g name="value" example="500">^1</xliff:g> <xliff:g name="units" example="GB">^2</xliff:g> used</string>
<!-- Data usage over limit string [CHAR LIMIT=30] -->
<!-- Data usage over limit string [CHAR LIMIT=13] -->
<string name="data_overusage"><xliff:g name="bytes" example="2 GB">^1</xliff:g> over</string>
<!-- Optional part of data usage showing the remaining amount [CHAR LIMIT=30] -->
<!-- Optional part of data usage showing the remaining amount [CHAR LIMIT=13] -->
<string name="data_remaining"><xliff:g name="bytes" example="2 GB">^1</xliff:g> left</string>
<!-- Informational text about time left in billing cycle [CHAR LIMIT=60] -->