* apps_evolution_shell.schemas.in.in: added last_version item. * shell-errors.xml: added upgrade-remove-1-4 and upgrade-remove-1-4-confirm dialogues. * e-shell.c (remove_dir): utility to recursively delete a tree of files and folders. (e_shell_attempt_upgrade): keep track of the last upgraded version, if != current version, and < 1.5, and it exists, offer to remove ~/evolution. Confirm the offer before actually doing it. * e-shell-window-commands.c: include gnome-about. (command_help_faq): fix comment structure * e-shell.c (attempt_upgrade): moved most of this into e_shell_attempt_upgrade. (e_shell_attempt_upgrade): moved most of this into attempt_upgrade, removed rev args. It makes sense, really! (e_shell_construct): call e_shell_attempt_upgrade instead. svn path=/trunk/; revision=26788
55 lines
2.4 KiB
C
55 lines
2.4 KiB
C
/* shell:upgrade-nospace primary */
|
|
char *s = N_("Insufficient disk space for upgrade.");
|
|
/* shell:upgrade-nospace secondary */
|
|
char *s = N_("Upgrading your data and settings will require upto {0} of disk space, but you only have {1} available.\n"
|
|
"\n"
|
|
"You will need to make more space available in your home directory before you can continue.");
|
|
/* shell:upgrade-failed primary */
|
|
char *s = N_("Upgrade from previous version failed:\n"
|
|
"{0}");
|
|
/* shell:upgrade-failed secondary */
|
|
char *s = N_("{1}\n"
|
|
"\n"
|
|
"If you choose to continue, you may not have access to some of your old data.\n"
|
|
"");
|
|
char *s = N_("Continue");
|
|
/* shell:upgrade-remove-1-4 title */
|
|
char *s = N_("Delete old data from version {0}?");
|
|
/* shell:upgrade-remove-1-4 primary */
|
|
char *s = N_("Delete old data from version {0}?");
|
|
/* shell:upgrade-remove-1-4 secondary */
|
|
char *s = N_("The previous version of evolution stored its data in a different location.\n"
|
|
"\n"
|
|
"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.\n"
|
|
"");
|
|
char *s = N_("Keep");
|
|
/* shell:upgrade-remove-1-4-confirm title */
|
|
char *s = N_("Really delete old data?");
|
|
/* shell:upgrade-remove-1-4-confirm primary */
|
|
char *s = N_("Really delete old data?");
|
|
/* shell:upgrade-remove-1-4-confirm secondary */
|
|
char *s = N_("The entire contents of the \"evolution\" directory is about to be be permanently removed.\n"
|
|
"\n"
|
|
"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.\n"
|
|
"\n"
|
|
"Once deleted, you cannot downgrade to the previous version of Evolution without manual intervention.\n"
|
|
"");
|
|
/* shell:noshell title */
|
|
char *s = N_("Cannot start Evolution");
|
|
/* shell:noshell primary */
|
|
char *s = N_("Evolution can not start.");
|
|
/* shell:noshell secondary */
|
|
char *s = N_("Your system configuration does not match your Evolution configuration.\n"
|
|
"\n"
|
|
"Click help for details");
|
|
/* shell:noshell-reason title */
|
|
char *s = N_("Cannot start Evolution");
|
|
/* shell:noshell-reason primary */
|
|
char *s = N_("Evolution can not start.");
|
|
/* shell:noshell-reason secondary */
|
|
char *s = N_("Your system configuration does not match your Evolution configuration:\n"
|
|
"\n"
|
|
"{0}\n"
|
|
"\n"
|
|
"Click help for details.");
|