Merge branch 'nononegations' into 'master'

Language: Data is "kept", not "not lost".

See merge request fdroid/fdroidclient!853
This commit is contained in:
Hans-Christoph Steiner 2019-11-20 20:30:31 +00:00
commit 4f368db1db

View File

@ -537,20 +537,20 @@ This often occurs with apps installed via Google Play or other sources, if they
<string name="install_confirm">needs access to</string> <string name="install_confirm">needs access to</string>
<string name="install_confirm_update">Do you want to install an update <string name="install_confirm_update">Do you want to install an update
to this existing app? Your existing data will not to this existing app? Your existing data will
be lost. The updated app will get access to: be kept. The updated app will get access to:
</string> </string>
<string name="install_confirm_update_system">Do you want to install an update <string name="install_confirm_update_system">Do you want to install an update
to this built-in app? Your existing data will not to this built-in app? Your existing data will
be lost. The updated app will get access to: be kept. The updated app will get access to:
</string> </string>
<string name="install_confirm_update_no_perms">Do you want to install an update <string name="install_confirm_update_no_perms">Do you want to install an update
to this existing app? Your existing data will not to this existing app? Your existing data will
be lost. It does not require any special access. be kept. It does not require any special access.
</string> </string>
<string name="install_confirm_update_system_no_perms">Do you want to install an update <string name="install_confirm_update_system_no_perms">Do you want to install an update
to this built-in app? Your existing data will not to this built-in app? Your existing data will
be lost. It does not require any special access. be kept. It does not require any special access.
</string> </string>
<string name="newPerms">New</string> <string name="newPerms">New</string>
<string name="allPerms">All</string> <string name="allPerms">All</string>