Add visibility for the user during app restoring
When the app is restoring the button's text will be constantly updated until the app is restored. Test: manual Bug: 304255818 Change-Id: Id5da0923e5f9f3e45889e10c017a3f3dc3f8bd95
This commit is contained in:
@@ -3945,6 +3945,14 @@
|
||||
<string name="archive">Archive</string>
|
||||
<!-- Manage applications, text label for button to restore an application. Restoring means installing the archived app. -->
|
||||
<string name="restore">Restore</string>
|
||||
<!-- Manage applications, text label for button while the application is restoring. -->
|
||||
<string name="restoring_step_one">Restoring</string>
|
||||
<!-- Manage applications, text label for button while the application is restoring. -->
|
||||
<string name="restoring_step_two">Restoring.</string>
|
||||
<!-- Manage applications, text label for button while the application is restoring. -->
|
||||
<string name="restoring_step_three">Restoring..</string>
|
||||
<!-- Manage applications, text label for button while the application is restoring. -->
|
||||
<string name="restoring_step_four">Restoring...</string>
|
||||
<!-- 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) -->
|
||||
|
Reference in New Issue
Block a user