From 2cf63ca4bace1165d5f0385f4d0dbcce83269775 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 12 May 2004 03:33:51 +0000 Subject: add for translators. 2004-05-12 Not Zed * shell-errors.xml.h: add for translators. 2004-05-11 Not Zed * shell-errors.xml: Shell errors. * e-shell.c (e_shell_attempt_upgrade): handle exceptions better. allow the user to keep going or abort. stop as soon as something fails. Related to #53083. (attempt_upgrade): abort and quit if the subcall failed. it will display an appropriate error box. (attempt_upgrade): abort if we don't have enough space. #57290. * Evolution-Component.idl (upgradeFromVersion): remove the return code, use exceptions to indicate failure. svn path=/trunk/; revision=25869 --- shell/shell-errors.xml.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shell/shell-errors.xml.h (limited to 'shell/shell-errors.xml.h') diff --git a/shell/shell-errors.xml.h b/shell/shell-errors.xml.h new file mode 100644 index 0000000000..483b6a2050 --- /dev/null +++ b/shell/shell-errors.xml.h @@ -0,0 +1,14 @@ +/* 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" + ""); -- cgit v1.2.3