blob: 6731f42a045f7e5f42daf18fe8cd01b42e44b2f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* 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");
|