Show time to go while encrypting drive

Bug: 15159008
Change-Id: I9bb6f86c2941cbd93572c25716d21691a4fefbef
This commit is contained in:
Paul Lawrence
2014-06-05 07:24:23 -07:00
parent 77d1f1a412
commit b15c68fbf1
2 changed files with 28 additions and 6 deletions

View File

@@ -797,6 +797,10 @@
<!-- Informational text on the progress screen while encrypting the device -->
<string name="crypt_keeper_setup_description" product="default">Wait while your phone
is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
<string name="crypt_keeper_setup_time_remaining" product="tablet">Wait while your tablet
is being encrypted. Time remaining: <xliff:g id="duration" example="1:23">^1</xliff:g></string>
<string name="crypt_keeper_setup_time_remaining" product="default">Wait while your phone
is being encrypted. Time remaining: <xliff:g id="duration" example="1:23">^1</xliff:g></string>
<!-- Informational text on the password entry screen when password entry fails-->
<string name="crypt_keeper_cooldown">Try again in <xliff:g id="delay" example="15">^1</xliff:g> seconds.</string>