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,22 +417,8 @@
|
||||
<string name="silent_uninstall">Sessiz kaldırma</string>
|
||||
<string name="request_uninstall">Kaldırma isteği</string>
|
||||
<string name="install_app">Uygulamayı yükle</string>
|
||||
<string name="select_apk" tools:ignore="TypographyEllipsis">APK seç...</string>
|
||||
<string name="silent_install">Sessiz yükleme</string>
|
||||
<string name="request_install">Yükleme isteği</string>
|
||||
<string name="search">Search</string> <!--TODO-->
|
||||
|
||||
<!--App install session status-->
|
||||
<string name="app_installer_status">Uygulama yükleyici:</string>
|
||||
<string name="status_pending_action">Bekleyen kullanıcı işlemi</string>
|
||||
<string name="status_fail_blocked">Başarısız: engellendi</string>
|
||||
<string name="status_fail_aborted">Başarısız: iptal edildi</string>
|
||||
<string name="status_fail_invalid">Başarısız: geçersiz APK</string>
|
||||
<string name="status_fail_conflict">Başarısız: çakışma</string>
|
||||
<string name="status_fail_storage">Başarısız: boş alan yok</string>
|
||||
<string name="status_fail_incompatible">Başarısız: uyumsuz</string>
|
||||
<string name="status_fail_timeout">Başarısız: zaman aşımı</string>
|
||||
|
||||
<!--UserRestriction-->
|
||||
<string name="user_restriction">Kullanıcı kısıtlaması</string>
|
||||
<string name="profile_owner_is_restricted">Profil sahibi sınırlı işlev kullanabilir</string>
|
||||
@@ -664,9 +650,19 @@
|
||||
<string name="permission_BODY_SENSORS_BACKGROUND">Arka planda vücut sensörlerine eriş</string>
|
||||
<string name="permission_ACTIVITY_RECOGNITION">Aktivite tanıma</string>
|
||||
|
||||
<string name="version_name">Version name</string> <!--TODO-->
|
||||
<string name="version_code">Version code</string> <!--TODO-->
|
||||
<string name="parsing_apk_info" tools:ignore="TypographyEllipsis">Parsing APK info...</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