mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
New app installer
Update dependencies
This commit is contained in:
@@ -417,21 +417,6 @@
|
||||
<string name="silent_uninstall">Тихое удаление</string>
|
||||
<string name="request_uninstall">Запросить удаление</string>
|
||||
<string name="install_app">Установить приложение</string>
|
||||
<string name="select_apk" tools:ignore="TypographyEllipsis">Выберите APK...</string>
|
||||
<string name="silent_install">Тихая установка</string>
|
||||
<string name="request_install">Запросить установку</string>
|
||||
<string name="search">Поиск</string>
|
||||
<!--Статус сеанса установки приложения-->
|
||||
<string name="app_installer_status">Установщик приложений:</string>
|
||||
<string name="status_pending_action">Ожидание действия пользователя</string>
|
||||
<string name="status_fail_blocked">Ошибка: заблокировано</string>
|
||||
<string name="status_fail_aborted">Ошибка: прервано</string>
|
||||
<string name="status_fail_invalid">Ошибка: неверный APK</string>
|
||||
<string name="status_fail_conflict">Ошибка: конфликт</string>
|
||||
<string name="status_fail_storage">Ошибка: недостаточно места</string>
|
||||
<string name="status_fail_incompatible">Ошибка: несовместимо</string>
|
||||
<string name="status_fail_timeout">Ошибка: истекло время ожидания</string>
|
||||
|
||||
|
||||
<!--Ограничения пользователя-->
|
||||
<string name="user_restriction">Ограничения пользователя</string>
|
||||
@@ -668,9 +653,19 @@
|
||||
<string name="permission_BODY_SENSORS_BACKGROUND">Доступ к датчикам тела в фоновом режиме</string>
|
||||
<string name="permission_ACTIVITY_RECOGNITION">Распознавание активности</string>
|
||||
|
||||
<string name="version_name">Версия</string>
|
||||
<string name="version_code">Код версии</string>
|
||||
<string name="parsing_apk_info" tools:ignore="TypographyEllipsis">Анализ информации APK...</string>
|
||||
<!--TODO-->
|
||||
<string name="app_installer">App installer</string>
|
||||
<string name="mode">Mode</string>
|
||||
<string name="full_install">Full install</string>
|
||||
<string name="inherit_existing">Inherit existing</string>
|
||||
<string name="packages">Packages</string>
|
||||
<string name="add_packages">Add package(s)</string>
|
||||
<string name="status_failure_blocked">The operation was blocked by: %1$s</string>
|
||||
<string name="status_failure_aborted">The operation was aborted.</string>
|
||||
<string name="status_failure_invalid">The operation failed because one or more of the APKs was invalid. For example, they might be malformed, corrupt, incorrectly signed, mismatched, etc.</string>
|
||||
<string name="status_failure_conflict">The operation failed because it conflicts with %1$s. For example, an existing permission, incompatible certificates, etc. You can uninstall %1$s to fix the issue.</string>
|
||||
<string name="status_failure_storage">The operation failed because of storage issues. For example, the device may be running low on space, or external media may be unavailable. You may try to help free space or insert different external media.</string>
|
||||
<string name="status_failure_incompatible">The operation failed because it is fundamentally incompatible with this device. For example, the app may require a hardware feature that doesn\'t exist, it may be missing native code for the ABIs supported by the device, or it requires a newer SDK version, etc.</string>
|
||||
|
||||
<!--TODO: Translate strings start with "info_"-->
|
||||
</resources>
|
||||
Reference in New Issue
Block a user