|
43 | 43 | <string name="selected_app_meta_any_version">Any available version</string> |
44 | 44 | <string name="app_source_dialog_title">Select source</string> |
45 | 45 | <string name="app_source_dialog_option_auto">Auto</string> |
46 | | - <string name="app_source_dialog_option_auto_description">Use all installed downloaders to find a suitable APK file</string> |
| 46 | + <string name="app_source_dialog_option_auto_description">Use all available downloader to download the app</string> |
47 | 47 | <string name="app_source_dialog_option_auto_unavailable">No plugins available</string> |
48 | 48 | <string name="app_source_dialog_option_installed_no_root">Mounted apps cannot be patched again without root access</string> |
49 | 49 | <string name="app_source_dialog_option_installed_version_not_suggested">Version %s does not match the suggested version</string> |
50 | 50 |
|
51 | 51 | <string name="patch_item_description">Start patching the application</string> |
52 | | - <string name="patch_selector_item">Patch selection and options</string> |
| 52 | + <string name="patch_selector_item">Select patches</string> |
53 | 53 | <string name="patch_selector_item_description">%d patches selected</string> |
54 | 54 | <string name="no_patches_selected">No patches selected</string> |
55 | 55 |
|
56 | 56 | <string name="network_unavailable_warning">Your device is not connected to the internet. Downloading will fail later.</string> |
57 | 57 | <string name="network_metered_warning">You are currently on a metered connection. Data charges from your service provider may apply.</string> |
58 | 58 |
|
59 | | - <string name="apk_source_selector_item">Change source</string> |
60 | | - <string name="apk_source_auto">Current: All downloaders</string> |
61 | | - <string name="apk_source_downloader">Current: %s</string> |
62 | | - <string name="apk_source_installed">Current: Installed</string> |
63 | | - <string name="apk_source_local">Current: File</string> |
| 59 | + <string name="apk_source_selector_item">Select APK source</string> |
| 60 | + <string name="apk_source_auto">Using all APK downloader</string> |
| 61 | + <string name="apk_source_downloader">Using %s</string> |
| 62 | + <string name="apk_source_installed">Using installed APK</string> |
| 63 | + <string name="apk_source_local">Using a local APK file</string> |
64 | 64 |
|
65 | 65 | <string name="legacy_import_failed">Could not import legacy settings</string> |
66 | 66 |
|
|
263 | 263 | <string name="downloader_invalid_version">Downloader did not fetch the correct version</string> |
264 | 264 | <string name="downloader_app_not_found">Downloader did not find the app</string> |
265 | 265 | <string name="downloader_error">Downloader error: %s</string> |
266 | | - <string name="downloader_no_plugins_installed">No plugins installed.</string> |
267 | | - <string name="downloader_no_plugins_available">No trusted plugins available for use. Check your settings.</string> |
| 266 | + <string name="downloader_no_plugins_installed">No downloader installed.</string> |
| 267 | + <string name="downloader_no_plugins_available">There are downloader installed but none is trusted. Check your settings.</string> |
268 | 268 | <string name="already_patched">Already patched</string> |
269 | 269 |
|
270 | 270 | <string name="patch_selector_sheet_filter_title">Filter</string> |
|
347 | 347 |
|
348 | 348 |
|
349 | 349 | <string name="about_revanced_manager">About ReVanced Manager</string> |
350 | | - <string name="revanced_manager_description">ReVanced Manager is an application designed to work with ReVanced Patcher, which allows for long-lasting patches to be created for Android apps. The patching system is designed to automatically work with new versions of apps with minimal maintenance.</string> |
| 350 | + <string name="revanced_manager_description">ReVanced Manager is an Android application that uses ReVanced Patcher to patch Android apps. It allows you to download and patch apps with custom patches, and manage the patching process.</string> |
351 | 351 | <string name="developer_options_taps">%d taps remaining</string> |
352 | 352 | <string name="developer_options_enabled">Developer options enabled</string> |
353 | 353 | <string name="developer_options_already_enabled">Developer options are already enabled</string> |
|
359 | 359 | <string name="install_update_manager_failed">Failed to install update</string> |
360 | 360 | <string name="manual_update_check">Check for updates</string> |
361 | 361 | <string name="manual_update_check_description">Manually check for updates</string> |
362 | | - <string name="update_checking_manager">Auto check for updates</string> |
| 362 | + <string name="update_checking_manager">Check for updates on launch</string> |
363 | 363 | <string name="update_checking_manager_description">Check for new versions of ReVanced Manager when the application starts</string> |
364 | 364 | <string name="changelog">View changelogs</string> |
365 | 365 | <string name="changelog_loading">Loading changelog</string> |
|
0 commit comments