Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions manager-ui/src/main/res/values/strings_store.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
<string name="store_confirming">Waiting for the system prompt…</string>
<string name="store_install_failed">Could not install %1$s</string>
<string name="store_install_failed_reason">Could not install %1$s: %2$s</string>
<!-- The hand-off route's reason, interpolated into the one above. -->
<string name="store_install_unconfirmed">the external installer did not confirm within %1$d minutes</string>
<string name="store_cancel">Cancel</string>

<!-- Information tab -->
Expand Down
Loading