OpenDelta: Grammar fixes
This commit is contained in:
parent
115fa4fbef
commit
1848bb6046
|
@ -55,12 +55,12 @@
|
|||
<string name="recovery_notice_description_not_secure"><![CDATA[Flashing updates in the current mode is only officially supported on <b>TWRP</b> recoveries. <i>Official</i> <b>CWM</b> builds are <i>not</i> supported, though some <i>community-built</i> versions of <b>CWM</b> <i>may</i> still work. Please make sure you are running a compatible recovery before continuing.]]></string>
|
||||
<string name="flash_after_update_notice_title">Notice</string>
|
||||
<string name="flash_after_update_notice_description"><![CDATA[Additional updates are present in the <b>FlashAfterUpdate</b> folder, but secure mode is enabled. If you continue, these additional updates will <b>not</b> be flashed.]]></string>
|
||||
<string name="state_error_not_official_extra" formatted="false">Update of type %s not possible</string>
|
||||
<string name="state_error_not_official_extra" formatted="false">Update of type %s is not possible</string>
|
||||
<string name="button_build_delta">Download</string>
|
||||
<string name="button_stop">Stop</string>
|
||||
<string name="state_action_build">Update available</string>
|
||||
<string name="state_action_build_delta">Delta update possible</string>
|
||||
<string name="state_action_build_full">Full update possible</string>
|
||||
<string name="state_action_build_delta">Delta update is possible</string>
|
||||
<string name="state_action_build_full">Full update is possible</string>
|
||||
<string name="state_error_download">Download problem</string>
|
||||
<string name="text_current_version_header_title">Current version</string>
|
||||
<string name="text_last_checked_header_title">Last checked</string>
|
||||
|
@ -108,31 +108,31 @@
|
|||
<string name="clear_files_summary">Delete existing update files to force downloading full update</string>
|
||||
<string name="clean_files_feedback" formatted="false">Deleted %d files. Now press \'Check for updates\'</string>
|
||||
<string name="state_error_permissions">No storage permissions.</string>
|
||||
<string name="state_error_flash">Failed to setup flash. Clean /cache and retry.</string>
|
||||
<string name="state_error_ab_flash">Failed to setup flash. Please reboot and retry.</string>
|
||||
<string name="state_error_flash">Failed to setup flash. Clean /cache and try again.</string>
|
||||
<string name="state_error_ab_flash">Failed to setup flash. Please reboot and try again.</string>
|
||||
<string name="progress_status_0">Idle …</string>
|
||||
<string name="progress_status_1">Checking for Updates …</string>
|
||||
<string name="progress_status_2">Update available …</string>
|
||||
<string name="progress_status_3">Installing …</string>
|
||||
<string name="progress_status_4">Verifying …</string>
|
||||
<string name="progress_status_5">Finalizing …</string>
|
||||
<string name="progress_status_6">Updated. Pending Reboot …</string>
|
||||
<string name="progress_status_6">Update completed. A reboot is pending …</string>
|
||||
<string name="progress_status_7">Reporting Error Event …</string>
|
||||
<string name="progress_status_8">Attempting Rollback …</string>
|
||||
<string name="progress_status_9">Disabled.</string>
|
||||
<string name="ab_perf_mode_title">AB performance mode</string>
|
||||
<string name="ab_perf_mode_summary_new">Increase priority of update process. Might influence normal usage during update.</string>
|
||||
<string name="state_error_flash_file_title">Can not flash that file</string>
|
||||
<string name="ab_perf_mode_summary_new">Increase priority of the update process. Might influence normal usage when an update is in progress.</string>
|
||||
<string name="state_error_flash_file_title">Couldn\'t flash that file</string>
|
||||
<string name="select_file_activity_title">Select ZIP file</string>
|
||||
<string name="button_select_file">File</string>
|
||||
<string name="state_error_ab_flash_title">Can not flash AB update</string>
|
||||
<string name="state_error_flash_title">Can not flash update</string>
|
||||
<string name="state_error_ab_flash_title">Couldn\'t flash AB update</string>
|
||||
<string name="state_error_flash_title">Couldn\'t flash update</string>
|
||||
<string name="flash_file_notice_title">Local file flash</string>
|
||||
<string name="flash_file_notice_message"><b>Attention:</b> There will be no checks if the selected ZIP file is suitable for your device!\n\n<b>Flashing the wrong ZIP can lead to a non functional device!</b></string>
|
||||
<string name="channel_name">Update progress</string>
|
||||
<string name="channel_description"></string>
|
||||
<string name="text_update_file_flash_title">Update file</string>
|
||||
<string name="text_info_section">Press check to see if an update is available. After an update has been flashed you will be asked to reboot. Devices with a traditional recovery based update will enter recovery on reboot to execute the flash process. If your device supports seamless updates (A/B) the reboot will activate the update.</string>
|
||||
<string name="error_ab_timestamp">Current version newer then the update</string>
|
||||
<string name="error_ab_inactive">Update already installed and needs reboot</string>
|
||||
<string name="error_ab_timestamp">Current version is newer than the update</string>
|
||||
<string name="error_ab_inactive">Update is already installed and a reboot is needed</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue