|
15 | 15 | <string name="dialog_yes">Yes</string>
|
16 | 16 | <string name="dialog_no">No</string>
|
17 | 17 | <string name="dialog_update">Update</string>
|
18 |
| - <string name="dialog_backup_and_update">Backup & Apply</string> |
19 | 18 |
|
20 | 19 | <!-- Settings strings -->
|
21 | 20 | <string name="available_updates_title">Available updates</string>
|
|
48 | 47 | <string name="not_new_updates_found_body">{0} update(s) available for download</string>
|
49 | 48 |
|
50 | 49 | <!-- Downloads -->
|
51 |
| - <string name="minutes">min</string> |
52 |
| - <string name="seconds">sec</string> |
53 |
| - <string name="download_resume_not_supported">Resume not supported by server</string> |
54 |
| - <string name="download_resume_download">Resuming download</string> |
| 50 | + <string name="confirm_download_cancelation_dialog_title">Cancel download</string> |
| 51 | + <string name="confirm_download_cancelation_dialog_message">You are about to cancel the current download, OK to proceed?</string> |
| 52 | + <string name="download_cancelled">Download cancelled</string> |
| 53 | + <string name="download_already_running">A download is already running</string> |
55 | 54 | <string name="unable_to_download_file">Unable to download the update file</string>
|
56 |
| - <string name="download_not_enough_space">Not enough space on SDCard to download the update</string> |
57 |
| - <string name="not_update_download_error_ticker">An error occurred while downloading the update</string> |
58 |
| - <string name="not_update_download_error_title">An error occurred while downloading the update</string> |
59 |
| - <string name="notification_tickertext">Downloading update</string> |
60 |
| - <string name="notification_finished">Download finished</string> |
61 |
| - <string name="exception_while_downloading">An error occurred while trying to download the update</string> |
62 |
| - <string name="confirm_download_cancelation_dialog_title">Cancel download?</string> |
63 |
| - <string name="confirm_download_cancelation_dialog_message">You can resume it later by downloading the same update again</string> |
64 |
| - <string name="download_canceled_toast_message">Download cancelled</string> |
65 |
| - <string name="downloading_update">Downloading update</string> |
| 55 | + <string name="download_not_found">Download not found</string> |
66 | 56 |
|
67 | 57 | <!-- MD5 related strings -->
|
68 | 58 | <string name="apply_existing_update_md5error_message">Error. MD5 checksum missmatch</string>
|
|
81 | 71 | <string name="confirm_delete_all_dialog_message">You are about to delete all downloaded update files, OK to proceed?</string>
|
82 | 72 | <string name="delete_single_update_success_message">Update {0} deleted</string>
|
83 | 73 | <string name="delete_updates_failure_message">There was an error deleting the update file</string>
|
84 |
| - <string name="delete_updates_noFolder_message">Update Folder not found</string> |
| 74 | + <string name="delete_updates_noFolder_message">Update folder not found</string> |
85 | 75 | <string name="delete_updates_success_message">All downloaded updates deleted</string>
|
86 | 76 |
|
87 | 77 | <!-- System info strings -->
|
|
0 commit comments