diff options
| author | 2023-02-01 00:11:48 +0000 | |
|---|---|---|
| committer | 2023-02-01 00:11:48 +0000 | |
| commit | 74ecc6427ab59594e0042a992edec885c3d422db (patch) | |
| tree | b1e7d4936c25499f765f15790ba3bbd9b8306071 | |
| parent | 46dd8ab547aecf6ff938dc8302af289fdd9d2662 (diff) | |
| parent | f1b42b4c38dc83fc37282f4c5e9d1eb101bdcefd (diff) | |
Merge "Do not translate placeholder/stub dialog design"
| -rw-r--r-- | packages/PackageInstaller/res/values/strings.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/PackageInstaller/res/values/strings.xml b/packages/PackageInstaller/res/values/strings.xml index ae6f71c954ca..ab680b063d6d 100644 --- a/packages/PackageInstaller/res/values/strings.xml +++ b/packages/PackageInstaller/res/values/strings.xml @@ -38,10 +38,11 @@ <!-- Message for updating an existing app [CHAR LIMIT=NONE] --> <string name="install_confirm_question_update">Do you want to update this app?</string> <!-- TODO(b/244413073) Revise the description after getting UX input and UXR on this. --> - <!-- Message for updating an existing app when updating owner changed [CHAR LIMIT=NONE] --> + <!-- Message for updating an existing app when updating owner changed [DO NOT TRANSLATE][CHAR LIMIT=NONE] --> <string name="install_confirm_question_update_owner_changed">Updates to this app are currently managed by <xliff:g id="existing_update_owner">%1$s</xliff:g>.\n\nBy updating, you\'ll get future updates from <xliff:g id="new_update_owner">%2$s</xliff:g> instead.</string> - <!-- Message for updating an existing app with update owner reminder [CHAR LIMIT=NONE] --> - <string name="install_confirm_question_update_owner_reminder">Updates to this app are currently managed by <xliff:g id="existing_update_owner">%1$s</xliff:g>.\n\nDo you want to install this update from <xliff:g id="new_update_owner">%2$s</xliff:g>.</string> + <!-- TODO(b/244413073) Revise the description after getting UX input and UXR on this. --> + <!-- Message for updating an existing app with update owner reminder [DO NOT TRANSLATE][CHAR LIMIT=NONE] --> + <string name="install_confirm_question_update_owner_reminder">Updates to this app are currently managed by <xliff:g id="existing_update_owner">%1$s</xliff:g>.\n\nDo you want to install this update from <xliff:g id="new_update_owner">%2$s</xliff:g>?</string> <!-- [CHAR LIMIT=100] --> <string name="install_failed">App not installed.</string> <!-- Reason displayed when installation fails because the package was blocked |