diff options
Diffstat (limited to 'shell/shell-errors.xml')
-rw-r--r-- | shell/shell-errors.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/shell/shell-errors.xml b/shell/shell-errors.xml index 052a35c09d..8e7d8678c6 100644 --- a/shell/shell-errors.xml +++ b/shell/shell-errors.xml @@ -20,6 +20,31 @@ If you choose to continue, you may not have access to some of your old data. <button stock="gtk-ok" label="Continue" response="GTK_RESPONSE_OK"/> </error> + <error id="upgrade-remove-1-4" type="question" default="GTK_RESPONSE_CANCEL"> + <title>Delete old data from version {0}?</title> + <primary>Delete old data from version {0}?</primary> + <secondary>The previous version of evolution stored its data in a different location. + +If you choose to remove this data, the entire contents of the "evolution" directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of "evolution" at your convenience. +</secondary> + <button label="_Remind Me Later" response="GTK_RESPONSE_CANCEL"/> + <button label="_Keep Data" response="GTK_RESPONSE_ACCEPT"/> + <button stock="gtk-delete" response="GTK_RESPONSE_OK"/> + </error> + + <error id="upgrade-remove-1-4-confirm" type="warning" default="GTK_RESPONSE_CANCEL"> + <title>Really delete old data?</title> + <primary>Really delete old data?</primary> + <secondary>The entire contents of the "evolution" directory is about to be be permanently removed. + +It is suggested you manually verify that all of your mail, contact, and calendar data is present, and that this version of Evolution operates correctly before deleting this old data. + +Once deleted, you cannot downgrade to the previous version of Evolution without manual intervention. +</secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button stock="gtk-delete" response="GTK_RESPONSE_OK"/> + </error> + <error id="noshell" type="error"> <title>Cannot start Evolution</title> <primary>Evolution can not start.</primary> |