blob: 483b6a2050ac26789e21b9e916e345088af802f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
"");
|