2004-05-12 Not Zed <NotZed@Ximian.com> * shell-errors.xml: fix the label tag for the upgrade failed box. svn path=/trunk/; revision=25874
16 lines
627 B
C
16 lines
627 B
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");
|